- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extracting files from a software 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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-27-2002 11:40 AM
тАО11-27-2002 11:40 AM
Extracting files from a software depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2002 11:53 AM
тАО11-27-2002 11:53 AM
Re: Extracting files from a software depot
You are able to install a bundle or an product depot. Ik you just need one fileset just use swremove to remove the other filesets!.
Gidoen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2002 12:05 PM
тАО11-27-2002 12:05 PM
Re: Extracting files from a software depot
If you dont want to install the all the software first and remove you can use swcopy first to unpack the depot (for example in /var/spool/sw). From this location you can copy any file you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2002 12:15 PM
тАО11-27-2002 12:15 PM
Re: Extracting files from a software depot
Extracting the files without an installation leaves you open to version mismatches and unpredictable behavior.
Murphy is alive and well and looking for opportunities. Don't tempt him.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-28-2002 10:50 AM
тАО11-28-2002 10:50 AM
Re: Extracting files from a software depot
simply use some of those "-x" options to NOT let "swcopy" stumble on dependencies.
How about
swcopy -x enforce_dependencies=false -x allow_incompatible=true -x allow_multiple_versions=true -x autoselect_dependencies=false -x enforce_dsa=false -x mount_all_filesystems=false
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-28-2002 11:58 PM
тАО11-28-2002 11:58 PM
Re: Extracting files from a software depot
You may need to gunzip(1) or uncompress(1) the extracted files afterwards if the depot was in compressed format... BTW, this may also be true if you look into a depot directory created by swcopy(1M) unless -x uncompress_files=true was specified.
Best regards...
Dietmar.