- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall problem
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
12-06-2002 03:28 AM
12-06-2002 03:28 AM
swinstall problem
I have a script that uses the swinstall command to install a patch bundle over an existing patch bundle. The install goes ahead as expected and installs the patches and reboots. The problem is when I do an swlist the bundle still shows as the previous version. If I open up an interactive swinstall and re-install the new patch bundle it selects 0 patches to install but goes through the motions anyway I assume doing an swconfig or something. This finishes without rebooting and updates the bundle infomation in the swlist. Now for the questions ...
Why doesn't swinstall do this from the command line?
Should I be using any additional switches or is there another command I can run non-interactivly that will sort this out?
This is the command I'm using:
remsh servername /usr/sbin/swinstall -s depotserver:/gls_depot/hp/hpux11.00/LMNBL3V1100/ -x autoreboot=true -x mount_all_filesystems=false -x patch_match_target=true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 03:38 AM
12-06-2002 03:38 AM
Re: swinstall problem
You need to look into what bundle you have installed already (swlist -l bundle) and whats in the depot youre trying to install (swlist -s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 03:41 AM
12-06-2002 03:41 AM
Re: swinstall problem
remsh servername -l "......."
cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 03:54 AM
12-06-2002 03:54 AM
Re: swinstall problem
Compare x options. (when doing interactive and through command line)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 10:08 AM
12-06-2002 10:08 AM
Re: swinstall problem
The command now looks like so:
remsh servername /usr/sbin/swinstall -s depotserver:/gls_depot/hp/hpux11.00/LMNBL3V1100/ -x autoreboot=true -x mount_all_filesystems=false -x patch_match_target=true /*
Have a nice weekend!