- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Informix with MC/SG
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
08-26-2002 01:27 AM
08-26-2002 01:27 AM
How can I use the monitor process command with the full directory strusture instead of using
set -A MONITOR_PROCESSES oninit
This will help me to monitor two informix server instances at the same time.
IF the above does not work, how can we monitor two informix instances at the same time in a UNIX box.
Thanks
Senthil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 02:20 AM
08-26-2002 02:20 AM
Re: Informix with MC/SG
When you start your INFORMIX engine the first oninit becomes the master which itself start and monitors the otehr oninits.
So you only need to monitor the existence of the master.
You'll find out the master with:
onpid=` $INFORMIXDIR/bin/onstat -g glo | awk '/ vp /, / tot /' | awk '/^ 1 / { print $2 }' `
you can write monitor scripts for both instances and monitor on this PID's
Regards
Rainer
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 02:36 AM
08-26-2002 02:36 AM
Re: Informix with MC/SG
Could you send me a sample Informix monitoring Scripts.
Thanks
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 02:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 03:02 AM
08-26-2002 03:02 AM
Re: Informix with MC/SG
Thanks
Best Regards
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 12:02 AM
08-27-2002 12:02 AM
Re: Informix with MC/SG
You can also use this technique to distinguish different copies of a similar executable by creating links (hard or soft), so that the ps listing gives you more useful information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 01:59 PM
04-10-2003 01:59 PM
Re: Informix with MC/SG
set -A MONITOR_PROCESS oninit.ins1
etc.
I personally would create a seperate SG package for each instance.
Tim