This is a discussion on RE: Multiple informix installations. within the Informix forums, part of the Database Server Software category; --> To find the environment for a particular process: On AIX use 'ps ewwg <pid>' - NO hyphen On Solaris ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| To find the environment for a particular process: On AIX use 'ps ewwg <pid>' - NO hyphen On Solaris 8/9 use '/usr/ucb/ps ewwg <pid)' - again NO hyphen Regards Colin Dawson -----Original Message----- From: owner-informix-list@iiug.org [mailto Behalf Of Claus Samuelsen Sent: 10 February 2005 10:49 To: informix-list@iiug.org Subject: Re: Multiple informix installations. Nuno Paquete wrote: >>Ps -ef |grep oninit. This will show you that the server is running. > > > [/informix/etc]ps -ef | grep oninit > > root 11356 11872 0 07:09:28 - 0:01 /informix/bin/oninit > > root 11872 1 11 07:09:25 - 24:16 /informix/bin/oninit > > root 12648 11356 0 07:09:29 - 0:00 /informix/bin/oninit > > root 13184 11356 0 07:09:28 - 0:00 /informix/bin/oninit > > root 13438 11356 1 07:09:28 - 10:57 /informix/bin/oninit > > root 13682 11356 0 07:09:30 - 0:00 /informix/bin/oninit > > root 13932 11356 0 07:09:31 - 0:20 /informix/bin/oninit > This looks very much like that IDS (oninit) is started during boot. Check your boot scripts and you will find the environment variables setup before oninit is issued. sending to informix-list |