Operating System - HP-UX
1834461 Members
3008 Online
110067 Solutions
New Discussion

How to see if the patch or software is configured on HP-UX using swlsit

 
SOLVED
Go to solution
Mike_305
Super Advisor

How to see if the patch or software is configured on HP-UX using swlsit

Hi,

I use to use swlist -a stat -l fileset | grep -i PHCO_111111 to if its install and now I can't see if it's configured.

Any idea on what I am doing wrong.

Appreciate your help.

Thanks,

Mike
If there is problem then don't think as problem, think as opportunity.
4 REPLIES 4
Patrick Wallek
Honored Contributor
Solution

Re: How to see if the patch or software is configured on HP-UX using swlsit

It works for me.

swlist -l fileset -a state |grep PHCO_33431

What version of HP-UX are you running? Do you have all of the latest software distributor patches installed?
Jaime Bolanos Rojas.
Honored Contributor

Re: How to see if the patch or software is configured on HP-UX using swlsit

Mike, just for being Friday I will not re-invent the warm water,

This link will help you out,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1031522

Regards,

Jaime.
Work hard when the need comes out.
Marvin Strong
Honored Contributor

Re: How to see if the patch or software is configured on HP-UX using swlsit

looking at your commandline you have

-a stat

should be

-a state (as stated above)

unless you just typoed what you entered here.
Mike_305
Super Advisor

Re: How to see if the patch or software is configured on HP-UX using swlsit

Thanks for your help.
If there is problem then don't think as problem, think as opportunity.