- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How I can know Which Operating Environment I h...
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
07-15-2003 01:43 AM
07-15-2003 01:43 AM
I think there is 3 to 4 Operating Environment for HP-UX :
1 - HP-UX 11i Operating Environment (Base/Internet)
2 - HP-UX 11i Enterprise Operating Environment
3 - HP-UX 11i Mission Critical Operating Environment
How I can know my Operating Enviroment ?
Is There any command to give me this result?
Kind Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 01:49 AM
07-15-2003 01:49 AM
Re: How I can know Which Operating Environment I have?
Ta
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 01:52 AM
07-15-2003 01:52 AM
Re: How I can know Which Operating Environment I have?
Like B.11.11 which is HP-UX11i
but my quistion is which Environment :
Base/Internet
or
Enterprise Operating Environment
or
Mission Critical Operating Environment
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 01:52 AM
07-15-2003 01:52 AM
Re: How I can know Which Operating Environment I have?
Maybe swlist might give you the info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 01:54 AM
07-15-2003 01:54 AM
Re: How I can know Which Operating Environment I have?
# swlist -a revision (should give you what you need)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 01:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 01:58 AM
07-15-2003 01:58 AM
Re: How I can know Which Operating Environment I have?
swlist | grep HPUX
On my HPUX 11i Enterprise systems this reports (among other things):
HPUX11i-OE-Ent B.11.11.0209 HP-UX Enterprise Operating Environment Component
HTH,
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 02:03 AM
07-15-2003 02:03 AM
Re: How I can know Which Operating Environment I have?
try
swlist -a description -l bundle HPUX11i-OE
Sample output
# Initializing...
# Contacting target "maxtest1"...
#
# Target: maxtest1:/
#
HPUX11i-OE " _________________________________________
Hewlett-Packard Company
HP-UX 11i Operating Environment Component
HPUX11i-OE
_________________________________________
This is the HP-UX 11i Operating Environment Component Bundle.
This bundle is the base collection of functionality for the HP-UX 11i
Operating Environment and is geared toward basic Internet and E-Services
uses such as Web serving and content serving. The HP-UX 11i OE includes
the HP-UX kernel and commands, as well as many layered software products
including:
* Apache Web Server
* Common Internet File System (CIFS) Server and Client
* Java 1.2 Runtime Environment and Java JPI
* Netscape Communicator
* PAM Kerberos
* ServiceControl Manager
* Base-VxVM (volume manager)
* Perl
The software contained in this bundle is a set of fully integrated and
tested products. This bundle is intended to be installed as a complete
set on top of the HP-UX 11i Base software, however any single layered
product is available individually.
This bundle is intended for 32- or 64-bit capable HP9000 systems that
will run HP-UX 11i (revision B.11.11)."
Regards,
Bernhard
P.S. you have a poor record of assigning points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 02:11 AM
07-15-2003 02:11 AM
Re: How I can know Which Operating Environment I have?
This is more of a support contract type of question rather than OS related....
swlist...yes & no...
HP-UX 11i OE does not come with anything else
HP-UX 11i EntOE has GlancePlus, OnlineJFS, Mirror/UX etc
HP-UX 11i MissionCritOE, as EntOE above + ServiceGuard + different support agreement
It basicaly boils down to what you bought the base OS is (as far as I'm aware) exactly the same. We buy EntOE & ADD to it ServiceGuard, it is still on an Enterprise contract... Soo the swlist route is only an indicator.
There is one other type of environment, technical computing which has a "parralell Maths lib."
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 03:32 AM
07-15-2003 03:32 AM
Re: How I can know Which Operating Environment I have?
To ascertain which 11i OE you have, do:
# swlist -l fileset HPUX11i-OE|grep -i -e internet -e enterprise -e mission -e technical -e mtoe
Regards!
...JRF...