> 2003-11-12 03:21:35 1 ERR 11282 IPC create_shm: shmget error, > Invalid argument > 2003-11-12 03:21:35 1 ERR 11247 COMMUNIC ABEND: cannot > create shared > memory (BIG_COMSEG): Invalid argument
It seems that your shared memory segment is not big enough. It seems you're on 64bit, so enter this to your /etc/system and reboot the server: set msgsys:msginfo_msgmax=8192 set msgsys:msginfo_msgmnb=16384 set msgsys:msginfo_msgmni=50 set msgsys:msginfo_msgtql=2048 set semsys:seminfo_semmns=16384 set semsys:seminfo_semmni=1024 set semsys:seminfo_semmnu=4096 set semsys:seminfo_semopm=100 set semsys:seminfo_semume=64 set semsys:seminfo_semmsl=2048 set shmsys:shminfo_shmmni=256 set rlim_fd_max=2048 set rlim_fd_cur=2048 set shms SIEGENIA-AUBI KG Informationswesen i.A. Markus D�hr SAP-CC/BC, SAPDB-DBA Tel.: +49 6503 917-152 Fax: +49 6503 917-7152 E-Mail: [EMAIL PROTECTED] Internet: http://www.siegenia-aubi.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 12, 2003 12:33 PM > To: [EMAIL PROTECTED] > Subject: DB does not start: 24994 runtime environment error > > > Hello, > > This is our first installation on SunOS machine after few > success installations on WinNT and Linux. > I've read something about prerrequisites for SunOS before > installation. > Could you send me a link with this information? > I hope it would be the solution. > > Thanks in advance. > > I. Lacosta > > The database does not start and this is the KNLDIAG: > > 2003-11-12 03:21:33 1 12841 DIAGHIST Backup of > diagnostic files is > in progress > 2003-11-12 03:21:33 1 12842 DIAGHIST Backup of > diagnostic files has > finished > 2003-11-12 03:21:33 1 12769 INFO Starting SERVERDB: > 'WEBRPC' > 2003-11-12 03:21:33 1 12770 INFO SERVERNODE: > 'afrodita' > 2003-11-12 03:21:33 1 12773 INFO Date: > 0003-11-12 > 2003-11-12 03:21:33 1 12771 INFO Process > ID: 19901 > 2003-11-12 03:21:33 1 12772 INFO Owner: > 'root' > 2003-11-12 03:21:33 1 12781 INFO > Version: '64BIT > Kernel' > 2003-11-12 03:21:33 1 12781 INFO Version: > 'X64/SUN 7.4.3 Build 010-000-035-462' > 2003-11-12 03:21:33 1 12780 INFO DBROOT: > '/var/opt/sapdb/indep_data/wrk/WEBRPC' > 2003-11-12 03:21:33 1 12780 INFO LD_LIBRARY_PATH: > '/opt/sapdb/depend/lib/lib64:/opt/sapdb/depend/sap' > 2003-11-12 03:21:33 1 12891 INFO maximum core > size: unlimited > 2003-11-12 03:21:33 1 12892 INFO maximum number > of open files: > 256 > 2003-11-12 03:21:33 1 12895 INFO maximum number > of threads: > unlimited > 2003-11-12 03:21:33 1 12893 INFO maximum virtual > memory size: > unlimited > 2003-11-12 03:21:33 1 12894 INFO maximum heap > size: unlimited > 2003-11-12 03:21:33 1 12883 DBSTATE Core dump suppressed > 2003-11-12 03:21:33 1 11532 init_shm SHMCHUNK size 0x7F800000 > 2003-11-12 03:21:33 1 12692 TCLUSTER > tw;al;ut;2000*sv,100*bup;10*ev,10*gc;ti,100*dw;30000*us;compress > 2003-11-12 03:21:33 1 12693 TCLUSTER number of 'BUP': 0 > 2003-11-12 03:21:33 1 12693 TCLUSTER number of ' DW': 8 > 2003-11-12 03:21:33 1 12693 TCLUSTER number of ' US': 50 > 2003-11-12 03:21:33 1 12693 TCLUSTER number of ' SV': 15 > 2003-11-12 03:21:33 1 12693 TCLUSTER number of ' EV': 0 > 2003-11-12 03:21:33 1 12693 TCLUSTER number of ' GC': 0 > 2003-11-12 03:21:33 1 11533 init_shm creating shared > section size > 455976 > 2003-11-12 03:21:33 1 12698 IPC Common RTE > specific IPC key: > 0x44000000 > 2003-11-12 03:21:33 1 11536 init_shm attached shared > section at > 0xFFFFFFFF7C300000 > 2003-11-12 03:21:33 1 11537 init_shm shared section ends at > 0xFFFFFFFF7C36F528 > 2003-11-12 03:21:34 1 11520 PIPE_IO Input check for pipe with > fstat supported > 2003-11-12 03:21:34 1 11522 PIPE_IO Input check for > pipe with poll > supported > 2003-11-12 03:21:35 1 12811 EVENTING Suppressing output to > 'knldiag.evt' 0 pages > 2003-11-12 03:21:35 1 12813 EVENTING No Eventbuffer created (0 > entries 100 tasks) > > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: > http://lists.mysql.com/[EMAIL PROTECTED] > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
