- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dec 2006 gold 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
06-27-2007 03:21 AM
06-27-2007 03:21 AM
dec 2006 gold patches
i need to install the three patch bundles for the dec 2006 gold patch bundle, and want to install all three patch bundles without having to reboot the server. The reason for this is because we want to install the bundles and then when the system does it's weekly reboot incorporate the patch reboot into this
whats the easiest way of doing this
thanks in advance
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 03:32 AM
06-27-2007 03:32 AM
Re: dec 2006 gold patches
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 03:33 AM
06-27-2007 03:33 AM
Re: dec 2006 gold patches
You can't do that. To attempt to apply patches that require a reboot would leave the current kernel and its environment in a potentially inconsistent state, if in fact, you could coerce 'swinstall' to delay the reboot.
You need to roll your weekly reboot and patch session into one. As an aside, why in the world do you reboot weekly? This isn't that other operating system!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 03:35 AM
06-27-2007 03:35 AM
Re: dec 2006 gold patches
the installation will reboot the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 03:36 AM
06-27-2007 03:36 AM
Re: dec 2006 gold patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 03:40 AM
06-27-2007 03:40 AM
Re: dec 2006 gold patches
If I misunderstood, and all you are asking is to perform ONE reboot for the patch application, then that's easily done.
Use 'swcopy' to create a single depot of the three patch bundles:
# swcopy -v -s /tmp/HWEnable11i_B.11.11.0612.458.depot -x enforce_dependencies=false \* @ /var/tmp/swdepot
# swcopy -v -s /tmp/GOLDQPK11i_B.11.11.0612.459.depot -x enforce_dependencies=false \* @ /var/tmp/swdepot
...note the 'enforce_dependencies=false' to defer the dependency analysis until you actually 'swinstall' ('-s /var/tmp/swdepot') the fully built depot.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 08:54 PM
06-27-2007 08:54 PM
Re: dec 2006 gold patches
Use swcopy -s [depot_dir]
(example: if you have the CD/DVD mounted on /cdrom ... swcopy -s /cdrom/GOLDQPK11i....depot), you must then specify a target dir (where you want to copy the SW).
Do this with Gold App and Gold Base.
In the end make a swverify to make sure everything is OK (swverify -d \* @ [your_created_depot]
Hope this helps
STP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 09:55 PM
06-28-2007 09:55 PM
Re: dec 2006 gold patches
thanks for all your help, i have managed to create the necessary depots and verified the depots that everything is fine. Is there a way to run a non interactive swinstall via the command line, as i want to schedule it to run through cron, so that they will install prior to the weekly system reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 10:01 PM
06-28-2007 10:01 PM
Re: dec 2006 gold patches
The system will reboot after the installation is finished. Some patches insists of this parameter, otherwise they will be excluded.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 10:28 PM
06-28-2007 10:28 PM
Re: dec 2006 gold patches
HTH
Duncan
I am an HPE Employee
