Server error

I have installed Domino 8.0.1 server on fedora 8 It installed successfully, but after installation when I type /opt/ibm/lotus/bin/server for configuration of server first time it gives error:

The maximum number of file handles (ulimit -n)

allowed for Domino is 1024

See Release Notes & set the allow maximum to 20000

please help me how to do this?

thanks

Subject: Re: ulimit Configuration

From TN 1138035(http://www.ibm.com/support/docview.wss?rs=899&uid=swg21138035):

First, by default, the linux kernel limits the number of file descriptors that any one process can open; the default is 1024. This default must be overridden by modifying the file /etc/security/limits.conf

Edit /etc/security/limits.conf using root and add or modify the lines:

*		soft		nofile	20000

*		hard		nofile	49152

…where the “soft” value specifies the new default file descriptor limit (ulimit -n), and the “hard” value specifies the maximum file descriptor limit that may be set by the user.

The userid for Domino services must login after /etc/security/limits.conf is saved.

Subject: error after ulimit configuration

Thanks a lot…This solved problem of message ---------------

WARNING: the maximum number of file handles (ulimit -n)

       allowed for Domino is 1024.

     See Release Notes and set the allowable maximum to 20000.

but now another message is comming i.e.

./java -ss512k -Xoss5M -cp jhall.jar:cfgdomserver.jar:Notes.jar lotus.domino.setup.WizardManagerDomino -data /local/notesdata

*Warning all runtime debug info will be logged to /local/notesdata/setuplog.txt

java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock’ failed.

JVMDUMP006I Processing Dump Event “abort”, detail “” - Please Wait.

JVMDUMP007I JVM Requesting System Dump using ‘/opt/ibm/lotus/notes/80010/linux/core.20080709.160147.3281.dmp’

JVMDUMP010I System Dump written to /tmp/core.20080709.160147.3281.dmp

JVMDUMP007I JVM Requesting Snap Dump using ‘/opt/ibm/lotus/notes/80010/linux/Snap0002.20080709.160147.3281.trc’

JVMDUMP010I Snap Dump written to /tmp/Snap0002.20080709.160147.3281.trc

JVMDUMP007I JVM Requesting Java Dump using ‘/tmp/javacore.20080709.160147.3281.txt’

JVMDUMP010I Java Dump written to /tmp/javacore.20080709.160147.3281.txt

JVMDUMP013I Processed Dump Event “abort”, detail “”.

/opt/ibm/lotus/notes/80010/linux/serversetup: line 167: 3281 Aborted $CMD $*


Any help please ?..