Operating System - HP-UX
1753620 Members
6406 Online
108797 Solutions
New Discussion юеВ

Re: Howt check HP-UX release

 
SOLVED
Go to solution
Stijn V
Regular Advisor

Howt check HP-UX release

Hi,

I am migrating some HP Integrity VM to a new version (from 3.5 to 4.0), however a prerequisite is that the Guest OS is at least:

HP-UX v2 must be 0609 sep 2006
HP-UX v3 must be 0703 mar 2007

But how can I check that? And how to solve if not ok?

I guess that I have to check the QPKBASE bundle, but what if there isn't one installed yet?

Thanks,
-Stijn-

19 REPLIES 19
Ganesan R
Honored Contributor

Re: Howt check HP-UX release

Hi Stijn,

You can get the details in swlist -l bundle output.

# swlist -l bundle

HPUX11i-OE B.11.11.0406 HP-UX 11i Operating Environment Component
Best wishes,

Ganesh.
Stijn V
Regular Advisor

Re: Howt check HP-UX release

I do receive the following:

HPUX11i-OE-Ent B.11.31 HP-UX Enterprise Operating Environment
V. Nyga
Honored Contributor

Re: Howt check HP-UX release

Hi,

from google-search in itrc:
http://forums11.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1258166

How to solve:
Just install the necessary (or latest) bundles.
Download QPKBASE bundle from SUM site:
http://www13.itrc.hp.com/service/sum/home.do

HTH
Volkmar
*** Say 'Thanks' with Kudos ***
Stijn V
Regular Advisor

Re: Howt check HP-UX release

Ok thanks, but I still don't know how to check the version ...
Jeeshan
Honored Contributor

Re: Howt check HP-UX release

uname -a
a warrior never quits
V. Nyga
Honored Contributor

Re: Howt check HP-UX release

Check the installed products - see 'man swlist' and see the posted thread.
Or use 'uname -a'

V.
*** Say 'Thanks' with Kudos ***
Analyst
Trusted Contributor

Re: Howt check HP-UX release

#uname -r
gives the version.

#uname -a
gives detailed description.

#model
hardware description.

#machinfo
detailed report of hardware & etc....
Torsten.
Acclaimed Contributor

Re: Howt check HP-UX release

Because you need to re-install the VMHost, you won't have a problem with this part.

Regarding the guests, this is what the manual says:

"4.1 Installing the HP-UX Guest Operating System

You can install following versions of HP-UX on a virtual machine:
├в ┬в HP-UX 11i v2 May 2005 or later
├в ┬в HP-UX 11i v3
..."



HP Integrity Virtual Machines Version 4.0
Installation, Configuration, and
Administration
HP Part Number: T2767-90141
Published: September 2008, Edition 5

page 59

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!   
Torsten.
Acclaimed Contributor

Re: Howt check HP-UX release

How to check the version of the core?

Example:

# swlist | grep OE
...
HPUX11i-DC-OE B.11.31.0809 HP-UX Data Center Operating Environment

(0809 = september 2008)

my older box:

# swlist | grep OE
HPUX11i-TCOE B.11.11.0509 HP-UX Technical Computing OE Component


(0509 = september 2005)

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!