- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to bundle product software in tar format
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
09-28-2007 01:43 AM
09-28-2007 01:43 AM
how to bundle product software in tar format
I have 3x individual PRM product softwares as below:
PRMKernelSW,r=C.03.03.01,a=HP-UX_B.11.11_32_64.tar
PRMLibraries,r=C.03.03.01,a=HP-UX_B.11.11_32_64.tar
B3835DA,r=C.03.03.01,a=HP-UX_B.11.11_32_64.tar
I can do swinstall -s
Thanks,
krs2prs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 01:54 AM
09-28-2007 01:54 AM
Re: how to bundle product software in tar format
I'm kind of wondering how you got these products into that format.
See swpackage to make a depot into a tape like single file depot.
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
09-28-2007 02:01 AM
09-28-2007 02:01 AM
Re: how to bundle product software in tar format
I got this somewhere in the web. I need to merge these 3 products into 1. or how do I convert this to depot format?
regards,
krs2prs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 02:26 AM
09-28-2007 02:26 AM
Re: how to bundle product software in tar format
'how do I convert this to depot format?'
- it depends, how your tar file built.
Can you give us a list of one tar?
Also check 'man swpackage' for SEP's tipp.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 02:31 AM
09-28-2007 02:31 AM
Re: how to bundle product software in tar format
I don't know how this product was built in tar format. I'm attaching one file.
regards,
krs2prs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 02:43 AM
09-28-2007 02:43 AM
Re: how to bundle product software in tar format
it doesn't looks like you can 'swinstall' these tar's - it's a plain directory structure - btw. you can see it with 'tar tvf
You can untar (tar xvf
Then you've one tar file with all products.
These products will not be registered in swlist, because you don't have installation files but a tar-archiv of an installation!
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 02:50 AM
09-28-2007 02:50 AM
Re: how to bundle product software in tar format
the User's Guide of HP Process Resource Manager:
http://docs.hp.com/en/B8733-90021/index.html
And this you've to buy to install it correct:
http://h30094.www3.hp.com/product.asp?sku=2416241&jumpid=oc_R1002_USENC-001_HP%20Process%20Resource%20Mgr%20LTU%20for%20HP-UX%2011.x
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 02:51 AM
09-28-2007 02:51 AM
Re: how to bundle product software in tar format
I just did swinstall -s
regards,
krs2prs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 02:56 AM
09-28-2007 02:56 AM
Re: how to bundle product software in tar format
'swpackage can be used to re-package software_selections from an existing distribution directory to a distribution tape.
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 07:03 AM
09-28-2007 07:03 AM
Re: how to bundle product software in tar format
man swcopy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 06:08 PM
09-28-2007 06:08 PM
Re: how to bundle product software in tar format
As David says, these are SD depots, not ordinary tar files.
>Volkmar: it doesn't looks like you can 'swinstall' these tar's
Sure you can. swlist likes them fine.
>You don't need to untar the file.
Right, you must not do that.
>David: you can use the swcopy command to bundle the products into on depot
Right, use swcopy not swpackage.