- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Software Distributor:swinstall
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-29-2005 06:43 PM
06-29-2005 06:43 PM
Software Distributor:swinstall
Any ideas?
Many thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 06:49 PM
06-29-2005 06:49 PM
Re: Software Distributor:swinstall
I've never tried that trick on the command line.
I will say the swinstall session will not start without the -x autoreboot=true command line option if any of the patches require a reboot. A quick look at a manual (my hp-9000 servers are in a shipping container) does not show any options I see that would help you do this.
I could write a script that delayed the entire install until a chosen time, say the middle of the night. That would be pretty simple and could also be done with the crontab for root.
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-29-2005 07:02 PM
06-29-2005 07:02 PM
Re: Software Distributor:swinstall
Just to be clear,my installation script is scheduled in the crontab but I would like to delay the reboot from within the script.
Could you send me out your proposition as I am not expert in scripting:-.In fact the idea is to install multiple reboot patch package independently and I am not allowed to combine these packages in one reboot package only.The goal is to reboot the server once and not after each installation of a single reboot package.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 12:11 AM
06-30-2005 12:11 AM
Re: Software Distributor:swinstall
You can try to put to swinstall option:
"-x autoreboot=false"
Refer: #man swinstall
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 01:33 AM
06-30-2005 01:33 AM
Re: Software Distributor:swinstall
Technically you can easily combine these packages using 'swcopy' into the same depot location, then install off that single depot.
I don't know if you will be able to install these packages seperately without rebooting due to dependancies, conflicts, etc.
David