<?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: migration SO in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948206#M634935</link>
    <description>What about adding the 8GB as another mirror?  Then reboot - using the 8gb disk, remove the 4GB from the mirror set, shutdown system, then pull the 4GB disk out.&lt;BR /&gt;&lt;BR /&gt;You need to do something like this to mirror the root:&lt;BR /&gt;&lt;BR /&gt;Mirrored the root lvols:&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c3t6d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c3t6d0&lt;BR /&gt;mkboot -l /dev/rdsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c3t6d0&lt;BR /&gt;/usr/sbin/lvlnboot  -b /dev/vg00/lvol1&lt;BR /&gt;/usr/sbin/lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;/usr/sbin/lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol9 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol10 /dev/dsk/c3t6d0&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Thu, 10 Apr 2003 12:08:31 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2003-04-10T12:08:31Z</dc:date>
    <item>
      <title>migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948203#M634932</link>
      <description>I have two vg's the vg00 with one disk the 4 GB and vg01 with one disk the 8 GB. The last disk is free and the vg00 is almost full. I want to use to create a SO because the other disk (4GB) I need to another system this is the reason that I don`t do a vgextend.&lt;BR /&gt;What is the best way to do it?&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 10 Apr 2003 11:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948203#M634932</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-04-10T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948204#M634933</link>
      <description>What's an SO?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 10 Apr 2003 11:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948204#M634933</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-10T11:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948205#M634934</link>
      <description>If I'm understanding this correctly, you want to take the 4GB vg00 disk out of the first system and use it in another?  Use Ignite-UX to take a backup of your existing vg00, then restore it onto your 8GB disk, which will become your new vg00.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 10 Apr 2003 12:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948205#M634934</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-10T12:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948206#M634935</link>
      <description>What about adding the 8GB as another mirror?  Then reboot - using the 8gb disk, remove the 4GB from the mirror set, shutdown system, then pull the 4GB disk out.&lt;BR /&gt;&lt;BR /&gt;You need to do something like this to mirror the root:&lt;BR /&gt;&lt;BR /&gt;Mirrored the root lvols:&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c3t6d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c3t6d0&lt;BR /&gt;mkboot -l /dev/rdsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c3t6d0&lt;BR /&gt;/usr/sbin/lvlnboot  -b /dev/vg00/lvol1&lt;BR /&gt;/usr/sbin/lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;/usr/sbin/lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol9 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol10 /dev/dsk/c3t6d0&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 10 Apr 2003 12:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948206#M634935</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-04-10T12:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948207#M634936</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Apart from pete's suggestion, you can also use Mirror.&lt;BR /&gt;(if you have mirror unix software)&lt;BR /&gt;remove the vg01 (vgremove /dev/vg01)&lt;BR /&gt;&lt;BR /&gt;#vgscan -a -v&lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cxtxdx&lt;BR /&gt;(where cxtxdx is the 8Gb disk) &lt;BR /&gt;&lt;BR /&gt;repeat the above for all lvol's in vg00&lt;BR /&gt;&lt;BR /&gt;set the boot path to 8GB disk, after booting you can remove the 4GB disk</description>
      <pubDate>Thu, 10 Apr 2003 12:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948207#M634936</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-10T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948208#M634937</link>
      <description>The SO is hp-ux 10.20&lt;BR /&gt;Tnaks</description>
      <pubDate>Thu, 10 Apr 2003 12:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948208#M634937</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-04-10T12:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948209#M634938</link>
      <description>I want to mirror the 4 GB whith 8 GB and then break a mirror.&lt;BR /&gt;I can do that&lt;BR /&gt;Max PE per PV               2000 &lt;BR /&gt;Thans&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Apr 2003 13:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948209#M634938</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-04-10T13:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948210#M634939</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes, break the mirror and set the boot path to 8gb disk</description>
      <pubDate>Thu, 10 Apr 2003 13:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948210#M634939</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-10T13:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948211#M634940</link>
      <description>How can unmirror the disk the 4 GB?&lt;BR /&gt;lvreduce -m /dev/vg00/lvXX&lt;BR /&gt;and the Boot Data.&lt;BR /&gt;Thans&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Apr 2003 14:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948211#M634940</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-04-10T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948212#M634941</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For example, if /dev/vg00/lvolx is on /dev/dsk/cxtxdx and you want to move it to /dev/dsk/cytydy,&lt;BR /&gt;you can do:&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cytydy&lt;BR /&gt;&lt;BR /&gt;and then&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvolx /dev/dsk/cxtxdx</description>
      <pubDate>Thu, 10 Apr 2003 14:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948212#M634941</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-10T14:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948213#M634942</link>
      <description>and the lvlndisk -v only show one disk?&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 10 Apr 2003 14:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948213#M634942</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-04-10T14:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948214#M634943</link>
      <description>&lt;BR /&gt;#lvlnboot -v</description>
      <pubDate>Thu, 10 Apr 2003 14:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948214#M634943</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-10T14:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948215#M634944</link>
      <description>yes, sorry lvlnboot -v only show me one disk o 2 disks</description>
      <pubDate>Thu, 10 Apr 2003 14:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948215#M634944</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-04-10T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948216#M634945</link>
      <description>&lt;BR /&gt;Could you set the primary boot path to 8GB disk and boot?</description>
      <pubDate>Thu, 10 Apr 2003 14:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948216#M634945</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-10T14:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948217#M634946</link>
      <description>When I do the mirror the command lvlnboot -v show me 2 disks 4 GB and 8 GB, When I unmirror &lt;BR /&gt;Only want to show me the 8 GB, I do the command lvlnboot -v only show me 1 disk 8 GB .&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 10 Apr 2003 15:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948217#M634946</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-04-10T15:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948218#M634947</link>
      <description>Ready to try the Ignite approach yet?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 10 Apr 2003 15:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948218#M634947</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-10T15:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948219#M634948</link>
      <description>How you set the primary boot path to 8GB disk and boot? &lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 10 Apr 2003 19:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948219#M634948</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-04-10T19:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: migration SO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948220#M634949</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;In answer to your question of how to set the primary boot path:&lt;BR /&gt;&lt;BR /&gt;# setboot -p 10/0.6.0&lt;BR /&gt;&lt;BR /&gt;...Use 'ioscan -kfnC disk' to relate the above path to the proper disk on you system.&lt;BR /&gt;&lt;BR /&gt;See the man pages for 'setboot' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Apr 2003 19:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migration-so/m-p/2948220#M634949</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-04-10T19:19:28Z</dc:date>
    </item>
  </channel>
</rss>

