After Installing
Page 6 of 6

UNIX-Specific Issues

Configuring File Descriptors

Cloudscape databases use a large number of files. Some operating systems, such as Sun Solaris, limit the number of files an application can open at one time. If the default is a low number, such as 64, you may run into unexpected IOExceptions (wrapped in SQLExceptions). If your operating system lets you configure the number of file descriptors, set this number to a high value, such as 1024.

Scripts

Your installation contains executable script files that simplify invoking the Cloudscape tools. On UNIX systems, these files may need to have their default protections set to include execute privilege. A typical way to do this is with the command chmod +x *.ksh.

Consult the documentation for your operating system for system-specific details.