<?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: How to upgrade OS 9GB to 18GB Drives in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510646#M218187</link>
    <description>Your procedure sounds OK. &lt;BR /&gt;But one thing to warn you about. vg's no. of PEs are limited with -e option used at the time of vg creation. If you used defaults, you will not be able to use full space on 18GB disk.&lt;BR /&gt;&lt;BR /&gt;I am not sure about ignite. But ignite gives option of resizing partitions.&lt;BR /&gt;&lt;BR /&gt;Prepare ignite tape and resore on new disk.</description>
    <pubDate>Wed, 23 Mar 2005 13:32:04 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-03-23T13:32:04Z</dc:date>
    <item>
      <title>How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510645#M218186</link>
      <description>All, I am planning upgrade the OS Drives in a N-Class 4000 with HPUX 11.  Was wondering if someone could look at what I beleive needs to be done and confirm: "is there a easier way?&lt;BR /&gt;here are all the vol's on OS drive&lt;BR /&gt;/dev/vg00/lvol3     52% /&lt;BR /&gt;/dev/vg00/lvol1      33% /stand&lt;BR /&gt;/dev/vg00/lvol8    66% /var&lt;BR /&gt;/dev/vg00/lvol7     89% /usr&lt;BR /&gt;/dev/vg00/lvol6     30% /tmp&lt;BR /&gt;/dev/vg00/lvol5    90% /opt&lt;BR /&gt;/dev/vg00/lvol4    84% /home&lt;BR /&gt;/dev/vg00/lvol2 swap&lt;BR /&gt;/dev/vg00/swap swap&lt;BR /&gt;&lt;BR /&gt;Physical Disk Drives - c1t6d0 c2t6d0&lt;BR /&gt;&lt;BR /&gt;Reduce the Mirrors&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c2t6d0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol2 /dev/dsk/c2t6d0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol3 /dev/dsk/c2t6d0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol4 /dev/dsk/c2t6d0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol5 /dev/dsk/c2t6d0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol6 /dev/dsk/c2t6d0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol7 /dev/dsk/c2t6d0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol8 /dev/dsk/c2t6d0&lt;BR /&gt;lvreduce -m 0 /dev/vg00/swap /dev/dsk/c2t6d0&lt;BR /&gt;&lt;BR /&gt;Pull out disk in slot 0/0/2/1.6.0 and replace with 18GB drive&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;vgcfgrestore -n vg00 /dev/rdsk/c2t6d0&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;mkboot -l /dev/rdsk/c2t6d0&lt;BR /&gt;mkboot -a "hpux -lq (;0")/stand/vmunix" /dev/rdsk/c2t6d0&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;Remirror&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c2t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c2t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c2t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c2t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/swap /dev/dsk/c2t6d0&lt;BR /&gt;&lt;BR /&gt;Confirm boot volumes are configured properly&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;lvlnboot -s /dev/vg00/swap&lt;BR /&gt;&lt;BR /&gt;Verify&lt;BR /&gt;vgdisplay -v&lt;BR /&gt;&lt;BR /&gt;shutdown server&lt;BR /&gt;replace c1t6d0 with 18gb drive&lt;BR /&gt;turn on server and stop it at 10sec prompt&lt;BR /&gt;boot onto alt root with  "boot alt"&lt;BR /&gt;ioscan -fnC c1t6d0&lt;BR /&gt;vgcfgrestore -n vg00 /dev/rdsk/c2t6d0&lt;BR /&gt;vgcahnge -a y vg00&lt;BR /&gt;mkboot -l /dev/rdsk/c1t6d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix?" /dev/rdsk/c1t6d0&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c1t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c1t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c1t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c1t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c1t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c1t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/swap /dev/dsk/c1t6d0&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;lvlnboot -s /dev/vg00/swap&lt;BR /&gt;&lt;BR /&gt;Done</description>
      <pubDate>Wed, 23 Mar 2005 13:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510645#M218186</guid>
      <dc:creator>Roland Rebstock_1</dc:creator>
      <dc:date>2005-03-23T13:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510646#M218187</link>
      <description>Your procedure sounds OK. &lt;BR /&gt;But one thing to warn you about. vg's no. of PEs are limited with -e option used at the time of vg creation. If you used defaults, you will not be able to use full space on 18GB disk.&lt;BR /&gt;&lt;BR /&gt;I am not sure about ignite. But ignite gives option of resizing partitions.&lt;BR /&gt;&lt;BR /&gt;Prepare ignite tape and resore on new disk.</description>
      <pubDate>Wed, 23 Mar 2005 13:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510646#M218187</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-23T13:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510647#M218188</link>
      <description>I think you're going to end up only utilizing 9GB of the 18GB drives because your max PE and PE size will still be set for the 9GB drives.&lt;BR /&gt;&lt;BR /&gt;I would take an Ignite make_tape_recovery backup of your root vg, pull a 9GB drive, replace it with an 18, then restore onto it.  If everything is successful, then it's only a matter of re-establishing your mirroring on the other 18GB drives.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 23 Mar 2005 13:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510647#M218188</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-23T13:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510648#M218189</link>
      <description>Also you need to user following, else you won't be able to use ODE tools.&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/c0t8d0&lt;BR /&gt;updatediaglif2 it is 64 bit kernel&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Mar 2005 13:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510648#M218189</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-23T13:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510649#M218190</link>
      <description>Hello!&lt;BR /&gt;The safest and IMHO the fastest way is to make Ignite tape, replace disks, boot from the tape and set appropriate parameters for LVs in interactive mode during the boot. As Pete said it'll also automatically adjust max PE for 18GB.</description>
      <pubDate>Thu, 24 Mar 2005 03:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510649#M218190</guid>
      <dc:creator>Artyom Voronchihin</dc:creator>
      <dc:date>2005-03-24T03:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510650#M218191</link>
      <description>should I use make_net_recovery instead?</description>
      <pubDate>Thu, 24 Mar 2005 11:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510650#M218191</guid>
      <dc:creator>Roland Rebstock_1</dc:creator>
      <dc:date>2005-03-24T11:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510651#M218192</link>
      <description>In all honesty, I never use make_net_recovery but that's just personal preference.  It should work fine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 24 Mar 2005 11:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510651#M218192</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-24T11:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510652#M218193</link>
      <description>any ideas on how much space is required in /var on the ignite box to do a make_tape_recovery -s servername -x inc_entire=vg00 ?  &lt;BR /&gt;&lt;BR /&gt;Im going to test in our lab 1st...  &lt;BR /&gt;</description>
      <pubDate>Thu, 24 Mar 2005 12:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510652#M218193</guid>
      <dc:creator>Roland Rebstock_1</dc:creator>
      <dc:date>2005-03-24T12:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510653#M218194</link>
      <description>Any ideas on what is causing this? does something other than ssh need to allow connections?  rlogin or ftp, the systems have been hardend&lt;BR /&gt;&lt;BR /&gt;ignite{root}:/usr/sbin&lt;BR /&gt;# make_tape_recovery -s 10.200.69.12 -x inc_entire=vg00&lt;BR /&gt;       * Creating NFS mount directories for configuration files.&lt;BR /&gt;&lt;BR /&gt;=======  03/24/05 12:02:27 EST  Started make_tape_recovery. (Thu Mar 24 &lt;BR /&gt;         12:02:27 EST 2005)&lt;BR /&gt;         @(#) Ignite-UX Revision B.3.4.115&lt;BR /&gt;         @(#) net_recovery (opt) $Revision: 10.547 $&lt;BR /&gt;&lt;BR /&gt;       * Testing pax for needed patch&lt;BR /&gt;       * Passed pax tests.&lt;BR /&gt;       * Checking Versions of Recovery Tools&lt;BR /&gt;ERROR:   Connnection to the server:10.200.69.12 failed.</description>
      <pubDate>Thu, 24 Mar 2005 12:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510653#M218194</guid>
      <dc:creator>Roland Rebstock_1</dc:creator>
      <dc:date>2005-03-24T12:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510654#M218195</link>
      <description>does make_tape_recovery have to be done on the client server which the specifies the ignite server?  I think I was doing this backwards, my client server does not have make_tape_recovery installed</description>
      <pubDate>Thu, 24 Mar 2005 12:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510654#M218195</guid>
      <dc:creator>Roland Rebstock_1</dc:creator>
      <dc:date>2005-03-24T12:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510655#M218196</link>
      <description>All, I was able to mirror from a 9GB to a 18GB on our lab Nclass successfully, break the 9GB mirror, boot from the 18GB device, create a 6GB swap volume, extend /var /opt and /usr by 1GB per to use the entire 18GB volume.&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     102400   29806   68060   30% /&lt;BR /&gt;/dev/vg00/lvol1      99669   39419   50283   44% /stand&lt;BR /&gt;/dev/vg00/lvol8     978944  551412  400834   58% /var&lt;BR /&gt;/dev/vg00/lvol7     978944  651358  307138   68% /usr&lt;BR /&gt;/dev/vg00/lvol6     524288    9174  482982    2% /tmp&lt;BR /&gt;/dev/vg00/roland   3067904    1855 2874428    0% /roland&lt;BR /&gt;/dev/vg00/lvol5     978944  209998  720945   23% /opt&lt;BR /&gt;/dev/vg00/lvol4    5120000    2365 4797789    0% /home&lt;BR /&gt;/dev/vg00/roland1  2097152    1614 1964574    0% /roland1&lt;BR /&gt;bsdos{root}:/root&lt;BR /&gt;# swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     2097152       0 2097152    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev     3072000       0 3072000    0%       0       -    0  /dev/vg00/swap&lt;BR /&gt;reserve       -   33444  -33444&lt;BR /&gt;memory   746104   17484  728620    2%&lt;BR /&gt;bsdos{root}:/root&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      11     &lt;BR /&gt;Open LV                     11     &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      2      &lt;BR /&gt;Act PV                      2      &lt;BR /&gt;Max PE per PV               2500         &lt;BR /&gt;VGDA                        4   &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    4669    &lt;BR /&gt;Alloc PE                    4668    &lt;BR /&gt;Free PE                     1       &lt;BR /&gt;Total PVG                   0        &lt;BR /&gt;Total Spare PVs             0              &lt;BR /&gt;Total Spare PVs in use      0                     &lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2005 11:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510655#M218196</guid>
      <dc:creator>Roland Rebstock_1</dc:creator>
      <dc:date>2005-03-30T11:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510656#M218197</link>
      <description>Roland,&lt;BR /&gt;&lt;BR /&gt;Look at your "PE size" and your "Max PE per PV" figure!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 30 Mar 2005 11:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510656#M218197</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-30T11:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510657#M218198</link>
      <description>Roland - Pete nailed it - while you did swap out the disks, I don't think you're going to be able to use but 10G of that disk.</description>
      <pubDate>Wed, 30 Mar 2005 11:35:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510657#M218198</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-03-30T11:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510658#M218199</link>
      <description>looks like im using make_tape_recovery when I do this in production.  I had to try it in the lab just to see and if you dont reboot you can actually use the additional 9gb and create filesystem, the reboot kills them...</description>
      <pubDate>Wed, 30 Mar 2005 14:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510658#M218199</guid>
      <dc:creator>Roland Rebstock_1</dc:creator>
      <dc:date>2005-03-30T14:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510659#M218200</link>
      <description>I hate to be the bearer of bad tidings (again), Roland, but that is simply not true.  With your mirroring method, you're creating an exact copy of your existing disk and the resulting VG is still going to have a maximum of 2500 4Mb physical extents.  The way I do math, that comes out to about 10Gb and you will never, I repeat, never be able to use the remaining 8Gb of space on your 18Gb drive.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 30 Mar 2005 15:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510659#M218200</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-30T15:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510660#M218201</link>
      <description>Proof it does work until you reboot is in&lt;BR /&gt; my above response or least it looked ok, thats a 18GB disk, look at the filesystem and swapinfo volume sizes... It died when I rebooted and the system failed to mount /home, /roland1 and the other swap partition</description>
      <pubDate>Wed, 30 Mar 2005 15:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510660#M218201</guid>
      <dc:creator>Roland Rebstock_1</dc:creator>
      <dc:date>2005-03-30T15:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510661#M218202</link>
      <description>Roland,&lt;BR /&gt;&lt;BR /&gt;When you first run vgcfgrestore on the 18Gb disk, it restores the VG definitions exactly as they previously existed - there is no process that accounts for the different sized disk.  That VG is created with 2500 4Mb physical extents and it stays that way, reboot or not!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 30 Mar 2005 15:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510661#M218202</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-30T15:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510662#M218203</link>
      <description>agree'd Pete, I had to find out the hard way, thank god it was in my lab LOL... Now Ive gotta find space to do the make_tape_restore on our ignite server... :(  BTW, Im trying to assign points but dont see the point drop downs.</description>
      <pubDate>Wed, 30 Mar 2005 15:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510662#M218203</guid>
      <dc:creator>Roland Rebstock_1</dc:creator>
      <dc:date>2005-03-30T15:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510663#M218204</link>
      <description>I found a shorter way or at least a way to get around make_tape_recovery  check it out...&lt;BR /&gt;&lt;BR /&gt;X) How to create a secondary boot disk&lt;BR /&gt;      Note: This will create an identical copy of the current vg00. The&lt;BR /&gt;      new volume group needs to as big as vg00. This will also be a static&lt;BR /&gt;      version of the primary boot disk which could be use in case of&lt;BR /&gt;      problem.&lt;BR /&gt;&lt;BR /&gt;      Note: The following example is using the disk c1t6d0 and the&lt;BR /&gt;      volume group vg01&lt;BR /&gt;&lt;BR /&gt;      1) Initialize the disk and make it bootable&lt;BR /&gt;           pvcreate -B /dev/rdsk/c1t6d0&lt;BR /&gt;           Note: the -B parameter tells pvcreate that this will be a bootable&lt;BR /&gt;           disk.&lt;BR /&gt;           mkboot /dev/dsk/c1t6d0&lt;BR /&gt;           mkboot -a "hpux" /dev/rdsk/c1t6d0&lt;BR /&gt;      2) Create the volume group&lt;BR /&gt;           mkdir /dev/vg01&lt;BR /&gt;           mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;           vgcreate /dev/vg01 /dev/dsk/c1t6d0&lt;BR /&gt;      3) Find the size of each logical volume in vg00&lt;BR /&gt;           vgdisplay -v /dev/vg00 | more&lt;BR /&gt;           look at LV Size (Mbytes) for each logical volume and note it.&lt;BR /&gt;           Note: this example will use these value:&lt;BR /&gt;                lvol1 84M&lt;BR /&gt;                lvol2 256M&lt;BR /&gt;                lvol3 140M&lt;BR /&gt;                lvol4 500M&lt;BR /&gt;                lvol5 64M&lt;BR /&gt;                lvol6 20M&lt;BR /&gt;                lvol7 500M&lt;BR /&gt;                lvol8 500M&lt;BR /&gt;&lt;BR /&gt;         Note: The size of the new logical volumes needs to be exactly the&lt;BR /&gt;         same as the size of the logical volumes on the primary root disk.&lt;BR /&gt;      4) Create the first 3 logical volumes contiguous (needed by the system)&lt;BR /&gt;     lvol1:&lt;BR /&gt;  lvcreate -L 84 -C y -r n /dev/vg01&lt;BR /&gt;     lvol2:&lt;BR /&gt;  lvcreate -L 256 -C y -r n /dev/vg01&lt;BR /&gt;     lvol3:&lt;BR /&gt;  lvcreate -L 140 -C y -r n /dev/vg01&lt;BR /&gt;      5) Now create the other logical volumes&lt;BR /&gt;     lvol4:&lt;BR /&gt;         lvcreate -L 500 /dev/vg01&lt;BR /&gt;     lvol5:&lt;BR /&gt;         lvcreate -L 64 /dev/vg01&lt;BR /&gt;     lvol6:&lt;BR /&gt;         lvcreate -L 20 /dev/vg01&lt;BR /&gt;     lvol7:&lt;BR /&gt;         lvcreate -L 500 /dev/vg01&lt;BR /&gt;     lvol8:&lt;BR /&gt;         lvcreate -L 500 /dev/vg01&lt;BR /&gt; 6) Copy each logical volume except the swap which is usually lvol2.&lt;BR /&gt;     dd if=/dev/vg00/rlvol1 of=/dev/vg01/rlvol1 bs=1024k&lt;BR /&gt;     dd if=/dev/vg00/rlvol3 of=/dev/vg01/rlvol3 bs=1024k&lt;BR /&gt;     dd if=/dev/vg00/rlvol4 of=/dev/vg01/rlvol4 bs=1024k&lt;BR /&gt;     dd if=/dev/vg00/rlvol5 of=/dev/vg01/rlvol5 bs=1024k&lt;BR /&gt;     dd if=/dev/vg00/rlvol6 of=/dev/vg01/rlvol6 bs=1024k&lt;BR /&gt;     dd if=/dev/vg00/rlvol7 of=/dev/vg01/rlvol7 bs=1024k&lt;BR /&gt;     dd if=/dev/vg00/rlvol8 of=/dev/vg01/rlvol8 bs=1024k&lt;BR /&gt; 7) Verify the integrity of all the new volume except swap.&lt;BR /&gt;     Note: The following lines are base on a system with vxfs&lt;BR /&gt;            filesystems except for /stand (lvol1) which needs to be hfs.&lt;BR /&gt;     fsck -F hfs /dev/vg01/rlvol1&lt;BR /&gt;     fsck -F vxfs /dev/vg01/rlvol3&lt;BR /&gt;     fsck -F vxfs /dev/vg01/rlvol4&lt;BR /&gt;     fsck -F vxfs /dev/vg01/rlvol5&lt;BR /&gt;     fsck -F vxfs /dev/vg01/rlvol6&lt;BR /&gt;     fsck -F vxfs /dev/vg01/rlvol7&lt;BR /&gt;     fsck -F vxfs /dev/vg01/rlvol8&lt;BR /&gt; 8) Now configure the Boot Data Reserved Area (BDRA)&lt;BR /&gt;    Note: The following commands assume that /stand is lvol1,&lt;BR /&gt;    swap is lvol2 and / is lvol3&lt;BR /&gt;     lvlnboot -b /dev/vg01/lvol1 /dev/vg01&lt;BR /&gt;     lvlnboot -r /dev/vg01/lvol3 /dev/vg01&lt;BR /&gt;     lvlnboot -s /dev/vg01/lvol2 /dev/vg01&lt;BR /&gt;     lvlnboot -d /dev/vg01/lvol2 /dev/vg01&lt;BR /&gt; 9) Modify the fstab file on the new disk.&lt;BR /&gt;     a) If /tmp_mnt doesn't exist create it&lt;BR /&gt;        mkdir /tmp_mnt&lt;BR /&gt;     b) Mount the new root filesystem on /tmp_mnt&lt;BR /&gt;        mount /dev/vg01/lvol3 /tmp_mnt&lt;BR /&gt;     c) change to etc directory on the new disk.&lt;BR /&gt;        cd /tmp/etc&lt;BR /&gt;     d) Modify all occurence of vg00 in the fstab for vg01&lt;BR /&gt;        sed "s/vg00/vg01/" fstab &amp;gt; fstab.out&lt;BR /&gt;        mv fstab fstab.BAK&lt;BR /&gt;        mv fstab.out fstab&lt;BR /&gt;     e) Unmount the new root filesystem&lt;BR /&gt;        cd /&lt;BR /&gt;        umount /tmp_mnt&lt;BR /&gt;&lt;BR /&gt;reboot&lt;BR /&gt;Main Menu: Enter command or menu &amp;gt; boot alt&lt;BR /&gt;Interact with IPL (Y, N, or Cancel)?&amp;gt; n&lt;BR /&gt;&lt;BR /&gt;Booting... &lt;BR /&gt;Boot IO Dependent Code (IODC) revision 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HARD Booted.&lt;BR /&gt;&lt;BR /&gt;ISL Revision A.00.38  OCT 26, 1994 &lt;BR /&gt;&lt;BR /&gt;ISL booting  hpux&lt;BR /&gt;&lt;BR /&gt;Boot&lt;BR /&gt;: disk(0/0/2/1.6.0.0.0.0.0;0)/stand/vmunix&lt;BR /&gt;7008256 + 834760 + 971160 start 0x2435e8&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      8      &lt;BR /&gt;Open LV                     8      &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      1      &lt;BR /&gt;Act PV                      1      &lt;BR /&gt;Max PE per PV               4341         &lt;BR /&gt;VGDA                        2   &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    4340    &lt;BR /&gt;Alloc PE                    4042    &lt;BR /&gt;Free PE                     298     &lt;BR /&gt;Total PVG                   0        &lt;BR /&gt;Total Spare PVs             0              &lt;BR /&gt;Total Spare PVs in use      0                     &lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg01/lvol1&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            100             &lt;BR /&gt;   Current LE                  25        &lt;BR /&gt;   Allocated PE                25          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol2&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            2048            &lt;BR /&gt;   Current LE                  512       &lt;BR /&gt;   Allocated PE                512         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol3&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            100             &lt;BR /&gt;   Current LE                  25        &lt;BR /&gt;   Allocated PE                25          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol4&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            400             &lt;BR /&gt;   Current LE                  100       &lt;BR /&gt;   Allocated PE                100         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol5&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            3824            &lt;BR /&gt;   Current LE                  956       &lt;BR /&gt;   Allocated PE                956         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol6&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            2048            &lt;BR /&gt;   Current LE                  512       &lt;BR /&gt;   Allocated PE                512         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol7&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            3824            &lt;BR /&gt;   Current LE                  956       &lt;BR /&gt;   Allocated PE                956         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol8&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            3824            &lt;BR /&gt;   Current LE                  956       &lt;BR /&gt;Standard input&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2005 17:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510663#M218204</guid>
      <dc:creator>Roland Rebstock_1</dc:creator>
      <dc:date>2005-03-30T17:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to upgrade OS 9GB to 18GB Drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510664#M218205</link>
      <description>In this case, since you're creating a new VG, you won't run into the size issue and this should work just fine!&lt;BR /&gt;&lt;BR /&gt;As to assigning points, you'll need to log in as the same ID that you originally opened the question with.  You apparently have two Roland Rebstock IDs and only the one that originally posted the question is going to see the drop down points assignment boxes.  The other is like any other responder - waiting for points.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 31 Mar 2005 06:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-upgrade-os-9gb-to-18gb-drives/m-p/3510664#M218205</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-31T06:02:42Z</dc:date>
    </item>
  </channel>
</rss>

