Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Restoration error

19 views
Skip to first unread message

patri...@gmail.com

unread,
Jan 31, 2008, 11:38:40 AM1/31/08
to

I'm currently working with a DBA to perform restoration testing but
while keep hitting into the errors below. Can someone help to decipher
what the hecks is all this about??? and any resolution to it.

Thanks :)

-------------------
17:46:09 IBM Informix Dynamic Server Started.
17:46:10 Requested shared memory segment size rounded from 24576KB to
32768KB
17:46:10 shmctl: errno = 1
17:46:10 Shared memory segment 0x10a000000 could not be forced
resident.
17:46:10 Requested shared memory segment size rounded from 36000KB to
49152KB
17:46:11 Could not disable priority aging: errno = 1

Thu Jan 31 17:46:11 2008

17:46:11 Error: Unable to reset open files limit, must run as super-
user
17:46:11 Event alarms enabled. ALARMPROG = '/usr/informix/etc/
alarmprogram.sh.bk2'
17:46:11 Assert Failed: net_init.c, line 320, thread 1, errno=1,
error in updating /INFORMIXTMP.
17:46:11 IBM Informix Dynamic Server Version 9.40.FC4XM
17:46:11 Who: Session(0, @, 0, 0)
Thread(1, main_thread, 0, 1)
File: neterrb.c Line: 658
17:46:11 stack trace for pid 20305 written to /tmp/af.3e998e3
17:46:11 See Also: /tmp/af.3e998e3, shmem.3e998e3.0
17:46:18 neterrb.c, line 658, thread 1, proc id 20305, net_init.c,
line 320, thread 1, errno=1, error in updating /INFORMIXTMP..
17:46:18 PANIC: Attempting to bring system down

---------------

Marco Greco

unread,
Jan 31, 2008, 11:59:30 AM1/31/08
to patri...@gmail.com, inform...@iiug.org

your oninit isn't owned by root:informix permissions 6754, which in layman
terms means that you have not installed the engine following the helpful
advice of the installation guide.
Is it fair to say that you just some sort of file system restore of your
$INFORMIXDIR?
--
Ciao,
Marco
______________________________________________________________________________
Marco Greco /UK /IBM Standard disclaimers apply!

Structured Query Scripting Language http://www.4glworks.com/sqsl.htm
4glworks http://www.4glworks.com
Informix on Linux http://www.4glworks.com/ifmxlinux.htm

patri...@gmail.com

unread,
Jan 31, 2008, 12:06:08 PM1/31/08
to
On Feb 1, 12:59 am, Marco Greco <ma...@4glworks.com> wrote:


Thanks man. I will check on that.
This system actually is able to be backup successfully via NetBackup.
However, when we tried to do some testing on restoration. This error
just refused to go away...
I'm actually the backup and restore guy, not the DBA... So any
suggestion, idea, resolution,etc... is greatly appreciated :)

By the way, we did not restore the $INFORMIXDIR, we simply run onbar -
r -p -t "date & time"....

Superboer

unread,
Feb 1, 2008, 2:38:23 AM2/1/08
to
As Marco said: (and the online.log btw....)

ls -l `which oninit ` should give:

-rwsr-sr-- 1 root informix 13193542 Feb 7 2007 /opt/informix/bin/
oninit

if that is not what you see then correct it.

eq as root:

chmod 6754 /opt/informix/bin/oninit; chown root:informix /opt/
informix/bin/oninit

some others hmmm this is V 10....:

ls -l $INFORMIXDIR/bin|grep root
-rwsr-sr-x 1 root informix 4896 Nov 19 2005 ifmxgcore
-rwsr-sr-x 1 root informix 1014735 Feb 7 2007 onaudit
-rwsr-sr-x 1 root informix 2140208 Feb 7 2007 onbar_d
-rwsr-sr-x 1 root informix 2068565 Nov 19 2005 ondblog
-rwsr-sr-x 1 root informix 1125836 Nov 19 2005 onedcu
-rwsr-sr-- 1 root informix 13193542 Feb 7 2007 oninit
-rwsr-sr-x 1 root informix 1079397 Feb 7 2007 onmode
-rwsr-sr-x 1 root informix 1005656 Feb 7 2007 onshowaudit
-rwsr-sr-x 1 root informix 2232534 Feb 7 2007 onsmsync
-rwsr-s--- 1 root informix 1910309 Feb 7 2007 onsnmp
-rwsr-s--- 1 root informix 558652 Nov 19 2005 onsrvapd
-rwsr-sr-x 1 root informix 1797509 Feb 7 2007 ontape
-rwsr-sr-x 1 root informix 531840 Nov 19 2005 sgidsh
-rwxr-x--- 1 root informix 978 Nov 19 2005 snmpdm
-rwsr-s--- 1 root informix 152788 Nov 19 2005 snmpdp
see also:

$INFORMIXDIR/etc/IIFfiles has a list of all the files and
permissions.


Superboer.

0 new messages