<?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: VxVM System / boot disk mirroring from scratch in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441419#M207372</link>
    <description>Hi Arnold,&lt;BR /&gt;&lt;BR /&gt;Take a look at this doc.&lt;BR /&gt;&lt;BR /&gt;Document description: How to Mirror VxVM rootdg on Itanium&lt;BR /&gt;Document id: IA64KBRC00012173&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072656088" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072656088&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Sat, 11 Dec 2004 16:20:20 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2004-12-11T16:20:20Z</dc:date>
    <item>
      <title>VxVM System / boot disk mirroring from scratch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441415#M207368</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I've installed 11i v2 UD2 (Sept. 2004 release)&lt;BR /&gt;on a rx2600 and an rp2470 with VxVM as the &lt;BR /&gt;volume manager for the system disk (rootability&lt;BR /&gt;support). &lt;BR /&gt;&lt;BR /&gt;On each system, I have two locally connected&lt;BR /&gt;SCSI-Disks. Now i'd like to mirror the system&lt;BR /&gt;disk for each system with VxVM. &lt;BR /&gt;&lt;BR /&gt;Is there a step-by-step guide available how &lt;BR /&gt;to do that: &lt;BR /&gt;&lt;BR /&gt;a) on an HP Integrity server?&lt;BR /&gt;&lt;BR /&gt;b) on an HP 9000 server?&lt;BR /&gt;&lt;BR /&gt;In order to be fully redundant, I guess I need&lt;BR /&gt;to make sure that not only the UNIX filesystems&lt;BR /&gt;are mirrored, but also the swap/dump/LIF/EFI&lt;BR /&gt;(maybe others?) areas. &lt;BR /&gt;&lt;BR /&gt;I've searched through the documentations but&lt;BR /&gt;I did not seem to have found the correct&lt;BR /&gt;descriptions so far. &lt;BR /&gt;&lt;BR /&gt;So the question is how to add a system mirror&lt;BR /&gt;disk in order to survive the failure of the&lt;BR /&gt;initial system disk. &lt;BR /&gt;&lt;BR /&gt;Thank's for any information on that!&lt;BR /&gt;&lt;BR /&gt;Best Regards, &lt;BR /&gt;&lt;BR /&gt;Arnold</description>
      <pubDate>Sat, 11 Dec 2004 08:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441415#M207368</guid>
      <dc:creator>noldi</dc:creator>
      <dc:date>2004-12-11T08:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: VxVM System / boot disk mirroring from scratch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441416#M207369</link>
      <description>Hi,&lt;BR /&gt;I made a simple script for that (each lvextend takes some time to complete).&lt;BR /&gt;Ov course you have to modify the devicefile and lvols so that it reflects your enviroment. I have not tested the script on Integrity servers but I belive the commands is rather similar (check the man page for each command). The script is listed below:&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c3t15d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c3t15d0&lt;BR /&gt;mkboot /dev/rdsk/c3t15d0&lt;BR /&gt;mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c3t15d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t15d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c3t15d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c3t15d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c3t15d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c3t15d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c3t15d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c3t15d0</description>
      <pubDate>Sat, 11 Dec 2004 09:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441416#M207369</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2004-12-11T09:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: VxVM System / boot disk mirroring from scratch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441417#M207370</link>
      <description>Hello Leif, &lt;BR /&gt;&lt;BR /&gt;thanks for your response. Unfortunately, &lt;BR /&gt;your answer is dealing with LVM, whereas &lt;BR /&gt;I've asked the same thing for VxVM (Veritas&lt;BR /&gt;Volume Manager V3.5). &lt;BR /&gt;&lt;BR /&gt;Maybe somebody has a similar list of commands&lt;BR /&gt;that would deal with VxVM (both on Integrity&lt;BR /&gt;and PA-RISC)? &lt;BR /&gt;&lt;BR /&gt;Thank's again &amp;amp; Regards,&lt;BR /&gt;&lt;BR /&gt;Arnold</description>
      <pubDate>Sat, 11 Dec 2004 10:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441417#M207370</guid>
      <dc:creator>noldi</dc:creator>
      <dc:date>2004-12-11T10:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: VxVM System / boot disk mirroring from scratch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441418#M207371</link>
      <description>Hi Arnold,&lt;BR /&gt;&lt;BR /&gt;You can use vxdiskadm to mirror the root disk. &lt;BR /&gt;&lt;BR /&gt;You first choose option 1 to add the disk to the rootdg and then choose option 6 to mirror the volumes on the disk. I believe that is the correct options number. However vxdiskadm is a menu driven one, so you should be able to do it.&lt;BR /&gt;&lt;BR /&gt;To do it through command line, try this. I've never tried this,&lt;BR /&gt;&lt;BR /&gt;1.) vxdisksetup -iB cxtydz&lt;BR /&gt;2.) vxdg -g rootdg adddisk rootdisk=cxtydz&lt;BR /&gt;3.) vxrootmir -v -b -R cxtydz&lt;BR /&gt;&lt;BR /&gt;here cxtydz is the mirror disk.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Dec 2004 11:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441418#M207371</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-12-11T11:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: VxVM System / boot disk mirroring from scratch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441419#M207372</link>
      <description>Hi Arnold,&lt;BR /&gt;&lt;BR /&gt;Take a look at this doc.&lt;BR /&gt;&lt;BR /&gt;Document description: How to Mirror VxVM rootdg on Itanium&lt;BR /&gt;Document id: IA64KBRC00012173&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072656088" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072656088&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sat, 11 Dec 2004 16:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441419#M207372</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-12-11T16:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: VxVM System / boot disk mirroring from scratch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441420#M207373</link>
      <description>Sanjay and Robert-Jan, &lt;BR /&gt;&lt;BR /&gt;1) vxdisksetup -iB cxtydzs2&lt;BR /&gt;2) vxrootmir -bv cxtydzs2&lt;BR /&gt;&lt;BR /&gt;did the trick and mirrored my existing system&lt;BR /&gt;disk to another under VxVM. Above steps were&lt;BR /&gt;for the Integrity server. For the PA-RISC &lt;BR /&gt;machine, I had to leave out the partition&lt;BR /&gt;designator, everything else was the same: &lt;BR /&gt;&lt;BR /&gt;1) vxdisksetup -iB cxtydz&lt;BR /&gt;2) vxrootmir -bv cxtydz&lt;BR /&gt;&lt;BR /&gt;I could boot from the alternate disk so I&lt;BR /&gt;assume that everything is all right.&lt;BR /&gt;&lt;BR /&gt;Although I don't now wether the EFI partition&lt;BR /&gt;was already there on the second disk or if&lt;BR /&gt;"vxrootmir" was taking care of that. &lt;BR /&gt;&lt;BR /&gt;Thank's much &amp;amp; Regards, &lt;BR /&gt;&lt;BR /&gt;Arnold&lt;BR /&gt;P.S.: Now I guess the question is how to &lt;BR /&gt;properly undo all this . . . ;-)</description>
      <pubDate>Sat, 11 Dec 2004 17:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvm-system-boot-disk-mirroring-from-scratch/m-p/3441420#M207373</guid>
      <dc:creator>noldi</dc:creator>
      <dc:date>2004-12-11T17:08:18Z</dc:date>
    </item>
  </channel>
</rss>

