<?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: cold install 11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748031#M834271</link>
    <description>IF you system is mirrored you can re-import your OLD 10.20 root disk.  vg01 you will simply re-attach...&lt;BR /&gt;&lt;BR /&gt;1 - Install new system on One DISK (see all the above posts)&lt;BR /&gt;2 - when system is up do not mirror just yet...&lt;BR /&gt;re-import the old vg00&lt;BR /&gt; a) mkdir /dev/vgold00&lt;BR /&gt; b) mknod group c 64 0x020000 # 0x02000 MUST be unique&lt;BR /&gt; c) vgimport vgold00 /dev/dsk/c?t?d0&lt;BR /&gt; d) vgchange -a e -q n vgold00&lt;BR /&gt; e) mount dirs..&lt;BR /&gt;mkdir /oldroot&lt;BR /&gt;mount /dev/vgold00/lvol3 /oldroot&lt;BR /&gt;mount /dev/vgold00/lvol4 /oldroot/tmp&lt;BR /&gt;mount /dev/vgold00/lvol5 /oldroot/home (you will almost definitely need this one!! home dirs)&lt;BR /&gt;mount /dev/vgold00/lvol6 /oldroot/opt&lt;BR /&gt;mount /dev/vgold00/lvol7 /oldroot/usr&lt;BR /&gt;mount /dev/vgold00/lvol8 /oldroot/var&lt;BR /&gt;&lt;BR /&gt;you can simply copy any files you inadvertently forgot, or look them up in /oldroot&lt;BR /&gt;&lt;BR /&gt;Once you are satisfied the system is running correctly....&lt;BR /&gt;umount /oldroot/var&lt;BR /&gt;umount ....&lt;BR /&gt;vgexport vgold00&lt;BR /&gt;&lt;BR /&gt;re-mirror...&lt;BR /&gt;pvcreate -fB /dev/dsk/c?t?d0&lt;BR /&gt;vgextend vg00 /dev/dsk/c?t?d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3&lt;BR /&gt;lvextend ....&lt;BR /&gt;&lt;BR /&gt;** the first 3 lvols MUST be in this order else you will not be able to boot from mirror.  Personally I try to make the mirror disk exactly the same layout as the primary (see pvdisplay -v /dev/dsk/c?t?do for pri dsk)&lt;BR /&gt;&lt;BR /&gt;Add diags....&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Jun 2002 03:22:22 GMT</pubDate>
    <dc:creator>Tim D Fulford</dc:creator>
    <dc:date>2002-06-20T03:22:22Z</dc:date>
    <item>
      <title>cold install 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748024#M834264</link>
      <description>I have a HP-UX wally B.10.20 A 9000/803 with "Test Database" Oracle 7.3.4.4 database and Oracle Apps 10.7 SC16.1., and the following my file system:&lt;BR /&gt;&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3      86016   30282   52717   36% /&lt;BR /&gt;/dev/vg00/lvol1      47829   19001   24045   44% /stand&lt;BR /&gt;/dev/vg00/lvol8     258048   88453  164672   35% /var&lt;BR /&gt;/dev/vg00/lvol7     770048  381798  364020   51% /usr&lt;BR /&gt;/dev/vg01/u02      4103345 2467867 1225143   67% /u02&lt;BR /&gt;/dev/vg01/u01      2540465 1453080  833338   64% /u01&lt;BR /&gt;/dev/vg00/lvol4      32768   10428   20960   33% /tmp&lt;BR /&gt;/dev/vg01/redolog4   99669   41034   48668   46% /redolog4&lt;BR /&gt;/dev/vg01/redolog3   99669   41034   48668   46% /redolog3&lt;BR /&gt;/dev/vg01/redolog2   99669   41034   48668   46% /redolog2&lt;BR /&gt;/dev/vg01/redolog1   99669   41034   48668   46% /redolog1&lt;BR /&gt;/dev/vg00/lvol6    1024000  223753  751185   23% /opt&lt;BR /&gt;/dev/vg00/lvol5      20480    7688   12046   39% /home&lt;BR /&gt;/dev/vg01/d0reports&lt;BR /&gt;                    977075  343663  535704   39% /d0reports&lt;BR /&gt;/dev/vg01/d03      16013350 9829131 4582884   68% /d03&lt;BR /&gt;/dev/vg01/d02      8206922 4112043 3274186   56% /d02&lt;BR /&gt;/dev/vg01/d01      30776631 18209812 9489155   66% /d01&lt;BR /&gt;&lt;BR /&gt;With cold install of 11, all existing data in the above file system will be erased during this process.&lt;BR /&gt;Please advise me what are the steps I need to take to cold install 11 over 10.20.&lt;BR /&gt;I am pretty new in sys admin.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jun 2002 16:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748024#M834264</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-06-19T16:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: cold install 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748025#M834265</link>
      <description>You can keep your vg01 intact. Create a map file for the vg01 with -s option. After loading 11.00 you can do a vgimport with that map file. Also preserve the following files before installation.&lt;BR /&gt;&lt;BR /&gt;# /.forward &lt;BR /&gt;# /.profile &lt;BR /&gt;# /etc/profile &lt;BR /&gt;# /etc/group &lt;BR /&gt;# /etc/hosts &lt;BR /&gt;# /etc/inetd.conf &lt;BR /&gt;# /etc/inittab &lt;BR /&gt;# /etc/nsswitch &lt;BR /&gt;# /etc/ntp.conf &lt;BR /&gt;# /etc/passwd &lt;BR /&gt;# /etc/rc.config.d/netconf &lt;BR /&gt;# /etc/rc.config.d/netdaemons &lt;BR /&gt;# /etc/rc.config.d/nfsconf &lt;BR /&gt;# /etc/resolv.conf &lt;BR /&gt;# /etc/sendmail.cf &lt;BR /&gt;# /etc/services &lt;BR /&gt;# /etc/shells &lt;BR /&gt;# /etc/shutdown.allow &lt;BR /&gt;# /var/adm/cron/*.allow &lt;BR /&gt;# /var/adm/fbackupfiles/* &lt;BR /&gt;# /var/spool/cron/crontabs/* &lt;BR /&gt;# /sbin/init.d/&lt;LOCAL_SCRIPTS&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also you can look at the document KBAN00000716.&lt;BR /&gt;&lt;BR /&gt;Sandip&lt;BR /&gt;&lt;/LOCAL_SCRIPTS&gt;</description>
      <pubDate>Wed, 19 Jun 2002 16:21:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748025#M834265</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-06-19T16:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: cold install 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748026#M834266</link>
      <description>Start here to learn about the cold install:&lt;BR /&gt;&lt;A href="http://devresource.hp.com/STK/hpux_faq.html" target="_blank"&gt;http://devresource.hp.com/STK/hpux_faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the 11.0 documentation site &lt;A href="http://docs.hp.com/hpux/os/11.0/index.html" target="_blank"&gt;http://docs.hp.com/hpux/os/11.0/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the 11i documentation site  &lt;A href="http://docs.hp.com/hpux/os/11i/" target="_blank"&gt;http://docs.hp.com/hpux/os/11i/&lt;/A&gt;&lt;BR /&gt;Under Installing and Updating, look for "HP-UX 11.0 Installation and Update Guide (HP-UX 11.0)" or "HP-UX 11i Installation and Update Guide (HP-UX 11i)"&lt;BR /&gt;&lt;BR /&gt;Good Luck!&lt;BR /&gt;Cheryl</description>
      <pubDate>Wed, 19 Jun 2002 16:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748026#M834266</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2002-06-19T16:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: cold install 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748027#M834267</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;There are a very large number of posts in this forum dealing with this issue.  Do a search using keywords like "install +cold".&lt;BR /&gt;&lt;BR /&gt;If you do a cold-install (which is virtually guaranteed to work!) instead of an upgrade, then, your boot (vg00) is wiped clean and a new OS loaded from the Core OS CDROM. &lt;BR /&gt;&lt;BR /&gt;If you have non-vg00 disks, leave them alone. Instead, before the cold install, 'vgexport' the volume groups representing any data you want preserved. After the installation completes, 'vgimport' them and you will have your data. &lt;BR /&gt;&lt;BR /&gt;There are a great number of post discussing cold-installation and the 'vgexport/vgimport' process. Here are a couple of links to get you started: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe6053d853cd9d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe6053d853cd9d5118ff40090279cd0f9,00.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xab86b47b9a27d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xab86b47b9a27d6118ff40090279cd0f9,00.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 19 Jun 2002 16:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748027#M834267</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-19T16:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: cold install 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748028#M834268</link>
      <description>I would do something like this:&lt;BR /&gt;&lt;BR /&gt;1) make two recovery tapes ( make_tape_recovery)&lt;BR /&gt;2) make two good full backup of the file system.&lt;BR /&gt;3) Create exported VG map files for all VGs (vgexport -p -m -s)&lt;BR /&gt;4) Create copies (hard and soft) of all system specific configuration files (normally under /etc)&lt;BR /&gt;5) Plan the new OS file system lay out&lt;BR /&gt;6) Plan the application upgrades/installation.&lt;BR /&gt;7) Make copies of all profiles, scripts etc.&lt;BR /&gt;8) Export all non-vg00 volume groups.&lt;BR /&gt;9) Cold Install the new OS&lt;BR /&gt;10) Import all VGs back&lt;BR /&gt;11) Install and configure all system paramaters, network, user accounts etc.&lt;BR /&gt;12) Install and configure the applications and softwares&lt;BR /&gt;&lt;BR /&gt;Check this guide too:&lt;BR /&gt;&lt;BR /&gt;TKB #KBAN00000716:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000058931458" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000058931458&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jun 2002 16:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748028#M834268</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-19T16:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: cold install 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748029#M834269</link>
      <description>Start by doing a full backup!&lt;BR /&gt;There are several threads in this forum that detail which files are useful to preserve etc. The actual install process  uses Ignite -here is a link to check out:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/" target="_blank"&gt;http://www.software.hp.com/products/IUX/&lt;/A&gt;&lt;BR /&gt;Also read the release notes for the version of 11 you are upgrading to.&lt;BR /&gt;You can find out a lot by reading posts on this forum - do a search for "Upgrade from 10.20 to 11.0" and you will find many useful posts.&lt;BR /&gt;&lt;BR /&gt;If you want to preserve oracle exactly as is,you can export the vg01 volume group:&lt;BR /&gt;   vgexport -m vg01.mapfile /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Save this file so you can restore it to the system after the OS rebuild. Then you can import the same with:&lt;BR /&gt;    vgimport -m vg01.mapfile /dev/vg01&lt;BR /&gt;&lt;BR /&gt;and reactivate the group with:&lt;BR /&gt;    vgchange -a y vg01&lt;BR /&gt;&lt;BR /&gt;The only down side here is that you will be running 10.20 binaries on an 11 OS, though I have had no problems doing this. If this is a test system, I would (and did) do a reinstall of Oracle for the experience. You could then restore the oracle datafiles and refresh the instance. This worked well as a learning experience for me. If this is what you will do - do the vgexport and vgimport for the experience there.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jun 2002 16:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748029#M834269</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2002-06-19T16:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: cold install 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748030#M834270</link>
      <description>In addition to all the above steps, I would recommend replacing the boot disk(s), so you still have the old one(s) to fall back on.  Disks are so cheap now, it doesn't make any sense not to.  &lt;BR /&gt;If it is internal, you could always connect another externally and install to that target id instead.</description>
      <pubDate>Thu, 20 Jun 2002 02:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748030#M834270</guid>
      <dc:creator>Angus Crome</dc:creator>
      <dc:date>2002-06-20T02:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: cold install 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748031#M834271</link>
      <description>IF you system is mirrored you can re-import your OLD 10.20 root disk.  vg01 you will simply re-attach...&lt;BR /&gt;&lt;BR /&gt;1 - Install new system on One DISK (see all the above posts)&lt;BR /&gt;2 - when system is up do not mirror just yet...&lt;BR /&gt;re-import the old vg00&lt;BR /&gt; a) mkdir /dev/vgold00&lt;BR /&gt; b) mknod group c 64 0x020000 # 0x02000 MUST be unique&lt;BR /&gt; c) vgimport vgold00 /dev/dsk/c?t?d0&lt;BR /&gt; d) vgchange -a e -q n vgold00&lt;BR /&gt; e) mount dirs..&lt;BR /&gt;mkdir /oldroot&lt;BR /&gt;mount /dev/vgold00/lvol3 /oldroot&lt;BR /&gt;mount /dev/vgold00/lvol4 /oldroot/tmp&lt;BR /&gt;mount /dev/vgold00/lvol5 /oldroot/home (you will almost definitely need this one!! home dirs)&lt;BR /&gt;mount /dev/vgold00/lvol6 /oldroot/opt&lt;BR /&gt;mount /dev/vgold00/lvol7 /oldroot/usr&lt;BR /&gt;mount /dev/vgold00/lvol8 /oldroot/var&lt;BR /&gt;&lt;BR /&gt;you can simply copy any files you inadvertently forgot, or look them up in /oldroot&lt;BR /&gt;&lt;BR /&gt;Once you are satisfied the system is running correctly....&lt;BR /&gt;umount /oldroot/var&lt;BR /&gt;umount ....&lt;BR /&gt;vgexport vgold00&lt;BR /&gt;&lt;BR /&gt;re-mirror...&lt;BR /&gt;pvcreate -fB /dev/dsk/c?t?d0&lt;BR /&gt;vgextend vg00 /dev/dsk/c?t?d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3&lt;BR /&gt;lvextend ....&lt;BR /&gt;&lt;BR /&gt;** the first 3 lvols MUST be in this order else you will not be able to boot from mirror.  Personally I try to make the mirror disk exactly the same layout as the primary (see pvdisplay -v /dev/dsk/c?t?do for pri dsk)&lt;BR /&gt;&lt;BR /&gt;Add diags....&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jun 2002 03:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748031#M834271</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-20T03:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: cold install 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748032#M834272</link>
      <description>oops&lt;BR /&gt;&lt;BR /&gt;vgchange -a y -q n vgold00!!!!&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 20 Jun 2002 03:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-install-11/m-p/2748032#M834272</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-20T03:24:25Z</dc:date>
    </item>
  </channel>
</rss>

