- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check Operating Environment
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2009 03:54 AM
02-11-2009 03:54 AM
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??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2009 04:03 AM
02-11-2009 04:03 AM
SolutionUse 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
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2009 04:05 AM
02-11-2009 04:05 AM
Re: How to check Operating Environment
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2009 04:06 AM
02-11-2009 04:06 AM
Re: How to check Operating Environment
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
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2009 04:44 AM
02-11-2009 04:44 AM
Re: How to check Operating Environment
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