> I had completed building Sybase Adaptive server 11.5 on my SUN Ultra 1.
> I am having the following error message when master server is starting.
> I have /opt1/sybase/katie.cfg, and I don't know why it can't find.
> Could you tell me what I need to do?
configuration manual on your software box of Sybase).
The Sybase SQL server does not start unless the o.s. kernel has enough shared
memory available.
You must to put that line on /etc/system file and then reboot the machine:
----
set shmsys:shminfo_shmmax=<max_memory_allocatable>
----
The number rappresent the maximum shared memory segment size allowed.
Make a "man -s 4 system" for other information.
Cesare