<?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 Make device names same on cluster nodes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-device-names-same-on-cluster-nodes/m-p/4006552#M298161</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I would be having a 3 node cluster consisting of 2 nPars (nodeA and nodeB) from one rp7420 and 1 nPar (nodeC) from another rp7420.&lt;BR /&gt;nodeC is the local High Available partition for nodeA and nodeB using Service Guard cluster.[ Thus nodeA can failover onto nodeC and/or nodeB can failover onto nodeC ]&lt;BR /&gt;There would be 2 x 2 port HBA cards in all the 3 nodes connected to XP10000 storage array via SAN.&lt;BR /&gt;How do I ensure before presenting the storage LUNs (from XP10000 array) to the 3 nodes that all the disk devices common to (nodeA and nodeC) &amp;amp; to (nodeB and nodeC) are seen as same device names (e.g. /dev/dsk/c10t1d0) on the corresponding nodes ?&lt;BR /&gt;&lt;BR /&gt;I have seen a method using ioconfig , ioinit but that was for SCSI.&lt;BR /&gt;What is the procedure to synchronise the disk devices names in case of Fibre channel connectivity?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Ninad</description>
    <pubDate>Thu, 24 May 2007 09:13:54 GMT</pubDate>
    <dc:creator>Ninad_1</dc:creator>
    <dc:date>2007-05-24T09:13:54Z</dc:date>
    <item>
      <title>Make device names same on cluster nodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-device-names-same-on-cluster-nodes/m-p/4006552#M298161</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I would be having a 3 node cluster consisting of 2 nPars (nodeA and nodeB) from one rp7420 and 1 nPar (nodeC) from another rp7420.&lt;BR /&gt;nodeC is the local High Available partition for nodeA and nodeB using Service Guard cluster.[ Thus nodeA can failover onto nodeC and/or nodeB can failover onto nodeC ]&lt;BR /&gt;There would be 2 x 2 port HBA cards in all the 3 nodes connected to XP10000 storage array via SAN.&lt;BR /&gt;How do I ensure before presenting the storage LUNs (from XP10000 array) to the 3 nodes that all the disk devices common to (nodeA and nodeC) &amp;amp; to (nodeB and nodeC) are seen as same device names (e.g. /dev/dsk/c10t1d0) on the corresponding nodes ?&lt;BR /&gt;&lt;BR /&gt;I have seen a method using ioconfig , ioinit but that was for SCSI.&lt;BR /&gt;What is the procedure to synchronise the disk devices names in case of Fibre channel connectivity?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Thu, 24 May 2007 09:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-device-names-same-on-cluster-nodes/m-p/4006552#M298161</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2007-05-24T09:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Make device names same on cluster nodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-device-names-same-on-cluster-nodes/m-p/4006553#M298162</link>
      <description>i guess ur multipathing sw should hv that capability of aliasing to make a common device path for all servers.</description>
      <pubDate>Thu, 24 May 2007 09:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-device-names-same-on-cluster-nodes/m-p/4006553#M298162</guid>
      <dc:creator>whiz_kid</dc:creator>
      <dc:date>2007-05-24T09:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Make device names same on cluster nodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-device-names-same-on-cluster-nodes/m-p/4006554#M298163</link>
      <description>I honestly wouldn't worry about it.&lt;BR /&gt;&lt;BR /&gt;The device names DO NOT have to be the same for all 3 machines.&lt;BR /&gt;&lt;BR /&gt;Just make sure that all 3 machines have access to the disks/LUNs.  Create your VGs on one machine, then export the configuration.  When you export make sure you use the '-s' switch.&lt;BR /&gt;&lt;BR /&gt;# vgexport -m /var/tmp/vg.map -v -p -s /dev/vg??&lt;BR /&gt;&lt;BR /&gt;Then when you import, you use the '-s' as well.&lt;BR /&gt;&lt;BR /&gt;# vgimport -m /var/tmp/vg.map -v -s /dev/vg??&lt;BR /&gt;&lt;BR /&gt;This will insure that the appropriate drives are imported, regardless of their device file names.&lt;BR /&gt;&lt;BR /&gt;This is by far the easiest way.</description>
      <pubDate>Thu, 24 May 2007 09:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-device-names-same-on-cluster-nodes/m-p/4006554#M298163</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-05-24T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Make device names same on cluster nodes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-device-names-same-on-cluster-nodes/m-p/4006555#M298164</link>
      <description>Ninad,&lt;BR /&gt;&lt;BR /&gt;With ioinit you can also modify the order of you FC HBA, lan cards.&lt;BR /&gt;&lt;BR /&gt;Try it first on a test machine.</description>
      <pubDate>Thu, 24 May 2007 09:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-device-names-same-on-cluster-nodes/m-p/4006555#M298164</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-05-24T09:30:50Z</dc:date>
    </item>
  </channel>
</rss>

