<?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: VG Activation Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844576#M635552</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;No changes have been made in XP LUN Configuration. How much time would dd'ing a 7GB of volume will take. I have started before 45min. still it is not over. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
    <pubDate>Thu, 14 Nov 2002 10:26:32 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2002-11-14T10:26:32Z</dc:date>
    <item>
      <title>VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844567#M635543</link>
      <description>Hi, &lt;BR /&gt;In one of our system we have a VG named vg06. Today when I tried to activate that it is giving the following error,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y vg06&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk&lt;BR /&gt;/c12t2d2":&lt;BR /&gt;Cross-device link&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk&lt;BR /&gt;/c12t2d3":&lt;BR /&gt;Cross-device link&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c12t2d2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c12t2d3":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;vgchange: Couldn't activate volume group "vg06":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The output of strings command as follows,&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c12t5d7&lt;BR /&gt;/dev/vg06&lt;BR /&gt;/dev/dsk/c12t2d2&lt;BR /&gt;/dev/dsk/c12t2d3&lt;BR /&gt;&lt;BR /&gt;Both the disks are present and accessible from the system using diskinfo command.&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c12t2d2&lt;BR /&gt;SCSI describe of /dev/rdsk/c12t2d2:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: OPEN-8&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 7175520 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c12t2d3&lt;BR /&gt;SCSI describe of /dev/rdsk/c12t2d3:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: OPEN-8&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 7175520 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;What could be the problem? Pl. let me know&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2002 07:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844567#M635543</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-11-14T07:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844568#M635544</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You are getting the message because the /dev/vgxx/group device file has duplicate minor numbers.&lt;BR /&gt;&lt;BR /&gt;Perform the following steps to resolve the error:&lt;BR /&gt;&lt;BR /&gt;     1. vgexport vgxx&lt;BR /&gt;&lt;BR /&gt;     2. Re-import the mapfile.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Thu, 14 Nov 2002 07:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844568#M635544</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2002-11-14T07:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844569#M635545</link>
      <description>Make sure that you can actually talk to these disks.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c12t3d0 of=/dev/null bs=1024&lt;BR /&gt;&lt;BR /&gt;If you can't actually talk to the disk (get an IO error) you may have a hardware problem like a controller.</description>
      <pubDate>Thu, 14 Nov 2002 07:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844569#M635545</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-11-14T07:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844570#M635546</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;first try an ioscan -fnC disk to see if the disks are claimed...&lt;BR /&gt;I had it sometimes that diskinfo doesn't give the correct information because it remembers only the infos from the last boot time...&lt;BR /&gt;&lt;BR /&gt;and check like suggested the minor numbers...maybe another vg was created with the same number&lt;BR /&gt;&lt;BR /&gt;ls -la /dev/vg*/group &lt;BR /&gt;&lt;BR /&gt;what does pvdisplay say ???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2002 07:50:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844570#M635546</guid>
      <dc:creator>Elif Gius</dc:creator>
      <dc:date>2002-11-14T07:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844571#M635547</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thank you for the suggestions. But as such the minor numbers of the VGs configured in the system are unique. However there are some directories of OLD VGs in under the /dev directory. For instance there is a vglock directory which contains the group files and lvols with same minor number as VG06. However that VG is not listed in the /etc/lvmtab file. &lt;BR /&gt;&lt;BR /&gt;The output of pvdisplay for the Physical disks corresponding to the VG06 as follows,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c12t2d2&lt;BR /&gt;pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c12t2d2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c12t2d3":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;pvdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;pvdisplay: Couldn't retrieve the names of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg06".&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c12t2d2".&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c12t2d3&lt;BR /&gt;pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c12t2d2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c12t2d3":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;pvdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;pvdisplay: Couldn't retrieve the names of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg06".&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c12t2d3".&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;However I have not tried vgexport and vgimport since I have not got the permission from our client. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2002 08:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844571#M635547</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-11-14T08:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844572#M635548</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your problem seems cause by a bad disk with HW problem. I suggest you change this disk.&lt;BR /&gt;What does ioscan say about this disk ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Thu, 14 Nov 2002 09:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844572#M635548</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2002-11-14T09:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844573#M635549</link>
      <description>Re,&lt;BR /&gt;&lt;BR /&gt;You can confirm a HW problem with :&lt;BR /&gt;dd if=/dev/rdsk/cxtydz of=/dev/null&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Thu, 14 Nov 2002 09:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844573#M635549</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2002-11-14T09:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844574#M635550</link>
      <description>Hi Jerome,&lt;BR /&gt;&lt;BR /&gt;The ioscan shows the disks as CLAIMED,&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;disk     33  0/2/0/0.8.0.31.0.2.2   sdisk    CLAIMED     DEVICE       HP      OPEN-8&lt;BR /&gt;                            /dev/dsk/c12t2d2   /dev/rdsk/c12t2d2&lt;BR /&gt;disk     34  0/2/0/0.8.0.31.0.2.3   sdisk    CLAIMED     DEVICE       HP      OPEN-8&lt;BR /&gt;                            /dev/dsk/c12t2d3   /dev/rdsk/c12t2d3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rightnow I am trying a dd on these disks and they are still running. So far I haven't received any I/O errors. Let you know once it is complete ...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Thu, 14 Nov 2002 09:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844574#M635550</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-11-14T09:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844575#M635551</link>
      <description>Karthik,&lt;BR /&gt;&lt;BR /&gt;Your device is a XP LUN, is it any modification done on the array or on the lun configuration ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Thu, 14 Nov 2002 10:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844575#M635551</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2002-11-14T10:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844576#M635552</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;No changes have been made in XP LUN Configuration. How much time would dd'ing a 7GB of volume will take. I have started before 45min. still it is not over. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Thu, 14 Nov 2002 10:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844576#M635552</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-11-14T10:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844577#M635553</link>
      <description>Karthik,&lt;BR /&gt;&lt;BR /&gt;I don't know how long does the dd run for 7gb.&lt;BR /&gt;Can you check if you have message in syslog ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Thu, 14 Nov 2002 10:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844577#M635553</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2002-11-14T10:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844578#M635554</link>
      <description>You can interruppt dd...then you will get a statistic how much was dd.&lt;BR /&gt;&lt;BR /&gt;what does this say ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can you delete the old vglock directory ???</description>
      <pubDate>Thu, 14 Nov 2002 10:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844578#M635554</guid>
      <dc:creator>Elif Gius</dc:creator>
      <dc:date>2002-11-14T10:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844579#M635555</link>
      <description>Elif,&lt;BR /&gt;&lt;BR /&gt;So far no errors I think there is no problem with the disks,&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c12t2d2 of=/dev/null&lt;BR /&gt;4564832+0 records in&lt;BR /&gt;4564832+0 records out&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c12t2d3 of=/dev/null&lt;BR /&gt;4824610+0 records in&lt;BR /&gt;4824610+0 records out&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;And I have tried moving the vglock directory to a different location. But still I am unable to activate vg06. :-(&lt;BR /&gt;&lt;BR /&gt;Karthik</description>
      <pubDate>Thu, 14 Nov 2002 10:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844579#M635555</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-11-14T10:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844580#M635556</link>
      <description>Hello &lt;BR /&gt;I assume that the vg info was lost. &lt;BR /&gt;&lt;BR /&gt;Can you do a &lt;BR /&gt;#vgcfgrestore -n /dev/vg06 /dev/rdsk/c12t2d2 &lt;BR /&gt;#vgcfgrestore -n /dev/vg06 /dev/rdsk/c12t2d3&lt;BR /&gt;check for the man pages of the vgcfgrestore&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 14 Nov 2002 10:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844580#M635556</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-14T10:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844581#M635557</link>
      <description>So it should not be HW Problem ...&lt;BR /&gt;&lt;BR /&gt;Try like suggested vgcfgrestore ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;or try moving /etc/lvmtab to /etc/lvmtab.old&lt;BR /&gt;&lt;BR /&gt;and then vgscan ...&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2002 11:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844581#M635557</guid>
      <dc:creator>Elif Gius</dc:creator>
      <dc:date>2002-11-14T11:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844582#M635558</link>
      <description>Just a tip on your dd taking so long - use a large block size.  You didn't specify anything so dd defaults to 512 byte blocks.  For a 7GB lun, I would guess that could take a week or so.  In the future, try something like this:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c12t2d2 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;As for your VG problem, I'd try the vgscan idea.  Move /etc/lvmtab first then run vgscan and see what you get.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 14 Nov 2002 11:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844582#M635558</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-14T11:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844583#M635559</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have suggested our Client to try vgcfgrestore. I will let you know the results once they get back to me. Thanks a ton for all your inputs.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Thu, 14 Nov 2002 11:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844583#M635559</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-11-14T11:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844584#M635560</link>
      <description>I'd still be concerned about what happened to these LUNS. They've obviously lost the LVM configuration data (which you're going to restore with vgcfgrestore) so expect them to have lost all your logical volume data as well.&lt;BR /&gt;&lt;BR /&gt;I tend to agree with Jerome that there's a chance that the array has been reconfigured. Another possibility is that the LUNS have been overwritten by another server. Do you have more than one server attached to the XP?&lt;BR /&gt;&lt;BR /&gt;I hope you've got a good backup tape!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Thu, 14 Nov 2002 12:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/2844584#M635560</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-11-14T12:21:57Z</dc:date>
    </item>
  </channel>
</rss>

