- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Installing patches
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 09:36 AM
04-05-2002 09:36 AM
Installing patches
Oracle DBA is upgrading. He gave me a lost of HP patches oracle requires it was total of 6 patches. I called HP they said it has many dependencies. I need to install 68 patches.
I need to download one by one 68 patches from the hp site and install. They suggested me to put it in a depot and install once.
What if some of the patches is alraedy in the system? Does it screw me up?
And also waht is the efficient way to do this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 09:48 AM
04-05-2002 09:48 AM
Re: Installing patches
1) Unshare all patch using:
for i in PH*
do
sh $i
done
2) Combine the separate depots into one depot:
mkdir /tmp/patches
for i in PH*.depot
do
swcopy -s ${PWD}/$i \* @ /tmp/patches
done
4) Verify the contents of the depots:
swlist -d @ /tmp/patches
Good Luck
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 09:54 AM
04-05-2002 09:54 AM
Re: Installing patches
(say you put 'em in /tmp)
PHSS_1111
PHSS_2222
PHSS_3333
# cd /tmp
# for i in PH*
> do
> sh $i
> done
# mkdir /tmp/patch_depot
# for i in PH*.depot
> do
> swcopy -s /tmp/$i \* @ /tmp/patch_depot
> done
Now run swinstall and specify /tmp/patch_depot as your source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 09:55 AM
04-05-2002 09:55 AM
Re: Installing patches
after see swinstall.log for more information.
Use:
swinstall install analyst and see logfile.
See man swinstall.
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 09:57 AM
04-05-2002 09:57 AM
Re: Installing patches
In these cases the best option is to choose the custom patch manager from HP site. This will be very helpful and useful.
While installing the patches, ALWAYS you need to make sure that you are installing all dependencies too. If you dont want to re-install some patches, then you can specify the re-install option to false, during swinstall. In normal case, it will overwrite the old patches in the system and will not give any harm to you.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 10:03 AM
04-05-2002 10:03 AM
Re: Installing patches
Check this document for making a patch depot from a number of individual patches:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=07623a8d08420fb128/screen=ckiDisplayDocument?docId=200000059338217
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 10:18 AM
04-05-2002 10:18 AM
Re: Installing patches
Is there any fast way to get these patches instead of downloading one by one?
Shiju:
What does the HP patch manager do?
How do I get there?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 10:33 AM
04-05-2002 10:33 AM
Re: Installing patches
Have a look at the new beta version of the ITRC Patch Database:
http://us-support2.external.hp.com/estaff/bin/doc.pl/screen=estaffDocs/sid=52587aa1114fce84be?Log=SCR%3DHOME_SCREEN&File=welcome/pdbbeta.htm
You can now download multiple patches in a group.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 10:34 AM
04-05-2002 10:34 AM
Re: Installing patches
Hewlett-Packard's Custom Patch Manager allows you to electronically manage your HP-UX patching needs. The tool guides you through the patch analysis, selection and installation process for a specific system, makes it easy for you to identify and install only the patches that apply to your system, and reduces common patching errors.
See this for more detail:
http://us-support.external.hp.com/common/bin/doc.pl/screen=commonInfo/sid=37aee409164c4866d4/distrib_redir=0+1018032058|*?Service=wps
For CPM, try here:
http://us-support.external.hp.com/wps/bin/doc.pl/sid=4b93f3260e2da40b9c
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 11:27 AM
04-05-2002 11:27 AM
Re: Installing patches
Still you have to pick one by one and add it to the list and then download right?
Which type is better gzip or tar?
How do I uncompress it after ftp to the unix server?
Sorry guys I am asking too many questions. I am in a lot of time pressure.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 11:44 AM
04-05-2002 11:44 AM
Re: Installing patches
1) I am not sure about the beta site. But if you use the custom patch manager, you can run the collect script on your server, it ill check you system information ( patch level, applications etc) and then you can upload this data to ITRC. HP will give you a custom patch bundle depend on these analysis.
2) tar and gzip, both are good. I think gzip needs less space.
3) To uncompress tar, use:
# tar -xvf /tmp/depot_name.tar
for gzip:
# gunzip fil_name
See man pages for more details.
Good luck ..be cool =))
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 02:46 PM
04-05-2002 02:46 PM
Re: Installing patches
With regard to the beta site download, pick the patches you want, adding them (and/or their dependencies) to the cart. I'd simply choose a 'tar' format. You will end up downloading a bundle called 'patches.tar'. Use that file as your depot for 'swinstall'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 03:00 PM
04-05-2002 03:00 PM
Re: Installing patches
you are right,
JUst download the patches you require by slecting one by one. HP Will allow you to download a single file containing all the patches in which you are interested. It does not make any difference which format you select for download (tar or zip). Just untar it after downloading and the file will serve as depot for you.
Just install the single product using swinstall and you are all set.
Thanks,
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 12:55 PM
04-08-2002 12:55 PM
Re: Installing patches
Guess what! After all the research they decided not to with the Oracle upgrade. I am not installing the patches.