<?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 does loop # change to effect MCSG environment? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-loop-change-to-effect-mcsg-environment/m-p/3010254#M707565</link>
    <description>It is possible if not probable that this procedure will change the device identification in /dev/dsk&lt;BR /&gt;&lt;BR /&gt;I would make_tape_recovery or make_net_recovery, and consider vgexport before the switch.&lt;BR /&gt;&lt;BR /&gt;If the numbers change, you'll be able to vgimport after the fact and have an easier time with the transition.&lt;BR /&gt;&lt;BR /&gt;Don't have a procedure for you.  Sorry.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 27 Jun 2003 17:37:10 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-06-27T17:37:10Z</dc:date>
    <item>
      <title>How does loop # change to effect MCSG environment?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-loop-change-to-effect-mcsg-environment/m-p/3010253#M707564</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;We need more connection to EMC storage and we want to replace 2 ports FA to 4 ports FA. It will change loop #. and I heard that it will change controller #. then I think it will change all device information to attached that EMC port. &lt;BR /&gt;&lt;BR /&gt;What would be a procedure to replace EMC FA board?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 27 Jun 2003 17:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-does-loop-change-to-effect-mcsg-environment/m-p/3010253#M707564</guid>
      <dc:creator>Jeongbae Min</dc:creator>
      <dc:date>2003-06-27T17:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: How does loop # change to effect MCSG environment?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-loop-change-to-effect-mcsg-environment/m-p/3010254#M707565</link>
      <description>It is possible if not probable that this procedure will change the device identification in /dev/dsk&lt;BR /&gt;&lt;BR /&gt;I would make_tape_recovery or make_net_recovery, and consider vgexport before the switch.&lt;BR /&gt;&lt;BR /&gt;If the numbers change, you'll be able to vgimport after the fact and have an easier time with the transition.&lt;BR /&gt;&lt;BR /&gt;Don't have a procedure for you.  Sorry.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 27 Jun 2003 17:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-does-loop-change-to-effect-mcsg-environment/m-p/3010254#M707565</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-27T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: How does loop # change to effect MCSG environment?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-loop-change-to-effect-mcsg-environment/m-p/3010255#M707566</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Change of device files will affect your lock disks. So, it is cleaner to re-apply the serviceguard configuration. There are unsupported tools available to change the lock disk. &lt;BR /&gt;&lt;BR /&gt;1. Halt the packages and cluster. &lt;BR /&gt;2. Generate different kinds of map files. Copy them onto the failover box.&lt;BR /&gt;&lt;BR /&gt;vgexport -v -p -s -m /tmp/vg01.s.map vg01&lt;BR /&gt;vgexport -v -p -m /tmp/vg01.map -f /tmp/vg01.disks vg01&lt;BR /&gt;ll /dev/*/group &amp;gt; /tmp/vg.groups&lt;BR /&gt;&lt;BR /&gt;3. Deactivate the volume groups on both the nodes.&lt;BR /&gt;&lt;BR /&gt;vgchange -c n vg01&lt;BR /&gt;vgchange -a n vg01&lt;BR /&gt;vgexport vg01&lt;BR /&gt;&lt;BR /&gt;4. Make sure you don't have any reference to the se device files in /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab |grep -e 'cx' -e "cy"&lt;BR /&gt;&lt;BR /&gt;5. Complete your EMC work.&lt;BR /&gt;&lt;BR /&gt;6. Run ioscan followed by insf&lt;BR /&gt;&lt;BR /&gt;ioscan -f&lt;BR /&gt;insf&lt;BR /&gt;&lt;BR /&gt;7. Import the VGs back on both the systems.&lt;BR /&gt;&lt;BR /&gt;vgimport -v -s -m /tmp/vg01.s.map vg01&lt;BR /&gt;&lt;BR /&gt;This should automatically import the VGs. Or you can use -f option but you have to modify vg01.disks file to change the controller numbers.&lt;BR /&gt;&lt;BR /&gt;8. Activate the VGs on one system.&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vg01&lt;BR /&gt;&lt;BR /&gt;9. Edit /etc/cmcluster/your_cluster.ascii file and change the lock disks. Distribute this file across both nodes.&lt;BR /&gt;&lt;BR /&gt;10. Apply the configuration (cluster and package)&lt;BR /&gt;&lt;BR /&gt;cmapplyconf -C /etc/cmcluster/your_cluster.ascii&lt;BR /&gt;&lt;BR /&gt;11. Start the cluster&lt;BR /&gt;cmruncl&lt;BR /&gt;&lt;BR /&gt;12. Apply the package configuratoin&lt;BR /&gt;cmapplyconf -P /etc/cmcluster/your_app/your_app.conf&lt;BR /&gt;&lt;BR /&gt;13. Start the package.&lt;BR /&gt;&lt;BR /&gt;14. Verify /var/adm/syslog/syslog.log for any errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 18:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-does-loop-change-to-effect-mcsg-environment/m-p/3010255#M707566</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-06-27T18:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: How does loop # change to effect MCSG environment?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-loop-change-to-effect-mcsg-environment/m-p/3010256#M707567</link>
      <description>As always Sri's reply is excellent.&lt;BR /&gt;&lt;BR /&gt;Point 9 though is NOT necessary IF (and only IF) you do not have any lock disks.  If you are running a 4-node cluster or more you can skip 9.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 03 Jul 2003 20:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-does-loop-change-to-effect-mcsg-environment/m-p/3010256#M707567</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-03T20:30:48Z</dc:date>
    </item>
  </channel>
</rss>

