Re: Where can I find domino_runtime for i386 ?
[email protected] Mon, 21 Mar 2005 16:57:15 +0100
| Newsgroups | gmane.linux.suse.domino |
|---|---|
| Message-ID | <[email protected]> |
Hi Jerome, which kernel do you use? I know of problems concerning libc/pthread/gdb/gcc within the vanilla mainline kernel (2.6.0 - 2.6.6). It hit me by trying to install some language pack on a domino. It seemed to me to be a wait4 failure in gdb. I found some articles about concerning suse, oracle and java. Otherwise i presume you are using some 2.4.x kernel because of your error messages and this kernel still has limits for its file descriptors and things like that. SuSE manipulates them within their rpm package but you can set them by yourself. Look for the IBM Redbook (http://www.redbooks.ibm.com) like 'Performance Tunining For Lotus Domino On XY". All valid measurements are clearly described in it. It concerns maximum open files per user (domino), maximum shared memory, .... hth stefan Mit freundlichem Gruß/ Kind regards Stefan Schreiner S&W Communication und Software Development GesmbH Rilkeplatz 1 1040 Wien t: +43 1 505 39 26 - 28 f: +43 1 504 29 76 m: [email protected] -- Ein Mädchen, das einen Soldaten heiratet, macht nie eine schlechte Partie. Ein Soldat versteht zu kochen, kann nähen, muß gesund sein, und das Wichtigste: Er ist unbedingt daran gewöhnt, zu gehorchen. (Charles de Gaulle) [email protected] schrieb am 21.03.2005 15:53:52: > > > > > Thanks to Scott and Stefan for their help, but my problem is more complex I > will try to explain it better : > > I have 2 servers where I have installed the package > domino_runtime_2_2_6_i686.rpm. > I have no problem with the package install itself. > > On the first server the script works perfectly, I can simulate more than > 1200 users online (with server load) > > But on the second machine, it's impossible to launch the domino server. > The /etc/init.d/domino script return the error : > > /opt/lotus/bin/server: line 58: [: =: unary operator expected > uname: relocation error: /opt/dominowrap/domino6/librt.so: undefined > symbol: _dl_cpuclock_offset > uname: relocation error: /opt/dominowrap/domino6/librt.so: undefined > symbol: _dl_cpuclock_offset > /opt/lotus/bin/server: line 60: [: too many arguments > uname: relocation error: /opt/dominowrap/domino6/librt.so: undefined > symbol: _dl_cpuclock_offset > /opt/lotus/bin/server: line 62: [: =: unary operator expected > > According to my Linux Admin, it's due to the fact that the libraries > included in the package (libpthread.so and librt.so) are for i686 system > only. > > Then I used the domrun-0.2.7 package. (This package comes without > librairies, I thinkg that domino will use the standard system librairies.) > With this package the domino server start ok, but its UNABLE to support > more than 700 users online. > It means that when the server reach this "users limit" it crash with a " > PANIC: Cannot attach to shared memory region, ..." > > I noticed this "user limit" problem on several machines. > In fact, the only way I found to make domino server support more than 700 > users, is to use the domino_runtime_2_2_6_i686.rpm package. > Is it the same for you ? > > Thanks again for your help, > Jerome > > > -- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >