1753868 Members
7518 Online
108809 Solutions
New Discussion юеВ

Version release.

 
SOLVED
Go to solution
Eli Daniel
Super Advisor

Version release.

good morning
server is installed in HP-UX 11v2
is to install the operating system release June2008
which command to use to view the release version?
the release currently installed on server
8 REPLIES 8
Jupinder Bedi
Respected Contributor

Re: Version release.

uname -a is the command but if you only want to seethe version than use uname -r

for more details of versions use following link





http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5990-8591/5990-8591_top.html&con=/hpux/onlinedocs/5990-8591/00/00/9-con.html&toc=/hpux/onlinedocs/5990-8591/00/00/9-toc.html&searchterms=release%7cversion%7chp-ux&queryid=20040714-232553

All things excellent are as difficult as they are rare
Eli Daniel
Super Advisor

Re: Version release.

but the version release operation sytem? how to find it?
Jupinder Bedi
Respected Contributor

Re: Version release.

you can also do

swlist | grep -i hpux

it will tell you each and everything.
All things excellent are as difficult as they are rare
Eli Daniel
Super Advisor

Re: Version release.

if install the release junio2008 the variable must change the name to junio2008????

HPUX11i-OE-Ent B.11.23.0712 HP-UX Enterprise Operating Environment Component


SAPL902:/> swlist | grep -i hpux
HPUX11i-OE-Ent B.11.23.0712 HP-UX Enterprise Operating Environment Component
HPUXBaseAux B.11.23.0712 HP-UX Base OS Auxiliary
HPUXBaseOS B.11.23 HP-UX Base OS
OnlineDiag B.11.23.10.05 HPUX 11.23 Support Tools Bundle, December 2007
SysFaultMgmt B.03.00.04.01 HPUX System Fault Management
hpuxwsApache B.2.0.55.03 HP-UX Apache-based Web Server
hpuxwsTomcat B.5.5.9.04 HP-UX Tomcat-based Servlet Engine
hpuxwsWebmin A.1.070.07 HP-UX Webmin-based Admin
hpuxwsXml A.2.00 HP-UX XML Web Server Tools
Contrib-Tools B.11.23.08.04 HPUX Contributed Tools
Sup-Tool-Mgr B.11.23.08.04 HPUX Support Tools Manager for HPUX systems
SysInfo A.05.07 HPUX system data collector


Jupinder Bedi
Respected Contributor
Solution

Re: Version release.

can you try the following command

swlist -l bundle HPUXBaseAux


this will tell you the current release of your hp unix server and if you upgrade it and than it will tell you the same
All things excellent are as difficult as they are rare
James R. Ferguson
Acclaimed Contributor

Re: Version release.

Hi Eli:

# swlist |grep -iE "HPUX11|HPUXBase"

Regards!

...JRF...
Torsten.
Acclaimed Contributor

Re: Version release.

HPUX11i-OE-Ent B.11.23.0712 HP-UX Enterprise Operating Environment Component


You have December 2007 release.

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!   
Eli Daniel
Super Advisor

Re: Version release.

Thanks