<?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: bootable mirror disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867948#M636076</link>
    <description>You don't need to destory the volume group&lt;BR /&gt;&lt;BR /&gt;lvremove any other logical volumes off the disk.&lt;BR /&gt;&lt;BR /&gt;vgreduce the desk out of the volume group.&lt;BR /&gt;&lt;BR /&gt;lvremove /dev/vg00/lvolname&lt;BR /&gt;vgreduce vg00 /dev/dsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;mkboot /dev/rdsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;mkboot -a hpux -lq (;0)/stand/vmunix" /dev/rdsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;lmextend -m 1 /dev/vg00/lvol1 /dev/dsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;Same thing for every other fs in vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Dec 2002 17:22:28 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2002-12-19T17:22:28Z</dc:date>
    <item>
      <title>bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867942#M636070</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've one problem to solve with one rp7400. We have this system with two disks, and I intent to have bootable mirror disk.&lt;BR /&gt;&lt;BR /&gt;I don't have any doubts about the procedure to mirror this second disk... however my problem is... the second disk (the supposed mirror) is under the same volume group and has not been created with "pvcreate -B" ... so this may mean that I would not be able to have a bootable mirroed disk(??)...&lt;BR /&gt;&lt;BR /&gt;Would you know any way to remove the second disk from the volume group in order to pvcreate it with -B... and without a need to destroy this volume group? (This disks is not in use by any logical vol) Many thanks&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Miguel Ribeiro</description>
      <pubDate>Thu, 19 Dec 2002 17:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867942#M636070</guid>
      <dc:creator>FTSE SysAdmin</dc:creator>
      <dc:date>2002-12-19T17:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867943#M636071</link>
      <description>Sub your second disk address in&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgreduce /dev/vg01 /dev/dsk/c0t5d0 &lt;BR /&gt;&lt;BR /&gt;pvcreate -B -f /dev/rdsk/c0t5d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c0t5d0&lt;BR /&gt;mkboot -l /dev/rdsk/c0t5d0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c0t5d0&lt;BR /&gt;lifcp /dev/rdsk/c0t5d0:AUTO -&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t5d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c0t5d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c0t5d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c0t5d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c0t5d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c0t5d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c0t5d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c0t5d0&lt;BR /&gt;pvdisplay -v /dev/vg00&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 /dev/vg00&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1 /dev/vg00&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 /dev/vg00</description>
      <pubDate>Thu, 19 Dec 2002 17:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867943#M636071</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-12-19T17:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867944#M636072</link>
      <description>Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;To be bootable, -B option is needed, so the second disk is not bootable.&lt;BR /&gt;&lt;BR /&gt;If this disk has no lvol configured, you can remove from VG and begin the boot mirror from the begining.&lt;BR /&gt;&lt;BR /&gt;HTH, Vicente.</description>
      <pubDate>Thu, 19 Dec 2002 17:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867944#M636072</guid>
      <dc:creator>Vicente Sanchez_3</dc:creator>
      <dc:date>2002-12-19T17:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867945#M636073</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems that your questions is about booting from the second mirrored disk in case any problem with the first disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;No, You do not have to worry even if the disk is not created using pvcreate -B neither you need to remove the disk from the volume group. &lt;BR /&gt;&lt;BR /&gt;The second disk must be on /dev/vg00 if you want to create mirror. Still you can configure the second disk as mirror disk for your system. Just follow the procedure as mentioned in the System admin manual for root disk mirroring.&lt;BR /&gt;&lt;BR /&gt;1. pvcreate -B /dev/rdsk/second_disk&lt;BR /&gt;&lt;BR /&gt;and so on....&lt;BR /&gt;&lt;BR /&gt;Do not forget to use "hpux -lq" switch while running mkboot command. Otherwise you will have to give command hpux -iq at the isl prompt when you want to boot through second disk.&lt;BR /&gt;&lt;BR /&gt;Hope this will be useful and will resolve your trouble.&lt;BR /&gt;&lt;BR /&gt;NOTE : It won't matter if anything is on the second disk at this time. Simply start to mirror the second disk and run pvcreate -B command and other commands which you can find from the forum.&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;-pap&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Dec 2002 17:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867945#M636073</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-12-19T17:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867946#M636074</link>
      <description>Check out man pvremove.  That might be what you're looking for.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 19 Dec 2002 17:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867946#M636074</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-19T17:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867947#M636075</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you want to see if a disk is bootable, do 'lvlnboot -v'.  If this disk *is* bootable and therefore *was* created with 'pvcreate -B', you will see the notation "Boot Disk" as for example:&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;Current path "/dev/dsk/c5t1d2" is an alternate link, skip.&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c0t6d0 (10/0.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c2t0d2 (10/8.0.2) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c5t1d2 (10/16/4.1.2) -- Boot Disk&lt;BR /&gt;&lt;BR /&gt;In your case, since there are no logical volume extents on the disk, simply 'vgreduce' the disk that you failed to correctly 'pvcreate' and begin again:&lt;BR /&gt;&lt;BR /&gt;# vgreduce /dev/vg00 /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 19 Dec 2002 17:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867947#M636075</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-12-19T17:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867948#M636076</link>
      <description>You don't need to destory the volume group&lt;BR /&gt;&lt;BR /&gt;lvremove any other logical volumes off the disk.&lt;BR /&gt;&lt;BR /&gt;vgreduce the desk out of the volume group.&lt;BR /&gt;&lt;BR /&gt;lvremove /dev/vg00/lvolname&lt;BR /&gt;vgreduce vg00 /dev/dsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;mkboot /dev/rdsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;mkboot -a hpux -lq (;0)/stand/vmunix" /dev/rdsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;lmextend -m 1 /dev/vg00/lvol1 /dev/dsk/c#d#d#&lt;BR /&gt;&lt;BR /&gt;Same thing for every other fs in vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Dec 2002 17:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867948#M636076</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-19T17:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867949#M636077</link>
      <description>Sorry the vgreduce should be vg00 not vg01</description>
      <pubDate>Thu, 19 Dec 2002 17:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867949#M636077</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-12-19T17:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867950#M636078</link>
      <description>Sorry - brain cramp - forget the pvremove idea.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 19 Dec 2002 17:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867950#M636078</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-19T17:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867951#M636079</link>
      <description>Hi Pete:&lt;BR /&gt;&lt;BR /&gt;Sorry, Pete, 'pvremove' is not what is needed.  First, it wouldn't work because his disk is part of the volume group.  Second, the command merely clears the LVM private area so an LVM disk could be used with VxVM for instance.  The command replaces the need to write zeros over LVM headers.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 19 Dec 2002 17:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867951#M636079</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-12-19T17:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867952#M636080</link>
      <description>Hi,&lt;BR /&gt;I forget to mention few points.&lt;BR /&gt;&lt;BR /&gt;before running pvcreate -B you need to remove the disk from vg00.&lt;BR /&gt;&lt;BR /&gt;vgreduce /dev/vg00 /dev/dsk/sec_disk_dev&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/dsk/rsec_disk_dev&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/sec_disk_dev&lt;BR /&gt;;;&lt;BR /&gt;;;&lt;BR /&gt;;; and so on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Dec 2002 17:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867952#M636080</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-12-19T17:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867953#M636081</link>
      <description>Hi :-)&lt;BR /&gt;&lt;BR /&gt;I'm impressed with the excelent help that you guys are giving me and your fast reply... many thanks for all :-)&lt;BR /&gt;&lt;BR /&gt;I'm going to test to remove the disk from the vg00 ... I've created a testing system to replicate the problem that we have with the production system...&lt;BR /&gt;&lt;BR /&gt;Many thanks :-) ... I'll be back with update as soon as I finish this test...&lt;BR /&gt;&lt;BR /&gt;I intent to replicate this changes this friday during working hours in our production system :-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Miguel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Dec 2002 17:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867953#M636081</guid>
      <dc:creator>FTSE SysAdmin</dc:creator>
      <dc:date>2002-12-19T17:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: bootable mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867954#M636082</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;do not forget to add the second boot disk to the /stand/bootconf file too.&lt;BR /&gt;&lt;BR /&gt;kind regards,&lt;BR /&gt;Gratien D'haese</description>
      <pubDate>Fri, 20 Dec 2002 16:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-mirror-disk/m-p/2867954#M636082</guid>
      <dc:creator>Gratien D'haese_1</dc:creator>
      <dc:date>2002-12-20T16:41:51Z</dc:date>
    </item>
  </channel>
</rss>

