- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- patch selection
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
04-18-2003 09:51 AM
04-18-2003 09:51 AM
patch selection
I am writing script to automate installation of patch cluster. Is it possible to specify the option "autoselect_patches=true" on the command line or it is only available in UI?
Is this correct?
swinstall -x autoselect_patches=true server:patchdepot "*"
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 09:55 AM
04-18-2003 09:55 AM
Re: patch selection
#man swinstall
for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 09:58 AM
04-18-2003 09:58 AM
Re: patch selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 10:02 AM
04-18-2003 10:02 AM
Re: patch selection
Your command would look something like this
swinstall -x match_target=true -s hostname:/path/to/depot \*
The \* specifies all products in the depot. The -s denotes remote server/depot
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 10:47 AM
04-18-2003 10:47 AM
Re: patch selection
swinstall -x patch_match_target=true -x autoreboot=true -s yourserver:/depot/patch/xxx *
On the command line that says install from server yourserver from depot /depot/patch/whater and the *\ says all of them. The options prefaced with -x say only match what the target has and if a reboot is necessary, then reboot it automatically after the kernel is rebuilt.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:13 AM
04-18-2003 11:13 AM
Re: patch selection
match_target is still in there thru 11i.
Yes one can & probably should use patch_match_target. But I believe both it & match_target will accomplish the same goal.
And just to show that there's always several ways to do things, there's also autoselect_patches but it's default value is true - the above match params are false by default.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:48 AM
04-18-2003 11:48 AM
Re: patch selection
The SD options seen in the GUI are nothing more than '-x
The selection of patches and software evolved tremendously from 10.x to 11.x.
In 10.x, patch selection and installation was governed by '-x match_target'.
In 11.x, 'autoselect_patches=true' allows the automatic selection of patches that correspond to the *software* in a depot. The default state for this attribute when omitted, is true.
In 11.x, 'match_target' applies only to *non*-patch software.
On 11.x, 'match_target' selects all software in a depot with an ancestor attribute that matches a fileset which currently resides on the server. Thus, it may operate closely to 'patch_match_target', but it is not recommended or preferred.
An excellent, very detailed discussion of patch management is the "HP-UX Patch Management" guide:
http://docs.hp.com/hpux/pdf/5967-3578.pdf
Regards!
...JRF...