- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swcopy and patch bundles
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-15-2002 03:20 AM
03-15-2002 03:20 AM
swcopy and patch bundles
swcopy -s /tmp/snp1.depot ServiceNode @ /tmp/temp_depot
swcopy -s /tmp/snp2.depot ServiceNode @ /tmp/temp_depot
and so on.
The difficulty arises when trying to install the roll up as the product tag is the same in all patches. This means that swinstall will only install one software selection when I try this:
swinstall -r -s /tmp/temp_depot ServiceNode @ /tmp/test_install
Is there anyway to force swinstall to install everything? I've already tried expanding the software selection to the version level, swinstall tells me it's not going to install as they're the same thing - even when they're not.
Is there a different approach I should be taking for this?
Thanks,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 05:01 AM
03-15-2002 05:01 AM
Re: swcopy and patch bundles
perhaps it's a stupid question, but have you already tried the swcopy gui?
I think you have to copy all patches into on swdepot and if you choose in the swinstall gui
the depot it will install all patches.
regards
Andi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 05:11 AM
03-15-2002 05:11 AM
Re: swcopy and patch bundles
You could use the -x reinstall=true option to force the installation, but that will result in your IPD only having one entry for the product when multiple revisions exist.
The depots that you're using really should be recreated correctly.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 05:29 AM
03-15-2002 05:29 AM
Re: swcopy and patch bundles
Try \* insetad of using product name:
swinstall -r -s /tmp/temp_depot \* @ /tmp/test_install
Regards,
Mateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 12:38 AM
03-20-2002 12:38 AM
Re: swcopy and patch bundles
Steven, yes it's failing because the product tag is the same. In order to do what I want to do I'll need to change the product tag to be unique for each package.