- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Informics 2 instances - single package
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
01-27-2004 06:03 PM
01-27-2004 06:03 PM
Pl. help
Thanks,
Karthik S S
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 06:48 PM
01-27-2004 06:48 PM
Re: Informics 2 instances - single package
I don't know about ECM but I worked on Oracle toolkit. They are basically designed for a single instance (for ex., in oracle toolkit script, the place where you define oracle instance is SID_NAME which cannot take more than one SID.
So, I am afraid you may have to modify the script to suit to your requirements. You can use the base template but will need to modify the cases like fault, monitor, start,halt etc., depending on how the script is written to include manipulation of two instances.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 06:33 PM
01-28-2004 06:33 PM
SolutionYou must create two oninit processes
oninit_inst1
oninit_inst2
This can be done in informix.
we implemented it for two informix packages on a cluster.
I don't have access to the server now.
But here you find the informix.sh script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:22 PM
01-28-2004 07:22 PM
Re: Informics 2 instances - single package
You must install the Informix binaries in 2 different Informix directory for 2 different instances. Then rename the oninit binary of each with different name. Ex: oninit_inst1, oninint_inst2. Replace the oninit with either oninit_inst1/oninit_inst2 on the monitoring script according to your requirement.
I hope this addresses your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:42 PM
01-28-2004 07:42 PM
Re: Informics 2 instances - single package
But how do I create two on_init processes?? Do you mean I need to link the binary with two different names?. Even if I do so the target binary is only one which inturn will affect both the instances if restarted right? Or do I have to install Informix binaries on two different locations?. Kindly clarify.
Thanks
Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:54 PM
01-28-2004 07:54 PM
Re: Informics 2 instances - single package
I think you have to create link. But I an not sure. We configured it on the cluster of a customer almost 3 years ago. I don't have access to this server from my current location.
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 08:28 PM
01-28-2004 08:28 PM
Re: Informics 2 instances - single package
Yes.As I told earlier itself u need to install informix binaries in two different location and rename the oninit binary file in each location with different name.
Note:- We are running around 6 instances of informix on a single sytem like this.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 08:38 PM
01-28-2004 08:38 PM
Re: Informics 2 instances - single package
As Tamil said, you need to copy the oninit binary and rename it to oninit-instance name.
As also the onconfig file is copied and replicated for each instance.
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 09:10 PM
01-28-2004 09:10 PM
Re: Informics 2 instances - single package
Thanks for your answers. But you said you have 6 instances running on a single system. Does that mean you have installed the binaries at 6 different locations?? ( I dont think so ). Well may be in my requirement I need to have the binaries separately as I am configuring two instances with in a single MC Service Guard Package as individual services.
Is it not possible to only copy the oninit binary to onint_inst1 and oninit_inst2 (not linking it but physically copy it to two files) and define onconfig for these two binaries? rather than installing the whole informix binares at two different locations. I am not very familar with Informix. Pl. clarify.
Thanks,
Karthik S s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 09:22 PM
01-28-2004 09:22 PM
Re: Informics 2 instances - single package
There is no need to put in different locations unless there is a specific need. For us it resides in $INFORMIXDIR/bin/oninit_instance_name>
The installation for IDS was done only once. Just copy the oninit binary and copy onconfig.std and change accordingly for that instance.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 09:36 PM
01-28-2004 09:36 PM