<?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: Changing SAN on  MC/SG cluster questions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-san-on-mc-sg-cluster-questions/m-p/4534695#M368652</link>
    <description>dear&lt;BR /&gt;this can be done in two ways&lt;BR /&gt;Firstly&lt;BR /&gt;you will use the disks that are now associated with the server in the new SAN&lt;BR /&gt;if this is necessary you should make the zonning that these disks are seen by the OS on the new SAN&lt;BR /&gt;run the command &lt;BR /&gt;vgexport-s -m -p vgname /tmp/vgname_map&lt;BR /&gt;after the new SAN you should recognize the disks with the command insf&lt;BR /&gt;and then importing the map created vgimport /tmp/vgname_map&lt;BR /&gt;If you plan to use new disks&lt;BR /&gt;just create new vgs&lt;BR /&gt;new lvols&lt;BR /&gt;change the scripts cluster /etc/cmcluster&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Nov 2009 18:03:46 GMT</pubDate>
    <dc:creator>Calandrello</dc:creator>
    <dc:date>2009-11-16T18:03:46Z</dc:date>
    <item>
      <title>Changing SAN on  MC/SG cluster questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-san-on-mc-sg-cluster-questions/m-p/4534694#M368651</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Servers: rp5470, HPUX 11.11 MC/SG (2 nodes), SAN (EMC SYM) &lt;BR /&gt;&lt;BR /&gt;We are moving our 2 servers to another SAN (EMC SYM). My understanding is that in order for the cluster and systems to see the new disks we need to make configuration changes - Create new volume groups, LVM changes, quorum disk, change the cluster configuration, etc.&lt;BR /&gt;&lt;BR /&gt;Does anyone have a list of procedures on what needs to be done?&lt;BR /&gt;&lt;BR /&gt;10 points to any answer.&lt;BR /&gt;Thank you&lt;BR /&gt;-Gino&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2009 17:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-san-on-mc-sg-cluster-questions/m-p/4534694#M368651</guid>
      <dc:creator>Gino Castoldi_2</dc:creator>
      <dc:date>2009-11-16T17:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAN on  MC/SG cluster questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-san-on-mc-sg-cluster-questions/m-p/4534695#M368652</link>
      <description>dear&lt;BR /&gt;this can be done in two ways&lt;BR /&gt;Firstly&lt;BR /&gt;you will use the disks that are now associated with the server in the new SAN&lt;BR /&gt;if this is necessary you should make the zonning that these disks are seen by the OS on the new SAN&lt;BR /&gt;run the command &lt;BR /&gt;vgexport-s -m -p vgname /tmp/vgname_map&lt;BR /&gt;after the new SAN you should recognize the disks with the command insf&lt;BR /&gt;and then importing the map created vgimport /tmp/vgname_map&lt;BR /&gt;If you plan to use new disks&lt;BR /&gt;just create new vgs&lt;BR /&gt;new lvols&lt;BR /&gt;change the scripts cluster /etc/cmcluster&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2009 18:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-san-on-mc-sg-cluster-questions/m-p/4534695#M368652</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2009-11-16T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAN on  MC/SG cluster questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-san-on-mc-sg-cluster-questions/m-p/4534696#M368653</link>
      <description>Do you have MirrorDisk/UX available on your server ? If so, that could make the migration easier, since you could mirror the database on the old storage to the new storage, while you can keep one database instance operational.&lt;BR /&gt;Otherwise, you will probably have to make a cold copy, and shutdown your database completely during that time.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Nov 2009 13:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-san-on-mc-sg-cluster-questions/m-p/4534696#M368653</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2009-11-17T13:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SAN on  MC/SG cluster questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-san-on-mc-sg-cluster-questions/m-p/4534697#M368654</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;1) Take a cold backup of any data. Things can go wrong.&lt;BR /&gt;2) Connect new SAN, pvcreate the new disks.&lt;BR /&gt;3) Stop the cluster&lt;BR /&gt;4) use lvextend -m 1 lvol_name new_disk&lt;BR /&gt;&lt;BR /&gt;Step 4 requires mirror/ux. It will permit you to back copy the data very quickly. There are SAN utilities that are even faster.&lt;BR /&gt;&lt;BR /&gt;5) Make changes to cluster configuration. Change you lock disk.&lt;BR /&gt;6) cmquerycl/cmcheckconf/cmapplyconf&lt;BR /&gt;&lt;BR /&gt;Step 6 will have you end up with a new, hopefully working cluster.&lt;BR /&gt;&lt;BR /&gt;The lesson here is to cover you options ahd schedule downtime. This can not be done safely on a running system, especially a database server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 17 Nov 2009 14:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-san-on-mc-sg-cluster-questions/m-p/4534697#M368654</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-11-17T14:18:12Z</dc:date>
    </item>
  </channel>
</rss>

