<?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: How to change persistent DSF name in HPUX 11.31 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673958#M382009</link>
    <description>I created custom device files using mksf for this exact reason (RAC cluster with raw devices).  You can assign specific ownership and permissions as required by Oracle without worrying about them getting reset by the OS. For example:&lt;BR /&gt;&lt;BR /&gt;mksf -C disk -H &lt;H&gt; -r /dev/&lt;DB_NAME&gt;/asm/db01&lt;BR /&gt;chown oracle:dba /dev/&lt;DB_NAME&gt;/asm/db01&lt;BR /&gt;chmod 660 /dev/&lt;DB_NAME&gt;/asm/db01&lt;BR /&gt;&lt;BR /&gt;When you run an ioscan afterwards you'll see the unique hardware paths for the LUN on each server as well as the name you assigned.  Then point ASM_DISKSTRING to /dev/&lt;DB_NAME&gt;/asm/* and it will be same for both nodes.&lt;BR /&gt;&lt;BR /&gt;- Kevin&lt;/DB_NAME&gt;&lt;/DB_NAME&gt;&lt;/DB_NAME&gt;&lt;/DB_NAME&gt;&lt;/H&gt;</description>
    <pubDate>Thu, 12 Aug 2010 23:56:10 GMT</pubDate>
    <dc:creator>kevin_m</dc:creator>
    <dc:date>2010-08-12T23:56:10Z</dc:date>
    <item>
      <title>How to change persistent DSF name in HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673956#M382007</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;we have created virtual disk in HP EVA 4100 and present this volume to two HPUX 11.31 servers. Oracle wants same persistent DSF names on both servers. Oracle used raw partitions for installation of ASM oracle RAC.&lt;BR /&gt;&lt;BR /&gt;Both servers names are below:&lt;BR /&gt;&lt;BR /&gt;proddb1:&lt;BR /&gt;&lt;BR /&gt;# ioscan -m dsf /dev/rdisk/disk90&lt;BR /&gt;Persistent DSF           Legacy DSF(s)&lt;BR /&gt;========================================&lt;BR /&gt;/dev/rdisk/disk90       &lt;BR /&gt;                         /dev/rdsk/c5t0d7&lt;BR /&gt;                         /dev/rdsk/c3t0d7&lt;BR /&gt;                         /dev/rdsk/c10t0d7&lt;BR /&gt;                         /dev/rdsk/c8t0d7&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proddb2:&lt;BR /&gt;&lt;BR /&gt;# ioscan -m dsf /dev/rdisk/disk87&lt;BR /&gt;Persistent DSF           Legacy DSF(s)&lt;BR /&gt;========================================&lt;BR /&gt;/dev/rdisk/disk87       &lt;BR /&gt;                         /dev/rdsk/c10t0d7&lt;BR /&gt;                         /dev/rdsk/c3t0d7&lt;BR /&gt;                         /dev/rdsk/c8t0d7&lt;BR /&gt;                         /dev/rdsk/c5t0d7&lt;BR /&gt;&lt;BR /&gt;Please help to resolve this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Kind Regards,&lt;BR /&gt;&lt;BR /&gt;Sajjad Ahmed</description>
      <pubDate>Thu, 12 Aug 2010 08:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673956#M382007</guid>
      <dc:creator>Sajjad Premier</dc:creator>
      <dc:date>2010-08-12T08:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change persistent DSF name in HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673957#M382008</link>
      <description>Please check below doc,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/MassStorageStack/The_Next_Generation_Mass_Storage_Stack.pdf" target="_blank"&gt;www.docs.hp.com/en/MassStorageStack/The_Next_Generation_Mass_Storage_Stack.pdf&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;VVS</description>
      <pubDate>Thu, 12 Aug 2010 09:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673957#M382008</guid>
      <dc:creator>VVS</dc:creator>
      <dc:date>2010-08-12T09:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change persistent DSF name in HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673958#M382009</link>
      <description>I created custom device files using mksf for this exact reason (RAC cluster with raw devices).  You can assign specific ownership and permissions as required by Oracle without worrying about them getting reset by the OS. For example:&lt;BR /&gt;&lt;BR /&gt;mksf -C disk -H &lt;H&gt; -r /dev/&lt;DB_NAME&gt;/asm/db01&lt;BR /&gt;chown oracle:dba /dev/&lt;DB_NAME&gt;/asm/db01&lt;BR /&gt;chmod 660 /dev/&lt;DB_NAME&gt;/asm/db01&lt;BR /&gt;&lt;BR /&gt;When you run an ioscan afterwards you'll see the unique hardware paths for the LUN on each server as well as the name you assigned.  Then point ASM_DISKSTRING to /dev/&lt;DB_NAME&gt;/asm/* and it will be same for both nodes.&lt;BR /&gt;&lt;BR /&gt;- Kevin&lt;/DB_NAME&gt;&lt;/DB_NAME&gt;&lt;/DB_NAME&gt;&lt;/DB_NAME&gt;&lt;/H&gt;</description>
      <pubDate>Thu, 12 Aug 2010 23:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673958#M382009</guid>
      <dc:creator>kevin_m</dc:creator>
      <dc:date>2010-08-12T23:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to change persistent DSF name in HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673959#M382010</link>
      <description># io_redirect_dsf -d /dev/disk/disk14 -n /dev/disk/disk28&lt;BR /&gt;&lt;BR /&gt;not the case, but could be useful sometime, so also check:&lt;BR /&gt;# scsimgr replace_wwid â  D /dev/rdisk/disk14&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2010 02:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673959#M382010</guid>
      <dc:creator>GPissutto</dc:creator>
      <dc:date>2010-08-13T02:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change persistent DSF name in HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673960#M382011</link>
      <description>Dear Kevin,&lt;BR /&gt;&lt;BR /&gt;Thanks for your support.&lt;BR /&gt;&lt;BR /&gt;I have already sent actual DSF persistent names on both servers. Can you please exact commands as per given DSF persistent names of both servers proddb1 and proddb2? &lt;BR /&gt;&lt;BR /&gt;Also please tell me how we can get hardware paths of both servers?&lt;BR /&gt;&lt;BR /&gt;Also tell me please these commands run on both servers or on any of one server?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Kind Regards,&lt;BR /&gt;&lt;BR /&gt;Sajjad Ahmed</description>
      <pubDate>Fri, 13 Aug 2010 05:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673960#M382011</guid>
      <dc:creator>Sajjad Premier</dc:creator>
      <dc:date>2010-08-13T05:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to change persistent DSF name in HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673961#M382012</link>
      <description>I'll give an example for an ASM disk device /dev/disk/disk344 and a database we've named erptrn.  Run an ioscan on both servers with the -N option to get the agile view.&lt;BR /&gt;&lt;BR /&gt;ioscan -fnNC disk&lt;BR /&gt;&lt;BR /&gt;Here's the resulting details for that particular disk on server 1:&lt;BR /&gt;&lt;BR /&gt;disk    344  64000/0xfa00/0x8c  esdisk           CLAIMED     DEVICE       DGC     CX500WDR5&lt;BR /&gt;                      /dev/disk/disk344     /dev/rdisk/disk344&lt;BR /&gt;                      &lt;BR /&gt;The other server will probably have a different path and disk number but it doesn't matter.  Insert the unique hardware path (-H option) into the mksf command on both servers:&lt;BR /&gt;&lt;BR /&gt;mksf -C disk -H 64000/0xfa00/0x8c -r /dev/erptrn/asm/db01 # server 1&lt;BR /&gt;mksf -C disk -H 64000/0xfa00/0x8f -r /dev/erptrn/asm/db01 # server 2&lt;BR /&gt;&lt;BR /&gt;When you run ioscan again it will also list your custom device file for that disk in addition to the system generated DSFs.&lt;BR /&gt;&lt;BR /&gt;disk    344  64000/0xfa00/0x8c  esdisk           CLAIMED     DEVICE       DGC     CX500WDR5&lt;BR /&gt;                      /dev/disk/disk344     /dev/erptrn/asm/db01  /dev/rdisk/disk344&lt;BR /&gt;                      &lt;BR /&gt;So as far as Oracle is concerned, the DSF becomes /dev/erptrn/asm/db01 for this example instead of using /dev/disk/disk344.  Use whatever naming convention you want but make sure to chown/chmod as listed above.&lt;BR /&gt; &lt;BR /&gt;Kevin</description>
      <pubDate>Fri, 13 Aug 2010 12:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673961#M382012</guid>
      <dc:creator>kevin_m</dc:creator>
      <dc:date>2010-08-13T12:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change persistent DSF name in HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673962#M382013</link>
      <description>Dear Kevin,&lt;BR /&gt;&lt;BR /&gt;Thanks for response.&lt;BR /&gt;&lt;BR /&gt;Sorry for delayed reply.&lt;BR /&gt;&lt;BR /&gt;My question is:&lt;BR /&gt;&lt;BR /&gt;What about Legacy DSF's because when we enter the below command:&lt;BR /&gt;&lt;BR /&gt;ioscan -m dsf /dev/rdisk/disk87&lt;BR /&gt;&lt;BR /&gt;After running command, disk87 are showing four paths. &lt;BR /&gt;&lt;BR /&gt;/dev/rdsk/c10t0d7&lt;BR /&gt;/dev/rdsk/c3t0d7&lt;BR /&gt;/dev/rdsk/c8t0d7&lt;BR /&gt;/dev/rdsk/c5t0d7&lt;BR /&gt;&lt;BR /&gt;Please clarify when we will implement your solution which persisten DSF is showing these four paths. Please take your example as illustrated in previous email.&lt;BR /&gt;&lt;BR /&gt;Also please calrify you will use /dev to create custom disk. c&lt;BR /&gt;Your favor in this regard is highly appreciated.&lt;BR /&gt;Can we use the /dev/rdisk path for creating custome disk by mksf?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Kind Regards,&lt;BR /&gt;&lt;BR /&gt;Sajjad Ahmed&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2010 07:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673962#M382013</guid>
      <dc:creator>Sajjad Premier</dc:creator>
      <dc:date>2010-09-02T07:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to change persistent DSF name in HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673963#M382014</link>
      <description>You may see multiple legacy DSFs for each disk because of multipathing in 11.31.  I basically ignore all those older device files and only reference the hardware path (-H) for mksf as noted in my example.  Make sure you use the -N option for ioscan.  The custom DSF you create will not be in the rdisk format but instead whatever name applies to your environment.  That allows the operating system DSF and the Oracle DSF to have separate ownership and permissions even though they both reference the same LUN.  The custom DSF could begin with /dev/oracle or /dev/db_A for example.  The additional directory in /dev will automatically be created by the mksf command.</description>
      <pubDate>Thu, 02 Sep 2010 13:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673963#M382014</guid>
      <dc:creator>kevin_m</dc:creator>
      <dc:date>2010-09-02T13:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to change persistent DSF name in HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673964#M382015</link>
      <description>Dear Kevin,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;&lt;BR /&gt;Sorry My question is:&lt;BR /&gt;&lt;BR /&gt;When we will create the custom DSF by mksf &lt;BR /&gt;-H. Then Custom DSF will show automatically four paths when we will enter the ioscan command by entering -N. Please clarify. We have two SAN switches and two FC cards install in two servers thats why servers are shwoing four legacy paths as illustrated above. Customer wants oracle ASM on raw partitions. In HPUX 11.31, we use native multipathing. If one FC card or SAN switch will fail then traffic will not be disturbed.  &lt;BR /&gt;&lt;BR /&gt;I know very well that we will give oracle permissions to custom DSF which will create by mksf command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Kind Regards,&lt;BR /&gt;&lt;BR /&gt;Sajjad Ahmed</description>
      <pubDate>Fri, 03 Sep 2010 05:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673964#M382015</guid>
      <dc:creator>Sajjad Premier</dc:creator>
      <dc:date>2010-09-03T05:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change persistent DSF name in HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673965#M382016</link>
      <description>Only work with multipath devices using 'ioscan -fnNC disk'.  That's where you will find the hardware path to use with mksf.  The legacy device files are irrelevant and do not matter.  The end result is 3 devices for each LUN, 2 created by the operating system and 1 that you created to use with ASM.  Here's an example:&lt;BR /&gt;&lt;BR /&gt;disk    344  64000/0xfa00/0x8c  esdisk           CLAIMED     DEVICE       DGC     CX500WDR5&lt;BR /&gt;                      /dev/disk/disk344     /dev/erptrn/asm/db01  /dev/rdisk/disk344&lt;BR /&gt;&lt;BR /&gt;We also have 2 HBA's and 2 switches and multipathing definitely works if we lose one path.</description>
      <pubDate>Fri, 03 Sep 2010 12:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-persistent-dsf-name-in-hpux-11-31/m-p/4673965#M382016</guid>
      <dc:creator>kevin_m</dc:creator>
      <dc:date>2010-09-03T12:25:00Z</dc:date>
    </item>
  </channel>
</rss>

