<?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: Anyway to mount mirrored root disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019682#M633103</link>
    <description>Do a strings /etc/lvmtab to see the disk &amp;amp; its VG.&lt;BR /&gt;&lt;BR /&gt;If you see that your disk is not in vg00 a simple vgexport /dev/vgxx will suffice.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Jul 2003 21:54:47 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2003-07-09T21:54:47Z</dc:date>
    <item>
      <title>Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019676#M633097</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any way to mount or boot from a mirrored root disk when it was created without the -B option on the pvcreate?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 09 Jul 2003 21:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019676#M633097</guid>
      <dc:creator>Martin Corner</dc:creator>
      <dc:date>2003-07-09T21:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019677#M633098</link>
      <description>If the system is running the disk is in use.  You don't mount disks in HP-UX, you mount filesystems.&lt;BR /&gt;&lt;BR /&gt;If for some reason you want to split the mirrors, lvsplit or use sam to break the mirrors.&lt;BR /&gt;&lt;BR /&gt;Your questioncould use some elaboration.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Jul 2003 21:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019677#M633098</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-09T21:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019678#M633099</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You cannot boot from the disk that was not created with -B option. You would get "Not a LIF volume" error.&lt;BR /&gt;&lt;BR /&gt;You can survive if you don't have an autofile (through lv maintenance mode or by booting through support CD) but not if the LIF area is missing.&lt;BR /&gt;&lt;BR /&gt;However, if this disk is not part of an active mirror, then you can import the disk and mount the filesystems. This is the case when you have a system crash and the primary disk is completely lost but you have the mirror disk but it won't boot because LIF is missing.If you have another system where you can put this disk on or if you can boot through another disk on the same system, you can import the the disk into a temporary volume group and vgchange it with no quorum option and mount the filesystems if you need to recover any data.&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/vgtemp&lt;BR /&gt;#mknod /dev/vgtemp/group c 64 0x090000&lt;BR /&gt;#vgimport vgtemp /dev/dsk/c2t0d0&lt;BR /&gt;#vgchange -a y -q n vgtemp&lt;BR /&gt;#mkdir /oldusr&lt;BR /&gt;#mount /dev/vgtemp/lvol5 /oldusr&lt;BR /&gt;&lt;BR /&gt;(where lvol5 corresponds to /usr on the failed system)&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 21:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019678#M633099</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-07-09T21:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019679#M633100</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry, more detail.&lt;BR /&gt;&lt;BR /&gt;System went down when main internal system disk containing / /stand /var /tmp /home /opt /usr failed.&lt;BR /&gt;&lt;BR /&gt;Tried to reboot from alternate path but found that the pvcreate had been done without the -B.&lt;BR /&gt;&lt;BR /&gt;Have replaced faulty system disk and loaded from last ignite but there are some database files on /home that we really need from the mirror. We know that mirror of the root system disk is ok (c2t2d0) but can't get to the files in /home as it won't mount or boot from alternate path.&lt;BR /&gt;&lt;BR /&gt;I hope this makes it clearer.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 09 Jul 2003 21:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019679#M633100</guid>
      <dc:creator>Martin Corner</dc:creator>
      <dc:date>2003-07-09T21:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019680#M633101</link>
      <description>Hi (again),&lt;BR /&gt;&lt;BR /&gt;That's what I suspected. So, replace c2t0d0 with c2t2d0 in my example. Also use a unique minor number (0x090000 is my example) while importing the VG. You can find if this minor has already been used by&lt;BR /&gt;&lt;BR /&gt;ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 09 Jul 2003 21:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019680#M633101</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-07-09T21:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019681#M633102</link>
      <description>Thanks, looks like we are nearly there.&lt;BR /&gt;&lt;BR /&gt;When I do the vgimport I get the following message:&lt;BR /&gt;&lt;BR /&gt;vgimport: The physical volume "/dev/dsk/c2t2d0" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;Is there a quick way to remove the entry out of lvmtab as it won't let me use vi</description>
      <pubDate>Wed, 09 Jul 2003 21:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019681#M633102</guid>
      <dc:creator>Martin Corner</dc:creator>
      <dc:date>2003-07-09T21:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019682#M633103</link>
      <description>Do a strings /etc/lvmtab to see the disk &amp;amp; its VG.&lt;BR /&gt;&lt;BR /&gt;If you see that your disk is not in vg00 a simple vgexport /dev/vgxx will suffice.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 21:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019682#M633103</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-09T21:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019683#M633104</link>
      <description>Do a strings /etc/lvmtab to see the disk &amp;amp; its VG.&lt;BR /&gt;&lt;BR /&gt;If you see that your disk is not in vg00 a simple vgexport /dev/vgxx will suffice.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 21:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019683#M633104</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-09T21:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019684#M633105</link>
      <description>Do a strings /etc/lvmtab to see the disk &amp;amp; its VG.&lt;BR /&gt;&lt;BR /&gt;If you see that your disk is not in vg00 a simple vgexport /dev/vgxx will suffice.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 21:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019684#M633105</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-09T21:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019685#M633106</link>
      <description>Hi Sue,&lt;BR /&gt;&lt;BR /&gt;Actually with the message that you got, you are not.&lt;BR /&gt;&lt;BR /&gt;Did you exclude /home from make_tape_recovery while creating the image on the box?. Otherwise, it shoudl also have gotten restored.&lt;BR /&gt;&lt;BR /&gt;When you ignited the box with the old image, it would put the mirror disk into vg00 without actually establishing mirrors. So, it put your c2t2d0 back into vg00. However, a simple 'pvcreate' only destoys the LVM headers. If you could restore the old LVM headers, you may get the data back.&lt;BR /&gt;&lt;BR /&gt;You can try this way *only if* you reinstalled the system using it's previously created image. &lt;BR /&gt;&lt;BR /&gt;Look at /etc/lvmconf. See if you can find vg00.conf files with dates before the crash. If it is there (say vg00.conf.old), then do&lt;BR /&gt;&lt;BR /&gt;1. Look at the PV and make sure there are no LVs configured.&lt;BR /&gt;&lt;BR /&gt;#pvdisplay -v /dev/dsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;2. If there are no LVs, then use&lt;BR /&gt;&lt;BR /&gt;#vgreduce vg00 /dev/dsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;3. Restore the old configuration so that you may get the old LVOLs back. &lt;BR /&gt;&lt;BR /&gt;#vgcfgrestore -f /etc/lvmconf/vg00.conf.old /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;Then follow the the procedure that I gave in my first post.&lt;BR /&gt;&lt;BR /&gt;As a reminder, there is only a chance to get your data back.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 21:59:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019685#M633106</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-07-09T21:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019686#M633107</link>
      <description>&lt;BR /&gt;/dev/dsk/c2t2d0 is in vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;!M/_9&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;!M/_9&lt;BR /&gt;/dev/dsk/c1t0d0&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;/dev/vg02&lt;BR /&gt;!M/_:&lt;BR /&gt;/dev/dsk/c5t0d0&lt;BR /&gt;/dev/dsk/c6t0d0&lt;BR /&gt;/dev/vg03&lt;BR /&gt;!M/_:&lt;BR /&gt;/dev/dsk/c5t1d0&lt;BR /&gt;/dev/dsk/c6t1d0&lt;BR /&gt;/dev/vg04&lt;BR /&gt;!M/_:&lt;BR /&gt;/dev/dsk/c5t2d0&lt;BR /&gt;/dev/dsk/c6t2d0</description>
      <pubDate>Wed, 09 Jul 2003 22:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019686#M633107</guid>
      <dc:creator>Martin Corner</dc:creator>
      <dc:date>2003-07-09T22:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Anyway to mount mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019687#M633108</link>
      <description>Thanks for everyones help, very much appreciated. &lt;BR /&gt;&lt;BR /&gt;In the end we have taken the disk out and will try and restore the information on a different box.</description>
      <pubDate>Wed, 09 Jul 2003 22:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/anyway-to-mount-mirrored-root-disk/m-p/3019687#M633108</guid>
      <dc:creator>Martin Corner</dc:creator>
      <dc:date>2003-07-09T22:23:17Z</dc:date>
    </item>
  </channel>
</rss>

