Operating System - HP-UX
1832308 Members
2057 Online
110041 Solutions
New Discussion

hpux 11i operating environment

 
sharif naser_1
Frequent Advisor

hpux 11i operating environment

Hi experts,

How would i know which operating environment installed on my machine.

TIA.
6 REPLIES 6
Michael Tully
Honored Contributor

Re: hpux 11i operating environment

# uname -a

To get patch levels and detail info:

# /usr/sbin/swlist -a revision
Anyone for a Mutiny ?
Robert-Jan Goossens
Honored Contributor

Re: hpux 11i operating environment

Hi,

# uname -a
will give you the OS version

Check below commands if your system is supports 64 bits.
# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
# getconf KERNEL_BITS
64
# getconf HW_32_64_CAPABLE
1

Hope this helps,
Robert-Jan
curt larson_1
Honored Contributor

Re: hpux 11i operating environment

Michael Tully
Honored Contributor

Re: hpux 11i operating environment

I didn't read all of the attachments in Curt's answer, but if you run an ignite backup (make_tape_recovery) you can then run a 'print_manifest' command. It will show you heaps.

If you haven't ignite installed, seriously look into installing it. It will save you time, energy and from disasters.

http://www.software.hp.com/products/IUX/download.html
Anyone for a Mutiny ?
Gerhard Roets
Esteemed Contributor

Re: hpux 11i operating environment

Hi

To get the operating environment the machine is loaded with

swlist | grep HPUX

eg.

HPUX11i-OE-MC B.11.11.0303 HP-UX Mission Critical Operating
Environment Component

or ...

HPUX11i-TCOE B.11.11.0303 HP-UX Technical Computing OE Comp
onent

You can look at the HP web site for details of each enverinment and included packages.

If you have a stock standard environment im not to sure what it will list though.

If you just want to know the os.

uname -a

If you want to know the installed software use

swlist

If you want to see which patches is installed

swlist -l patch ( be prepared for a load of output )

HTH

Regards
Gerhard
Keith Bevan_1
Trusted Contributor

Re: hpux 11i operating environment

Tia,

uname -a

or

swlist | grep 'HPUX'


Keith
You are either part of the solution or part of the problem