Kbase P41106: Added more extents now DB doesn't start , error (1118)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/8/2003 |
|
Status: Unverified
FACT(s) (Environment):
Sun Solaris SPARC
FACT(s) (Environment):
Progress 8.x
SYMPTOM(s):
SYSTEM ERROR: bksetmv: Can't open <file-name> for synchronous i/o (1118)
CHANGE:
New extents were added to the DB.
CAUSE:
There are not enough file descriptors to open the DB.
FIX:
Check the number of available file descriptors by using the command:
ulimit -n
Increase the file descriptors by using the command:
ulimit -n <higher value>
Start the DB.
To permanently modify the value for the files descriptors, it will be necessary to modify the rlim_fd_cur kernel parameter (soft limit). The maximum value you can use for ulimit -n is defined by rlim_fd_max (hard limit).