- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with Informix in MCSG
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 02:05 AM
10-20-2004 02:05 AM
Problem with Informix in MCSG
We have just setup the following 3 weeks ago:
Building A:
(A.1) rp4440 (HP-UX 11.11, MCSG and Informix)
(A.2) EVA3000 (mirrored Informix data to (B.2)
Building B:
(B.1) rp4440 (HP-UX 11.11, MCSG and Oracle Financial App)
(B.2) EVA3000 (mirrored Oracle data to A.2)
The environment was running fine till last Friday.
An accidental power re-cycle (not in proper sequence) of the equipment in Building A had caused the EVA not to be recognised by the server.
The problem was rectified after a proper power recycle but the physical volume did not match with the lvmtab. vgexport and vgimport were done to rectify the problem.
Today, new problem surface. The Informix package is not able to startup (intermittently) after it is halted. Sometimes after a few attempts (using cmrunpkg or cmmodpkg), then the package starts up. When the CNTL log file and syslog file were examined, sometimes no entry is in the logging file and sometimes the following statement display:
oninit: Fatal error in shared memory initialization
ERROR: Failed to start Informix server informix with /informix_runt/bin/
oninit.
PS: The shared memory is cleared (ie no shared memory ID is owned by Informix) before the package is started.
When the package is successfully started up, the secondary node switching is disabled.
Any pointer is appreciated.
Rgds,
YC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 02:33 AM
10-20-2004 02:33 AM
Re: Problem with Informix in MCSG
What setting in Informix controls this?? (I mean sometinng as SGA in oracle)
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 02:38 AM
10-20-2004 02:38 AM
Re: Problem with Informix in MCSG
Maybe when Informix comes down it isn't getting shut down cleanly and is leaving some shared memory segments open, which causes it problems when it tries to startup. I've seen similar problems with Oracle before.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 02:52 AM
10-20-2004 02:52 AM
Re: Problem with Informix in MCSG
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 03:41 AM
10-20-2004 03:41 AM
Re: Problem with Informix in MCSG
The next most likely candidate is the port it is listening on. If this were the case it would say 'Cannot bind a name to the port' in the informix message file.
If the INFORMIXSERVER is bound to the IP of the PACKAGE in sqlhosts, not the server, if you try to start it when the MCSG package is down, then it would not work. Similarly, if your informix installation is outside of the MCSG package and you attempt to bring up the database when the package is on the other node, then you will get this message.
If you post the output of onstat -m when it fails to come up, it would help us diagnose more fully where the problem lies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 09:57 PM
10-24-2004 09:57 PM
Re: Problem with Informix in MCSG
For ipcs -moba:
- How to know how much is free and how much is used?
- Can't find shminfo
echo $ONCONFIG
onconfig.prd
I'm not familar with Informix, what is the function of INFORMIXSERVER?
The problem is intermittent, I will post the onstat -m output when the pkg not able to startup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 12:52 AM
12-06-2004 12:52 AM
Re: Problem with Informix in MCSG
The solution could be like that:
(1)Enter your /your_dir/informix/etc/
(2) Move .conf.server_name.infos and oncfg_server_name files to some other directory (/home/abc)
(3) Remove /tmp contents. IDS seems to put some files or dirs in there.
(4) Try to start Informix again.
In our case it helped. IDS recreated the files moved in step 2 and everything started to work.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 12:24 PM
12-06-2004 12:24 PM
Re: Problem with Informix in MCSG
Thanks you everyone for the effort you have put in.