<?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 Internal disk Mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639959#M620144</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am configuring a rp3440 server with two 36.4 GB internal disks and 8 GB physical memory. Only one disk is used currently. I have mirror s/w and online JFS installed. I need to create additional swap volumes and mirror all volumes to another disk.&lt;BR /&gt;&lt;BR /&gt;Can anybody help me doing this?&lt;BR /&gt;Regards&lt;BR /&gt;Mostafa&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;P.S. This thread has been moved from &amp;nbsp;HP-UX Technical Documentation to &amp;nbsp;LVM and VxVM. -HP Forum Moderator&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2014 03:02:33 GMT</pubDate>
    <dc:creator>Walker_3</dc:creator>
    <dc:date>2014-08-25T03:02:33Z</dc:date>
    <item>
      <title>Internal disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639959#M620144</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am configuring a rp3440 server with two 36.4 GB internal disks and 8 GB physical memory. Only one disk is used currently. I have mirror s/w and online JFS installed. I need to create additional swap volumes and mirror all volumes to another disk.&lt;BR /&gt;&lt;BR /&gt;Can anybody help me doing this?&lt;BR /&gt;Regards&lt;BR /&gt;Mostafa&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;P.S. This thread has been moved from &amp;nbsp;HP-UX Technical Documentation to &amp;nbsp;LVM and VxVM. -HP Forum Moderator&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2014 03:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639959#M620144</guid>
      <dc:creator>Walker_3</dc:creator>
      <dc:date>2014-08-25T03:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Internal disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639960#M620145</link>
      <description>Create one more lvol for additional swap.&lt;BR /&gt;lvcreate -C y -r n /dev/vg00&lt;BR /&gt;Note it down. &lt;BR /&gt;(Better to create it on a different disk than the primary swap and set priority same as primary swap)&lt;BR /&gt;&lt;BR /&gt;Update it in /etc/fstab file&lt;BR /&gt;/dev/vg00/lvolx . swap pri=x 0 0&lt;BR /&gt;&lt;BR /&gt;Mirroring.&lt;BR /&gt;&lt;BR /&gt;1) Initialize the disk and make it bootable&lt;BR /&gt;&lt;BR /&gt; pvcreate -B /dev/rdsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;Note: the -B parameter tell pvcreate that this will be a&lt;BR /&gt;&lt;BR /&gt;bootable disk.&lt;BR /&gt;&lt;BR /&gt;2) Add the physical volume to the volume group&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg0o /dev/dsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;3) Use mkboot to place the boot utilities in the boot area and add&lt;BR /&gt;&lt;BR /&gt;the AUTO file.&lt;BR /&gt;&lt;BR /&gt;mkboot /dev/dsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;4) Use mkboot to update the AUTO file on the primary boot&lt;BR /&gt;&lt;BR /&gt;disk.&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c0t6d0&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p HPUX -p AUTO -p LABEL -p PAD&lt;BR /&gt;/dev/rdsk/c1t6d0&lt;BR /&gt;updatediaglif2 it is 64 bit kernel.&lt;BR /&gt;&lt;BR /&gt;5) Mirror the stand, root and swap logical volumes&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;Note: LVM will resynchronize the new mirror copies. This step will&lt;BR /&gt;&lt;BR /&gt;takes several minutes &lt;BR /&gt;&lt;BR /&gt;Repeat the lvextend for all other logical volumes on the boot&lt;BR /&gt;&lt;BR /&gt;mirror.&lt;BR /&gt;&lt;BR /&gt;6) Modify your alternate boot path to point to the mirror copy of the&lt;BR /&gt;&lt;BR /&gt;boot disk.&lt;BR /&gt;&lt;BR /&gt;setboot -a 8/8.6.0 # Use the Hardware path for your new&lt;BR /&gt;&lt;BR /&gt;boot disk. &lt;BR /&gt;</description>
      <pubDate>Mon, 03 Oct 2005 02:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639960#M620145</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-03T02:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Internal disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639961#M620146</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To add additional swap, check the url below (docID : KBRC00002148) about 'how to increase system swap'.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079993798" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079993798&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080021750" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080021750&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For your system, I refer you to create another file system as swap file system.&lt;BR /&gt;&lt;BR /&gt;To mirror the boot disk, check the url below (docID : LVMKBRC00005103) about 'How to create a Mirrored Boot Disk on PA-RISC Systems - Cookbook'&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080811535" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080811535&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Mon, 03 Oct 2005 02:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639961#M620146</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-10-03T02:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Internal disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639962#M620147</link>
      <description>Hi Mostafa,&lt;BR /&gt;&lt;BR /&gt;Check this threads.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=139873" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=139873&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=106199" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=106199&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 03 Oct 2005 02:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639962#M620147</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-10-03T02:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Internal disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639963#M620148</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The links provide perfect methods to achive the mirroring. For creating the additional swap you can create LVOL either through command line or using SAM. It will e easy do do this through SAM while creating in usage select usage as swap.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another point to note will be to update AUTO file of both disks to contain "hpux -lq" so that both can boot independently without interruption.&lt;BR /&gt;&lt;BR /&gt;Also mirror the swap as well onto both disks.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 03 Oct 2005 03:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639963#M620148</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-10-03T03:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Internal disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639964#M620149</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you please tell me what is the purpose of the following command? Can I skip it?&lt;BR /&gt;&lt;BR /&gt;#mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p HPUX -p AUTO -p LABEL -p PAD&lt;BR /&gt;/dev/rdsk/c1t6d0</description>
      <pubDate>Wed, 05 Oct 2005 03:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639964#M620149</guid>
      <dc:creator>Walker_3</dc:creator>
      <dc:date>2005-10-05T03:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Internal disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639965#M620150</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In attachment you find a good script to mirror your boot disk</description>
      <pubDate>Wed, 05 Oct 2005 03:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639965#M620150</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-10-05T03:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Internal disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639966#M620151</link>
      <description>Boot area storage of LIF (logical interchange format) has to be updated with new disk details. For a device to be bootable, the LIF volume on that device must contain at least the ISL (the initial system loader) and HPUX (the HP-UX bootstrap utility) LIF files. mkboot is doing that job.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 05 Oct 2005 03:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639966#M620151</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-05T03:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Internal disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639967#M620152</link>
      <description>As RAC specified,mkboot is used to install or update boot programs on the specified device file. Its always good run since you are doing Internal mirroring. &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 03:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internal-disk-mirroring/m-p/3639967#M620152</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-05T03:59:32Z</dc:date>
    </item>
  </channel>
</rss>

