- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tftp patch & reboot
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-25-2003 11:52 AM
06-25-2003 11:52 AM
The text file that gets downloaded with the depot says that there is no automatic reboot. However, the swinstall instructions indicate that this will if it needs to:
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHNE_29129.depot
Are these swinstall options simply the defaults used by HP for all their patches, or is there a conflict in what this implies regarding a reboot? I am running tftpd on one of my HP servers to provide configuration servers for some of our Terminal Servers and Routers, so I need this patch. However, I cannot indescriminately reboot the system.
Has anyone else installed this yet, and if so, did your system reboot?
TIA,
mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 11:59 AM
06-25-2003 11:59 AM
Re: tftp patch & reboot
For non-interactive swinstalls, HP defaults to this option. Even for a simple commands patch, you will find the command with -x auto_reboot=true.
Though I didn't install the patch, I don't believe this needs a reboot.
To make it sure, use interactive session. Point the depot to local system /tmp/PHNE_29129.depot. After analasys and when you press install, it will give you a warning that it is going to reboot the box. You can cancel installation at that time.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 12:00 PM
06-25-2003 12:00 PM
SolutionThe '-x autoreboot=true' option ot 'swinstall' simply instructs 'swinstall' to issue a reboot if one is required. The patch's fileset contains an attriubte that signals the need for a reboot or not.
You can verify a patch's reboot requirement with:
# swlist -d -l fileset -a is_reboot *.*,c=patch @ /tmp/depot | grep true
The above exampel assumes the patch(s) reside in a depot '/tmp/depot'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 12:00 PM
06-25-2003 12:00 PM
Re: tftp patch & reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 12:00 PM
06-25-2003 12:00 PM
Re: tftp patch & reboot
HP either made a mistake in the documentation or a mistake when they built the depot.
Either way, if the patch is needed, you'd best schedule it for a maintenance window and be done with it.
It would be nice to know.
I've had patches require the -x autoreboot=true and then not bother to boot the system.
Nobody's perfect.
Not even HP
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 12:06 PM
06-25-2003 12:06 PM
Re: tftp patch & reboot
My thanks to all who replied.
mark