- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I install 8 patches at a time?
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
03-04-2002 03:19 AM
03-04-2002 03:19 AM
I have to install 8 patches. All of them need to reboot the system. I know how to install one by one but it's very slow. Are there other way to do it?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 03:24 AM
03-04-2002 03:24 AM
Re: How can I install 8 patches at a time?
if you want to install patches which need a reboot, there is no possibility to install them, without installing them and do a reboot after each install. Sorry....
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 03:27 AM
03-04-2002 03:27 AM
Re: How can I install 8 patches at a time?
then swinstall from the depot, selecting all.
This will take care of it for you.
man swcopy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 03:45 AM
03-04-2002 03:45 AM
SolutionThere is a way to do that, I had your same problem and I managed to do it with only 1 reboot. Follow this link:
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0xaf457b8d1de3d5118ff40090279cd0f9,00.html
to see the answers of those who replied me when I asked this question.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 03:45 AM
03-04-2002 03:45 AM
Re: How can I install 8 patches at a time?
Use this command,...
for i in PHSS_0001 PHSS_0002 PHSS_0003
do
swcopy -s /tmp/$i.depot -x enforce_dependencies=false -x mount_all_filesystems=false \* @ /tmp/depot1
done
Substitute patch names, locations etc for the real ones you are using.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 05:55 AM
03-04-2002 05:55 AM
Re: How can I install 8 patches at a time?
Manel.