<?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: Replacing system disks in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082050#M440744</link>
    <description>Ignite is your best bet and the safest.&lt;BR /&gt;&lt;BR /&gt;All your options will require downtime.&lt;BR /&gt;&lt;BR /&gt;Depending on your currently layout if 36GB disk two is a mirror you can reduce it, remove it, insert the 72GB drive, then follow the mirroring procedures.  Repeat for the other drive.&lt;BR /&gt;&lt;BR /&gt;The first issue you will run into is that the max_pe for vg00 is probably too small for the 72GB disk.  If you have a patched 11.23 or 11.31 you can use the vgmodify commands in maintenance mode to increase. There is an HP doc for Dynamic lun expansion for this.&lt;BR /&gt;&lt;BR /&gt;You could put the new disk in a new VG and use dd but you will have to do more maintenance mode changes to remove vg00 and change the name of vgnew to vg00.  Good luck here.&lt;BR /&gt;&lt;BR /&gt;I still think your best bet is to create an Ignite image, restore it to the 72GB drive, boot it, check it, you can always boot back to the 36GB disk if there are any issues.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Nov 2007 10:43:44 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2007-11-29T10:43:44Z</dc:date>
    <item>
      <title>Replacing system disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082045#M440739</link>
      <description>we have a rp8400 server with 4 disk slots.&lt;BR /&gt;vg00 is running on 2 36 GB disks.&lt;BR /&gt;we want to replace those disks with 2 72GB disks without an ignite backup/restore.&lt;BR /&gt;&lt;BR /&gt;is it possible to plug new disks with older disks, then include them in the vg00 and remove 36GB disks?&lt;BR /&gt;if yes, please provide me a detailed procedure</description>
      <pubDate>Thu, 29 Nov 2007 10:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082045#M440739</guid>
      <dc:creator>Nappy_1</dc:creator>
      <dc:date>2007-11-29T10:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing system disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082046#M440740</link>
      <description>Probably not; if you are running 11.11 then almost certainly not. When a VG is first created, the number of physical extents is sized to accomodate the largest disk listed in the vgcreate command UNLESS you explicitly override the defaults. Once set, tghe number of PE's cannot be increased so while your 72GiB disks could be used, you would only be able to use the first 36GiB on the disk. At 11.23 and up there is a vgmodigy command which can be used to icrease the number of PE's per PV.</description>
      <pubDate>Thu, 29 Nov 2007 10:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082046#M440740</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-11-29T10:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing system disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082047#M440741</link>
      <description>... Ooops, that should be "vgmodify".</description>
      <pubDate>Thu, 29 Nov 2007 10:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082047#M440741</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-11-29T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing system disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082048#M440742</link>
      <description>It depends on the setting off your vg00&lt;BR /&gt;&lt;BR /&gt;Check this settings of your vg (vgdisplay -v vg00)&lt;BR /&gt;&lt;BR /&gt;Max PE per PV               4350&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;&lt;BR /&gt;In my case : 4350 x 4 = 17400&lt;BR /&gt;So I can max use a 18 GB disk in vg00&lt;BR /&gt;&lt;BR /&gt;If this value is in your case 35000 then you can not add disks with a bigger capacity then 36 GB in your vg00 and the only solution is working with Ignite/UX</description>
      <pubDate>Thu, 29 Nov 2007 10:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082048#M440742</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-11-29T10:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing system disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082049#M440743</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;It will depend of :&lt;BR /&gt;1) Do you have mirrorux?&lt;BR /&gt;&lt;BR /&gt;2)Max PE per PV  &lt;BR /&gt;&lt;BR /&gt;2)If  default value then the answer will be no...&lt;BR /&gt;(because you could not the full size of the new disk so not much of use...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Nov 2007 10:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082049#M440743</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2007-11-29T10:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing system disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082050#M440744</link>
      <description>Ignite is your best bet and the safest.&lt;BR /&gt;&lt;BR /&gt;All your options will require downtime.&lt;BR /&gt;&lt;BR /&gt;Depending on your currently layout if 36GB disk two is a mirror you can reduce it, remove it, insert the 72GB drive, then follow the mirroring procedures.  Repeat for the other drive.&lt;BR /&gt;&lt;BR /&gt;The first issue you will run into is that the max_pe for vg00 is probably too small for the 72GB disk.  If you have a patched 11.23 or 11.31 you can use the vgmodify commands in maintenance mode to increase. There is an HP doc for Dynamic lun expansion for this.&lt;BR /&gt;&lt;BR /&gt;You could put the new disk in a new VG and use dd but you will have to do more maintenance mode changes to remove vg00 and change the name of vgnew to vg00.  Good luck here.&lt;BR /&gt;&lt;BR /&gt;I still think your best bet is to create an Ignite image, restore it to the 72GB drive, boot it, check it, you can always boot back to the 36GB disk if there are any issues.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Nov 2007 10:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082050#M440744</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-11-29T10:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing system disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082051#M440745</link>
      <description>Thanks Guys</description>
      <pubDate>Fri, 30 Nov 2007 11:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-system-disks/m-p/5082051#M440745</guid>
      <dc:creator>Nappy_1</dc:creator>
      <dc:date>2007-11-30T11:27:56Z</dc:date>
    </item>
  </channel>
</rss>

