Operating System - HP-UX
1828206 Members
2338 Online
109975 Solutions
New Discussion

How to check Operating Environment

 
SOLVED
Go to solution
H_16
Trusted Contributor

How to check Operating Environment

How can I check what Operation Environment is installed.

For example for HPUX 11i there are the following - Foundation Operating Environment, Enterprise, Mission Critical, etc..

Were there different editions for HPUX version 11 if so how do I check what environment is in place??
4 REPLIES 4
Ganesan R
Honored Contributor
Solution

Re: How to check Operating Environment

Hi,

Use the below commands.

# swlist -l bundle |grep -i HPUX
HPUX11i-OE-MC B.11.11.0212 HP-UX Mission Critical Operating Environment Component
HPUXBase64 B.11.11 HP-UX 64-bit Base OS
HPUXBaseAux B.11.11.0212 HP-UX Base OS Auxiliary
OnlineDiag B.11.11.19.01 HPUX 11.11 Support Tools Bundle, June 2007

or just,

# swlist -l bundle
Best wishes,

Ganesh.
Sani
Frequent Advisor

Re: How to check Operating Environment

Hi ,

One simple way is using swlist

#swlist |grep -i env

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

It will show the Environment of installed OS
Ganesan R
Honored Contributor

Re: How to check Operating Environment

Hi,

If you want to know more about different environments then go here.

http://docs.hp.com/en/oshpux11iv3.html#HP-UX%2011i%20v3%20Operating%20Environments
Best wishes,

Ganesh.
sujit kumar singh
Honored Contributor

Re: How to check Operating Environment

Hi

the command to kow what Operating Environment the Installed OS on the system belongs,

you can also use

#swlist | grep -i oe


as tun on my system this shows as:

# swlist | grep -i oe
HPUX11i-OE B.11.23.0505 HP-UX Foundation Operating Environment Component
#


OE - Foundation Operationg Enviromment
EOE - Enterprise Operating Environment
TCOE - Technical Computing Operating Environment
MCOE- Mission Critical Operating Environment




in 11.31
you can also find

DCOE - Data Center OE
VSEOE - Virtual Server OE.



the OS is Customized as far as the softwares are concerned for the Various OEs.




for more on 11iv3OEs you can also refer to
for knowing the OEs in details.


http://h20338.www2.hp.com/hpux11i/cache/585225-0-0-0-121.html?jumpid=go/tov3oes


regards
sujit