- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swcopy question
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
06-29-2001 12:48 AM
06-29-2001 12:48 AM
I have about 25 patches to be installed
I dowloaded the patches, unpacked them and now have 25 .depot files to be installed.
I want to copy these depots to a directory using swcopy so that I can install all patches at one time.
I'm fighting with swcopy options to do this from the shell, as I don't want to use sam for this task.
Can anybody tell me how to do this ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 12:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 01:13 AM
06-29-2001 01:13 AM
Re: swcopy question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 01:14 AM
06-29-2001 01:14 AM
Re: swcopy question
first you need to create a depot
here is the procedure:
assuming all your depot files are under /tmp
#mkdir /tmp/patch_depot
#swcopy -s /tmp/patch1_name.depot patch1_name @ /tmp/patch_depot
eg; for patch PHKL_16957
swcopy -s /tmp/PHKL_16957.depot PHKL_16957 @ /tmp/patch_depot
(repeat the same for all patches)
#swreg -l depot /tmp/patch_depot
#swinstall -s /tmp/patch_depot
after patch installation is over
#swreg -u -l depot /tmp/patch_depot.
This will install all your patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 01:15 AM
06-29-2001 01:15 AM
Re: swcopy question
Also, you might want to add the "-x enforce_dependencies=false" to the swcopy command supplied by Alex. Otherwise the swcopy will halt when some of the patches are dependent on one another and you will have to swcopy them in the correct order to resolve these dependencies.
Regards,
Vincent