1834640 Members
3185 Online
110069 Solutions
New Discussion

hp-ux 11i

 
Jerry Sims
Advisor

hp-ux 11i

How do you tell what installation of 11i was
installed on your system ?

As in "OE" :
11i-OE INTERNET
11I-OE-ENT ENTERPRISE
11i-OE-MC MISSION CR
11i-OE-TCOE TECHNICAL
11i-OE-MTOE MIN. TECH
Learn More
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: hp-ux 11i

Hi Jerry:

Try:

# swlist -l fileset HPUX11i-OE|grep -i -e internet -e enterprise -e mission -e technical -e mtoe

Regards!

...JRF...
Ray Brewer
Valued Contributor

Re: hp-ux 11i

uname -a will give this information.

HP-UX B.11.11 U 9000/XXX XXXXXXXXXX unlimited-user license

This information will vary depending on which licensing you have and what model machine it is installed on.

Ray