Kbase P85579: Error 6275 starting webspeed broker
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/06/2004 |
|
Status: Unverified
FACT(s) (Environment):
Webspeed 3.x
FACT(s) (Environment):
Solaris OS
SYMPTOM(s):
Error 6275 starting webspeed broker
<opname> failed: WebSpeed error <ws_error>, System error <errno>, <errordesc> (6275)
Error 10015, system error 24, Too many open files (6275)
CHANGE:
Trying to start extra webspeed brokers, or starting broker after adding more volumes to database.
CAUSE:
The file descriptor setting for the Solaris system is insufficient to perform the given operation. This is known to happen with the default file descriptor setting in effect when running the broker.
FIX:
Increase the ulimit kernel parameter before starting the broker. Use the command, ulimit -n <number>, where number is the number of file descriptors needed.
Or add the following to the /etc/system file:
set rlim_fd_cur=4096
set rlim_fd_max=4096
These settings will take effect when the system is rebooted.