Operating System - HP-UX
1834814 Members
2992 Online
110070 Solutions
New Discussion

bundle installation pre-check

 
James Ellis_1
Super Advisor

bundle installation pre-check

I am soon going to install a patch bundle to get the patches updated. Am curious if there is anything I need to do besides committing the patches (via cleanup -c 1) and doing a make_recovery? Currently two databases reside on the server. Thanks in advance for any inputs.
-James
"In the middle of difficulty lies opportunity" -Einstein
6 REPLIES 6
Sebastian Galeski_1
Trusted Contributor

Re: bundle installation pre-check

Hi before You start install new patches check status of all products already installed, do next command:
swlist -l fileset -a state | grep -v conf |grep -v "^#"

result should be empty. If isn't try to repair it.
Jeff Schussele
Honored Contributor

Re: bundle installation pre-check

Hi James,

After a swlist check & any cleanup required you can do the swinstall with a -p to preview w/o any actual install to be notified of any problems that would occur i.e. dependencies unfulfilled.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
James R. Ferguson
Acclaimed Contributor

Re: bundle installation pre-check

Hi:

Before you install a new patch bundle, I would do 'cleanup -c 1' to commit a baseline as you yourself have indicated. Before doing that, it is always good to backup '/var/adm/sw/' (the directory). Taking an Ignite make_tape_recovery images is always excellent insurance too.

After the patch application, run the 'check_patches' utility. This is a front-end to 'swlist' which verifies that all patches have been correctly installed.

Regards!

...JRF...
Mark Greene_1
Honored Contributor

Re: bundle installation pre-check

Check with your database vendor that they have certified their product with the patch bundle, or not. They may require/specifically exclude certain individual patches.

HTH
mark
the future will be a lot like now, only later
Helen French
Honored Contributor

Re: bundle installation pre-check

Hi James:

I would suggest you to do the following:

1) Create make_tape_recovery tapes
2) Create your patch bundle with Custom Patch Manager:
http://us-support.external.hp.com/wps/bin/doc.pl/sid=8e3176d41a23c39e64
3) Preview the results with -p option using swinstall (if needed)
4) Do the Installation
5) Run cleanup command if old patches exists

HTH,
Shiju

Life is a promise, fulfill it!
Sebastian Galeski_1
Trusted Contributor

Re: bundle installation pre-check

run swinstall with option:
-x patch_match_target=true, if you do it from command line or:
menu Action->Manage patch selection and choose Automatically select patches from existing software on the depot if You use interactive swinstall