- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Generate 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
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
07-18-2001 06:00 AM
07-18-2001 06:00 AM
Generate depot
thanks
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2001 06:24 AM
07-18-2001 06:24 AM
Re: Generate depot
Read the manpages of swpackage.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2001 06:39 AM
07-18-2001 06:39 AM
Re: Generate depot
hostA # swcopy -s /SD_CDROM B3929BA @ /var/spool/sw
hostB # swinstall -s hostA:/var/spool/sw
or copy into a file depot and make a single file from it that you can mail or ftp etc:
hostA # swcopy -s /SD_CDROM B3929BA @ /var/spool/sw
hostA # swpackage -x target_type=tape -s /var/spool/sw B3929BA @
host B # ftp> get
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2001 06:46 AM
07-18-2001 06:46 AM
Re: Generate depot
If I understand your question then the answer is swpackage. However, this is a very difficult task the first time especially if you
have to create control scripts for checkinstall,preinstall,... . The man pages just touch on this topic.
Fortunately, you can download this document
from: http://docs.hp.com/hpux/onlinedocs/B2355-90127/B2355-90127.html
It will step you through the entire process.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2001 06:50 AM
07-18-2001 06:50 AM
Re: Generate depot
You can create a central software depot on seperate file system and install software/patches from depot to any machine on network.
On depot machine use swcopy to copy product/patch in to depot.
swcopy -s
On any machine on network use swinstall and select Network drive option for software source and select the host where your depot resides.
But I think, the products that need codeword to unlock from CD, may not be able to install from Depot. Adv. VxFS need to be unlocked using codeword from app. cd.
Thanks.
Prashant.