1834459 Members
2766 Online
110067 Solutions
New Discussion

Update HP-UX

 
SOLVED
Go to solution
Mason Liu
Advisor

Update HP-UX

I have a unused HP-UX sitting in the corner for several years. I like to bring it up to date. What command should I use to find its current HP-UX release as well as hardware model inforamtion. Where to find the list of patch bundles for this box. The goal is to make it a Oracle10g test server. It is currently running a old database in Oracle8i. Thanks.
10 REPLIES 10
Bill Hassell
Honored Contributor

Re: Update HP-UX

Before you go to a lot of trouble, you need to post the model number and OS. The commands are:

uname -r
model

I think I remember that Oracle 10g requires a 64bit OS and computer. Then you'll have to purchase a license to run the latest version of HP-UX (unless it is currently under a software support contract in which case you can load the latest OS). Note that a 'sitting in the corner for several years' machine cannot be upgraded. You will have to cold install the new OS, probably add a lot of RAM and then load Oracle. But all of this depends on whether your old box will run the current OS and is large enough to run Oracle 10G.


Bill Hassell, sysadmin
Mason Liu
Advisor

Re: Update HP-UX

uname -r -> B.11.11

model -> 9000/800/A500-5X
Mason Liu
Advisor

Re: Update HP-UX

getconf KERNEL_BITS -> 64
Mason Liu
Advisor

Re: Update HP-UX

Physical memory: 4 GB
Bill Hassell
Honored Contributor
Solution

Re: Update HP-UX

11.11 is the last version of HP-UX for that server but it is a 64bit model so you're OK there. The best solution for patching is to download the Support Plus bundles, HWE (for hardware support), Bundle11i and GOLDQPK for software patches:

http://www1.itrc.hp.com/service/patch/releasePage.do?BC=main|releaseIndexPage|&releaseId=5013-6539

It's always advisable to load the latest online diagnostics too:

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE

This will bring the box to the latest level, ready to load Oracle 10g.


Bill Hassell, sysadmin
Mason Liu
Advisor

Re: Update HP-UX

Thanks. I'll get it started tomorrow.
Torsten.
Acclaimed Contributor

Re: Update HP-UX

"sitting in the corner for several years"

I would think about a fresh install instead of an update. Doing this you can be sure to have a clean status - you probably don't know about the current status.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Mason Liu
Advisor

Re: Update HP-UX

What is "status"? At this point, it doesn't seem necessary to reinstall the OS.
Torsten.
Acclaimed Contributor

Re: Update HP-UX

You probably don't know who was doing what on this system in the past. Maybe there are some important files deleted or anything like this.
If you are sure the system is healthy, proceed with the update. If not, re-install.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Mason Liu
Advisor

Re: Update HP-UX

Thanks. I have the total ownership of this system. It's clean.