<?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 disk partitioning for mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773688#M390260</link>
    <description>Use the following commands to find the size of EFI, HPUX &amp;amp; HPSP partions on original disk.&lt;BR /&gt;&lt;BR /&gt;EFI:&lt;BR /&gt;#/usr/sbin/diskinfo -b /dev/rdsk/c0t0d0s1 | awk '{print $1 / (1024)}'&lt;BR /&gt;&lt;BR /&gt;HPUX:&lt;BR /&gt;#usr/sbin/diskinfo -b /dev/rdsk/c0t0d0s2 | awk '{print $1 / (1024)}'&lt;BR /&gt;&lt;BR /&gt;HPSP:&lt;BR /&gt;#usr/sbin/diskinfo -b /dev/rdsk/c0t0d0s3 | awk '{print $1 / (1024)}'&lt;BR /&gt;&lt;BR /&gt;Each will give you the value in MB&lt;BR /&gt;&lt;BR /&gt;Rgds...</description>
    <pubDate>Tue, 05 Apr 2011 08:33:32 GMT</pubDate>
    <dc:creator>P Arumugavel</dc:creator>
    <dc:date>2011-04-05T08:33:32Z</dc:date>
    <item>
      <title>root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773675#M390247</link>
      <description>Hello all,&lt;BR /&gt;A basic question.. requesting to please in detail..&lt;BR /&gt;Why in Integrity server root  disks are partitioning for mirroring.</description>
      <pubDate>Tue, 05 Apr 2011 05:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773675#M390247</guid>
      <dc:creator>yash123</dc:creator>
      <dc:date>2011-04-05T05:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773676#M390248</link>
      <description>They are NOT partitioned for mirroring.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On a Integrity boot disk are 3 partitioned, 1 for EFI, 1 for HPUX, 1 for Service tools.&lt;BR /&gt;&lt;BR /&gt;You need another disk for mirroring.</description>
      <pubDate>Tue, 05 Apr 2011 05:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773676#M390248</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-04-05T05:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773677#M390249</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is not like that we are partitioning root disk only for mirroring.&lt;BR /&gt;For integrity servers we have to keep the root disk in three partitionings like in this manner&lt;BR /&gt;The boot disk of IA machine got 3 partition,&lt;BR /&gt;&lt;BR /&gt;s1 - EFI&lt;BR /&gt;s2 - OS&lt;BR /&gt;s3 - HP support tools</description>
      <pubDate>Tue, 05 Apr 2011 05:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773677#M390249</guid>
      <dc:creator>shikhar_1</dc:creator>
      <dc:date>2011-04-05T05:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773678#M390250</link>
      <description>Ok understood...what is logic behind root disk portioning</description>
      <pubDate>Tue, 05 Apr 2011 05:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773678#M390250</guid>
      <dc:creator>yash123</dc:creator>
      <dc:date>2011-04-05T05:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773679#M390251</link>
      <description>The EFI area is FAT32 for the OS loader (common INTEL standard), the HPUX partition is under LVM/OS control.</description>
      <pubDate>Tue, 05 Apr 2011 05:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773679#M390251</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-04-05T05:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773680#M390252</link>
      <description>Layout:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tinyurl.com/68qpars" target="_blank"&gt;http://tinyurl.com/68qpars&lt;/A&gt;</description>
      <pubDate>Tue, 05 Apr 2011 05:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773680#M390252</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-04-05T05:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773681#M390253</link>
      <description>Thanks&lt;BR /&gt;EFI is for OS loader&lt;BR /&gt;HPUX - lvm/os &lt;BR /&gt;whats the purpose HPSP&lt;BR /&gt;&lt;BR /&gt;Is the partioning is because of intel platform?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks once again for my doubts.....get points and enjoy.......&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2011 06:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773681#M390253</guid>
      <dc:creator>yash123</dc:creator>
      <dc:date>2011-04-05T06:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773682#M390254</link>
      <description>&amp;gt;&amp;gt; Is the partioning is because of intel platform?&lt;BR /&gt;&lt;BR /&gt;Yes, it's Intel specification (default).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HPSP holds several tools, e.g. offline diagnostics, offline firmware update tools, several EFI tools. etc ...</description>
      <pubDate>Tue, 05 Apr 2011 06:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773682#M390254</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-04-05T06:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773683#M390255</link>
      <description>This is the link to the offline diagnostic CD image:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IPF1103" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IPF1103&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can install these tools in HPSP area, but normally you never need it there.</description>
      <pubDate>Tue, 05 Apr 2011 06:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773683#M390255</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-04-05T06:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773684#M390256</link>
      <description>And finally - if you choose hardware mirroring via the controller, the complete disk (all partitions) will be mirrored - if you use LVM mirroring, only partition 2 will be mirrored, so you need to take care about partition 1 (and maybe 3) yourself.</description>
      <pubDate>Tue, 05 Apr 2011 06:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773684#M390256</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-04-05T06:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773685#M390257</link>
      <description>thanks a lot Torsten for sharing the knoweldge...&lt;BR /&gt;&lt;BR /&gt;I believe it is better to mirror partition  1 and 3. What's your opnion?&lt;BR /&gt;How to mirror part 1 &amp;amp; 3? is it possible through lvm mirror.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2011 06:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773685#M390257</guid>
      <dc:creator>yash123</dc:creator>
      <dc:date>2011-04-05T06:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773686#M390258</link>
      <description>&amp;gt; How to mirror part 1 &amp;amp; 3? is it possible through lvm mirror.&lt;BR /&gt;&lt;BR /&gt;No, these are not under LVM control. To mirror these partitions, you can use dd like this:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/dsk/c0t0d0s1 of=/dev/dsk/c1t0d0s1&lt;BR /&gt;# dd if=/dev/dsk/c0t0d0s3 of=/dev/dsk/c1t0d0s3&lt;BR /&gt;&lt;BR /&gt;This will create a verbatim copy of these partitions to your second disk.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2011 07:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773686#M390258</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-04-05T07:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773687#M390259</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No need to copy the EFI partion to mirror disk. You copy only the contents of the HPSP partition; that also if  the diagnostics have been installed to the original system disk. To see if the diagnostics are installed on the original boot disk; use &lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/efi_ls -d /dev/rdsk/c0t0d0s3&lt;BR /&gt;&lt;BR /&gt;If present, copy them with the Viktor Balogh's command.&lt;BR /&gt;&lt;BR /&gt;Note: dd command may fail to copy the HPSP partition if the sizes of both primary HPSP and alternate HPSP partitions are not the same. If dd command fails with I/O error, then the alternate way is to copy them to HPSP partition from Offline Diagnostics and Utilities CD-ROM.&lt;BR /&gt;&lt;BR /&gt;Rgds...</description>
      <pubDate>Tue, 05 Apr 2011 08:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773687#M390259</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2011-04-05T08:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773688#M390260</link>
      <description>Use the following commands to find the size of EFI, HPUX &amp;amp; HPSP partions on original disk.&lt;BR /&gt;&lt;BR /&gt;EFI:&lt;BR /&gt;#/usr/sbin/diskinfo -b /dev/rdsk/c0t0d0s1 | awk '{print $1 / (1024)}'&lt;BR /&gt;&lt;BR /&gt;HPUX:&lt;BR /&gt;#usr/sbin/diskinfo -b /dev/rdsk/c0t0d0s2 | awk '{print $1 / (1024)}'&lt;BR /&gt;&lt;BR /&gt;HPSP:&lt;BR /&gt;#usr/sbin/diskinfo -b /dev/rdsk/c0t0d0s3 | awk '{print $1 / (1024)}'&lt;BR /&gt;&lt;BR /&gt;Each will give you the value in MB&lt;BR /&gt;&lt;BR /&gt;Rgds...</description>
      <pubDate>Tue, 05 Apr 2011 08:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773688#M390260</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2011-04-05T08:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: root disk partitioning for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773689#M390261</link>
      <description>Only a hardware mirror can mirror partition 1 and 3 - LVM cannot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But there is not really a need to do this.&lt;BR /&gt;&lt;BR /&gt;If the mirroring procedure is correctly done, both disks are bootable.&lt;BR /&gt;&lt;BR /&gt;Just make sure the second disk is listed in &lt;BR /&gt;&lt;BR /&gt;/stand/bootconf&lt;BR /&gt;&lt;BR /&gt;because if a patch is updating the OS loader it will update both disks then.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Don't worry about partition 3 - if you ever need a **current** tool, you need the current CD anyway.</description>
      <pubDate>Tue, 05 Apr 2011 11:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-partitioning-for-mirroring/m-p/4773689#M390261</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-04-05T11:24:33Z</dc:date>
    </item>
  </channel>
</rss>

