Operating System - HP-UX
1837835 Members
2373 Online
110121 Solutions
New Discussion

Re: How I can know Which Operating Environment I have?

 
SOLVED
Go to solution
Abdullah_2
Advisor

How I can know Which Operating Environment I have?

Dear All,
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
9 REPLIES 9
George_Dodds
Honored Contributor

Re: How I can know Which Operating Environment I have?

uname -a

Ta

George
Abdullah_2
Advisor

Re: How I can know Which Operating Environment I have?

I know this command .It is give the OS Version
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
George_Dodds
Honored Contributor

Re: How I can know Which Operating Environment I have?

doh read it too quickly, not sure.

Maybe swlist might give you the info.
Michael Tully
Honored Contributor

Re: How I can know Which Operating Environment I have?



# swlist -a revision (should give you what you need)
Anyone for a Mutiny ?
Tom Geudens
Honored Contributor
Solution

Re: How I can know Which Operating Environment I have?

Hi,
Can't check it (haven't got 11i yet), but my guess would be in the manifest :
more /var/opt/ignite/local/manifest/manifest

Hope this helps,
Tom Geudens
A life ? Cool ! Where can I download one of those from ?
Michael Kelly_5
Valued Contributor

Re: How I can know Which Operating Environment I have?

You could try doing
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.
The nice thing about computers is that they do exactly what you tell them. The problem with computers is that they do EXACTLY what you tell them.
Bernhard Mueller
Honored Contributor

Re: How I can know Which Operating Environment I have?

Abdullah

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.
Tim D Fulford
Honored Contributor

Re: How I can know Which Operating Environment I have?

Hi

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
-
James R. Ferguson
Acclaimed Contributor

Re: How I can know Which Operating Environment I have?

Hi:

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...