- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Swinstall issue
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
09-17-2006 05:18 PM
09-17-2006 05:18 PM
Swinstall issue
I have a script to distribute our SOE product using swinstall command on list of around 200 servers. Somehow the swinstall command is stuck on one of the servers that has been decommisioned, so the swinstall command for the rest of the servers can be completed. Please refer to the output below.
Is there any way to skip this stuck swinstall command, so it can continue to the next server?
[root@bdhm:/usr/local/sysmgr/secu_refresh]
# swinstall -x mount_all_filesystems=false -s bdhm:/var/spool/sw/applications/SECU SECU_TST @ bdhp4369
======= 09/17/06 23:30:23 EDT BEGIN swinstall SESSION
(non-interactive) (jobid=bdhm-4451)
* Session started for user "root@bdhm".
* Beginning Selection
Please help.
Thanks and Best Regards,
Dewa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2006 05:46 PM
09-17-2006 05:46 PM
Re: Swinstall issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2006 05:57 PM
09-17-2006 05:57 PM
Re: Swinstall issue
As RAC informed to you, you can interupt the process by using CTRL+C OR kill the process.
Hope this information can help.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2006 06:05 PM
09-17-2006 06:05 PM
Re: Swinstall issue
Thanks. This swinstall command is running on the script. Other word, my script contains swinstall command to distribute our SOE package. Of course the control+C won't be applicable.
My intention is that if the script is stuck because of swinstall command, it will skip it and continue the rest of the servers.
Thanks.
Dewa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2006 06:48 PM
09-17-2006 06:48 PM
Re: Swinstall issue
You can use timeout parameter on your script for this issue; let says if there's no activity within X period, the script will jump to next system on the list.
But if you have a list of 'decom servers', the jobs will be more easiest since you can create a script to execute only on the 'non-decom servers'.
Cheers,
AW