HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to apply multiple patches in one go
Operating System - HP-UX
1833007
Members
2436
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-12-2001 11:03 PM
02-12-2001 11:03 PM
How to apply multiple patches in one go
Hi,
I had down loaded multiple patches from HP side. Most of the patches required a reboot. Is there a way of applying all patches in one go ?
Patches are PHSS, PHKL, PHCO and jre
Thanks in advance,
YC
I had down loaded multiple patches from HP side. Most of the patches required a reboot. Is there a way of applying all patches in one go ?
Patches are PHSS, PHKL, PHCO and jre
Thanks in advance,
YC
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 11:16 PM
02-12-2001 11:16 PM
Re: How to apply multiple patches in one go
Hi,
Yes there is.
Start the swinstall GUI.
Select source (Actions -> Change Source ...)and target (Actions -> Change Target...).
Select 'Actions -> Manage patch selections...'
Check the two checkboxes and continue.
Swinstall wil determine what patches match the target and select only those. The reboot will: be done at the end.
Hope this helps,
Rik
Yes there is.
Start the swinstall GUI.
Select source (Actions -> Change Source ...)and target (Actions -> Change Target...).
Select 'Actions -> Manage patch selections...'
Check the two checkboxes and continue.
Swinstall wil determine what patches match the target and select only those. The reboot will: be done at the end.
Hope this helps,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 11:17 PM
02-12-2001 11:17 PM
Re: How to apply multiple patches in one go
Hi,
Yes, you can do like this:
First you unpack all the shell archives and then you create a bundle.
This is a script I use for this purpose. Run it in the "download" dir.
#!/usr/bin/ksh
PHROOT=/hpdepot/Patches/10.x (Substitute with your own path)
if [ `whoami` != 'root' ]; then
echo "Must be run as root !"
exit
fi
for file in PH*_?????
do
sh $file
done
read -r BUNDLE?"Enter name of new bundle: "
BUNDLE=$PHROOT/$BUNDLE
mkdir $BUNDLE
for i in PH*.depot
do
swcopy -s ${PWD}/$i \* @ $BUNDLE
done
Yes, you can do like this:
First you unpack all the shell archives and then you create a bundle.
This is a script I use for this purpose. Run it in the "download" dir.
#!/usr/bin/ksh
PHROOT=/hpdepot/Patches/10.x (Substitute with your own path)
if [ `whoami` != 'root' ]; then
echo "Must be run as root !"
exit
fi
for file in PH*_?????
do
sh $file
done
read -r BUNDLE?"Enter name of new bundle: "
BUNDLE=$PHROOT/$BUNDLE
mkdir $BUNDLE
for i in PH*.depot
do
swcopy -s ${PWD}/$i \* @ $BUNDLE
done
Keep it simple
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 11:41 PM
02-12-2001 11:41 PM
Re: How to apply multiple patches in one go
Hi,
Although Rik's solution will work, you should create a depot as Tommy suggested if you have more than one server to patch.
This will make life a lot easier in the future.
Make sure when applying patches that you select the 'match_target' option.
Regards,
Dan
Although Rik's solution will work, you should create a depot as Tommy suggested if you have more than one server to patch.
This will make life a lot easier in the future.
Make sure when applying patches that you select the 'match_target' option.
Regards,
Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP