Operating System - HP-UX
1758268 Members
2425 Online
108868 Solutions
New Discussion юеВ

how to install patch from sw_depot

 
kashyapi
Frequent Advisor

how to install patch from sw_depot

I have depot located at /tmp/sw_depot .I want to install some specific patches from that depot.When i am running command #swinstall -s /tmp/sw_depot , i can see the bundle and products to be installed.But i cannot see patches.Can you help me out how to find out and install the patch.
Thanks
11 REPLIES 11
Fabio Ettore
Honored Contributor

Re: how to install patch from sw_depot

Hi,

please post the output of

swlist -l product @ /tmp/sw_depot

Best regards,
Fabio
WISH? IMPROVEMENT!
James R. Ferguson
Acclaimed Contributor

Re: how to install patch from sw_depot

Hi:

I suggest that you first verify what the depot contains:

# swlist -d -s /tmp/sw_depot

Regards!

...JRF...
Dennis Handly
Acclaimed Contributor

Re: how to install patch from sw_depot

>JRF: I suggest that you first verify what the depot contains:

Right. You may want to list patches:
swlist -l patch -s /tmp/sw_depot
Prasanth Thomas
Valued Contributor

Re: how to install patch from sw_depot

You have to verify whether the relevant patch is included or not.
#swlist -l patch -s /tmp/sw_depot

Or grep the required path.


Regards,
Prasanth Thomas.
kashyapi
Frequent Advisor

Re: how to install patch from sw_depot

Thanks Prashant ,
"swlist -l patch -s /tmp/sw_depot" gives me list of patches in the depot.How do i install the patch as i can see the patch which i have to install.

but swlist -d -s @/tmp/sw_depot only provides products and bundles list.

please help me....
James R. Ferguson
Acclaimed Contributor

Re: how to install patch from sw_depot

Hi:

To install do:

# swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/sw_depot \*

or:

# swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/sw_depot PHXX_nnnn

Regards!

...JRF...
Tingli
Esteemed Contributor

Re: how to install patch from sw_depot

Or an interactive way:

# swinstall -s /tmp/sw_depot

Then pick the patches you need for installation.
Prasanth Thomas
Valued Contributor

Re: how to install patch from sw_depot

Hi,

Please run the below command and select the required pacth from the list.

# swinstall -s /tmp/sw_depot

Regards,
Prasanth Thomas.
Prasanth Thomas
Valued Contributor

Re: how to install patch from sw_depot