<?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: McData Fibre switch issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269590#M178385</link>
    <description>Hi Don,&lt;BR /&gt;&lt;BR /&gt;Assuming you have alternate links to your VGs, all they're saying is that you'll need to reduce the path that will "disappear" &amp;amp; then add back the new one. The problem is that 99% of the time a new switch will present a new controller instance. For EX. if the device *was* c5t3d4 after the switch replacement the new device may be c9t3d4. Same disk - just a new device file.&lt;BR /&gt;So I'd recommend you do a vgexport now for each VG as follows:&lt;BR /&gt;vgexport -m /etc/lvmconf/vg_name.map -psv /dev/vg_name&lt;BR /&gt;Then just before the switch AND after you've determined just *which* path is going away, do:&lt;BR /&gt;vgreduce /dev/vg_name /dev/cXtYdZ&lt;BR /&gt;for that path for *each* VG&lt;BR /&gt;Then after the switch you'll need to do&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;to get the new devices recognized - then&lt;BR /&gt;insf&lt;BR /&gt;to install the new device files. Then you'll need to add the new alternate links with&lt;BR /&gt;vgextend /dev/vg_name /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;That's all there is to it. The vgexport is just a safety net in case something goes wrong. And you really don't need vgimport UNLESS you don't have alternate links or it does blow up on you.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Thu, 06 May 2004 09:21:08 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-05-06T09:21:08Z</dc:date>
    <item>
      <title>McData Fibre switch issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269589#M178384</link>
      <description>We have recently installed an EMC Clariion with 2 McData fibre switches. One of the ports on Switch A has gone bad and will require us to replace the entire switch to fix the problem. In the meantime the cable has been moved to a working port. &lt;BR /&gt;&lt;BR /&gt;Now for the bad news ... The EMC engineer who was prepping the new switch for installation told us something about having to use vgreduce or vgimport or other 'vg' commands after the new switch is in place. This is kind of scary to me as I am not that familiar with those commands and what they can or cannot do or, more precisely, what they are capable of destroying if not used correctly.&lt;BR /&gt;&lt;BR /&gt;Has anyone had a similar experience? I need to know what EMC is talking about here and just how 'destructive' it might be. I really don't want to have to restore my system from tape just because we are replacing a redundant fibre switch.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 May 2004 09:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269589#M178384</guid>
      <dc:creator>Don Spare</dc:creator>
      <dc:date>2004-05-06T09:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: McData Fibre switch issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269590#M178385</link>
      <description>Hi Don,&lt;BR /&gt;&lt;BR /&gt;Assuming you have alternate links to your VGs, all they're saying is that you'll need to reduce the path that will "disappear" &amp;amp; then add back the new one. The problem is that 99% of the time a new switch will present a new controller instance. For EX. if the device *was* c5t3d4 after the switch replacement the new device may be c9t3d4. Same disk - just a new device file.&lt;BR /&gt;So I'd recommend you do a vgexport now for each VG as follows:&lt;BR /&gt;vgexport -m /etc/lvmconf/vg_name.map -psv /dev/vg_name&lt;BR /&gt;Then just before the switch AND after you've determined just *which* path is going away, do:&lt;BR /&gt;vgreduce /dev/vg_name /dev/cXtYdZ&lt;BR /&gt;for that path for *each* VG&lt;BR /&gt;Then after the switch you'll need to do&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;to get the new devices recognized - then&lt;BR /&gt;insf&lt;BR /&gt;to install the new device files. Then you'll need to add the new alternate links with&lt;BR /&gt;vgextend /dev/vg_name /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;That's all there is to it. The vgexport is just a safety net in case something goes wrong. And you really don't need vgimport UNLESS you don't have alternate links or it does blow up on you.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 06 May 2004 09:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269590#M178385</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-05-06T09:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: McData Fibre switch issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269591#M178386</link>
      <description>No, sorry I don't buy what the EMC engineer is telling you here. If you are replacing a switch, and the domain ID of the new switch is set to the *same* value as the old one, and the storage is plugged into the *same* port on the switch (and therefore receives the *same* FCID), then the hardware path should remain unchanged, and therefore have the same device files.&lt;BR /&gt;&lt;BR /&gt;If it were a different type of switch, with a different domain ID, and the storage were plugged into a different port, then yes you would have to go through the whole vgreduce/vgextend scenario.&lt;BR /&gt;&lt;BR /&gt;Seems to me like the EMC engineer is trying to pass the hard work onto you.&lt;BR /&gt;&lt;BR /&gt;Or am I missing something?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 06 May 2004 10:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269591#M178386</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2004-05-06T10:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: McData Fibre switch issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269592#M178387</link>
      <description>No Duncan you're not missing anything.&lt;BR /&gt;It's just that there's a *lot* of ands in there &amp;amp; it's been my experience that almost all the time I end up with new devices. Maybe it's just our storage people - but I always count on getting new devices. Whether it's a new switch, a new GBIC connection on the array or a new array altogether - I get new devices.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 06 May 2004 10:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269592#M178387</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-05-06T10:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: McData Fibre switch issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269593#M178388</link>
      <description>Its true , in my experience , even if you replace the switch with the same kind , set the same domain id and connect the cables to the same ports , majority of the time I have ended up with new devices .&lt;BR /&gt;&lt;BR /&gt;Theoretically it should not happen , but with the new switch comes a different WWN of the switch , a different name servers , reload the zone sets and even if the end to end WWN are still the same , I have ended up with different devices addreses  . &lt;BR /&gt;Some of them also were firmare issues.&lt;BR /&gt;&lt;BR /&gt;Its better to be prepared for the worst .</description>
      <pubDate>Thu, 06 May 2004 11:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269593#M178388</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2004-05-06T11:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: McData Fibre switch issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269594#M178389</link>
      <description>Thank you all for you input. I will consider your responses to use in my situation.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 May 2004 07:58:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcdata-fibre-switch-issues/m-p/3269594#M178389</guid>
      <dc:creator>Don Spare</dc:creator>
      <dc:date>2004-05-07T07:58:40Z</dc:date>
    </item>
  </channel>
</rss>

