Operating System - HP-UX
1833467 Members
2810 Online
110052 Solutions
New Discussion

Unix command to determine the operating environment

 
SOLVED
Go to solution
CJENSEN_1
Regular Advisor

Unix command to determine the operating environment

On a RP5470 running 11.11. Is there a unix command that will tell me what operating environment is installed (ie - mission critical, enterprise, internet, technical computing, etc)?
4 REPLIES 4
melvyn burnard
Honored Contributor
Solution

Re: Unix command to determine the operating environment

try:
#swlist -l bundle |grep OE

# HPUX11i-OE-MC B.11.11.0306 HP-UX Mission Critical Operating Environment Component
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
James R. Ferguson
Acclaimed Contributor

Re: Unix command to determine the operating environment

Hi:

# swlist|grep HPUX11i-OE

Regards!

...JRF...
Adam W.
Valued Contributor

Re: Unix command to determine the operating environment

Man "swlist"

It is a great command and can give you all of the information needed.
There are two types of people in the world, Marines and those who wish they were.
CJENSEN_1
Regular Advisor

Re: Unix command to determine the operating environment

Thanks!