<?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: root mirror issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149289#M560412</link>
    <description># mkboot -a "hpux /stand/vmunix -lq" /dev/rdsk/c3t15d0&lt;BR /&gt;There appear to be non-boot logical volumes on this device.&lt;BR /&gt;Overwriting them could destroy all the data on this device&lt;BR /&gt;Should the logical volumes be overwritten [y/n]?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Seems a bit risky without a change in place!!!</description>
    <pubDate>Thu, 08 Jan 2009 08:12:15 GMT</pubDate>
    <dc:creator>Mark McDonald_2</dc:creator>
    <dc:date>2009-01-08T08:12:15Z</dc:date>
    <item>
      <title>root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149280#M560403</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am doing an audit of some old HPUX machines that we have inherited.&lt;BR /&gt;&lt;BR /&gt;lvlnboot shows:&lt;BR /&gt;# lvlnboot -v&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/c2t1d0 (0/1/1/0.1.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c2t0d0 (0/1/1/0.0.0)&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;setboot is correct:&lt;BR /&gt;Primary bootpath : 0/1/1/0.1.0&lt;BR /&gt;Alternate bootpath : 0/1/1/0.0.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v - shows each root lv mirrored from c2t1d0 to c2t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Why does the lvlnboot not show the 2nd disk as --boot?&lt;BR /&gt;&lt;BR /&gt;Also I have noticed the usual boot files missing from lifls on the Alternate disk. I initially tried to copy these across with lifcp but got no space error.&lt;BR /&gt;&lt;BR /&gt;I suspect the -B was missed on the pvcreate or mkboot was missed, but not sure which?&lt;BR /&gt;&lt;BR /&gt;What is my best way to sort this out?&lt;BR /&gt;&lt;BR /&gt;Currently I think the best option is to lv+vgreduce then start from scratch with pvcreate -fB.</description>
      <pubDate>Thu, 08 Jan 2009 05:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149280#M560403</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-01-08T05:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149281#M560404</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;U can give the command as following to check if the other disk is alos bootable&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgcfgrestore -l -n vg00&lt;BR /&gt;Volume Group Configuration information in "/etc/lvmconf/vg00.conf"&lt;BR /&gt;VG Name /dev/vg00&lt;BR /&gt; ---- Physical volumes : 1 ----&lt;BR /&gt;      /dev/rdisk/disk3_p2 (Bootable)&lt;BR /&gt;&lt;BR /&gt;This will tell u all the disks in the VG that are bootable.&lt;BR /&gt;&lt;BR /&gt;however in ur scenario as the O/P shows,&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v&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/c2t1d0 (0/1/1/0.1.0) -- Boot Disk&lt;BR /&gt;/dev/dsk/c2t0d0 (0/1/1/0.0.0)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the boot disk is the dosk that the system has bppted the Kernel or the OS on the last boot.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Sujit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jan 2009 06:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149281#M560404</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-08T06:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149282#M560405</link>
      <description>hello &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if u suspect that the pvcreate -B option was not used for the other disk in the option u can try reading the boot area information of the disk or the autofile content using the following command on a PARISC platform:&lt;BR /&gt;&lt;BR /&gt;1)&lt;BR /&gt;#lifls -l /dev/rdsk/c2t0d0&lt;BR /&gt;this shows the boot related files present in the LIF area of the disk.&lt;BR /&gt;&lt;BR /&gt;2)&lt;BR /&gt;#lifcp /dev/rdsk/c2t0d0:AUTO -&lt;BR /&gt;&lt;BR /&gt;this will copy the contents of the auto file to the stdout that is ur console display and if the AUTO file is present  as u can see in the O/P of the last command , u can see the auto strinf stored in the AUTO file in the LIF area of the disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So if u find both these things and also as in the previous post the O/P for the command&lt;BR /&gt;#vgcfgrestore -l -n /dev/vg00&lt;BR /&gt;&lt;BR /&gt;get tsure that the otehr disk is also bootable and the lvlnboot -v showsthe current boot disk information.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sujit</description>
      <pubDate>Thu, 08 Jan 2009 06:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149282#M560405</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-08T06:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149283#M560406</link>
      <description># vgcfgrestore -l -n vg00&lt;BR /&gt;Volume Group Configuration information in "/etc/lvmconf/vg00.conf"&lt;BR /&gt;VG Name /dev/vg00&lt;BR /&gt; ---- Physical volumes : 2 ----&lt;BR /&gt;    /dev/rdsk/c2t1d0 (Bootable)&lt;BR /&gt;    /dev/rdsk/c2t0d0 (Non-bootable)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The lifls tells me the files are missing.</description>
      <pubDate>Thu, 08 Jan 2009 06:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149283#M560406</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-01-08T06:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149284#M560407</link>
      <description>If that's the case the best thing you can do is completly redo the mirror.&lt;BR /&gt;&lt;BR /&gt;lvextend -m 0 /dev/vg00/lvolx /dev/dsk/c2t0d0&lt;BR /&gt;vgreduce /dev/vg00 /dev/dsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;And then start again, but this time with the pvcreate -B &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jan 2009 07:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149284#M560407</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-01-08T07:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149285#M560408</link>
      <description>Thanks, thats what I expected - home time now, I will leave the thread open until tomorrow incase anyone else has any input.</description>
      <pubDate>Thu, 08 Jan 2009 07:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149285#M560408</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-01-08T07:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149286#M560409</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Yes this is suggested that u do whole of the pvcreate -B and do the whole of the miroring of all the LVs in there.&lt;BR /&gt;as u also told that LIF area is not having any files in there.&lt;BR /&gt;&lt;BR /&gt;# lifls -l  /dev/rdisk/disk3_p2&lt;BR /&gt;volume ISL10 data size 7984 directory size 8 08/06/27 23:56:28&lt;BR /&gt;filename   type   start   size     implement  created&lt;BR /&gt;===============================================================&lt;BR /&gt;ISL        -12800 584     242      0          08/06/27 23:56:28&lt;BR /&gt;AUTO       -12289 832     1        0          08/06/27 23:56:28&lt;BR /&gt;HPUX       -12928 840     1024     0          08/06/27 23:56:28&lt;BR /&gt;PAD        -12290 1864    1468     0          08/06/27 23:56:28&lt;BR /&gt;LABEL      BIN    3336    8        0          98/01/01 00:17:20&lt;BR /&gt;&lt;BR /&gt;can u see any of the files as listed in there in the lifls -l display?&lt;BR /&gt;&lt;BR /&gt;If u have not an LIF area in there only option is to do a pvcreate -B and do mirroring all over.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and yes to remove the mirrors of the LV from that disk make sure that u use the command for all the LVs on that disk as &lt;BR /&gt;&lt;BR /&gt;#lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and so on.&lt;BR /&gt;&lt;BR /&gt;after that make sure that u do &lt;BR /&gt;#vgreduce /dev/vg00 /dev/dsk/c2t0d0&lt;BR /&gt;#lvlnboot -R&lt;BR /&gt;#lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;then again&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/c2t0d0&lt;BR /&gt;#pvcreate -B /dev/rdsk/c2t0d0&lt;BR /&gt;#vgextend /dev/vg00 /dev/dsk/c2t0d0&lt;BR /&gt;#mkboot -l /dev/rdsk/c2t0d0&lt;BR /&gt;#mkboot -a "hpux /stand/vmunix -lq" /dev/rdsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then follow the mirroring for all the LVs in the VG as &lt;BR /&gt;&lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;Repeat this for all the LVs, This can take take a lot of time.&lt;BR /&gt;&lt;BR /&gt;#lvlnboot -R /dev/vg00&lt;BR /&gt;#lvlnboot -v &lt;BR /&gt;&lt;BR /&gt;to check that u have the Second disk also included again in there.&lt;BR /&gt;&lt;BR /&gt;#vi /stand/bootconf to put the entry of that disk as &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;l /dev/rdsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is l that is SMALL L and NOT 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then u have done the necessary things done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also make sure that u have the syatem setboot alternate path pointing to this disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#setboot -a &lt;HWE_PATH_OF_&gt;&lt;BR /&gt;#setboot &lt;BR /&gt;&lt;BR /&gt;to see that the boot path is set properly&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Sujit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check that this disk is set&lt;/HWE_PATH_OF_&gt;</description>
      <pubDate>Thu, 08 Jan 2009 07:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149286#M560409</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-08T07:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149287#M560410</link>
      <description>Thanks - as I stated at the top setboot is correct. &lt;BR /&gt;&lt;BR /&gt;Also:&lt;BR /&gt;lifls is only showing the LABEL&lt;BR /&gt;and lifcp returns with outofspace.&lt;BR /&gt;&lt;BR /&gt;Does this mean that pvcreate did have the -B option?</description>
      <pubDate>Thu, 08 Jan 2009 07:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149287#M560410</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-01-08T07:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149288#M560411</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can u try giving the following command on the disk as:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#mkboot -a "hpux /stand/vmunix -lq" /dev/rdsk/c2t0d0 &lt;BR /&gt;&lt;BR /&gt;and after that can u give the O/P of the command&lt;BR /&gt;#lifls -l /dev/rdsk/c2t0d0&lt;BR /&gt;#lifcp /dev/rdsk/c2t0d0:AUTO -&lt;BR /&gt;#vgcfgrestore -l -n vg00&lt;BR /&gt;&lt;BR /&gt;the effort to do an mkboot is not going to harm the existing LVM structre on the disk &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Sujit&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jan 2009 07:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149288#M560411</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-08T07:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149289#M560412</link>
      <description># mkboot -a "hpux /stand/vmunix -lq" /dev/rdsk/c3t15d0&lt;BR /&gt;There appear to be non-boot logical volumes on this device.&lt;BR /&gt;Overwriting them could destroy all the data on this device&lt;BR /&gt;Should the logical volumes be overwritten [y/n]?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Seems a bit risky without a change in place!!!</description>
      <pubDate>Thu, 08 Jan 2009 08:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149289#M560412</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-01-08T08:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149290#M560413</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Better to go with an all over pvcreate -B &lt;BR /&gt;&lt;BR /&gt;that is a wise option &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sujit</description>
      <pubDate>Thu, 08 Jan 2009 08:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149290#M560413</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-08T08:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149291#M560414</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please go ahead with the Change Managemnet in place and with the reqd backups only in this case.&lt;BR /&gt;&lt;BR /&gt;But will like to point out that u tried the mkboot on a Disk that already belongs to a DATA VG which is not bootable which  is likely to throw errors like that.&lt;BR /&gt;&lt;BR /&gt;Can u just try on the same Disk that u tried to do an mkboot  the command #lifls -l &lt;RAW_DEV_FILE_OF_THE_DSIK&gt; for reading the LIF area and see if u can see a LABEL file there?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That will  make clearer that a disk belonging to a DATA VG contains any LABEL in the LIF !!!!! Actually that is not supposed to have an LIF area altogether!!!!&lt;BR /&gt;&lt;BR /&gt;I reiterate that better in this czase to follow the Change Management Process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Sujit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/RAW_DEV_FILE_OF_THE_DSIK&gt;</description>
      <pubDate>Thu, 08 Jan 2009 08:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149291#M560414</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-08T08:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149292#M560415</link>
      <description>sujit - read my post a few above regarding lifls and the LABEL</description>
      <pubDate>Thu, 08 Jan 2009 10:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149292#M560415</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-01-08T10:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149293#M560416</link>
      <description>The lifls command must show at least the following entries:&lt;BR /&gt;&lt;BR /&gt;# lifls -l /dev/rdsk/c2t2d0&lt;BR /&gt;volume ISL10 data size 7984 directory size 8 99/10/28 15:23:53&lt;BR /&gt;filename   type   start   size     implement  created&lt;BR /&gt;===============================================================&lt;BR /&gt;ISL        -12800 584     240      0          99/10/28 15:23:53&lt;BR /&gt;AUTO       -12289 824     1        0          99/10/28 15:23:53&lt;BR /&gt;HPUX       -12928 832     800      0          99/10/28 15:23:53&lt;BR /&gt;PAD        -12290 1632    1700     0          99/10/28 15:23:54&lt;BR /&gt;LABEL      BIN    3336    8        0          06/01/12 12:49:52&lt;BR /&gt;&lt;BR /&gt;All the files were created by&lt;BR /&gt;&lt;BR /&gt;#mkboot -l ...&lt;BR /&gt;&lt;BR /&gt;command.&lt;BR /&gt;&lt;BR /&gt;An empty LIF area looks like this:&lt;BR /&gt;&lt;BR /&gt;#lifls -l /dev/rdsk/c0t6d0&lt;BR /&gt;volume c0t6d0 data size 29 directory size 1 06/03/06 20:28:11&lt;BR /&gt;filename   type   start   size     implement  created&lt;BR /&gt;===============================================================&lt;BR /&gt;LABEL      BIN    8       8        0          06/03/06 20:28:11&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -l /dev/rdsk/c0t6d0 &lt;BR /&gt;&lt;BR /&gt;#lifls -l /dev/rdsk/c0t6d0 &lt;BR /&gt;volume c0t6d0 data size 7984 directory size 8 06/03/06 20:28:11&lt;BR /&gt;filename   type   start   size     implement  created&lt;BR /&gt;===============================================================&lt;BR /&gt;ISL        -12800 584     306      0          02/05/10 16:25:44&lt;BR /&gt;AUTO       -12289 896     1        0          02/05/10 16:25:44&lt;BR /&gt;HPUX       -12928 904     848      0          02/05/10 16:25:44&lt;BR /&gt;PAD        -12290 1752    1580     0          02/05/10 16:25:45&lt;BR /&gt;LABEL      BIN    3336    8        0          06/03/06 20:44:07&lt;BR /&gt;&lt;BR /&gt;If you get errors or nothing while doing this commands, the PV was created without "-B" switch - hence no boot area.&lt;BR /&gt;&lt;BR /&gt;In order to fix this, lvreduve the mirror, vgreduce the PV and start over beginning with "pvcreate -B ..."&lt;BR /&gt;&lt;BR /&gt;For reference see the appendix here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jan 2009 15:09:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149293#M560416</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-01-08T15:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149294#M560417</link>
      <description>thanks Torsten,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For clarifying the thing &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sujit</description>
      <pubDate>Thu, 08 Jan 2009 15:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149294#M560417</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-08T15:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149295#M560418</link>
      <description>Thanks Torsten. ok, pvcreate was definitely ran as I do have a lif area. &lt;BR /&gt;&lt;BR /&gt;# lifls -l /dev/dsk/c2t0d0&lt;BR /&gt;volume c2t0d0 data size 29 directory size 1 07/03/28 11:56:48&lt;BR /&gt;filename   type   start   size     implement  created&lt;BR /&gt;===============================================================&lt;BR /&gt;LABEL      BIN    8       8        0          07/03/28 11:56:48&lt;BR /&gt;&lt;BR /&gt;So I can confirm that it was the mkboot that was missed. &lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 08 Jan 2009 21:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149295#M560418</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-01-08T21:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149296#M560419</link>
      <description>hello&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;yes u r correct that seems that pvcreate -B was done but some how mkboot -l and mkboot -a "hpux /stand/vmunix -l2" &lt;RAW_DEV_FILE_OF_THE_DISK&gt; was not done/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So my understanding says that u can do a mkboot with the above stated command, that will work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If u feel not confident doing that u better should  go ahead with Change Management and do an overall  mirroring startting with the pvcreate -B &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Sujit&lt;/RAW_DEV_FILE_OF_THE_DISK&gt;</description>
      <pubDate>Fri, 09 Jan 2009 16:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149296#M560419</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-09T16:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149297#M560420</link>
      <description>This is a billing box so I will do it the safe way. Thanks</description>
      <pubDate>Fri, 09 Jan 2009 22:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149297#M560420</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-01-09T22:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: root mirror issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149298#M560421</link>
      <description>.</description>
      <pubDate>Thu, 26 Feb 2009 04:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirror-issue/m-p/5149298#M560421</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-02-26T04:14:57Z</dc:date>
    </item>
  </channel>
</rss>

