<?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 vg00 on 11.31 sep 2008 release in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137920#M565065</link>
    <description>issue solved, thanks all.</description>
    <pubDate>Wed, 05 Nov 2008 13:10:33 GMT</pubDate>
    <dc:creator>Stijn V</dc:creator>
    <dc:date>2008-11-05T13:10:33Z</dc:date>
    <item>
      <title>mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137907#M565052</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I want to mirror the vg00, my procedure sais&lt;BR /&gt;&lt;BR /&gt;Determene the following sizes:&lt;BR /&gt;&lt;BR /&gt;# print '3\nEFI 500MB\nHPUX 100%\nHPSP 400MB' &amp;gt; /tmp/partitionfile&lt;BR /&gt;&lt;BR /&gt;With: &lt;BR /&gt;# diskinfo -b /dev/rdisk/&lt;BOOT disk=""&gt;_p1 | awk '{print $1 / (1024)}'&lt;BR /&gt;# diskinfo -b /dev/rdisk/&lt;BOOT disk=""&gt;_p2 | awk '{print $1 / (1024)}'&lt;BR /&gt;# diskinfo -b /dev/rdisk/&lt;BOOT disk=""&gt;_p3 | awk '{print $1 / (1024)}'&lt;BR /&gt;&lt;BR /&gt;But I do have 499.969 MB for the EFI size (instead of 500MB).... and 139114 for HPUX (instead of 100%) Can I use these values as input to partition the mirror disk with idisk?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;/BOOT&gt;&lt;/BOOT&gt;&lt;/BOOT&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137907#M565052</guid>
      <dc:creator>Stijn V</dc:creator>
      <dc:date>2008-10-28T14:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137908#M565053</link>
      <description>Hi :&lt;BR /&gt;&lt;BR /&gt;Why not round (?):&lt;BR /&gt;&lt;BR /&gt;# ... awk '{print int($1/(1024)+.5)}'&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;# ... awk 'printf "%.0f\n",($1/1024)}'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 28 Oct 2008 15:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137908#M565053</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-28T15:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137909#M565054</link>
      <description>&lt;BR /&gt;Ok thanks. But can I round it up and use the value 500MB instead of 499.969 MB to partition the second mirror disk? Or should it be the same?&lt;BR /&gt;&lt;BR /&gt;Can I use 100% for the HPUX partition or should it be the same value?&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2008 15:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137909#M565054</guid>
      <dc:creator>Stijn V</dc:creator>
      <dc:date>2008-10-28T15:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137910#M565055</link>
      <description>Nobody ?</description>
      <pubDate>Mon, 03 Nov 2008 13:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137910#M565055</guid>
      <dc:creator>Stijn V</dc:creator>
      <dc:date>2008-11-03T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137911#M565056</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;For test and the sake of fun, I did the following type of setup and no problems found:&lt;BR /&gt;&lt;BR /&gt;Primary disk&lt;BR /&gt;EFI 500MB&lt;BR /&gt;HPUX 100%&lt;BR /&gt;HPSP 400MB&lt;BR /&gt;&lt;BR /&gt;Alternate disk&lt;BR /&gt;EFI 500MB&lt;BR /&gt;HPUX 100%&lt;BR /&gt;HPSP 500MB&lt;BR /&gt;&lt;BR /&gt;In other words, I increased the Service Partition on behalf of HP-UX one.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Mon, 03 Nov 2008 21:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137911#M565056</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-11-03T21:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137912#M565057</link>
      <description>i think it you can only  mirror the data to alt disk_p2,so the alt disk_p2 space should not less than priv disk_p2,the alt disk_p1 and disk_p3 space can vary from the alt disk.&lt;BR /&gt;Anyway, i think no one do this in production enviroment</description>
      <pubDate>Wed, 05 Nov 2008 03:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137912#M565057</guid>
      <dc:creator>chinadns</dc:creator>
      <dc:date>2008-11-05T03:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137913#M565058</link>
      <description>OK thanks.&lt;BR /&gt;&lt;BR /&gt;I do not wan't to change them, but should I create an EFI size of 499.969 MB? and an HPUX with size 139114 MB?&lt;BR /&gt;&lt;BR /&gt;This is the first time that I see this (v3 from sep 2008 CD), normally I have default EFI of 500MB and HPUX of 100%</description>
      <pubDate>Wed, 05 Nov 2008 09:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137913#M565058</guid>
      <dc:creator>Stijn V</dc:creator>
      <dc:date>2008-11-05T09:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137914#M565059</link>
      <description>I use this on 11v3:&lt;BR /&gt;&lt;BR /&gt;Alternate disk&lt;BR /&gt;EFI 500MB&lt;BR /&gt;HPUX 100%&lt;BR /&gt;HPSP 500MB&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and it works fine.</description>
      <pubDate>Wed, 05 Nov 2008 09:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137914#M565059</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-11-05T09:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137915#M565060</link>
      <description>OK thanks. But what do you have on your primary disk? Up to me, you should use the same values?</description>
      <pubDate>Wed, 05 Nov 2008 09:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137915#M565060</guid>
      <dc:creator>Stijn V</dc:creator>
      <dc:date>2008-11-05T09:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137916#M565061</link>
      <description>The size of the each partition of  root disks can be different, But make sure that your EFI partition have enough space to hold EFI&lt;BR /&gt;&lt;BR /&gt;And in HP UX we are not mirroring EFI and HPSP partitions, We are mirroring only logical volumes in in the HP UX partition, Means its not partition to partition mirroring but it is LV to LV mirroring, So whatever size you gave for the partitions doesnt matter, but just make sure that EFI and HPSP paritions have enough space to hold the required data&lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;John Thomas</description>
      <pubDate>Wed, 05 Nov 2008 10:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137916#M565061</guid>
      <dc:creator>john123</dc:creator>
      <dc:date>2008-11-05T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137917#M565062</link>
      <description>Ok thanks. &lt;BR /&gt;&lt;BR /&gt;So I have to give the EFI and HPSP paritions enough space to hold the required data, so I guess that, if I round them up to a higher value (compared to the original boot disk), I always have enough space. In worst case, my second (mirror disk) has a few extends less than the original disk to mirror my lvol's (because HPUX partition decreases).&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2008 12:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137917#M565062</guid>
      <dc:creator>Stijn V</dc:creator>
      <dc:date>2008-11-05T12:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137918#M565063</link>
      <description>Yes exactly,&lt;BR /&gt;&lt;BR /&gt;If u don't want to install ODE( offline Diag) although it is recommended , then dont care about the the size of the HPSP,&lt;BR /&gt;Because HPSP is only used for ODE&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;John</description>
      <pubDate>Wed, 05 Nov 2008 12:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137918#M565063</guid>
      <dc:creator>john123</dc:creator>
      <dc:date>2008-11-05T12:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137919#M565064</link>
      <description>I logged a call as well at HP, they recommend to use a EFI of 500MB, HPUX of 100% and a HPSP of 400MB.&lt;BR /&gt;&lt;BR /&gt;Although this amount of space is not yet necessary for HPSP, it will be in the future.&lt;BR /&gt;&lt;BR /&gt;Anyway, it seems that the rounding of EFI size changed since 11.31 sep 2008 release.... don't know yet why ...</description>
      <pubDate>Wed, 05 Nov 2008 13:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137919#M565064</guid>
      <dc:creator>Stijn V</dc:creator>
      <dc:date>2008-11-05T13:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 on 11.31 sep 2008 release</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137920#M565065</link>
      <description>issue solved, thanks all.</description>
      <pubDate>Wed, 05 Nov 2008 13:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-on-11-31-sep-2008-release/m-p/5137920#M565065</guid>
      <dc:creator>Stijn V</dc:creator>
      <dc:date>2008-11-05T13:10:33Z</dc:date>
    </item>
  </channel>
</rss>

