- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- copying installed software to a depot
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
05-03-2001 06:02 AM
05-03-2001 06:02 AM
Does anyone know how to copy installed software to a depot, or know where I might find information?
Thanks,
Eileen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 06:17 AM
05-03-2001 06:17 AM
Re: copying installed software to a depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 05:30 PM
05-03-2001 05:30 PM
Re: copying installed software to a depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 07:30 PM
05-03-2001 07:30 PM
Re: copying installed software to a depot
You can not copy the installed software in to a depot. This option is currently.not available.
Hope this Helps
Manju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 10:12 PM
05-03-2001 10:12 PM
SolutionIf you want to copy software into a depot, you need a so called PSF (Product Specification File) that describes which files are to be included in the depot. PSF's are not included in a depot which is why it will be very difficult to recreate a depot if you don't have the PSF for it.
What you want can be done, but you'll have to create your own PSF for the installed software.
I can only give you a few hints:
- read the PSF man page: swpackage(4)
- determine the filesets in your product:
swlist -l product -l fileset
- determine the files per fileset:
swlist -l fileset -l file
- Maybe the depot has information (configure and/or unconfigure scripts) stored in /var/adm/sw/product.
- Take a look at the man page for swpackage(1m) to learn how to build a depot from a PSF.
Hope this helps.
Vincent