<?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: Help with swpackage ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564995#M650116</link>
    <description>Hi Enrico,&lt;BR /&gt;&lt;BR /&gt;here is the steps for creating a bootable copy of current running system without tape recovery and mirror ux&lt;BR /&gt;&lt;BR /&gt;1) Make a bootable PV on the new disk (pvcreate â  b)&lt;BR /&gt;2) Make it bootable by using mkboot command&lt;BR /&gt;3) Create a new vg with the new disk (say vg00_new)&lt;BR /&gt;4) Create lvols with same size or greater size on the new vg ( make sure that you retain the same lv names just to avoid confusion . Also root ,swap,stand  lvols should be contigues and bad block relocation should be disabled)&lt;BR /&gt;5) Copy vg00 lvols to corresponding lvols in the new vg( say vg00_new)&lt;BR /&gt;6) Create boot/root/swap definition on the new lvols&lt;BR /&gt;# lvlnboot  -r /dev/vg00_new/lvol3&lt;BR /&gt;#lvlnboot â  b /dev/vg00_new/lvol1&lt;BR /&gt;#lvlnboot â  s /dev/vg00_new/lvol2&lt;BR /&gt;#lvlnboot â  d /dev/vg00_new/lvol2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;7) mount the new root lvol under temporary mount point  say /temp_root&lt;BR /&gt;8) edit fstab for vg00 entries (vi /temp_root/etc/fstab) and change it to vg00_new&lt;BR /&gt;9) reboot the server , interrupt boot and boot from the new disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regds!&lt;BR /&gt;Johnson</description>
    <pubDate>Sun, 17 Jan 2010 07:10:57 GMT</pubDate>
    <dc:creator>johnsonpk</dc:creator>
    <dc:date>2010-01-17T07:10:57Z</dc:date>
    <item>
      <title>Help with swpackage ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564990#M650111</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On an HP 9000 D380, with HP-UX 11.11, I have received a new disk where I wonder to reinstall the operating system, because of too many upgrades and patching performed on the actual system.&lt;BR /&gt;Unfortunately I have completely lost the CDs of the Internet express sw product, but it is actually installed on my machine on the "old" system disk. &lt;BR /&gt;Can you suggest me in detail the best option or give me some documents ?&lt;BR /&gt;Thank you</description>
      <pubDate>Fri, 15 Jan 2010 10:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564990#M650111</guid>
      <dc:creator>enrico.nic</dc:creator>
      <dc:date>2010-01-15T10:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with swpackage ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564991#M650112</link>
      <description>There is one solution . you can mirror you old disk with the new disk . if you dont the updates on the new disks just remove the updated patches from the new disk. &lt;BR /&gt;&lt;BR /&gt;There is another option in 11.23 is DRD ( dynamic root disk ) which is not possible in 11.11</description>
      <pubDate>Fri, 15 Jan 2010 10:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564991#M650112</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-15T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help with swpackage ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564992#M650113</link>
      <description>Hi,&lt;BR /&gt;I don't have the MirrorUX product, so I can't mirror the disk (the -m option doesn't work with the lvextend command).&lt;BR /&gt;Maybe make_net_recovery -&amp;gt; install on the new disk -&amp;gt; boot from the old disk -&amp;gt; modify the new disk -&amp;gt; boot from the new disk - doing a sort of "home made" version of the DRD package ?&lt;BR /&gt;I'm getting confused.&lt;BR /&gt;Thank you&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jan 2010 10:38:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564992#M650113</guid>
      <dc:creator>enrico.nic</dc:creator>
      <dc:date>2010-01-15T10:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with swpackage ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564993#M650114</link>
      <description>you can create a recovery tape by using make_tape_recovery .</description>
      <pubDate>Fri, 15 Jan 2010 11:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564993#M650114</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-01-15T11:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with swpackage ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564994#M650115</link>
      <description>Hi,&lt;BR /&gt;Make a list of all tools you have on your systeme and try to download them directly from &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt;&lt;BR /&gt;Because you don't have internet express for 11.11 on software.hp.com&lt;BR /&gt;look here for explanations&lt;BR /&gt;&lt;A href="http://h71028.www7.hp.com/enterprise/w1/en/os/hpux11i-internet-express.html" target="_blank"&gt;http://h71028.www7.hp.com/enterprise/w1/en/os/hpux11i-internet-express.html&lt;/A&gt;&lt;BR /&gt;The iExpress for 11.11 is version A.10.00 in the OE/AR media kit 0803. &lt;BR /&gt;HTH.</description>
      <pubDate>Fri, 15 Jan 2010 11:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564994#M650115</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2010-01-15T11:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with swpackage ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564995#M650116</link>
      <description>Hi Enrico,&lt;BR /&gt;&lt;BR /&gt;here is the steps for creating a bootable copy of current running system without tape recovery and mirror ux&lt;BR /&gt;&lt;BR /&gt;1) Make a bootable PV on the new disk (pvcreate â  b)&lt;BR /&gt;2) Make it bootable by using mkboot command&lt;BR /&gt;3) Create a new vg with the new disk (say vg00_new)&lt;BR /&gt;4) Create lvols with same size or greater size on the new vg ( make sure that you retain the same lv names just to avoid confusion . Also root ,swap,stand  lvols should be contigues and bad block relocation should be disabled)&lt;BR /&gt;5) Copy vg00 lvols to corresponding lvols in the new vg( say vg00_new)&lt;BR /&gt;6) Create boot/root/swap definition on the new lvols&lt;BR /&gt;# lvlnboot  -r /dev/vg00_new/lvol3&lt;BR /&gt;#lvlnboot â  b /dev/vg00_new/lvol1&lt;BR /&gt;#lvlnboot â  s /dev/vg00_new/lvol2&lt;BR /&gt;#lvlnboot â  d /dev/vg00_new/lvol2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;7) mount the new root lvol under temporary mount point  say /temp_root&lt;BR /&gt;8) edit fstab for vg00 entries (vi /temp_root/etc/fstab) and change it to vg00_new&lt;BR /&gt;9) reboot the server , interrupt boot and boot from the new disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regds!&lt;BR /&gt;Johnson</description>
      <pubDate>Sun, 17 Jan 2010 07:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564995#M650116</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2010-01-17T07:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with swpackage ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564996#M650117</link>
      <description>use dd command for copying data from curertn vg00 lvols to new vg lvols ( on step 5)&lt;BR /&gt;&lt;BR /&gt;also if you want have vg00 for root vg ,,boot system into lvm maintenance mode ,export the new_vg00 and import it as vg00.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds!&lt;BR /&gt;johnson</description>
      <pubDate>Sun, 17 Jan 2010 07:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-swpackage/m-p/4564996#M650117</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2010-01-17T07:14:25Z</dc:date>
    </item>
  </channel>
</rss>

