- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- about 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
07-29-2005 08:46 PM
07-29-2005 08:46 PM
about installing patches
all of them need rebooting after installed
can i set -x autoreboot=false every the 4 installation
then set -x autoreboot=true at the last one installation?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 09:01 PM
07-29-2005 09:01 PM
Re: about installing patches
it is recommended that u reboot after every patch installation since it is PHKL patch.
This can also help in support in case ur system fails to boot after patch installation.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 10:05 PM
07-29-2005 10:05 PM
Re: about installing patches
Could you not just pop them all in the same depot and then mark them all for install and let the reboot happen after that's done?
If the patches specifically say they have to go on seperately then I'd follow those instructions. Also make sure you have plenty of coffee and things to keep you entertained during those reboots :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2005 01:47 AM
07-30-2005 01:47 AM
Re: about installing patches
Put all your loose patches in a directory and unpack them if necessary so you have the PH*.depot files. Then, cd to that directory and:
mkdir /var/tmp/mydepot
for PATCH in *.depot
do
swcopy -s $PWD/$PATCH \* @ /var/tmp/mydepot
done
Now check that the depot exists:
swlist -l depot
swlist -l product -s /var/tmp/mydepot
The run swinstall and pick the path for your patches as /var/tmp/mydepot. You'll see all the patches, so mark them all and they install with a single reboot.
Or in batch mode:
swinstall -x autoreboot=true -s /var/tmp/mydepot \*
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2005 10:57 AM
07-30-2005 10:57 AM
Re: about installing patches
you can download your patches in one time and install them in one time with only one reboot.
In the package with patches you will find a script to create one only depot. Its name begins woth create_depot and it contains what Bill posted.
For general about PHKL pacthes: even if you put the option -x autoreboot=false the system will reboot after installation because PHKL patches need immediately rebuilding the kernel. Anyway read the text of the patch in order to know if a patch requires a reboot or not.
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2005 06:52 PM
07-30-2005 06:52 PM
Re: about installing patches
Suggest to reboot after each patch installation so that system is tested and there are no surprises!!!
Regards
Mahesh