<?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: can't mount vg01 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213214#M168952</link>
    <description>The diskinfo is OK, then someone moght have done pvcreate on the disk. Is the disk claimed in ioscan output?&lt;BR /&gt;&lt;BR /&gt;Deactivate the group. Do vgcfgrestore -n vg01 -l. This will list vg information from default configuration file -/etc/lvmconf/vg01.conf.&lt;BR /&gt;&lt;BR /&gt;Post what it lists.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Tue, 09 Mar 2004 07:24:10 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2004-03-09T07:24:10Z</dc:date>
    <item>
      <title>can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213212#M168950</link>
      <description>I have all the configuration in place and it has been working until now.&lt;BR /&gt;&lt;BR /&gt;As you can see below i can see the raw device but information on it has dissapered?!?&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c40t0d0&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c40t0d0&lt;BR /&gt;pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c40t0d0":&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/vg01".&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c40t0d0".&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c40t0d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c40t0d0:&lt;BR /&gt;             vendor: HITACHI&lt;BR /&gt;         product id: OPEN-E&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 14226480 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 07:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213212#M168950</guid>
      <dc:creator>Jannik Tonsberg_2</dc:creator>
      <dc:date>2004-03-09T07:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213213#M168951</link>
      <description>Its possible that the LVM header data has been corrupted.&lt;BR /&gt;&lt;BR /&gt;Use vgcfgrestore to fix:&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg01 /dev/rdsk/c40t0d0</description>
      <pubDate>Tue, 09 Mar 2004 07:20:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213213#M168951</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-03-09T07:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213214#M168952</link>
      <description>The diskinfo is OK, then someone moght have done pvcreate on the disk. Is the disk claimed in ioscan output?&lt;BR /&gt;&lt;BR /&gt;Deactivate the group. Do vgcfgrestore -n vg01 -l. This will list vg information from default configuration file -/etc/lvmconf/vg01.conf.&lt;BR /&gt;&lt;BR /&gt;Post what it lists.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 09 Mar 2004 07:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213214#M168952</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-09T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213215#M168953</link>
      <description>root@tm003[/] # vgcfgrestore -n /dev/vg01 /dev/rdsk/c40t0d0&lt;BR /&gt;Volume Group configuration has been restored to /dev/rdsk/c40t0d0&lt;BR /&gt;root@tm003[/] # mount -a&lt;BR /&gt;mount: /dev/vg04/bmptmp is already mounted on /bmp&lt;BR /&gt;mount: /dev/vg03/lvol14 is already mounted on /extfs&lt;BR /&gt;mount: /dev/vg05/lvol1 is already mounted on /data/oradata/ESMADEV&lt;BR /&gt;mount: /dev/vg03/lvol13 is already mounted on /d04&lt;BR /&gt;mount: /dev/vg03/lvol12 is already mounted on /d03&lt;BR /&gt;mount: /dev/vg03/lvol11 is already mounted on /d02&lt;BR /&gt;mount: /dev/vg02/lvol10 is already mounted on /d01&lt;BR /&gt;mount: /dev/vg00/lvol8 is already mounted on /var&lt;BR /&gt;mount: /dev/vg00/lvol7 is already mounted on /usr&lt;BR /&gt;mount: /dev/vg00/lvol6 is already mounted on /tmp&lt;BR /&gt;mount: /dev/vg00/lvol5 is already mounted on /opt&lt;BR /&gt;mount: /dev/vg05/lvol3 is already mounted on /opt/esma&lt;BR /&gt;vxfs mount: Cannot open /dev/vg01/lvol9: No such device or address&lt;BR /&gt;mount: /dev/vg00/lvol4 is already mounted on /home&lt;BR /&gt;mount: /dev/vg00/lvol1 is already mounted on /stand&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 07:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213215#M168953</guid>
      <dc:creator>Jannik Tonsberg_2</dc:creator>
      <dc:date>2004-03-09T07:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213216#M168954</link>
      <description>vgcfgrestore -n vg01 -l&lt;BR /&gt;Volume Group Configuration information in "/etc/lvmconf/vg01.conf"&lt;BR /&gt;VG Name /dev/vg01&lt;BR /&gt; ---- Physical volumes : 1 ----&lt;BR /&gt;   /dev/rdsk/c40t0d0 (Non-bootable)&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 07:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213216#M168954</guid>
      <dc:creator>Jannik Tonsberg_2</dc:creator>
      <dc:date>2004-03-09T07:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213217#M168955</link>
      <description>disk    131  1/8/0/0.3.11.0.0.0.0      sdisk    CLAIMED     DEVICE       HITACHI OPEN-E&lt;BR /&gt;                            /dev/dsk/c40t0d0   /dev/rdsk/c40t0d0&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 07:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213217#M168955</guid>
      <dc:creator>Jannik Tonsberg_2</dc:creator>
      <dc:date>2004-03-09T07:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213218#M168956</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have a lvol9 and rlvol in /dev/vg01?&lt;BR /&gt;Or is the mount point missing?&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 07:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213218#M168956</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-03-09T07:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213219#M168957</link>
      <description>Hi Jannik,&lt;BR /&gt;&lt;BR /&gt;I'm afraid someone toasted your vg01.&lt;BR /&gt;&lt;BR /&gt;# ll /dev/vg01/&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg01&lt;BR /&gt;&lt;BR /&gt;and look if you still have some logical volums, if not recreat them and restore the data from backup.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 09 Mar 2004 07:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213219#M168957</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-03-09T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213220#M168958</link>
      <description>After vgcfgrestore do vgchange -a y vg01. check you have any lvols? Check /dev/vg01.&lt;BR /&gt;&lt;BR /&gt;Then try mounting. mount /dev/vg01/lvolxx /mount_point&lt;BR /&gt;&lt;BR /&gt;Post results.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 09 Mar 2004 07:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213220#M168958</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-09T07:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213221#M168959</link>
      <description>i have the /dev/vg01... files:&lt;BR /&gt;ll&lt;BR /&gt;total 0&lt;BR /&gt;cr--r--r--   1 root       sys         64 0x010000 Dec 12  2002 group&lt;BR /&gt;br--r-----   1 root       sys         64 0x010001 Dec 12  2002 lvol9&lt;BR /&gt;cr--r-----   1 root       sys         64 0x010001 Dec 12  2002 rlvol9&lt;BR /&gt;&lt;BR /&gt;This is the status:&lt;BR /&gt;&lt;BR /&gt;root@[/] # vgchange -a n /dev/vg01&lt;BR /&gt;Volume group "/dev/vg01" has been successfully changed.&lt;BR /&gt;root@[/] # vgcfgrestore -n /dev/vg01 /dev/rdsk/c40t0d0&lt;BR /&gt;Volume Group configuration has been restored to /dev/rdsk/c40t0d0&lt;BR /&gt;root@[/] # vgchange -a y /dev/vg01&lt;BR /&gt;Activated volume group&lt;BR /&gt;Volume group "/dev/vg01" has been successfully changed.&lt;BR /&gt;root@[/] # mount -a&lt;BR /&gt;mount: /dev/vg04/bmptmp is already mounted on /bmp&lt;BR /&gt;mount: /dev/vg03/lvol14 is already mounted on /extfs&lt;BR /&gt;mount: /dev/vg05/lvol1 is already mounted on /data/oradata/ESMADEV&lt;BR /&gt;mount: /dev/vg03/lvol13 is already mounted on /d04&lt;BR /&gt;mount: /dev/vg03/lvol12 is already mounted on /d03&lt;BR /&gt;mount: /dev/vg03/lvol11 is already mounted on /d02&lt;BR /&gt;mount: /dev/vg02/lvol10 is already mounted on /d01&lt;BR /&gt;mount: /dev/vg00/lvol8 is already mounted on /var&lt;BR /&gt;mount: /dev/vg00/lvol7 is already mounted on /usr&lt;BR /&gt;mount: /dev/vg00/lvol6 is already mounted on /tmp&lt;BR /&gt;mount: /dev/vg00/lvol5 is already mounted on /opt&lt;BR /&gt;mount: /dev/vg05/lvol3 is already mounted on /opt/esma&lt;BR /&gt;vxfs mount: /dev/vg01/lvol9 is corrupted. needs checking&lt;BR /&gt;mount: /dev/vg00/lvol4 is already mounted on /home&lt;BR /&gt;mount: /dev/vg00/lvol1 is already mounted on /stand&lt;BR /&gt;root@[/] # fsck /dev/vg01/lvol9&lt;BR /&gt;vxfs fsck: OLT extent 0 has bad checksum&lt;BR /&gt;read of primary OLT failed&lt;BR /&gt;vxfs fsck: OLT extent 1 has bad checksum&lt;BR /&gt;read of OLT copy failed&lt;BR /&gt;vxfs fsck: no valid OLT, cannot continue&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 07:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213221#M168959</guid>
      <dc:creator>Jannik Tonsberg_2</dc:creator>
      <dc:date>2004-03-09T07:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213222#M168960</link>
      <description>root@[/] # fsck -F vxfs -m /dev/vg01/rlvol9&lt;BR /&gt;vxfs fsck: file system on /dev/vg01/rlvol9 has structural damage&lt;BR /&gt;root@[/] # fsck -F vxfs /dev/vg01/rlvol9&lt;BR /&gt;vxfs fsck: OLT extent 0 has bad checksum&lt;BR /&gt;read of primary OLT failed&lt;BR /&gt;vxfs fsck: OLT extent 1 has bad checksum&lt;BR /&gt;read of OLT copy failed&lt;BR /&gt;vxfs fsck: no valid OLT, cannot continue&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 08:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213222#M168960</guid>
      <dc:creator>Jannik Tonsberg_2</dc:creator>
      <dc:date>2004-03-09T08:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213223#M168961</link>
      <description>Seems that your disk has gone bad. Try doing dd and see if it returns any error.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cxtxdx of=/dev/null bs=1k&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 09 Mar 2004 08:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213223#M168961</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-09T08:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: can't mount vg01</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213224#M168962</link>
      <description>Jannik,&lt;BR /&gt;&lt;BR /&gt;Could you check the disk ?&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c40t0d0 of=/dev/null bs=1024&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 09 Mar 2004 08:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-vg01/m-p/3213224#M168962</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-03-09T08:15:33Z</dc:date>
    </item>
  </channel>
</rss>

