- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Depot from installed software?
Operating System - HP-UX
1823671
Members
3077
Online
109663
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-28-2003 08:58 AM
тАО04-28-2003 08:58 AM
Is it possible to make a depot from software that you have already installed? I downloaded and installed a product last year that I'm going to need to re-install after an OS upgrade, problem is that the initial download depot was corrupted at some point.
I'm about to read the man for swcopy/swpackage, but I thought somebody might have some insight into this.
Thanks....
Jim Mallett
I'm about to read the man for swcopy/swpackage, but I thought somebody might have some insight into this.
Thanks....
Jim Mallett
Hindsight is 20/20
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2003 09:10 AM
тАО04-28-2003 09:10 AM
Solution
if you go to the /var/adm/sw/products/
dir, find the software identifier (directory)
find the INDEX and INFO file in that tree, and you'll have the file list + perms delivered by that patch.
After that to create the depot again you need to create a .psf and use swpackage. Not easy, but maybe your only method.. if you can't get the original depot again.
Can you not just tar up all the files ;) or do you _really_ need them to show up on an swlist?
Later,
Bill
dir, find the software identifier (directory)
find the INDEX and INFO file in that tree, and you'll have the file list + perms delivered by that patch.
After that to create the depot again you need to create a .psf and use swpackage. Not easy, but maybe your only method.. if you can't get the original depot again.
Can you not just tar up all the files ;) or do you _really_ need them to show up on an swlist?
Later,
Bill
It works for me (tm)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2003 09:14 AM
тАО04-28-2003 09:14 AM
Re: Depot from installed software?
Jim,
You should be able to just copy the software as is, rather than re-packaging. I do something like this:
mkdir /opt/some_software
cd /nfs/old_server/opt/some_software
find . -print |cpio -pdumxl /opt/some_software
Pete
Pete
You should be able to just copy the software as is, rather than re-packaging. I do something like this:
mkdir /opt/some_software
cd /nfs/old_server/opt/some_software
find . -print |cpio -pdumxl /opt/some_software
Pete
Pete
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP