HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX: Software Depot
Operating System - HP-UX
1838428
Members
3076
Online
110126
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
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
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
02-18-2002 10:59 AM
02-18-2002 10:59 AM
I have large number patches that I need to apply to my N-Class server. Can anyone define for me how to build a single depot from a large number of patches? Thank You
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:05 AM
02-18-2002 11:05 AM
Solution
Hi Larry,
Try this link,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=82150bb30d51e23d09/screen=ckiDisplayDocument?docId=200000045145898
Hope this helps.
Regds
Try this link,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=82150bb30d51e23d09/screen=ckiDisplayDocument?docId=200000045145898
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:08 AM
02-18-2002 11:08 AM
Re: HPUX: Software Depot
Hi Larry:
To collect a series of patches into a depot the can be installed with a single reboot, simply download your patches into the /tmp directory; "un-shar" them and do:
# cd /tmp
# for X in PH*.htm
> do
> sh ${X}
> done
# PDIR=/tmp/patch_depot
# mkdir ${PDIR}
# for X in PH*.depot
> do
> swcopy -s ${PWD}/${X} \* @ ${PDIR}
> done
# swlist -s ${PDIR}
There is no need to register the depot with 'swreg'. This is done automatically by 'swcopy'. The 'swlist' allows you to preview the depot's contents.
As desired, you can add the option '-x enforce_dependencies=false' to the 'swcopy' command. Doing so, allows you to create a depot without meeting all patch dependencies. This is useful when you know that the 'swinstall' that follows will use option '-x enforce_dependencies=true' to insure that they are in fact satisfied. In this manner, it is possible to download a smaller number of patches and still be able to create the depot.
Regards!
...JRF...
To collect a series of patches into a depot the can be installed with a single reboot, simply download your patches into the /tmp directory; "un-shar" them and do:
# cd /tmp
# for X in PH*.htm
> do
> sh ${X}
> done
# PDIR=/tmp/patch_depot
# mkdir ${PDIR}
# for X in PH*.depot
> do
> swcopy -s ${PWD}/${X} \* @ ${PDIR}
> done
# swlist -s ${PDIR}
There is no need to register the depot with 'swreg'. This is done automatically by 'swcopy'. The 'swlist' allows you to preview the depot's contents.
As desired, you can add the option '-x enforce_dependencies=false' to the 'swcopy' command. Doing so, allows you to create a depot without meeting all patch dependencies. This is useful when you know that the 'swinstall' that follows will use option '-x enforce_dependencies=true' to insure that they are in fact satisfied. In this manner, it is possible to download a smaller number of patches and still be able to create the depot.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:10 AM
02-18-2002 11:10 AM
Re: HPUX: Software Depot
The following link wil answer your question:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=30040d0e1653289d2c/screen=ckiDisplayDocument?docId=200000050018438
Luc
http://us-support.external.hp.com/cki/bin/doc.pl/sid=30040d0e1653289d2c/screen=ckiDisplayDocument?docId=200000050018438
Luc
La réponse est le malheur de la question
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP