- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Upgrade from 11.0 to 11.11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 07:33 AM
06-04-2004 07:33 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 07:37 AM
06-04-2004 07:37 AM
Re: Upgrade from 11.0 to 11.11
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=421206
With Oracle on the box. See
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=117410
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 07:39 AM
06-04-2004 07:39 AM
SolutionOn one of our upgrades, we had an issue with Java - during upgrade.
Here's step we did:
HPUX 11i Upgrade Plan
1. Split vg00 mirror
a. lvreduce â m 0 /dev/vg00/lvol1 /dev/dsk/c2t6d0
b. lvreduce â m 0 /dev/vg00/lvol2 /dev/dsk/c2t6d0
c. lvreduce â m 0 /dev/vg00/lvol3 /dev/dsk/c2t6d0
d. lvreduce â m 0 /dev/vg00/lvol4 /dev/dsk/c2t6d0
e. lvreduce â m 0 /dev/vg00/lvol5 /dev/dsk/c2t6d0
f. lvreduce â m 0 /dev/vg00/lvol6 /dev/dsk/c2t6d0
g. lvreduce â m 0 /dev/vg00/lvol7 /dev/dsk/c2t6d0
h. lvreduce â m 0 /dev/vg00/lvol8 /dev/dsk/c2t6d0
i. vgreduce /dev/vg00 /dev/ dsk/c2t6d0
2. Stop Application
a. script to stop your apps
3. Stop NFS client
a. /sbin/init.d/nfs.client stop
4. Mount HPUX 11i Disc 1
5. Start install procedure
a. script /tmp/OSupgrade
b. mount /dev/cdrom /SD_CDROM
c. swinstall â r â s /SD_CDROM Update-UX \@ /var/adm/sw/Update-UX.root 2>/dev/null
d. edit /usr/lib/sw/update-ux.cfg file and comment out all lines that contain JAVAOOB
e. update-ux â s /SD_CDROM HPUX11i-OE
6. Follow Instructions
7. Copy updated ftpd
a. rcp /opt/boksm/lib/ftpd.11.i from pc1005
b. cp â p /opt/boksm/lib/ftpd /opt/boksm/lib/ftpd.old
c. cp â p /opt/boksm/lib/ftpd.11.i /opt/boksm/lib/ftpd
8. Install Mirror Disk using swinstall
9. Install Online JFS using swinstall
10. Install Glance using swinstall
11. Verify LAN interfaces are set to 100FD using lanadmin
12. If interfaces are set to HD, run the following to set them to FD
13. lanadmin â X FD (PPA #)
14. mirror vg00
a. pvcreate -B /dev/rdsk/c2t6d0
b. vgextend /dev/vg00 /dev/dsk/c2t6d0
c. mkboot -l /dev/rdsk/c2t6d0
d. mkboot -a "hpux -l q (;0)/vmunix" /dev/rdsk/c2t6d0
e. lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0
f. lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t6d0
g. lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t6d0
h. lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c2t6d0
i. lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c2t6d0
j. lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c2t6d0
k. lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c2t6d0
l. lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t6d0
m. lvlnboot -b /dev/vg00/lvol1
n. lvlnboot -s /dev/vg00/lvol2
o. lvlnboot -r /dev/vg00/lvol3
p. lvlnboot -R /dev/vg00
q. lvlnboot â v
Backout Instructions
1. Reboot server
2. Interrupt boot sequence
3. Boot Alternate Boot Path (0/0/2/1.6.0)
4. mirror vg00
a. pvcreate -B /dev/rdsk/c1t6d0
b. vgextend /dev/vg00 /dev/dsk/c1t6d0
c. mkboot -l /dev/rdsk/c1t6d0
d. mkboot -a "hpux -l q (;0)/vmunix" /dev/rdsk/c1t6d0
e. lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t6d0
f. lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t6d0
g. lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c1t6d0
h. lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c1t6d0
i. lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c1t6d0
j. lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c1t6d0
k. lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c1t6d0
l. lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c1t6d0
m. lvlnboot -b /dev/vg00/lvol1
n. lvlnboot -s /dev/vg00/lvol2
o. lvlnboot -r /dev/vg00/lvol3
p. lvlnboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 07:40 AM
06-04-2004 07:40 AM
Re: Upgrade from 11.0 to 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 07:41 AM
06-04-2004 07:41 AM
Re: Upgrade from 11.0 to 11.11
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
http://docs.hp.com/hpux/onlinedocs/5187-2774/5187-2774.html
But be sure you have a good make_tape|net_recovery images and data backups before you start the upgrade process.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 07:41 AM
06-04-2004 07:41 AM
Re: Upgrade from 11.0 to 11.11
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=179239
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 11:34 AM
06-04-2004 11:34 AM
Re: Upgrade from 11.0 to 11.11
i rather take the cold or "fresh" installation as upgrade does have its fair share of problem if not done properly.
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.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 03:02 AM
06-07-2004 03:02 AM
Re: Upgrade from 11.0 to 11.11
http://www.software.hp.com/stk/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 03:19 AM
06-07-2004 03:19 AM
Re: Upgrade from 11.0 to 11.11
1. Mirror the boot/root disk (Also have an ignite backup)
2. Pull out one of it
3. Carry out a fresh install on one disk which is installed.
4. import all the volume groups & mount filesystems
5. copy /etc/passwd etc .. so that things are fine.
6. Ask dba's to re-compile the binaries ..
7. You are done
Want to backout.. ?
Boot from the other boot disk (hpux -lq)
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 03:35 AM
06-07-2004 03:35 AM
Re: Upgrade from 11.0 to 11.11
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.
Sure, you can have problems with any non-trivial task but usu that is not the case.
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.
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.
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.