<?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: adding a new cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866517#M709077</link>
    <description>rehello,&lt;BR /&gt;are you sure tha MC\secviceguard needs the tow(all) physical physical on the volume group to add a pkg ???</description>
    <pubDate>Wed, 18 Dec 2002 11:24:51 GMT</pubDate>
    <dc:creator>chrif</dc:creator>
    <dc:date>2002-12-18T11:24:51Z</dc:date>
    <item>
      <title>adding a new cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866511#M709071</link>
      <description>Hello, &lt;BR /&gt;In a cluster of two nodes, with MC/ServiceGuard 11.14 and HP-UX 11i is there a particular way to add a cluster !!&lt;BR /&gt;I already tried to do that as it is explained in the documentation but it do not work (either by using sum or by using command line )&lt;BR /&gt;error message is :&lt;BR /&gt;unable to determine a unique identifier for physical volume /dev/dsk/cXtYdZ on node NODE_NAME use pvcreate to give the disk an identifier.&lt;BR /&gt;but the problem is that this disk (adress) is unavailable for the moment (VA controller 1 out ) but we can access to this disk using the other controller. &lt;BR /&gt;&lt;BR /&gt;help needed &lt;BR /&gt;Thank you.</description>
      <pubDate>Wed, 18 Dec 2002 10:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866511#M709071</guid>
      <dc:creator>chrif</dc:creator>
      <dc:date>2002-12-18T10:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: adding a new cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866512#M709072</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I understood that you tried an "cmapplyconf" and got the message:&lt;BR /&gt;&lt;BR /&gt;Error:  Unable to determine a unique identifier for physical volumn ...&lt;BR /&gt;&lt;BR /&gt;There are two ways to solve that:&lt;BR /&gt;&lt;BR /&gt;a) Please make the disk available again.&lt;BR /&gt;&lt;BR /&gt;b) reduce the disk from the volume group&lt;BR /&gt;# vgreduce -f /dev/vg_name&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Armin</description>
      <pubDate>Wed, 18 Dec 2002 10:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866512#M709072</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2002-12-18T10:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: adding a new cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866513#M709073</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Your 1st question:&lt;BR /&gt;&lt;BR /&gt;In a cluster of two nodes, with MC/ServiceGuard 11.14 and HP-UX 11i is there a particular way to add a cluster !! &lt;BR /&gt;&lt;BR /&gt;You can't add a cluster to a cluster.  Clusters are independent of each other.  You can, however, add a node to a cluster.&lt;BR /&gt;&lt;BR /&gt;The message is probably due to the fact that disk is in the lvmtab and serviceguard is expecting to be able to get information on it and can't.  Do as suggested and vgreduce the disk out of the vg&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 18 Dec 2002 10:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866513#M709073</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-12-18T10:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: adding a new cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866514#M709074</link>
      <description>If you say you can access that disk by another controller is the alternate path configured. If not configure the alternate path for the VG with this disk or else make this disk available again and then try.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Wed, 18 Dec 2002 10:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866514#M709074</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-18T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: adding a new cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866515#M709075</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;Your disk has two paths.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgreduce /dev/dsk/&lt;BAD_DISK_PATH&gt; vg??&lt;BR /&gt; &lt;BR /&gt;This removes the disk on controller 1, leaving the other disk.  When youget the controller fixed, readd with vgextend.&lt;BR /&gt;&lt;BR /&gt;export the new lvm information and update the other nodes&lt;BR /&gt;&lt;BR /&gt;# vgexport -v -p -s -m /tmp/vg??.map vg??&lt;BR /&gt;&lt;BR /&gt;on the other nodes after copying the mapfile:&lt;BR /&gt;&lt;BR /&gt;# vgexport vg??&lt;BR /&gt;# mkdir /dev/vg??&lt;BR /&gt;# mknod /dev/vg??/group c 64 0x??0000 -- the minor number must be the same on all nodes.&lt;BR /&gt;# vgimport -v -s -m /tmp/vg??.map vg??&lt;BR /&gt;&lt;BR /&gt;Done.  Just be sure to vgexport/vgimport after the controller is fixed and you have readded it to the vg on the original node.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/BAD_DISK_PATH&gt;</description>
      <pubDate>Wed, 18 Dec 2002 10:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866515#M709075</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-12-18T10:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: adding a new cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866516#M709076</link>
      <description>Hello, &lt;BR /&gt;I asked a wrong question !!! &lt;BR /&gt;her is the real problem&lt;BR /&gt;In a cluster of two nodes, with MC/ServiceGuard 11.14 and HP-UX 11i is there a particular way to add a package!! (2 packages are already there)&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Dec 2002 11:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866516#M709076</guid>
      <dc:creator>chrif</dc:creator>
      <dc:date>2002-12-18T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: adding a new cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866517#M709077</link>
      <description>rehello,&lt;BR /&gt;are you sure tha MC\secviceguard needs the tow(all) physical physical on the volume group to add a pkg ???</description>
      <pubDate>Wed, 18 Dec 2002 11:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866517#M709077</guid>
      <dc:creator>chrif</dc:creator>
      <dc:date>2002-12-18T11:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: adding a new cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866518#M709078</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;If it cannot query all physical volumes that are supposed to be shared/present in clustered volume groups, it will complain.&lt;BR /&gt;&lt;BR /&gt;As for your first question:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062922821" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062922821&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062686627" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062686627&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;These and other well-done docs may be found in the technical knowledge base using the keyword "uxsg" or "umcsg"&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 18 Dec 2002 12:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-cluster/m-p/2866518#M709078</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-12-18T12:57:17Z</dc:date>
    </item>
  </channel>
</rss>

