<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Informics 2 instances - single package in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176010#M705478</link>
    <description>Karthik,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;good luck</description>
    <pubDate>Thu, 29 Jan 2004 03:54:40 GMT</pubDate>
    <dc:creator>Luk Vandenbussche</dc:creator>
    <dc:date>2004-01-29T03:54:40Z</dc:date>
    <item>
      <title>Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176005#M705473</link>
      <description>We have a requirement to configure two Informix instances in a single package in MC/SG Extended cluster setup. I went through the ECM toolkit and found that it monitors for "oninit" process and restarts it. In Informix, each instance is associated with an "oninit" process. In a single instance setup when we manually kill oninit process the instance restarts again as configured. What is the reaction in a two instance setup with both the instance having the same process name "oninit"? How can I achieve individual instance restart in case of a process kill ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pl. help&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Karthik S S</description>
      <pubDate>Wed, 28 Jan 2004 02:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176005#M705473</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-01-28T02:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176006#M705474</link>
      <description>Hi Karthik,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 28 Jan 2004 02:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176006#M705474</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-28T02:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176007#M705475</link>
      <description>Hello Karthik,&lt;BR /&gt;&lt;BR /&gt;You must create two oninit processes&lt;BR /&gt;&lt;BR /&gt;oninit_inst1&lt;BR /&gt;oninit_inst2&lt;BR /&gt;&lt;BR /&gt;This can be done in informix.&lt;BR /&gt;&lt;BR /&gt;we implemented it for two informix packages on a cluster.&lt;BR /&gt;I don't have access to the server now.&lt;BR /&gt;But here you find the informix.sh script</description>
      <pubDate>Thu, 29 Jan 2004 02:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176007#M705475</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2004-01-29T02:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176008#M705476</link>
      <description>Hi Karthick,&lt;BR /&gt;  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.&lt;BR /&gt;&lt;BR /&gt;  I hope this addresses your problem.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2004 03:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176008#M705476</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2004-01-29T03:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176009#M705477</link>
      <description>Hi Luk,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik S S</description>
      <pubDate>Thu, 29 Jan 2004 03:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176009#M705477</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-01-29T03:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176010#M705478</link>
      <description>Karthik,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Thu, 29 Jan 2004 03:54:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176010#M705478</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2004-01-29T03:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176011#M705479</link>
      <description>Hi Karthick,&lt;BR /&gt;  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.&lt;BR /&gt;  Note:- We are running around 6 instances of informix on a single sytem like this.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Thu, 29 Jan 2004 04:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176011#M705479</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2004-01-29T04:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176012#M705480</link>
      <description>Karthik, &lt;BR /&gt;  As Tamil said, you need to copy the oninit binary and rename it to oninit-instance name.&lt;BR /&gt;&lt;BR /&gt;  As also the onconfig file is copied and replicated for each instance.  &lt;BR /&gt;&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 29 Jan 2004 04:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176012#M705480</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2004-01-29T04:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176013#M705481</link>
      <description>Hi Tamil/Umapathy,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Karthik S s</description>
      <pubDate>Thu, 29 Jan 2004 05:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176013#M705481</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-01-29T05:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176014#M705482</link>
      <description>Karthik,&lt;BR /&gt;&lt;BR /&gt;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&amp;gt;&lt;BR /&gt;&lt;BR /&gt;The installation for IDS was done only once.  Just copy the oninit binary and copy onconfig.std and change accordingly for that instance.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 29 Jan 2004 05:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176014#M705482</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2004-01-29T05:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Informics 2 instances - single package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176015#M705483</link>
      <description>And remember to set ONCONFIG env correct.  This is where most of the mistakes happen when supporting more than one instance.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2004 05:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informics-2-instances-single-package/m-p/3176015#M705483</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2004-01-29T05:36:10Z</dc:date>
    </item>
  </channel>
</rss>

