Operating System - HP-UX
1752786 Members
5627 Online
108789 Solutions
New Discussion

Re: What version of HP-UX 11vi3 is loaded

 
marvin51796
Regular Advisor

What version of HP-UX 11vi3 is loaded

how do you find out if Datacenter, HA, or base OE is loaded on a unix server?

 

3 REPLIES 3
SoorajCleris
Honored Contributor

Re: What version of HP-UX 11vi3 is loaded

Hi,

 

#swlist -l bundle |grep -i operating

 

Regards,

Sooraj

"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
Robert_Jewell
Honored Contributor

Re: What version of HP-UX 11vi3 is loaded

Or, a manner that is more key press efficient :-)

 

# swlist | grep OE

  HPUX11i-BOE           B.11.31.1109   HP-UX Base Operating Environment

 

BTW...B.11.1109 refers to September 2011 release of the 11.31 OE.

 

-bob

----------------
Was this helpful? Like this post by giving me a thumbs up below!
Sabha
Occasional Visitor

Re: What version of HP-UX 11vi3 is loaded

You can determine the update release date and the Operating Environment by entering the following:


# swlist | grep HPUX11i

 

The resulting output will list the current release identifier, update release date, and Operating Environment.

For example:

HPUX11i-BOE B.11.31.0903 HP-UX Base Operating Environment

The above revision string signifies the following:
B.11.31 = HP-UX 11i v3
0903 = March 2009 Update Release