<?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: MirrorDisk/UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014271#M129231</link>
    <description>HI,&lt;BR /&gt;I have mirrored the disk according to the procedure specified above.this works fine.the only problem is mentioned below.&lt;BR /&gt;"when i remove one of the mirror system disk from which the system is booted up,the system switches to the buddy mirror disk automatically.but when i go to have swap or ioscan info,the system just keeps retreiving these infos.i have waited for 1/2 hours but no result.although the ioscan does show the info but this one is not updated and does show the disk that has already been removed.idf i reboot the server then the system boots from the alternate mirror disk and loads O.E accordingly.after logging in system show swap and ioscan info updated."&lt;BR /&gt;so i want to confirm whether i need any command to run when the the system mirror disk from which system is boooted up fails or we just remove it to for testing and buddy mirror disk takes over.one thing to mention that we have to swaps partiotions on system disk and both are mirrored.</description>
    <pubDate>Mon, 04 Aug 2003 06:47:41 GMT</pubDate>
    <dc:creator>Learn_1</dc:creator>
    <dc:date>2003-08-04T06:47:41Z</dc:date>
    <item>
      <title>MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014257#M129217</link>
      <description>Hi All,&lt;BR /&gt;we have rp7410 server running HP-UX11i.i want to mirror local system disk with the second one of the local system.i have Mirror/UX software installed.Now what would be the procedure of mirroring these local disk with each other.Also in case of failure of any disk what would be the recovery procedure.Please be specific to commands and script.Also as this is a live system then after completion of mirroring procedure does it reboot system or we'll have to rebot system.&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 03 Jul 2003 06:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014257#M129217</guid>
      <dc:creator>Learn_1</dc:creator>
      <dc:date>2003-07-03T06:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014258#M129218</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Create the physical volume on the disk that you are going to mirror your root disk to:&lt;BR /&gt;&lt;BR /&gt;# pvcreate -Bf /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;2. Make disk bootable&lt;BR /&gt;&lt;BR /&gt;# mkboot /dev/dsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;3. Add auto file to boot area&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux (;0)/stand/vmunix" /dev/dsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;4. Extend the root vg with the new boot disk&lt;BR /&gt;&lt;BR /&gt;# vgextend vg00 /dev/dsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;5. Extend the LV in the root disks one by one:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c?t?d?&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c?t?d?&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c?t?d?&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c?t?d?&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c?t?d?&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c?t?d?&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c?t?d?&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c?t?d?&lt;BR /&gt;          :&lt;BR /&gt;          :&lt;BR /&gt;&lt;BR /&gt;You are not required to reboot the system after you have completed all this.</description>
      <pubDate>Thu, 03 Jul 2003 06:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014258#M129218</guid>
      <dc:creator>Kenneth_19</dc:creator>
      <dc:date>2003-07-03T06:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014259#M129219</link>
      <description>Oh, forget to answer one of your question:&lt;BR /&gt;&lt;BR /&gt;depends on which stage of the procedure you failed in, you have many ways to recover, if you haven't extend the vg with the new pv, you can just restart the whole process again, and if you failed during the mid of the lvextend, you might need to reduce the mirror that have stale PEs first before you can resume the mirror process starting from the affected volume:&lt;BR /&gt;&lt;BR /&gt;to reduce the mirror of a particular LV&lt;BR /&gt;&lt;BR /&gt;# lvreduce -m 0 /dev/vgxx/lvolx /dev/dsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;Kenneth</description>
      <pubDate>Thu, 03 Jul 2003 06:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014259#M129219</guid>
      <dc:creator>Kenneth_19</dc:creator>
      <dc:date>2003-07-03T06:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014260#M129220</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another thing you might want to do is to copy the LIF utilities to the mirror disk:&lt;BR /&gt;&lt;BR /&gt;mkboot -b updatediaglif -p ISL -p HPUX -p LABEL -p AUTO /dev/rdsk/c?t?d? &lt;BR /&gt;&lt;BR /&gt;And also, you should set "low quorum" on each of the boot disks so that the system boots if one of the root disks is not available:&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq" /dev/dsk/c?t?d? &lt;BR /&gt;&lt;BR /&gt;You can do these actions before or after the "vgextend".&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
      <pubDate>Thu, 03 Jul 2003 06:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014260#M129220</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-03T06:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014261#M129221</link>
      <description>...and not forget using lvlnboot after&lt;BR /&gt;creating mirror copies.What lvlnboot does&lt;BR /&gt;is updating all physical volumes in the volume&lt;BR /&gt;group that contains information about boot,root,swap volumes.&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;# /usr/sbin/lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;# /usr/sbin/lvlnboot -r /dev/vg00/lvol3  &lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;The output of this command is shown in a display like the following:&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/c4t5d0 (10/0.5.0) -- Boot Disk&lt;BR /&gt;         /dev/dsk/c4t6d0 (10/0.6.0) -- Boot Disk&lt;BR /&gt;Boot:  lvol1    on:      /dev/dsk/c4t5d0&lt;BR /&gt;                         /dev/dsk/c4t6d0&lt;BR /&gt;Root:  lvol3    on:      /dev/dsk/c4t5d0&lt;BR /&gt;                         /dev/dsk/c4t6d0&lt;BR /&gt;Swap:  lvol2    on:      /dev/dsk/c4t5d0&lt;BR /&gt;                         /dev/dsk/c4t6d0&lt;BR /&gt;Dump:  lvol2    on:      /dev/dsk/c4t6d0, 0</description>
      <pubDate>Thu, 03 Jul 2003 06:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014261#M129221</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-07-03T06:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014262#M129222</link>
      <description>After mirroring the all LVs on vg00, you may need to perform:&lt;BR /&gt;a) pls check for if:&lt;BR /&gt;lvol1 on /stand (this is boot lv)&lt;BR /&gt;lvol3 on / (this is root lv)&lt;BR /&gt;lvol2 is swap lv&lt;BR /&gt;&lt;BR /&gt;b) lvlnboot -r /dev/vg00/lvol3  (root on /)&lt;BR /&gt;c) lvlnboot -s /dev/vg00/lvol2  (swap)&lt;BR /&gt;   lvlnboot -d /dev/vg00/lvol2  (dump) (optional)&lt;BR /&gt;d) lvlnboot -R /dev/vg00&lt;BR /&gt;e) lvlnboot -v (to confirm all correct)&lt;BR /&gt;f) vgcfgbackup /dev/vg00</description>
      <pubDate>Thu, 03 Jul 2003 06:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014262#M129222</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-03T06:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014263#M129223</link>
      <description>&lt;BR /&gt;Be careful when using 'mkboot' that you choose 'rdsk' not 'dsk'. Here is the procedure I use.&lt;BR /&gt;&lt;BR /&gt;# pvcreate -fB /dev/rdsk/cxtydz&lt;BR /&gt;# vgcreate /dev/vg00 /dev/dsk/cxtydz&lt;BR /&gt;# mkboot /dev/rdsk/cxtydz&lt;BR /&gt;# mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/cxtydz&lt;BR /&gt;# lvlnboot -R&lt;BR /&gt;# for LVOL in /dev/vg00/lv*&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; echo $LVOL&lt;BR /&gt;&amp;gt; lvextend -m 1 $LVOL&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;# lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;# lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;# lvlnboot -R&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 07:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014263#M129223</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-03T07:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014264#M129224</link>
      <description>Hi,&lt;BR /&gt;to add a little contribution,&lt;BR /&gt;&lt;BR /&gt;instead of&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux (;0)/stand/vmunix" /dev/dsk/c?t?d? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;use&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/dsk/c?t?d? &lt;BR /&gt;&lt;BR /&gt;for each of the disks in the vg00.&lt;BR /&gt;&lt;BR /&gt;The "-lq" stands for "disable quorum", to be able to boot even if one of the two disks is in a bad state (NO_HW).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For the replacement procedure, you should:&lt;BR /&gt;- put the new disk&lt;BR /&gt;- issue a vgcfgrestore towards the new disk, to restore the lvm information on it&lt;BR /&gt;vgcfgrestore vg00 /dev/dsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;- resync the mirrors with "vgsync vg00"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 07:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014264#M129224</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-03T07:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014265#M129225</link>
      <description>All of the above, good stuff.  My spin is why on earth is the utility called MirrorDisk/UX?It clearly does not mirror the disks, it mirrors at a logical volume level.  Surely it should be called MirrorLV/UX&lt;BR /&gt;&lt;BR /&gt;Just my 0.02???&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 03 Jul 2003 08:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014265#M129225</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-03T08:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014266#M129226</link>
      <description>Thanks everybody for taking time to reply my question.It really helped a lot to solve the problem.</description>
      <pubDate>Thu, 03 Jul 2003 09:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014266#M129226</guid>
      <dc:creator>Learn_1</dc:creator>
      <dc:date>2003-07-03T09:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014267#M129227</link>
      <description>Hi Anwar,&lt;BR /&gt;&lt;BR /&gt;Maybe you could express your appreciation by awarding a few points???&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
      <pubDate>Thu, 03 Jul 2003 09:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014267#M129227</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-03T09:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014268#M129228</link>
      <description>Thanks!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;8O)</description>
      <pubDate>Thu, 03 Jul 2003 09:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014268#M129228</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-03T09:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014269#M129229</link>
      <description>Hi Everyone,&lt;BR /&gt;            With reference to ur replies,i am writing down the script for mirroring procedure.if there is any mistake then please do let me know so that i may correct this mistake before applying it to live system.&lt;BR /&gt;also i do need some explainination which i will mention in this email.&lt;BR /&gt;&lt;BR /&gt;#pvcreate -Bf /dev/rdsk/c?t?d? &lt;BR /&gt;(i will mention this address after checking it with ioscan command))&lt;BR /&gt;&lt;BR /&gt;#vgcreate /dev/vg00 dev/rdsk/c?t?d?&lt;BR /&gt;(here should we use rdsk or dsk in all the following locations)&lt;BR /&gt;&lt;BR /&gt;#mkboot dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;#mkboot -a "hp-ux -lq(;0)/stand/vmunix" /dev/rdsk/c?t?d?&lt;BR /&gt;(here will you please explain the function of 0 and also if we specify -lq then should we specify the alternate boot path or not?)&lt;BR /&gt;&lt;BR /&gt;#vgextend vg00 /dev/rdsk/c?t?d&lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol1 /dev/rdsk/c?t?d? &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol2 /dev/rdsk/c?t?d? &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol3 /dev/rdsk/c?t?d? &lt;BR /&gt;(Here does lvol1,lvol2,lvol3 refer to roor,boot,swap volumes.if i am wrong then please explain and correct)&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/lvlnboot -b /dev/vg00/lvol1 &lt;BR /&gt;# /usr/sbin/lvlnboot -s /dev/vg00/lvol2 &lt;BR /&gt;# /usr/sbin/lvlnboot -r /dev/vg00/lvol3 &lt;BR /&gt;# lvlnboot -v &lt;BR /&gt;(here -b=for boot volume,-r=for root,-s=for swap volume,-v=for print verbose messages)&lt;BR /&gt;&lt;BR /&gt;#vgcfgbackup /dev/vg00 &lt;BR /&gt;&lt;BR /&gt;so this is the the procedure that i have derived from all your above stated replies.so please do read it and reply if there is any mistake so that i may correct it beore running it to live syste.&lt;BR /&gt;Thanks again for replying.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 12:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014269#M129229</guid>
      <dc:creator>Learn_1</dc:creator>
      <dc:date>2003-07-08T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014270#M129230</link>
      <description>&lt;BR /&gt;#pvcreate -Bf /dev/rdsk/c?t?d? &lt;BR /&gt;(i will mention this address after checking it with ioscan command)) &lt;BR /&gt;&lt;BR /&gt;Perfect!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgcreate /dev/vg00 dev/rdsk/c?t?d? &lt;BR /&gt;(here should we use rdsk or dsk in all the following locations) &lt;BR /&gt;&lt;BR /&gt;with the vgcreate you must use the block special device: /dev/dsk/c.t.d.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#mkboot dev/rdsk/c?t?d? &lt;BR /&gt;&lt;BR /&gt;perferct !&lt;BR /&gt;&lt;BR /&gt;#mkboot -a "hp-ux -lq(;0)/stand/vmunix" /dev/rdsk/c?t?d? &lt;BR /&gt;(here will you please explain the function of 0 and also if we specify -lq then should we specify the alternate boot path or not?) &lt;BR /&gt;&lt;BR /&gt;NOT hp-ux BUT hpux  !!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;;0 -&amp;gt; don't know, always they told me to use it. i think it is related to hard partitioning, and that is to start at the first partition&lt;BR /&gt;&lt;BR /&gt;-lq -&amp;gt; boot even if other disk is not present. this will automatically be set as alternate link. if in doubt, you can check/set with the command&lt;BR /&gt;setboot  -&amp;gt; (to check)&lt;BR /&gt;setboot -a alternate_HW_path -p primary_HW_path&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/c?t?d? &lt;BR /&gt;&lt;BR /&gt;for both of the disks.&lt;BR /&gt;&lt;BR /&gt;to check&lt;BR /&gt;&lt;BR /&gt;lifcp /dev/rdsk/c?t?d?:AUTO -&lt;BR /&gt;strings must be equal&lt;BR /&gt;&lt;BR /&gt;from here always block special device&lt;BR /&gt;#vgextend vg00 /dev/dsk/c?t?d &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c?t?d? &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c?t?d? &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c?t?d? &lt;BR /&gt;(Here does lvol1,lvol2,lvol3 refer to roor,boot,swap volumes.if i am wrong then please explain and correct) &lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/lvlnboot -b /dev/vg00/lvol1 &lt;BR /&gt;# /usr/sbin/lvlnboot -s /dev/vg00/lvol2 &lt;BR /&gt;# /usr/sbin/lvlnboot -r /dev/vg00/lvol3 &lt;BR /&gt;# lvlnboot -v &lt;BR /&gt;(here -b=for boot volume,-r=for root,-s=for swap volume,-v=for print verbose messages) &lt;BR /&gt;&lt;BR /&gt;Perfect, you are just lacking of the dump destination. if not specified, it is the lvol2 usuallt, the swap, because you can loos the data in the swap between a reboot.&lt;BR /&gt;&lt;BR /&gt;#vgcfgbackup /dev/vg00 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 12:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014270#M129230</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-08T12:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: MirrorDisk/UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014271#M129231</link>
      <description>HI,&lt;BR /&gt;I have mirrored the disk according to the procedure specified above.this works fine.the only problem is mentioned below.&lt;BR /&gt;"when i remove one of the mirror system disk from which the system is booted up,the system switches to the buddy mirror disk automatically.but when i go to have swap or ioscan info,the system just keeps retreiving these infos.i have waited for 1/2 hours but no result.although the ioscan does show the info but this one is not updated and does show the disk that has already been removed.idf i reboot the server then the system boots from the alternate mirror disk and loads O.E accordingly.after logging in system show swap and ioscan info updated."&lt;BR /&gt;so i want to confirm whether i need any command to run when the the system mirror disk from which system is boooted up fails or we just remove it to for testing and buddy mirror disk takes over.one thing to mention that we have to swaps partiotions on system disk and both are mirrored.</description>
      <pubDate>Mon, 04 Aug 2003 06:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrordisk-ux/m-p/3014271#M129231</guid>
      <dc:creator>Learn_1</dc:creator>
      <dc:date>2003-08-04T06:47:41Z</dc:date>
    </item>
  </channel>
</rss>

