<?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: MC-SG oracle 10g RAC and ASM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762399#M696232</link>
    <description>Thank you very much- Julio&lt;BR /&gt;&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 01 Apr 2006 00:05:20 GMT</pubDate>
    <dc:creator>tom quach_1</dc:creator>
    <dc:date>2006-04-01T00:05:20Z</dc:date>
    <item>
      <title>MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762383#M696216</link>
      <description>Hi Everyone,&lt;BR /&gt;I am just wonder if anyone has setup oracle 10g RAC using ASM in a HPUX 11.11 and MC-SG 11.16 environment.&lt;BR /&gt;i am currently using 9i RAC 2 nodes cluster MC-SG with RAW devices and want to move to 10g RAC, we want to use ASM with RAC.&lt;BR /&gt;Please give me some guide line on how to accomplish this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 30 Mar 2006 12:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762383#M696216</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2006-03-30T12:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762384#M696217</link>
      <description>I don't have a how-to, but the Lab issues this statement:&lt;BR /&gt;"Beginning with SGeRAC A.11.17, ASM can be supported in Shared LVM volume groups."</description>
      <pubDate>Thu, 30 Mar 2006 13:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762384#M696217</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2006-03-30T13:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762385#M696218</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I setup a RAC Cluster with 9i and SGeRAC 11.16 using shared LVM.&lt;BR /&gt;As we have problem to made an update on logical volumes every new lvol we had to create we decided to move to 10g using ASM.&lt;BR /&gt;The basic difference is that, instead of using shared LVM I setup ASM using raw disk device (/dev/dsk/cntndn).&lt;BR /&gt;In this way, we now don't have problem in creating a new device or making an new datafile in oracle.&lt;BR /&gt;Performance basically stays the same.&lt;BR /&gt;All the other configuration remains the same also.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 13:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762385#M696218</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2006-03-30T13:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762386#M696219</link>
      <description>Thank you Stephen and Julio for the info.&lt;BR /&gt;&lt;BR /&gt;Julio- Your environment is probably just like mine,&lt;BR /&gt;so when you use ASM with raw disk /dev/dsk/cntndn on 1 node, what happens to the other node, I just have to locate the same disk device?&lt;BR /&gt;&lt;BR /&gt;this line below is for package run script&lt;BR /&gt;&lt;BR /&gt;#Since this is Oracle 9iRAC, we must activate in shared mode.&lt;BR /&gt;VGCHANGE="vgchange -a s"                # Default&lt;BR /&gt;&lt;BR /&gt;since this is ASM using RAW disk and writing , reading to the same disk on both nodes.&lt;BR /&gt;What you do with the second node at all?&lt;BR /&gt;Please verify these steps for me.&lt;BR /&gt;&lt;BR /&gt;this is for 2 nodes cluster&lt;BR /&gt;1- create 5 disks under /dev/rdsk and change owner and group to dba:oracle&lt;BR /&gt;DO YOU HAVE TO DO ANY EXPORT &lt;BR /&gt;crw-rw-r--   1 oracle     dba        188 0x0d0400 Mar 30 11:38 c13t0d4&lt;BR /&gt;crw-rw-r--   1 oracle     dba        188 0x0d0500 Mar 30 11:38 c13t0d5&lt;BR /&gt;crw-r-----   1 oracle     dba        188 0x0d0600 Feb 20 04:02 c13t0d6&lt;BR /&gt;crw-r-----   1 oracle     dba        188 0x0d0700 Mar 30 11:38 c13t0d7&lt;BR /&gt;crw-r-----   1 oracle     dba        188 0x0d1000 Mar 30 11:38 c13t1d0&lt;BR /&gt;&lt;BR /&gt;2--do all the prerequisites and install ASM on node1, in the process of installing, it will see node2 also&lt;BR /&gt;&lt;BR /&gt;3--install oracle database 10g for RAC&lt;BR /&gt;&lt;BR /&gt;4--do you create startup package in MC-SG to monitor your RAC.&lt;BR /&gt;&lt;BR /&gt;if yes in package run script.&lt;BR /&gt;do you start ASM and database in a same package?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 15:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762386#M696219</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2006-03-30T15:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762387#M696220</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;A caveat we ran into with a 10gR1 RAC implementation last year was that ASM requires the same devices to have the same filenames throughout the cluster.  This was something we found out after the fact and caused us a little bit of grief.  By the way, if you're using a multi-pathing disk solution, such as SecurePath, you only need to identify one matching device file for each device for ASM, so that made things a bit easier.&lt;BR /&gt;&lt;BR /&gt;--Greg</description>
      <pubDate>Thu, 30 Mar 2006 15:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762387#M696220</guid>
      <dc:creator>Greg Vaidman</dc:creator>
      <dc:date>2006-03-30T15:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762388#M696221</link>
      <description>We've been using 10g RAC with ASM for over a year here on 11.11. With 10g you don't really need MC-SG, we just use Oracle's clustering software a new feature of 10g.&lt;BR /&gt;&lt;BR /&gt;ASM manages the raw devices and in our two node cluster each node has its own instance and oracle home.&lt;BR /&gt;&lt;BR /&gt;And as was stated earlier if using multipaths use only one raw device as the software (Powerpath) handles the load balancing/redudancy.</description>
      <pubDate>Thu, 30 Mar 2006 17:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762388#M696221</guid>
      <dc:creator>Jose Garcia_7</dc:creator>
      <dc:date>2006-03-30T17:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762389#M696222</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1- create 5 disks under /dev/rdsk and change owner and group to dba:oracle&lt;BR /&gt;It's correct, in spite of using same device name, when we configured XP, I asked HP guy to use the same device name, so we had no problem&lt;BR /&gt;&lt;BR /&gt;2--do all the prerequisites and install ASM on node1, in the process of installing, it will see node2 also&lt;BR /&gt;We configured all disks in server 1, started ASM and made the same in the other node&lt;BR /&gt;&lt;BR /&gt;3--install oracle database 10g for RAC&lt;BR /&gt;Correct, after installing and configuring ASM in both nodes&lt;BR /&gt;&lt;BR /&gt;4--do you create startup package in MC-SG to monitor your RAC.&lt;BR /&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;if yes in package run script.&lt;BR /&gt;do you start ASM and database in a same package?&lt;BR /&gt;In our case, ASM is in the same package as Oracle server, but I think you can have a separate package for ASM. I don't see problem in it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 18:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762389#M696222</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2006-03-30T18:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762390#M696223</link>
      <description>Thank you Jose and Julio,&lt;BR /&gt;&lt;BR /&gt;Jose, &lt;BR /&gt;without MC-SG you just create startup script to start your ASM and database?&lt;BR /&gt;&lt;BR /&gt;Julio, if you don'd mind&lt;BR /&gt;can i see a portion of the control run script package.cntl&lt;BR /&gt;function customer_defined_run_cmds&lt;BR /&gt;{&lt;BR /&gt;# ADD customer defined run commands.&lt;BR /&gt;: # do nothing instruction, because a function must contain some command.&lt;BR /&gt;&lt;BR /&gt;        test_return 51&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;# ADD customer defined halt commands.&lt;BR /&gt;: # do nothing instruction, because a function must contain some command.&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;# END OF CUSTOMER DEFINED FUNCTIONS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;TOm&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 18:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762390#M696223</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2006-03-30T18:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762391#M696224</link>
      <description>Tom, &lt;BR /&gt;&lt;BR /&gt;With 10g there is something called CRS - Cluster ready services, this brings up the database on its own including ASM. Via a shared raw device (voting disk) a single node can bring up the rest of the nodes too.&lt;BR /&gt;&lt;BR /&gt;Its oracle's attempt to automate things, the script is spawned from inittab. It can be disabled if desired or for maintenance reasons.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2006 18:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762391#M696224</guid>
      <dc:creator>Jose Garcia_7</dc:creator>
      <dc:date>2006-03-30T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762392#M696225</link>
      <description>function customer_defined_run_cmds&lt;BR /&gt;{&lt;BR /&gt;# ADD customer defined run commands.&lt;BR /&gt;: # do nothing instruction, because a function must contain some command.&lt;BR /&gt;/etc/cmcluster/PROD1/toolkit.sh start&lt;BR /&gt;test_return 51&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;# ADD customer defined halt commands.&lt;BR /&gt;: # do nothing instruction, because a function must contain some command.&lt;BR /&gt;/etc/cmcluster/PROD1/toolkit.sh stop&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;# END OF CUSTOMER DEFINED FUNCTIONS&lt;BR /&gt;&lt;BR /&gt;In /etc/cmcluster/PROD1/toolkit.sh, it calls haoracle_sql.sh:&lt;BR /&gt;&lt;BR /&gt;START:&lt;BR /&gt;function start_oracle&lt;BR /&gt;{&lt;BR /&gt;export ORACLE_HOME=${ORACLE_HOME}&lt;BR /&gt;export ORACLE_SID=+ASM1&lt;BR /&gt;${ORACLE_HOME}/bin/sqlplus '/ as sysdba' &amp;lt;&lt;SQL&gt;&lt;/SQL&gt;startup;&lt;BR /&gt;select INSTANCE_NAME from v\\\$instance;&lt;BR /&gt;exit;&lt;BR /&gt;SQL&lt;BR /&gt;&lt;BR /&gt;STOP:&lt;BR /&gt;function shutdown_oracle&lt;BR /&gt;{&lt;BR /&gt;..&lt;BR /&gt;..&lt;BR /&gt;oracle_stop=$?&lt;BR /&gt;export ORACLE_HOME=${ORACLE_HOME}&lt;BR /&gt;export ORACLE_SID=+ASM1&lt;BR /&gt;${ORACLE_HOME}/bin/sqlplus '/ as sysdba' &amp;lt;&lt;SQL&gt;&lt;/SQL&gt;shutdown;&lt;BR /&gt;exit;&lt;BR /&gt;SQL&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2006 08:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762392#M696225</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2006-03-31T08:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762393#M696226</link>
      <description>Hi Julio&lt;BR /&gt;&lt;BR /&gt;Please clarify,&lt;BR /&gt;in haoracle_sql.sh&lt;BR /&gt;it starts only 1 ASM1&lt;BR /&gt;where is the startup of your main database.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;In /etc/cmcluster/PROD1/toolkit.sh, it calls haoracle_sql.sh:&lt;BR /&gt;&lt;BR /&gt;START:&lt;BR /&gt;function start_oracle&lt;BR /&gt;{&lt;BR /&gt;export ORACLE_HOME=${ORACLE_HOME}&lt;BR /&gt;export ORACLE_SID=+ASM1&lt;BR /&gt;${ORACLE_HOME}/bin/sqlplus '/ as sysdba' &amp;lt;&lt;SQL&gt;&lt;/SQL&gt;startup;&lt;BR /&gt;select INSTANCE_NAME from v\\\$instance;&lt;BR /&gt;exit;&lt;BR /&gt;SQL&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2006 09:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762393#M696226</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2006-03-31T09:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762394#M696227</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There is a step by step procedure at the CTC site.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hporaclectc.com/cug/assets/RACupgrade9i-10g.doc" target="_blank"&gt;http://www.hporaclectc.com/cug/assets/RACupgrade9i-10g.doc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Alireza</description>
      <pubDate>Fri, 31 Mar 2006 09:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762394#M696227</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2006-03-31T09:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762395#M696228</link>
      <description>Hi Alireza&lt;BR /&gt;&lt;BR /&gt;Thanks for the link&lt;BR /&gt;...But i cannot open it.&lt;BR /&gt;It is only accessable by employees of Hewlett Packard, Oracle and selected partners&lt;BR /&gt;would you please send me the doc&lt;BR /&gt;&lt;BR /&gt;tquach@sunrider.com&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2006 11:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762395#M696228</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2006-03-31T11:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762396#M696229</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Tom, it's necessary only one ASM for server because you have one instance of RAC and one instance of ASM.&lt;BR /&gt;Also, you may have one ASM instance and more than one RAC instance.&lt;BR /&gt;I showed you the script of one server, in the other node, we start ASM instance in the same way, but use +ASM2 instead of +ASM1.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2006 19:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762396#M696229</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2006-03-31T19:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762397#M696230</link>
      <description>Thanks-Julio,&lt;BR /&gt;&lt;BR /&gt;I understook that, but in 10g there are 2 databases, the ASM is the database to mount all drivers for you,and after the ASM is up then you can start  your real database. Does it work that way?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2006 20:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762397#M696230</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2006-03-31T20:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762398#M696231</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, you have two databases, one in each server and you need to start at least one ASM instance in each server in order for databases instances to work.&lt;BR /&gt;Believe me: it really works.&lt;BR /&gt;Before we installed ASM we were thinking about this new version of SGeRAC with Veritas Filesystem, as it lasted too much, we decided in january to upgrade from 9i with ASM.&lt;BR /&gt;If you want a good book about RAC, ASM and High Availability in Oracle, try, High Availbility with RAC, Flashback &amp;amp; Data Guard, this book describes how to manage ASM in RAC environment.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2006 21:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762398#M696231</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2006-03-31T21:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762399#M696232</link>
      <description>Thank you very much- Julio&lt;BR /&gt;&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Apr 2006 00:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762399#M696232</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2006-04-01T00:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: MC-SG oracle 10g RAC and ASM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762400#M696233</link>
      <description>Greg,&lt;BR /&gt;&lt;BR /&gt;Refering to your note on finding a matching device in SecurePath. What can I do if there is no common device path in both nodes, and Oracle Installer prompts for a single device path for ASM disk? I have an EVA4000 and SecurePath 3.0f installed and none of the device paths in two nodes are common. HP says it is difficult to change  the disk device path.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ashokan.</description>
      <pubDate>Tue, 08 Aug 2006 12:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-oracle-10g-rac-and-asm/m-p/3762400#M696233</guid>
      <dc:creator>ashokan_1</dc:creator>
      <dc:date>2006-08-08T12:35:03Z</dc:date>
    </item>
  </channel>
</rss>

