<?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: Vg01 cannot mount on hp9000 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821065#M637883</link>
    <description>Hi Chan,&lt;BR /&gt;I did all the steps u mentioned ,but got stock at vgimport stage,i did not use the mapfile, but it shd have gone even.&lt;BR /&gt;its given me those errors I mentioned.&lt;BR /&gt;More replies pls.&lt;BR /&gt;Nsikan&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Oct 2002 16:29:21 GMT</pubDate>
    <dc:creator>Nsikan_1</dc:creator>
    <dc:date>2002-10-08T16:29:21Z</dc:date>
    <item>
      <title>Vg01 cannot mount on hp9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821059#M637877</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I have an hP9000 server running hpux 10.20.The problem is that client said there was a power failure while restoring a backup,after which vg01 residing on model 10 disk array cannot be mounted.But the VG00 is mounted and OS running perfectly okay.I checked the file systems from /etc/fstab , and discovered that the file system on vg01 are hfs.I tried all I know to get vg01 mounted ,but could not.&lt;BR /&gt;errors displayed include:&lt;BR /&gt;vg01 cannot be activated if tried to activate.&lt;BR /&gt;"powerfail" error will be displayed.&lt;BR /&gt;the device file: /dev/dsk/c1t0d0 does not have LVM configuration,this the path of the disk array.&lt;BR /&gt;Does anybody have such experience?Pls i need ur assitant as yesterday.&lt;BR /&gt;rgds.&lt;BR /&gt;Nsikan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved&amp;nbsp;from Servers &amp;gt; HP 9000 to HP-UX &amp;gt; LVM - HP Forums Moderator&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2013 04:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821059#M637877</guid>
      <dc:creator>Nsikan_1</dc:creator>
      <dc:date>2013-02-25T04:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Vg01 cannot mount on hp9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821060#M637878</link>
      <description>you could have a disk error. how many disks are in vg01 and are the lv mirrored?</description>
      <pubDate>Tue, 08 Oct 2002 15:10:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821060#M637878</guid>
      <dc:creator>Ricardo Rocha</dc:creator>
      <dc:date>2002-10-08T15:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Vg01 cannot mount on hp9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821061#M637879</link>
      <description>It look as if the disk ahs lost the lvm config , try doing a vgcfgrestore ? or in case you can call HP for support .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the syntax is&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore  -n /dev/vg01 /dev/rdsk/c1t0d0 in case the disk is fine .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then do vgchange -a y /dev/vg01&lt;BR /&gt;&lt;BR /&gt;and fsck if the lvols dont come up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 08 Oct 2002 15:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821061#M637879</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-10-08T15:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Vg01 cannot mount on hp9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821062#M637880</link>
      <description>It looks like vg01 might not have its quorum requirement, thus "vgchange -a y vg01" (ie activating it) failed. Take a look at /var/adm/syslog/syslog.log file again and see if there are any other detail error. What does ..&lt;BR /&gt;# diskinfo /dev/rdsk/&lt;DEV-PATH&gt;&lt;BR /&gt;return ?&lt;BR /&gt;I'm suspecting some connection problem with your SCSI cable and/or termination. It may be also one or more disks in vg01 are down.&lt;/DEV-PATH&gt;</description>
      <pubDate>Tue, 08 Oct 2002 15:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821062#M637880</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-08T15:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vg01 cannot mount on hp9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821063#M637881</link>
      <description>yeah, &lt;BR /&gt;I have 5 disk on the array. it is a model 10 disk array.the scsi cable is good b/c, ioscan can see the disk.if i run diskinfo it gives the correct info on it.&lt;BR /&gt;I thought of exporting the Vg01 an import again, but it didn't work.It export but cannot import.&lt;BR /&gt;more research pls.&lt;BR /&gt;Nsikan.</description>
      <pubDate>Tue, 08 Oct 2002 15:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821063#M637881</guid>
      <dc:creator>Nsikan_1</dc:creator>
      <dc:date>2002-10-08T15:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Vg01 cannot mount on hp9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821064#M637882</link>
      <description>Are you saying vg01 is already exported ? And you have problem importing it back ? Check ..&lt;BR /&gt;# ll /dev/vg01&lt;BR /&gt;and&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;If vg01 has been exported its device files should not exist, so does the enty in "lvmtab" file.&lt;BR /&gt;When you exported it did you specify a "mapfile" ? If so import it back like this ..&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;==&amp;gt; Minor number 0x010000 must be unique.&lt;BR /&gt;# vgimport -m /mapfile /dev/vg01 /dev/dsk/&lt;PV-PATH1&gt; /dev/dsk/&lt;PV-PATH2&gt; ...&lt;BR /&gt;==&amp;gt; Assuming you have the mapfile in / after you did the vgexport. If you do not have the map file , vgimport it without "-m /mapfile" option.&lt;BR /&gt;# vgchange -a y /dev/vg01&lt;BR /&gt;==&amp;gt; Activate it.&lt;BR /&gt;# vgcfgbackup /dev/vg01&lt;BR /&gt;==&amp;gt; Back up LVM config to /etc/lvmconf.&lt;BR /&gt;# mount -a&lt;BR /&gt;==&amp;gt; Mount all FS back.&lt;/PV-PATH2&gt;&lt;/PV-PATH1&gt;</description>
      <pubDate>Tue, 08 Oct 2002 16:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821064#M637882</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-08T16:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Vg01 cannot mount on hp9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821065#M637883</link>
      <description>Hi Chan,&lt;BR /&gt;I did all the steps u mentioned ,but got stock at vgimport stage,i did not use the mapfile, but it shd have gone even.&lt;BR /&gt;its given me those errors I mentioned.&lt;BR /&gt;More replies pls.&lt;BR /&gt;Nsikan&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Oct 2002 16:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821065#M637883</guid>
      <dc:creator>Nsikan_1</dc:creator>
      <dc:date>2002-10-08T16:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Vg01 cannot mount on hp9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821066#M637884</link>
      <description>hi again&lt;BR /&gt;try typing&lt;BR /&gt;dd if=/dev/rdsk/c1t0d0 of=/dev/null bs=512k&lt;BR /&gt;in order to identify physically the disk (it will blink)&lt;BR /&gt;if you have a mirrored structure lvm (but only if you have it) you may try to activate the vg01 with this disk out of the sc10 - the disk may be filling the bus with garbage....&lt;BR /&gt;if it works you should replace the disk</description>
      <pubDate>Wed, 09 Oct 2002 08:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821066#M637884</guid>
      <dc:creator>Ricardo Rocha</dc:creator>
      <dc:date>2002-10-09T08:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Vg01 cannot mount on hp9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821067#M637885</link>
      <description>ok&lt;BR /&gt;just noticed you have 5 disks, so no mirroring!&lt;BR /&gt;can you activate the vg01 with the no quorum option? (-q n)</description>
      <pubDate>Wed, 09 Oct 2002 09:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821067#M637885</guid>
      <dc:creator>Ricardo Rocha</dc:creator>
      <dc:date>2002-10-09T09:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Vg01 cannot mount on hp9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821068#M637886</link>
      <description>hi all,&lt;BR /&gt;pls note that:&lt;BR /&gt;a. when restarting previous backup,the vg &amp;amp; fs are mounted respectively,but when shutdown to restart,it can't be mounted.&lt;BR /&gt;&lt;BR /&gt;b. It's using module 10 disk array - Nike/Galaxy with 5disks bined as vg01&lt;BR /&gt;&lt;BR /&gt;Also:&lt;BR /&gt;1. If running vgcfgrestore, it takes more than necessary without result.ps -ef |grep vgcfgrestore shows nothing going on.&lt;BR /&gt;2. after following the steps to import the disk accordingly, ll /dev/vg01 display accordingly&lt;BR /&gt;3. strings /etc/lvmtab shows&lt;BR /&gt;  a. /dev/vg00 &amp;amp; its device accordingly&lt;BR /&gt;  b. after the export, vg01 not showing.&lt;BR /&gt;4. /etc/fstab, shows all the files accordingly but with "hfs" type b/4 editing fstab.&lt;BR /&gt;5. strings /etc/mnttab shows only vg00 &amp;amp; its mounted fs.&lt;BR /&gt;6.vgscan: couldn't query pv "/dev/dsk/c1t0d0" , the specified path does not correspond tp pv attached to the vg. warning: couldn't query all of the pvs,unable to query th i/o interface: parameter error unable to scan pv on system&lt;BR /&gt;7. vgsync vg01:&lt;BR /&gt; -couldn't query "/dev/vg01/lvol2": vg not activated.&lt;BR /&gt;-couldn't query the list of lvs.&lt;BR /&gt;-couldn't access th list of lvs for vg -vg01&lt;BR /&gt;couldn't resynchronize vg "vg01"&lt;BR /&gt;8. vgchange -a y vg01&lt;BR /&gt;-couldn't attach to the vg pv "/dev/dsk/c1t0d0"&lt;BR /&gt;The path of the pv refers to a device that does not exist, or is not configured into the kernel.&lt;BR /&gt;vgchange:warning:couldn't query pv "/dev/dsk/c1t0d0"&lt;BR /&gt;the specified path does not correspond to pv attached to this vg.&lt;BR /&gt;vgchange: couldn't activate vg01&lt;BR /&gt;quorum not present or some pv are missing.&lt;BR /&gt;&lt;BR /&gt;n/b: but "ioscan" shows /dev/dsk/c1t0d0 as the path to diskarray- module 10.&lt;BR /&gt;&lt;BR /&gt;9. vgimport -v /dev/dsk/c1t0d0 shows this:&lt;BR /&gt;Begining the import process on vg "/dev/dsk/c1t0d0"&lt;BR /&gt;vgimport: cannot open the contro file "/dev/dsk/c1t0d0"&lt;BR /&gt;Not a directory.&lt;BR /&gt;&lt;BR /&gt;I'm thinking of perhaps deleting the lun completely &amp;amp; recereate it, but won't do it,what are the steps,it has no mux port ,cables connected directly from system port to the array ports accordingly.&lt;BR /&gt;I did it b/4 but was using the one with a mux.&lt;BR /&gt;&lt;BR /&gt;more resaerch pls.the client is becoming impatient.&lt;BR /&gt;&lt;BR /&gt;Nsikan.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Oct 2002 11:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg01-cannot-mount-on-hp9000/m-p/2821068#M637886</guid>
      <dc:creator>Nsikan_1</dc:creator>
      <dc:date>2002-10-09T11:25:28Z</dc:date>
    </item>
  </channel>
</rss>

