- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- multiple patches installation
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
06-03-2004 08:08 PM
06-03-2004 08:08 PM
I'm about to install a set of patches (recommended by a run of hpjconfig on a server).
Several of these patches require a reboot, and there are several crossed dependencies mentionned in the patch report.
Is it correct to install all patches at once using something like
"swinstall -s
or is it necessary to install each of them individually ?
thank's
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:12 PM
06-03-2004 08:12 PM
Solution1.Copy your patches into a separate directory.
2. Unshar the patches by typing these line:
#cd /patch_directory
#for i in PH*
do
sh $i
done
3.Combine all these separate depots into one depot.
To do this, use the swcopy command. First, create the directory to store the patches:
#mkdir /tmp/patch_depot (or where ever you wish)
4.Now take the patch depots and copy them into the target depot by typing these lines:
#for i in PH*.depot
do
swcopy -x enforce_dependencies=false -x mount_all_filessystems=false -s ${PWD} /$i \* @ /tmp/patch_depot
done
5. Check /var/adm/sw/swagent.log and swcopy.log if you recieve any errors.
6. To verify the contents of the depot:
#swlist -d @ /tmp/patch_depot
6. Now install them
#swinstall -s /tmp/patch_depot
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:14 PM
06-03-2004 08:14 PM
Re: multiple patches installation
Doing them individually may cause your system to fail to boot.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:14 PM
06-03-2004 08:14 PM
Re: multiple patches installation
if you have individual patches not already i a batch depot you need to swcopy them into a depot otherwise you will reboot for each patch thats requires a reboot rather than one reboot.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:16 PM
06-03-2004 08:16 PM
Re: multiple patches installation
;-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:28 PM
06-03-2004 08:28 PM
Re: multiple patches installation
Regards,
ira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:40 PM
06-03-2004 08:40 PM
Re: multiple patches installation
I received the patches from ITRC download center, and created a depot using the provided script create_depot_hp-ux_11.
The result is, as suggested in your responses, a bundle that contains all what I need.
I tried the installation as mentionned above, and all is OK,
thanks!
antonio.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 09:25 PM
06-03-2004 09:25 PM
Re: multiple patches installation
if all is ok and we could help you then would you mind assining points ?
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 09:42 PM
06-03-2004 09:42 PM
Re: multiple patches installation
it is polite to assign points to people who given up there time in a non paid capacity to help others Franky gave you a detailed explanation and deserves the points. I see you have not assigned points to anyone since you became a memeber not a good way of getting continued support in the future.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 10:00 PM
06-03-2004 10:00 PM
Re: multiple patches installation
I apologize for that impoliteness (indeed, I hadn't read about the points system, and just ignored it).
So I just will repair this right now!
thank's again for your answers.
antonio.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 03:10 AM
06-07-2004 03:10 AM