- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installing patch bundles during ignite build
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
01-25-2008 07:04 AM
01-25-2008 07:04 AM
Installing patch bundles during ignite build
I'm thinking if I swcopy them into my Core OS depot and then build from that - will they be installed during the build?
Or will I have to put a manual swinstall in as a post-instcall script? i.e. install them separately afterwards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2008 07:32 AM
01-25-2008 07:32 AM
Re: Installing patch bundles during ignite build
http://docs.hp.com/en/5990-6728/ch02s05.html
From an Ignite-UX server (golden image) you have the option to select or deselect the bundles for install. See the Ignite-UX Administration Guide.
http://docs.hp.com/en/5992-1959/ch03s03.html
HTH,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2008 09:53 AM
01-25-2008 09:53 AM
Re: Installing patch bundles during ignite build
I have tried downloading the patch bundles and created depots using the supplied script and then swcopy for each one into my core_media depot. Worked like a dream and client build went OK with all patches installed at build time. No need to run a post-install script. For once, something that just works first time :-)
My swcopy command was FYI e.g.
swcopy -v -s /igx/patches/ FEATURE11i_B.11.31.0709.312.depot -x enforce_dependencies=false \* @ /igx/my_core_media
which I found elsewhere on this forum in a slightly different context.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2008 01:40 AM
01-28-2008 01:40 AM
Re: Installing patch bundles during ignite build
1. swcopy into the core depot and recreate the index (manage_index(1M)! This is important, otherwise ignite does not "see" the new bundles. If you preselect/deselect bundles in a config file you may need to check/adjust things too (esp. under 11.31 configs, because HP added versions there by default.
e.g. under HP-UX 11.23:
init sw_sel "MOZILLAsrc"=FALSE
e.g. under HP-UX 11.31:
init sw_sel "MOZILLAsrc,r=1.7.13.01.01"=FALSE
2. create a post install script.
For cold installations i'd prefer the first method, because it's faster and you can save disk space by setting saved_patch_files to no.
The second method is more flexible if your depot software changes often. No need to rebuild index any time and you can savely install from the seperate depot after cold install.
My 2 cents,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2008 01:43 AM
01-28-2008 01:43 AM
Re: Installing patch bundles during ignite build
BTW: Please assign points if you find answers useful!