<?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: Mirroring on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162804#M902808</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree with Sunil. System will not come up from the mirrored disk. In case of failure of original HDD. Root mirroring is done in case of original fails. The system doesn't reboot and continues with the mirrored copy. That is why SWAP mirroring is must. &lt;BR /&gt;Change the (empty) physical volume to become a stand-by spare for the volume group:&lt;BR /&gt;&lt;BR /&gt;   pvchange -z y /dev/dsk/c2t0d2.&lt;BR /&gt;&lt;BR /&gt;Check man page of "pvchange"&lt;BR /&gt;&lt;BR /&gt;Pls do assign points accordingly.&lt;BR /&gt;&lt;BR /&gt;Saurav</description>
    <pubDate>Wed, 14 Jan 2004 03:51:49 GMT</pubDate>
    <dc:creator>Saurav_1</dc:creator>
    <dc:date>2004-01-14T03:51:49Z</dc:date>
    <item>
      <title>Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162790#M902794</link>
      <description>We are now looking at mirroroing on hp-ux we have been asking if you would mirror the swap area. Can people tell me if you would or wouldn't and the reasons why. &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 13 Jan 2004 06:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162790#M902794</guid>
      <dc:creator>Thomas Lloyd</dc:creator>
      <dc:date>2004-01-13T06:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162791#M902795</link>
      <description>It is a good idea to mirror Swap. The system may hang if swap space is inaccessible...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mirroring swap is same like mirroring any other logical volumes...&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/swap&lt;BR /&gt;&lt;BR /&gt;I would recommend to mirror your vg00 (including /, /usr, /var etc) (without any user data)... &lt;BR /&gt;&lt;BR /&gt;-Vijay</description>
      <pubDate>Tue, 13 Jan 2004 06:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162791#M902795</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2004-01-13T06:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162792#M902796</link>
      <description>If you mirror all the lvol's of the bootdisk you also should mirror the swap-lvol.&lt;BR /&gt;When the default bootdisk crash you are still able to run on the other disk because the swapspace is also mirrored on the second disk.&lt;BR /&gt;&lt;BR /&gt;When the second disk need to be bootable you should do also other things.&lt;BR /&gt;when the second disk is c1t6d0 then run the next command's&lt;BR /&gt;pvcreate -f -B /dev/rdsk/c1t6d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;mkboot /dev/dsk/c1t6d0&lt;BR /&gt;mkboot -a 'hpux -lq' /dev/dsk/c1t6d0&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p HPUX -p LABEL -p AUTO /dev/dsk/c1t6d0 &lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3&lt;BR /&gt;.... For all the lvol's in vg00 (also swap)&lt;BR /&gt;&lt;BR /&gt;For the default lvol's do next&lt;BR /&gt;$ lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;$ lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;$ lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;$ lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;$ lvlnboot -R /dev/vg00&lt;BR /&gt;$ lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Be aware you should have MirrorUX installed on your system.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jan 2004 06:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162792#M902796</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-13T06:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162793#M902797</link>
      <description>Hi Tom&lt;BR /&gt;&lt;BR /&gt;I wouldn't mirror swap, since process such as paging, scheduling wouldn't use mirrored swap. which is really a wastage of disk space</description>
      <pubDate>Tue, 13 Jan 2004 06:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162793#M902797</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-01-13T06:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162794#M902798</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I will always prefer mirroring of swap becoz if i am not mirroring swap and one disk get failed system willn ot come up normally becoz swap space is not available.&lt;BR /&gt;&lt;BR /&gt;It's always good to mirror swap too.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Tue, 13 Jan 2004 06:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162794#M902798</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-01-13T06:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162795#M902799</link>
      <description>If there is enough mirror space available, having 1+1 is a good idea?&lt;BR /&gt;&lt;BR /&gt;However if there is a constraint, then what are ignite backups for in case of loss of disk having swap space.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Tue, 13 Jan 2004 06:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162795#M902799</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-01-13T06:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162796#M902800</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;sorry, just being practical and following what is documented to perform mirroring without a hitch, so:&lt;BR /&gt;&lt;BR /&gt;refer to Technical Knowledge Base, Doc ID: LVMKBRC00005103, "How to create a Mirrored Boot Disk on PA-RISC Systems - Cookbook"&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 13 Jan 2004 07:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162796#M902800</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-01-13T07:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162797#M902801</link>
      <description>To mirror root disk, you have to create an identical image of it on an alternate disk, following the same "chronological" order of primary lvols. That means lvol1 (/stand) need to be in the very begining of the disk followed directly with lvol2 which is the primary swap, then lvol3 (/) .. these lvols are strict &amp;amp; contigous (no gaps between PEs). also if primary disk fails your system will need primary swap which has to be layed out on alternate disk. &lt;BR /&gt;&lt;BR /&gt;Cheers,</description>
      <pubDate>Tue, 13 Jan 2004 09:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162797#M902801</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2004-01-13T09:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162798#M902802</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;I am confused by Ravi's remark.&lt;BR /&gt;&lt;BR /&gt;I always mirror the primary swap space.  We mirror all the lvols that belong to vg00 including swap space. If paging does not use the mirrord disk how come that if the primairy root disk fails the system does not panic ( since we loos primairy swap asswell) i think paging does use both disks. Can you explain this ?&lt;BR /&gt;So my advise is to mirror swap ( vg00 at least)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Tue, 13 Jan 2004 10:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162798#M902802</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-13T10:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162799#M902803</link>
      <description>Any swap area should be mirrored. If any swap area is not available -- even if not in actual use --- the system can and almost certainly will crash. If all swap LVOL's are mirrored then you can replace disks "on the fly" (assuming your disks are hot-plug) and never need to shutdown.&lt;BR /&gt;&lt;BR /&gt;Dump areas, on the other hand, should never be mirrored. There should be no question as to where a dump image is actually written. Many people assume that dump and swap are the same areas; that is the default. Swap and dump should never be combined because their functions are entirely separate and moreover if separated, you don't have to worry about copying the dump images before going multi-user.</description>
      <pubDate>Tue, 13 Jan 2004 10:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162799#M902803</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-01-13T10:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162800#M902804</link>
      <description>I have alwasy mirrored my primary swap and any other swap located on vg00.  Usually, there is always a second disk of equal size to the first one, and I always make sure that the second disk is only used for mirror purposes.&lt;BR /&gt;&lt;BR /&gt;I have seen cases where people have put swap areas on other VGs, and those I do not mirror.</description>
      <pubDate>Tue, 13 Jan 2004 10:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162800#M902804</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2004-01-13T10:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162801#M902805</link>
      <description>I definitely mirror primary swap, and then put all my secondary swap on RAID if I can.&lt;BR /&gt;&lt;BR /&gt;A server will panic if you get problems with un-mirrored swap, and if you have problems with a critical disk like this (especially your root/boot disk), then the server will probably hang due to excessive diagnostics/error-recovery anyway.&lt;BR /&gt;&lt;BR /&gt;Rather safe than sorry.</description>
      <pubDate>Wed, 14 Jan 2004 02:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162801#M902805</guid>
      <dc:creator>Jakes Louw</dc:creator>
      <dc:date>2004-01-14T02:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162802#M902806</link>
      <description>If you want to protect your system from disk crashes, it is important to have ALL your swap devices mirrored or on a high-available disk system.&lt;BR /&gt;&lt;BR /&gt;If there is 1 swap device unmirrored, or becomes unavailable because there is a disk failure and no RAID available that keeps the swap device available, your system will defenitely panic.&lt;BR /&gt;&lt;BR /&gt;If you mirror your root disk, make it bootable (see mkboot and pvcreate -B), and configure this second disk as the alternate boot path in BOOT-ADMIN mode.&lt;BR /&gt;&lt;BR /&gt;Also be sure that the logical volumes (stand, root, swap) on both bootable disks are in exactly the same order : Dont set stand-swap-root on disk 1 and stand-root-swap on disk 2.&lt;BR /&gt;&lt;BR /&gt;Other important things have already been said by others.&lt;BR /&gt;&lt;BR /&gt;Starting mirroring on a non-mirrored LVM rootdisk is not that difficult to configure.&lt;BR /&gt;&lt;BR /&gt;success.</description>
      <pubDate>Wed, 14 Jan 2004 03:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162802#M902806</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2004-01-14T03:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162803#M902807</link>
      <description>Hi TOm,&lt;BR /&gt;To mirror your root disk :&lt;BR /&gt;USAGE       : PROG disque (for example c2t2d0)&lt;BR /&gt;&lt;BR /&gt;pvcreate -Bf /dev/rdsk/$1&lt;BR /&gt;mkboot -l /dev/rdsk/$1&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/$1&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/$1&lt;BR /&gt;vgdisplay -v /dev/vg00 |grep "LV Name" |awk '{ print $3 }' | while read vl&lt;BR /&gt;do&lt;BR /&gt;    lvextend -m 1 $vl&lt;BR /&gt;done&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif -p AUTO -p ISL -p HPUX -p LABEL -p PAD /dev/rdsk/$DISK&lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2004 03:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162803#M902807</guid>
      <dc:creator>D.Blond</dc:creator>
      <dc:date>2004-01-14T03:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162804#M902808</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree with Sunil. System will not come up from the mirrored disk. In case of failure of original HDD. Root mirroring is done in case of original fails. The system doesn't reboot and continues with the mirrored copy. That is why SWAP mirroring is must. &lt;BR /&gt;Change the (empty) physical volume to become a stand-by spare for the volume group:&lt;BR /&gt;&lt;BR /&gt;   pvchange -z y /dev/dsk/c2t0d2.&lt;BR /&gt;&lt;BR /&gt;Check man page of "pvchange"&lt;BR /&gt;&lt;BR /&gt;Pls do assign points accordingly.&lt;BR /&gt;&lt;BR /&gt;Saurav</description>
      <pubDate>Wed, 14 Jan 2004 03:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-hp-ux/m-p/3162804#M902808</guid>
      <dc:creator>Saurav_1</dc:creator>
      <dc:date>2004-01-14T03:51:49Z</dc:date>
    </item>
  </channel>
</rss>

