Operating System - HP-UX
1833016 Members
2272 Online
110048 Solutions
New Discussion

Determining which OE was installed via CLI?

 
SOLVED
Go to solution
Sean OB_1
Honored Contributor

Determining which OE was installed via CLI?

Is there a way via command line to determine which OE was installed on a machine?

TIA and points for all responses.

Sean
5 REPLIES 5
harry d brown jr
Honored Contributor

Re: Determining which OE was installed via CLI?

swlist

live free or die
harry d brown jr
Live Free or Die
Kent Ostby
Honored Contributor
Solution

Re: Determining which OE was installed via CLI?

swlist | grep Env
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
erics_1
Honored Contributor

Re: Determining which OE was installed via CLI?

Sean,

swlist -l bundle|grep OE

Regards,
Eric
Sean OB_1
Honored Contributor

Re: Determining which OE was installed via CLI?

hmm, a little more info please.

swlist -l product doesn't show anything that I recognize as a particular OE.

This box should have come with Enterprise OE from the factory and I'm trying to determine if it did indeed come that way.

What am I looking for in swlist?
Sean OB_1
Honored Contributor

Re: Determining which OE was installed via CLI?

Thanks.