<?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 changing lock device in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409275#M672210</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;This is probably an easy one. I have switched from a SAN to a NAS, and now I need to change lock device from the old VG to one of the new.&lt;BR /&gt;&lt;BR /&gt;I shut down the cluster with cmhaltcl -f and then I try to cmapplyconf, but the VG is not cluster aware. I can't make it cluster aware because "Cluster Services not available".&lt;BR /&gt;&lt;BR /&gt;What part am I missing? If anyone could give me the steps I need to take to perform this task, I 'd be greatful.&lt;BR /&gt;&lt;BR /&gt;Thanks ,&lt;BR /&gt;Kenneth</description>
    <pubDate>Tue, 28 Apr 2009 05:02:04 GMT</pubDate>
    <dc:creator>kgraff</dc:creator>
    <dc:date>2009-04-28T05:02:04Z</dc:date>
    <item>
      <title>changing lock device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409275#M672210</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This is probably an easy one. I have switched from a SAN to a NAS, and now I need to change lock device from the old VG to one of the new.&lt;BR /&gt;&lt;BR /&gt;I shut down the cluster with cmhaltcl -f and then I try to cmapplyconf, but the VG is not cluster aware. I can't make it cluster aware because "Cluster Services not available".&lt;BR /&gt;&lt;BR /&gt;What part am I missing? If anyone could give me the steps I need to take to perform this task, I 'd be greatful.&lt;BR /&gt;&lt;BR /&gt;Thanks ,&lt;BR /&gt;Kenneth</description>
      <pubDate>Tue, 28 Apr 2009 05:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409275#M672210</guid>
      <dc:creator>kgraff</dc:creator>
      <dc:date>2009-04-28T05:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: changing lock device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409276#M672211</link>
      <description>Kenneth,&lt;BR /&gt;&lt;BR /&gt;If cluster services are halted...&lt;BR /&gt;&lt;BR /&gt;vgchange -c n vgNN&lt;BR /&gt;vgchange -a y vgNN&lt;BR /&gt;cmapplyconf -C ...&lt;BR /&gt;vgchange -a n vgNN&lt;BR /&gt;cmruncl&lt;BR /&gt;vgchange -c y vgNN&lt;BR /&gt;&lt;BR /&gt;cmrunpkg ...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 28 Apr 2009 05:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409276#M672211</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-04-28T05:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: changing lock device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409277#M672212</link>
      <description>Hm, I thought I did just that. &lt;BR /&gt;&lt;BR /&gt;Does it matter from wich node I do this? I read something about only activating the VG on one node.&lt;BR /&gt;&lt;BR /&gt;I noticed one strange thing when trying to use SAM. When listing VGs available as lock devices, only the old, now unused VGs showed up, none of the new actually in use ones. Earlier I have move all of the packages to new disks, and have been running the packasges without problem since then, but it seems as the cluster is unaware of them.&lt;BR /&gt;&lt;BR /&gt;Kenneth&lt;BR /&gt;(sorry for not awarding any points yet, I have to wait for next service window before trying the suggested)</description>
      <pubDate>Tue, 28 Apr 2009 06:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409277#M672212</guid>
      <dc:creator>kgraff</dc:creator>
      <dc:date>2009-04-28T06:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: changing lock device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409278#M672213</link>
      <description>wow, what version of Serviceguard are you using? I didn't think SAM has worked for cluster admin for a long time...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you run vgdisplay on your clustered volume groups, as long as they show:&lt;BR /&gt;&lt;BR /&gt;VG Status           available, exclusive&lt;BR /&gt;&lt;BR /&gt;then the cluster knows about them... really they should also be listed in the cluster configuration as well&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2009 06:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409278#M672213</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-04-28T06:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: changing lock device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409279#M672214</link>
      <description>What does it show in the /etc/cmcluster/cmclconfig.ascii&lt;BR /&gt;&lt;BR /&gt;does it refer to old one or the new one.&lt;BR /&gt;&lt;BR /&gt;did you also do &lt;BR /&gt;cmcheckconf -v -C /etc/cmcluster/cmclconfig.ascii &lt;BR /&gt;&lt;BR /&gt;cmapplyconf -v -C ...</description>
      <pubDate>Thu, 30 Apr 2009 05:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409279#M672214</guid>
      <dc:creator>Basheer_2</dc:creator>
      <dc:date>2009-04-30T05:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: changing lock device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409280#M672215</link>
      <description>I checked the Serviceguard divisions' website this morning and verified that NAS devices are not supported with Serviceguard.  I then checked this site &lt;A href="http://www.hp.com/products1/serverconnectivity/mass_storage_devices#Network_Appliance" target="_blank"&gt;http://www.hp.com/products1/serverconnectivity/mass_storage_devices#Network_Appliance&lt;/A&gt; and see agreement as well.&lt;BR /&gt;&lt;BR /&gt;Now let's assume you are not using a NAS, but a SAN array.  Others have given the procedure to manually apply a cluster ID to the VG, and indicated that a lock disk must be referenced in the cluster ASCII file and activated and cmapplyconf performed.&lt;BR /&gt;&lt;BR /&gt;The Managing Serviceguard manual @ &lt;A href="http://docs.hp.com/en/B3936-90135/B3936-90135.pdf" target="_blank"&gt;http://docs.hp.com/en/B3936-90135/B3936-90135.pdf&lt;/A&gt; is the definitive resource:&lt;BR /&gt;&lt;BR /&gt;Page 361+ addresses how to modify the cluster lock disk configuration.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 May 2009 10:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-lock-device/m-p/4409280#M672215</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2009-05-05T10:50:05Z</dc:date>
    </item>
  </channel>
</rss>

