<?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 Cluster Lock disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619986#M235783</link>
    <description>I am not 100% sure as we have abandoned the cluster lock disk in favor of quorum servers but you can not take out the active cluster lock while the cluster is alive. First of all after changing the cluster lock disk, you will need to recompile cluster binary which by itself requires cluster downtime.&lt;BR /&gt;&lt;BR /&gt;Consider using a quorum server instead of lock disks. The qs process is a very low overhead process running on a non-cluster member node. Read the serviceguard manuals to see hot to set it up.</description>
    <pubDate>Tue, 06 Sep 2005 14:12:15 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2005-09-06T14:12:15Z</dc:date>
    <item>
      <title>Changing Cluster Lock disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619984#M235781</link>
      <description>Is it possible to change the cluster lock disk in a two node cluster without downtime? If so, what are the rough steps. What about if you want the new lock disk to use a disk that is also a package data disk. Is this possible?&lt;BR /&gt;&lt;BR /&gt;I have a two node cluster with a 36 GB SAN presented LUN as the cluster lock disk. I want to push the lock function to a different vg (it can be an active one right?) and I want to reclaim the 36GB for use elsewhere.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 06 Sep 2005 14:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619984#M235781</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2005-09-06T14:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Cluster Lock disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619985#M235782</link>
      <description>See the second to last response in this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=260487" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=260487&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Lots of good docs in it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Sep 2005 14:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619985#M235782</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-06T14:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Cluster Lock disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619986#M235783</link>
      <description>I am not 100% sure as we have abandoned the cluster lock disk in favor of quorum servers but you can not take out the active cluster lock while the cluster is alive. First of all after changing the cluster lock disk, you will need to recompile cluster binary which by itself requires cluster downtime.&lt;BR /&gt;&lt;BR /&gt;Consider using a quorum server instead of lock disks. The qs process is a very low overhead process running on a non-cluster member node. Read the serviceguard manuals to see hot to set it up.</description>
      <pubDate>Tue, 06 Sep 2005 14:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619986#M235783</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-09-06T14:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Cluster Lock disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619987#M235784</link>
      <description>Changing the Cluster Lock Disc while a cluster is up is not allowed.&lt;BR /&gt;You must first halt the cluster, make the relevant changes in the cluster ascii file, then re-apply the binary with cmapplyconf.</description>
      <pubDate>Wed, 07 Sep 2005 03:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619987#M235784</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-09-07T03:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Cluster Lock disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619988#M235785</link>
      <description>No, you can't change the lock disk in a running cluster.&lt;BR /&gt;&lt;BR /&gt;More info in Chapter 7. Cluster and Package Maintenance:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3936-90079/index.html" target="_blank"&gt;http://docs.hp.com/en/B3936-90079/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's a script to check your cluster lock:&lt;BR /&gt;&lt;BR /&gt;# cat chkclusterlock&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#&lt;BR /&gt;# script to check for existence of cluster lock&lt;BR /&gt;#&lt;BR /&gt;# gwild &amp;amp; tstewart&lt;BR /&gt;&lt;BR /&gt;PATH=/usr/bin:/usr/sbin&lt;BR /&gt;&lt;BR /&gt;if [[ `id  -u` != 0 ]]&lt;BR /&gt;then&lt;BR /&gt;    print "\n$0:  Must be super-user to run this command."&lt;BR /&gt;    exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;HOST=`hostname`&lt;BR /&gt;DEV=`cmviewconf |sed -n -e "/$HOST/{$!N;p;}" -e h | cut -d:  -f2 |grep dev|awk -F/ '{print $4}'`&lt;BR /&gt;&lt;BR /&gt;if [ -c /dev/rdsk/$DEV ]&lt;BR /&gt;then&lt;BR /&gt;        SIZE=`diskinfo /dev/rdsk/$DEV | grep size |awk '{print $2}'`&lt;BR /&gt;        if [ $SIZE = "io_search failed: No match found." ]&lt;BR /&gt;        then&lt;BR /&gt;                echo "The disk /dev/rdsk/$DEV does NOT exist on $HOST!!!"&lt;BR /&gt;                exit 1&lt;BR /&gt;        fi&lt;BR /&gt;        echo "The cluster lock disk /dev/rdsk/$DEV on $HOST is $SIZE kbytes."&lt;BR /&gt;        exit 0&lt;BR /&gt;else&lt;BR /&gt;        echo "/dev/rdsk/$DEV does not exist on $HOST!!!"&lt;BR /&gt;        exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 07 Sep 2005 08:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-cluster-lock-disk/m-p/3619988#M235785</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-07T08:43:42Z</dc:date>
    </item>
  </channel>
</rss>

