<?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: Change SAN switch in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241194#M554003</link>
    <description>Ok, great!!&lt;BR /&gt;It was another of my doubts. If I'm only change the SAN switch, not the FC card on the machine neither the EMC storage, the only number on the device file that is going to change is the first one? If it is true, then the easiest way of do the change is as yu have said, vgextend the same txdy.&lt;BR /&gt;But are u absolutely sure that only this number is going to change? I have allways doubts about how the device file name is created...&lt;BR /&gt;Thanks!!</description>
    <pubDate>Wed, 26 May 2010 09:29:48 GMT</pubDate>
    <dc:creator>mogiro</dc:creator>
    <dc:date>2010-05-26T09:29:48Z</dc:date>
    <item>
      <title>Change SAN switch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241192#M554001</link>
      <description>Hi,&lt;BR /&gt;Curretnly we have a rp8420 with 11v1 connected to a EMC DMX3 storage throw two SAN switches. We have 4 PVlinks for each disk, this is the way the connections are done:&lt;BR /&gt;switch 1: 2 connection from the rp8420 and two from the DMX.&lt;BR /&gt;switch 2: the same.&lt;BR /&gt;So, we are planning to change these old switches, but for security reasons we want to change them 1 by 1. This is the way I have planned to do so:&lt;BR /&gt;1. vgreduce the PVlinks comming from switch 1&lt;BR /&gt;2. unconnect switch1.&lt;BR /&gt;3. connect new swtich 1.&lt;BR /&gt;4. new zoning&lt;BR /&gt;5. vgscan -p -v will show me the new PVlinks paths (here is my doubt).&lt;BR /&gt;6. vgextend the new PVlinks.&lt;BR /&gt;&lt;BR /&gt;So, my doubt is: will vgscan show me only which disks belong to the same VG but it will be not able to know which VG?&lt;BR /&gt;IS this way the most efficient or does anybody know another way to do so?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!!</description>
      <pubDate>Wed, 26 May 2010 08:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241192#M554001</guid>
      <dc:creator>mogiro</dc:creator>
      <dc:date>2010-05-26T08:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change SAN switch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241193#M554002</link>
      <description>maybe you should use vgscan -a -p -v, but I never try to operate like this. when changing a switch, I consider the specific LUN's device files on os get same t*d* suffix, it is more clearer for me to vgextend the new PVlinks having the same t*d*(make a chart to show the storage layout before). remember to insf after you swap the switch.</description>
      <pubDate>Wed, 26 May 2010 09:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241193#M554002</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2010-05-26T09:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change SAN switch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241194#M554003</link>
      <description>Ok, great!!&lt;BR /&gt;It was another of my doubts. If I'm only change the SAN switch, not the FC card on the machine neither the EMC storage, the only number on the device file that is going to change is the first one? If it is true, then the easiest way of do the change is as yu have said, vgextend the same txdy.&lt;BR /&gt;But are u absolutely sure that only this number is going to change? I have allways doubts about how the device file name is created...&lt;BR /&gt;Thanks!!</description>
      <pubDate>Wed, 26 May 2010 09:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241194#M554003</guid>
      <dc:creator>mogiro</dc:creator>
      <dc:date>2010-05-26T09:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change SAN switch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241195#M554004</link>
      <description>as I recall, it only changed c* of the device file if I only swap switch(I use the same port as before for a specific fibre),of course this is based on my experience. anyway, this process is reversable, right? so, it is quite important to note the layout of storage before such maintenance.&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Wed, 26 May 2010 10:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241195#M554004</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2010-05-26T10:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Change SAN switch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241196#M554005</link>
      <description>make sure you have map files of the VG's with vgexport -p -s ...&lt;BR /&gt;&lt;BR /&gt;Keep the domain ID of the switch the same, and ensure the same switchports are used, and the HW paths should remain the same.. otherwise, yes, you'll need to ioscan/insf and vgextend to the new paths, or a complete vgexport/vgimport.</description>
      <pubDate>Wed, 26 May 2010 14:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241196#M554005</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2010-05-26T14:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change SAN switch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241197#M554006</link>
      <description>agree to Kevin, you don't need to vgreduce and vgextend if you follow Kevin's hint-reuse the domain id and ensure the same switch port.</description>
      <pubDate>Wed, 26 May 2010 15:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241197#M554006</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2010-05-26T15:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change SAN switch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241198#M554007</link>
      <description>Hi all again,&lt;BR /&gt;Just to close the thread. LAst weekend we performed the SAN switches change and, as you said, only the cxx number from the cxxtxxdxx disk name changed, so we issued vgreduce and vgextend to remove the old path to the disk and include the new one.&lt;BR /&gt;Thanks!!</description>
      <pubDate>Mon, 07 Jun 2010 07:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241198#M554007</guid>
      <dc:creator>mogiro</dc:creator>
      <dc:date>2010-06-07T07:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change SAN switch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241199#M554008</link>
      <description>only the first cxx number from the cxxtxxdxx disk name changes</description>
      <pubDate>Mon, 07 Jun 2010 07:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-san-switch/m-p/5241199#M554008</guid>
      <dc:creator>mogiro</dc:creator>
      <dc:date>2010-06-07T07:03:06Z</dc:date>
    </item>
  </channel>
</rss>

