<?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: Multiple Oracle Environments - Concurrent Manager in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2450001#M770141</link>
    <description>From what you are stating, all oracle instances were setup with the same user. &lt;BR /&gt;You will need to specify the UID in order to get some of the stats you are looking for. &lt;BR /&gt;&lt;BR /&gt;To get unique UIDs for the managers, the oracle setup would have to be changed.</description>
    <pubDate>Wed, 04 Oct 2000 15:02:09 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2000-10-04T15:02:09Z</dc:date>
    <item>
      <title>Multiple Oracle Environments - Concurrent Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2449995#M770135</link>
      <description>Am currently running several Oracle Environments on a single server with many Concurrent Manager processes all with the same Oracle uid. Is there any way to distinguish which Concurrent Managers belong to which Oracle Environment? This would help in setting up ServiceGuard to monitor the Concurrent Manager process, and eventually backups and MWA.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 04 Oct 2000 03:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2449995#M770135</guid>
      <dc:creator>Chris Maehara</dc:creator>
      <dc:date>2000-10-04T03:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oracle Environments - Concurrent Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2449996#M770136</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Before supplying a script as an answer, I would like to know if the user-id of the concurrent managers is different for every database.&lt;BR /&gt;&lt;BR /&gt;example: concurrent manager (conman)&lt;BR /&gt;         oracle database    (oraofi)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Dieter Degrendele</description>
      <pubDate>Wed, 04 Oct 2000 05:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2449996#M770136</guid>
      <dc:creator>Dieter Degrendele</dc:creator>
      <dc:date>2000-10-04T05:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oracle Environments - Concurrent Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2449997#M770137</link>
      <description>You can try , creating a unix user same as your database name , and whent starting up concurrent manager , set up the oracle sid and other environment, and depending on what the SID is do an su &lt;BR /&gt;&lt;BR /&gt;e.g. if dbase is DEV ( nb:- DEV is also a unix user created) &lt;BR /&gt;set sid up and other environment&lt;BR /&gt;if sid is DEV then  su DEV -c startmgr ARGUMENTS e.g. ( ArGUMENTS depending on dbase&lt;BR /&gt;DEV i.e sysmgr="apps/fnd&lt;BR /&gt;&lt;BR /&gt;so su DEV -c startmgr sysmgr="apps/fnd"&lt;BR /&gt;&lt;BR /&gt;so when you do a ps -ef | grep DEV you can tell these processes are for the DEV databases&lt;BR /&gt;&lt;BR /&gt;just a thought , HTP&lt;BR /&gt;just a thought</description>
      <pubDate>Wed, 04 Oct 2000 09:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2449997#M770137</guid>
      <dc:creator>Devbinder Singh Marway</dc:creator>
      <dc:date>2000-10-04T09:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oracle Environments - Concurrent Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2449998#M770138</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;Based on the exposure I have had to oracle databases, (which is pretty low), Oracle appends the database identifier to the end of the database management processes.&lt;BR /&gt;&lt;BR /&gt;Therefore if your database identifier was abc, something along the lines of :&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep ora_ | grep abc&lt;BR /&gt;&lt;BR /&gt;will show all the database management processes for that  database instance.&lt;BR /&gt;&lt;BR /&gt;Did that answer the question - I have forgotten?</description>
      <pubDate>Wed, 04 Oct 2000 10:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2449998#M770138</guid>
      <dc:creator>Steve Slade</dc:creator>
      <dc:date>2000-10-04T10:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oracle Environments - Concurrent Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2449999#M770139</link>
      <description>The oracle instance will be appended to the process name. Example, if you do ps -fu oracle, you will see all processes owned by oracle and the processes will be specified by the database instance</description>
      <pubDate>Wed, 04 Oct 2000 12:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2449999#M770139</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-10-04T12:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oracle Environments - Concurrent Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2450000#M770140</link>
      <description>Thanks for all the responses. Unfortunately, all the Concurrent Managers are running under the same uid. In order for MWA to track the process, the first entry in the process has to be unique. Still need help.</description>
      <pubDate>Wed, 04 Oct 2000 13:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2450000#M770140</guid>
      <dc:creator>Chris Maehara</dc:creator>
      <dc:date>2000-10-04T13:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oracle Environments - Concurrent Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2450001#M770141</link>
      <description>From what you are stating, all oracle instances were setup with the same user. &lt;BR /&gt;You will need to specify the UID in order to get some of the stats you are looking for. &lt;BR /&gt;&lt;BR /&gt;To get unique UIDs for the managers, the oracle setup would have to be changed.</description>
      <pubDate>Wed, 04 Oct 2000 15:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2450001#M770141</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-10-04T15:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oracle Environments - Concurrent Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2450002#M770142</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;It sounds like you need to have multiple dba unix userids, each with responsiblity &lt;BR /&gt;for starting/stopping its own database.&lt;BR /&gt;&lt;BR /&gt;This is quite easy to do - any unix user in the unix group dba automatically is assumed to be a dba userid by oracle.&lt;BR /&gt;&lt;BR /&gt;All you need to do ensure that for each userid, the environment variable ORACLE_SID reflects the required database identifier - all other parms can match your existing dba userid.</description>
      <pubDate>Thu, 05 Oct 2000 14:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2450002#M770142</guid>
      <dc:creator>Steve Slade</dc:creator>
      <dc:date>2000-10-05T14:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Oracle Environments - Concurrent Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2450003#M770143</link>
      <description>hi there&lt;BR /&gt;&lt;BR /&gt;we just had similar problems. we are running 18 identical applications each with it's own oracle instance. so we created 18 unix users and defined the ORACLE_SID and the Oracle relevant PATH's in the users profile. to have the necessary rights to start/stop an instance all this users belong to the oracle dba group. if your're interested i wrote a daemon which is taking care of all instances and listeners on your system. even failover in combination with serviceguard is supported...&lt;BR /&gt;&lt;BR /&gt;C U</description>
      <pubDate>Fri, 13 Oct 2000 08:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-oracle-environments-concurrent-manager/m-p/2450003#M770143</guid>
      <dc:creator>Sandro Schaer</dc:creator>
      <dc:date>2000-10-13T08:06:14Z</dc:date>
    </item>
  </channel>
</rss>

