- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Patch Bundle installation
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
03-30-2005 05:56 PM
03-30-2005 05:56 PM
Patch Bundle installation
Assume I have a XXX.depot file containing just one patch bundle XXX. What is the difference between the foll. two commands?
1. swinstall -x patch_match_target=true -s XXX.depot
2. swinstall -x patch_match_target=true -s XXX.depot XXX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 06:18 PM
03-30-2005 06:18 PM
Re: Patch Bundle installation
you did not specify in case 1. So swinstall will open
a GUI window in this case and you can
interacctivitely select with bundles you want to install
and click to install it. This would be true even if you
have only one bundle in the depot (as in your
case).
2) Here, you are specifying that you want to install
XXX bundle. So, swinstall will not open any window
and does not require any GUI. You should use this
if you are calling swinstall from a shell script as this
does not require user interaction. If your depot has
multiple bundles and you want to install all of them,
then use:
swinstall -x patch_match_target=true -s XXX.depot \*
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 06:28 PM
03-30-2005 06:28 PM
Re: Patch Bundle installation
As mentioned earlier, there is omly one patch bundle in the depot
And the first command does not open the tui, it just goes ahead with the install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 06:31 PM
03-30-2005 06:31 PM
Re: Patch Bundle installation
swinstall -x patch_match_target=true -s XXX.depot
needs to be
swinstall -x patch_match_target=true -s /pull_path/XXX.depot \*
to do a full install.
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
03-30-2005 06:32 PM
03-30-2005 06:32 PM
Re: Patch Bundle installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 06:34 PM
03-30-2005 06:34 PM
Re: Patch Bundle installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 06:36 PM
03-30-2005 06:36 PM
Re: Patch Bundle installation
The first one will open up GUI and you select what
you want. For second one, you already select a
particular bundle in the depot. That's the difference.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 06:46 PM
03-30-2005 06:46 PM
Re: Patch Bundle installation
disable all settings in /var/adm/sw/defaults file
and try (1) again.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 06:47 PM
03-30-2005 06:47 PM
Re: Patch Bundle installation
Any Ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 06:49 PM
03-30-2005 06:49 PM
Re: Patch Bundle installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 06:50 PM
03-30-2005 06:50 PM
Re: Patch Bundle installation
- Biswajit