HP-UX only – beginning with version 12.5, Replication Server uses operating system threads instead of Open Client/Server™ threads. This requires the operating system kernel to allocate many more threads per process than before. However, because many HP-UX systems have relatively low default limits on the number of threads per process and total number of threads per kernel, Replication Server may report the following error message:
F. 2002/05/28 12:23:37. FATAL ERROR #1030 ?(?) - /errhand.c(730) Open Server error: Error: 16361, State: 0, Severity 20 -- 'CreateEvent() failed in srv__spawn_thread'. T. 2002/05/28 12:23:37. (2): Exiting due to a fatal error
To prevent this error message, increase the value of max_thread_proc to 256, and the value of nkthread to 2048 in your operating system with the following:
Log in as the superuser (SU), and go to the root directory.
Start sam.
In sam, select “Kernel configuration.”
Select “Configurable parameters.”
Scroll down to “max_thread_proc.”
Increase the value of max_thread_proc.
Select Actions | Process New Kernel to rebuild the kernel.
Reboot the system.