1834800 Members
2603 Online
110070 Solutions
New Discussion

Re: HP-UX 11i

 
SOLVED
Go to solution
Alroy Cambridge
New Member

HP-UX 11i

what command can i use to display the release version of HP-UX on my server?
6 REPLIES 6
Alzhy
Honored Contributor

Re: HP-UX 11i

uname -a
Hakuna Matata.
Patrick Wallek
Honored Contributor

Re: HP-UX 11i

Use uname.

# uname -r
B.11.23

# man uname

for more information.
Steven E. Protter
Exalted Contributor
Solution

Re: HP-UX 11i

uname -a] uname -a
HP-UX hpweb B.11.11 U 9000/803 2014231893 unlimited-user license

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
A. Clay Stephenson
Acclaimed Contributor

Re: HP-UX 11i

uname -r or uname -a for a bit more.
Man uname for details.
If it ain't broke, I can fix that.
Geoff Wild
Honored Contributor

Re: HP-UX 11i

And try this:

swlist -l bundle -a state -a revision HPUX\*


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
HGN
Honored Contributor

Re: HP-UX 11i

Hi

Try

# uname -r
B.11.11

# uname -a
This will give full detail

Rgds

HGN