<?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: SG installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563194#M715166</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How to change  VGID on vg00:&lt;BR /&gt;&lt;BR /&gt;1st metod:&lt;BR /&gt;SG will think that a VG is on the shared bus if it can see the identical volume group id (VGID) on two different nodes. This is usually a good assumption, if the machines were installed in a supported way. ;) &lt;BR /&gt;&lt;BR /&gt;What we often see (and do not support) is that customers clone their disks with tools like dd(1m) or with copyutil (in the offline diagnostic). Also cloned disks created by hardware mirroring (e.g. EMC BCVs) are often seen. The common scenario is then that the LVM header is the same on the boot disks, thus confusing SG as the VGID is now the same. &lt;BR /&gt;&lt;BR /&gt;The only way to get rid of this, is to change the VGID of one of the VGs by doing the following: &lt;BR /&gt;&lt;BR /&gt;- boot one machine to maintenance mode (hpux -lm) &lt;BR /&gt;- vgchgid -f /dev/dsk/&lt;DISK1&gt; /dev/dsk/&lt;DISK2&gt; .. &lt;BR /&gt;(include all disks of vg00 in this command, -f (force) option is undocumented) &lt;BR /&gt;- vgexport vg00 &lt;BR /&gt;- mkdir /dev/vg00 &lt;BR /&gt;- mknod /dev/vg00/group c 64 0x0 &lt;BR /&gt;- vgimport /dev/vg00 /dev/dsk/... /dev/dsk/.. &lt;BR /&gt;- reboot &lt;BR /&gt;&lt;BR /&gt;If the above scenario does NOT describe your situation, you may want to check the following: &lt;BR /&gt;&lt;BR /&gt;- Has the /etc/lvmtab been copied from one node to the other? &lt;BR /&gt;In this case you should also follow the same procedure above (vgexport/vgimport in maintenance mode), but NOT run vgchgid (since only the lvmtab contains the wrong VGID, but the LVM header of the disks is ok) &lt;BR /&gt;&lt;BR /&gt;- For specific diskarrays (e.g. Nike diskarray) SG checks the serial number. The serial numbers must be different. This can be checked by your h/w support. If the serial numbers of two diskarrays are the same, it can have a similar effect. &lt;BR /&gt;&lt;BR /&gt;2nd metod&lt;BR /&gt;Use make_recovery, because make_recovery rebuld the correct VGID.&lt;BR /&gt;&lt;BR /&gt;Eberardo&lt;BR /&gt;&lt;BR /&gt;&lt;/DISK2&gt;&lt;/DISK1&gt;</description>
    <pubDate>Wed, 08 Aug 2001 07:44:47 GMT</pubDate>
    <dc:creator>Eberardo Pipani_1</dc:creator>
    <dc:date>2001-08-08T07:44:47Z</dc:date>
    <item>
      <title>SG installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563193#M715165</link>
      <description>I must install SG on 2 servers HP9000 L-class with 2 internal disks in each and FC60 disk array as shared space. The servers have bought about 1 year ago with factory installation. I tryed to install SG and have error about incorrect disk configuration. First server cann't access to internal boot disk with VG00 on the second server and vice versa. I think problem is same VGID on the internal disks. I cann't re-install any servers. I try to use 'vgchgid' command, but unsuccessful because it working with EMC or XP arrayes only. What can I do???&lt;BR /&gt;How can I change VGID on the internal disk??</description>
      <pubDate>Wed, 08 Aug 2001 07:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563193#M715165</guid>
      <dc:creator>Dmitry Stepanyuk</dc:creator>
      <dc:date>2001-08-08T07:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: SG installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563194#M715166</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How to change  VGID on vg00:&lt;BR /&gt;&lt;BR /&gt;1st metod:&lt;BR /&gt;SG will think that a VG is on the shared bus if it can see the identical volume group id (VGID) on two different nodes. This is usually a good assumption, if the machines were installed in a supported way. ;) &lt;BR /&gt;&lt;BR /&gt;What we often see (and do not support) is that customers clone their disks with tools like dd(1m) or with copyutil (in the offline diagnostic). Also cloned disks created by hardware mirroring (e.g. EMC BCVs) are often seen. The common scenario is then that the LVM header is the same on the boot disks, thus confusing SG as the VGID is now the same. &lt;BR /&gt;&lt;BR /&gt;The only way to get rid of this, is to change the VGID of one of the VGs by doing the following: &lt;BR /&gt;&lt;BR /&gt;- boot one machine to maintenance mode (hpux -lm) &lt;BR /&gt;- vgchgid -f /dev/dsk/&lt;DISK1&gt; /dev/dsk/&lt;DISK2&gt; .. &lt;BR /&gt;(include all disks of vg00 in this command, -f (force) option is undocumented) &lt;BR /&gt;- vgexport vg00 &lt;BR /&gt;- mkdir /dev/vg00 &lt;BR /&gt;- mknod /dev/vg00/group c 64 0x0 &lt;BR /&gt;- vgimport /dev/vg00 /dev/dsk/... /dev/dsk/.. &lt;BR /&gt;- reboot &lt;BR /&gt;&lt;BR /&gt;If the above scenario does NOT describe your situation, you may want to check the following: &lt;BR /&gt;&lt;BR /&gt;- Has the /etc/lvmtab been copied from one node to the other? &lt;BR /&gt;In this case you should also follow the same procedure above (vgexport/vgimport in maintenance mode), but NOT run vgchgid (since only the lvmtab contains the wrong VGID, but the LVM header of the disks is ok) &lt;BR /&gt;&lt;BR /&gt;- For specific diskarrays (e.g. Nike diskarray) SG checks the serial number. The serial numbers must be different. This can be checked by your h/w support. If the serial numbers of two diskarrays are the same, it can have a similar effect. &lt;BR /&gt;&lt;BR /&gt;2nd metod&lt;BR /&gt;Use make_recovery, because make_recovery rebuld the correct VGID.&lt;BR /&gt;&lt;BR /&gt;Eberardo&lt;BR /&gt;&lt;BR /&gt;&lt;/DISK2&gt;&lt;/DISK1&gt;</description>
      <pubDate>Wed, 08 Aug 2001 07:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563194#M715166</guid>
      <dc:creator>Eberardo Pipani_1</dc:creator>
      <dc:date>2001-08-08T07:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: SG installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563195#M715167</link>
      <description>Hi Dmitry,&lt;BR /&gt;&lt;BR /&gt;Please specify exactly the error message you get while installing SG.</description>
      <pubDate>Wed, 08 Aug 2001 07:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563195#M715167</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2001-08-08T07:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: SG installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563196#M715168</link>
      <description>Dmitry, &lt;BR /&gt;&lt;BR /&gt;The problem is definatly NOT with the VGID on the two servers. In all our ServiceGuard installations each pair of servers, the software has been loaded identically, the only change we have made to the servers is changing the SCSI ID on the controller on one server from 7 to 6 so you don't have any conflicting SCSI ID's on a bus. Are you sure that the problem was with the internal boot disk?  I sometimes have an error relating to the DVD/CD ROM drive, a message simmilar to can not identify disk ID of device /dev/dsk/c1t2d0.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Aug 2001 13:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563196#M715168</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2001-08-08T13:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: SG installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563197#M715169</link>
      <description>Dmitry, &lt;BR /&gt;Re-reading you question I have to ask which VG does the aplication you are serviceguarding live. You cannot serviceguard an application using VG00 (root volume group). When using  Serviceguard you have a VG available in exclusive mode (only seen by one system) of cause this can not be done with the root VG or else how would the redundent system run an O/S</description>
      <pubDate>Wed, 08 Aug 2001 13:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sg-installation/m-p/2563197#M715169</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2001-08-08T13:26:45Z</dc:date>
    </item>
  </channel>
</rss>

