- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How do you copy a patch into an existing 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
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
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
тАО02-16-2007 06:38 AM
тАО02-16-2007 06:38 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2007 06:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2007 06:59 AM
тАО02-16-2007 06:59 AM
Re: How do you copy a patch into an existing depot?
# swcopy -v -s /tmp/PHxxxx_nnnn.depot -x enforce_dependencies=false \*
@ /var/tmp/swdepot
By using '-x enforce_dependencies=false' you don't have to meet patch dependency requirements within the depot. You *change* this to '-x enforce_dependencies=true' when you perform the actual 'swinstll' but the dependencies are verified to be me using your Installed Product Database *and* the depot at the point.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2007 07:04 AM
тАО02-16-2007 07:04 AM
Re: How do you copy a patch into an existing depot?
# swlist -l depot
If you patch shar, first create
patch depot
Then copy the patches from patch depot
to your target depot that you want.
# swcopy -s patch_depot \* @ target_depot
The above will copy your patches from patch_depot to target_depot that you want. Then you can use target_depot the load onto the system.
Rajos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2007 07:55 AM
тАО02-16-2007 07:55 AM
Re: How do you copy a patch into an existing depot?
# swcopy -x enforce_dependencies=false -x mount_all_filesystems=false -s /tmp/patch.depot \* @ hostname:/your_existing_depot
Rgds/ james