<?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: Upgrade from 11.0 to 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296604#M880596</link>
    <description>Here is another good thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=179239" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=179239&lt;/A&gt;</description>
    <pubDate>Fri, 04 Jun 2004 14:41:26 GMT</pubDate>
    <dc:creator>Navin Bhat_2</dc:creator>
    <dc:date>2004-06-04T14:41:26Z</dc:date>
    <item>
      <title>Upgrade from 11.0 to 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296599#M880591</link>
      <description>Hi, &lt;BR /&gt;Is it easy to upgrade Unix 11.0 to 11.11?  What steps do we have to execute?  We have many oracle databases on our server.</description>
      <pubDate>Fri, 04 Jun 2004 14:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296599#M880591</guid>
      <dc:creator>Sylvie Vezina</dc:creator>
      <dc:date>2004-06-04T14:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 11.0 to 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296600#M880592</link>
      <description>Here are a few good threds on this subject.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=421206" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=421206&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;With Oracle on the box. See&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=117410" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=117410&lt;/A&gt;</description>
      <pubDate>Fri, 04 Jun 2004 14:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296600#M880592</guid>
      <dc:creator>Navin Bhat_2</dc:creator>
      <dc:date>2004-06-04T14:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 11.0 to 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296601#M880593</link>
      <description>It is fairly easy - your DBA's will have to re-link Oracle binaries.&lt;BR /&gt;&lt;BR /&gt;On one of our upgrades, we had an issue with Java - during upgrade.&lt;BR /&gt;&lt;BR /&gt;Here's step we did:&lt;BR /&gt;&lt;BR /&gt;HPUX 11i Upgrade Plan&lt;BR /&gt;&lt;BR /&gt;1. Split vg00 mirror&lt;BR /&gt;a. lvreduce â  m 0 /dev/vg00/lvol1 /dev/dsk/c2t6d0&lt;BR /&gt;b. lvreduce â  m 0 /dev/vg00/lvol2 /dev/dsk/c2t6d0&lt;BR /&gt;c. lvreduce â  m 0 /dev/vg00/lvol3 /dev/dsk/c2t6d0&lt;BR /&gt;d. lvreduce â  m 0 /dev/vg00/lvol4 /dev/dsk/c2t6d0&lt;BR /&gt;e. lvreduce â  m 0 /dev/vg00/lvol5 /dev/dsk/c2t6d0&lt;BR /&gt;f. lvreduce â  m 0 /dev/vg00/lvol6 /dev/dsk/c2t6d0&lt;BR /&gt;g. lvreduce â  m 0 /dev/vg00/lvol7 /dev/dsk/c2t6d0&lt;BR /&gt;h. lvreduce â  m 0 /dev/vg00/lvol8 /dev/dsk/c2t6d0&lt;BR /&gt;i. vgreduce /dev/vg00 /dev/ dsk/c2t6d0&lt;BR /&gt;2. Stop Application&lt;BR /&gt;a. script to stop your apps&lt;BR /&gt;3. Stop NFS client&lt;BR /&gt;a. /sbin/init.d/nfs.client stop&lt;BR /&gt;4. Mount HPUX 11i Disc 1&lt;BR /&gt;5. Start install procedure&lt;BR /&gt;a. script /tmp/OSupgrade&lt;BR /&gt;b. mount /dev/cdrom /SD_CDROM&lt;BR /&gt;c. swinstall â  r â  s /SD_CDROM Update-UX \@ /var/adm/sw/Update-UX.root 2&amp;gt;/dev/null&lt;BR /&gt;d. edit /usr/lib/sw/update-ux.cfg file and comment out all lines that contain JAVAOOB&lt;BR /&gt;e. update-ux â  s /SD_CDROM HPUX11i-OE&lt;BR /&gt;6. Follow Instructions&lt;BR /&gt;7. Copy updated ftpd&lt;BR /&gt;a. rcp /opt/boksm/lib/ftpd.11.i from pc1005&lt;BR /&gt;b. cp â  p /opt/boksm/lib/ftpd /opt/boksm/lib/ftpd.old&lt;BR /&gt;c. cp â  p /opt/boksm/lib/ftpd.11.i /opt/boksm/lib/ftpd&lt;BR /&gt;8. Install Mirror Disk using swinstall&lt;BR /&gt;9. Install Online JFS using swinstall&lt;BR /&gt;10. Install Glance using swinstall&lt;BR /&gt;11. Verify LAN interfaces are set to 100FD using lanadmin&lt;BR /&gt;12. If interfaces are set to HD, run the following to set them to FD&lt;BR /&gt;13. lanadmin â  X FD (PPA #)&lt;BR /&gt;14. mirror vg00&lt;BR /&gt;a. pvcreate -B /dev/rdsk/c2t6d0&lt;BR /&gt;b. vgextend /dev/vg00 /dev/dsk/c2t6d0&lt;BR /&gt;c. mkboot -l /dev/rdsk/c2t6d0&lt;BR /&gt;d. mkboot -a "hpux -l q (;0)/vmunix" /dev/rdsk/c2t6d0&lt;BR /&gt;e. lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0&lt;BR /&gt;f. lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t6d0&lt;BR /&gt;g. lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t6d0&lt;BR /&gt;h. lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c2t6d0&lt;BR /&gt;i. lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c2t6d0&lt;BR /&gt;j. lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c2t6d0&lt;BR /&gt;k. lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c2t6d0&lt;BR /&gt;l. lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t6d0&lt;BR /&gt;m. lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;n. lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;o. lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;p. lvlnboot -R /dev/vg00&lt;BR /&gt;q. lvlnboot â  v&lt;BR /&gt;&lt;BR /&gt;Backout Instructions&lt;BR /&gt;&lt;BR /&gt;1. Reboot server&lt;BR /&gt;2. Interrupt boot sequence&lt;BR /&gt;3. Boot Alternate Boot Path (0/0/2/1.6.0)&lt;BR /&gt;4. mirror vg00&lt;BR /&gt;a. pvcreate -B /dev/rdsk/c1t6d0&lt;BR /&gt;b. vgextend /dev/vg00 /dev/dsk/c1t6d0&lt;BR /&gt;c. mkboot -l /dev/rdsk/c1t6d0&lt;BR /&gt;d. mkboot -a "hpux -l q (;0)/vmunix" /dev/rdsk/c1t6d0&lt;BR /&gt;e. lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t6d0&lt;BR /&gt;f. lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t6d0&lt;BR /&gt;g. lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c1t6d0&lt;BR /&gt;h. lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c1t6d0&lt;BR /&gt;i. lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c1t6d0&lt;BR /&gt;j. lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c1t6d0&lt;BR /&gt;k. lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c1t6d0&lt;BR /&gt;l. lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c1t6d0&lt;BR /&gt;m. lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;n. lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;o. lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;p. lvlnboot</description>
      <pubDate>Fri, 04 Jun 2004 14:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296601#M880593</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-06-04T14:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 11.0 to 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296602#M880594</link>
      <description>Here's those steps as an attachment....cut'n'paste got me again....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2004 14:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296602#M880594</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-06-04T14:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 11.0 to 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296603#M880595</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I prefer cold install of 11.11 and then install/configure the softwares. But if it is too much of a work for you, then look at the following document on the updating procedure&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/5187-2774/5187-2774.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/5187-2774/5187-2774.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But be sure you have a good make_tape|net_recovery images  and data backups before you start the upgrade process.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 04 Jun 2004 14:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296603#M880595</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-04T14:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 11.0 to 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296604#M880596</link>
      <description>Here is another good thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=179239" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=179239&lt;/A&gt;</description>
      <pubDate>Fri, 04 Jun 2004 14:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296604#M880596</guid>
      <dc:creator>Navin Bhat_2</dc:creator>
      <dc:date>2004-06-04T14:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 11.0 to 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296605#M880597</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i rather take the cold or "fresh" installation as upgrade does have its fair share of problem if not done properly.&lt;BR /&gt;&lt;BR /&gt;by the way, for the Oracle DB, r u also upgrading it as well? if not, the installation of the Oracle DB and also the cloning of the database should not be too difficult.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Fri, 04 Jun 2004 18:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296605#M880597</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-06-04T18:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 11.0 to 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296606#M880598</link>
      <description>The easiest and safest way is to first do a full backup, then install 11.11 to a brand new (probably larger disk) while keeping your old 11.0 disk.  Once installed, you can set the primary boot path to the new disk.  You have an immediate failback to the 11.0 in case of problems.  Don't forget the Software Transition Kit.&lt;BR /&gt;&lt;A href="http://www.software.hp.com/stk/" target="_blank"&gt;http://www.software.hp.com/stk/&lt;/A&gt;</description>
      <pubDate>Mon, 07 Jun 2004 10:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296606#M880598</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2004-06-07T10:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 11.0 to 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296607#M880599</link>
      <description>Best way ..,&lt;BR /&gt;&lt;BR /&gt;1. Mirror the boot/root disk (Also have an ignite backup)&lt;BR /&gt;2. Pull out one of it&lt;BR /&gt;3. Carry out a fresh install on one disk which is installed.&lt;BR /&gt;4. import all the volume groups &amp;amp; mount filesystems&lt;BR /&gt;5. copy /etc/passwd etc .. so that things are fine.&lt;BR /&gt;6. Ask dba's to re-compile the binaries ..&lt;BR /&gt;7. You are done &lt;BR /&gt;&lt;BR /&gt;Want to backout.. ?&lt;BR /&gt;&lt;BR /&gt;Boot from the other boot disk (hpux -lq)&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Mon, 07 Jun 2004 10:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296607#M880599</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-07T10:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 11.0 to 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296608#M880600</link>
      <description>Okay, I am here to debunk the "cold install" theory when upgrading from 11.x to 11i.&lt;BR /&gt;&lt;BR /&gt;I have done many boxes upgraded from 11.x to 11i with absolutely no problems...I know many folks who have done them as well.&lt;BR /&gt;&lt;BR /&gt;Sure, you can have problems with any non-trivial task but usu that is not the case.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This reminds me of when I have done online disk replacements with out shutdown for mirrored root disks... Of course shutdown the Oracle DB and such but not the box.&lt;BR /&gt;&lt;BR /&gt;Sure you can be extra careful, but not usu necessary unless you have tempermental boxes or are unsure of your skill. Not to imply that anyone here is unskilled at all.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IF you are rather paranoid and have doubts about your skill or the procedure then you can do a "fresh install" but for my money, they just arent that hard to do.</description>
      <pubDate>Mon, 07 Jun 2004 10:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-from-11-0-to-11-11/m-p/3296608#M880600</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-06-07T10:35:30Z</dc:date>
    </item>
  </channel>
</rss>

