This is a discussion on FW: error on initilization within the Informix forums, part of the Database Server Software category; --> _____ Hi this is after a restore ? Can anyone help ? Thanks Heath Zimbabwe Tue May 15 09:29:23 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| _____ Hi this is after a restore ? Can anyone help ? Thanks Heath Zimbabwe Tue May 15 09:29:23 2007 09:29:23 Event alarms enabled. ALARMPROG = '/u/informix/etc/log_full.sh' 09:29:23 Booting Language <c> from module <> 09:29:23 Loading Module <CNULL> 09:29:23 Booting Language <builtin> from module <> 09:29:23 Loading Module <BUILTINNULL> 09:29:29 Informix Dynamic Server 2000 Version 9.21.HC2 Software Serial Numb er AAD#J346769 09:29:29 Informix Dynamic Server 2000 Stopped. 09:29:29 mt_shm_remove: WARNING: may not have removed all/correct segments 09:30:31 Informix Dynamic Server 2000 Started. |
| ||||
| Heath Norton wrote: > > > > > ------------------------------------------------------------------------ > > > > Hi this is after a restore ? > > Can anyone help ? After a restore the engine is left in quiescent mode but running. If you try to start it up again you'll get messages like this. If there are no oninit processes running, then there were shared memory segments left around. If so, first thing to try is to use onmode -ky as if shutting down that will usually remove any left over shared memory. If that doesn't work, use ipcs -m to look for shared memory owned by user informix and kill them with ipcrm -m <id> or -M <key>. If you have multiple engine instances on the machine it's a bit more complex as you have to determine which segments belong to which instance. Art S. Kagel > Thanks > > > > Heath Zimbabwe > > > > > > > > Tue May 15 09:29:23 2007 > > > > 09:29:23 Event alarms enabled. ALARMPROG = '/u/informix/etc/log_full.sh' > 09:29:23 Booting Language <c> from module <> > 09:29:23 Loading Module <CNULL> > 09:29:23 Booting Language <builtin> from module <> > 09:29:23 Loading Module <BUILTINNULL> > 09:29:29 Informix Dynamic Server 2000 Version 9.21.HC2 Software > Serial Numb > er AAD#J346769 > 09:29:29 Informix Dynamic Server 2000 Stopped. > > > > 09:29:29 mt_shm_remove: WARNING: may not have removed all/correct segments > 09:30:31 Informix Dynamic Server 2000 Started. > > > > |