- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to build many software from CD to only one dep...
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
01-08-2008 11:57 PM
01-08-2008 11:57 PM
How to build many software from CD to only one depot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 12:10 AM
01-09-2008 12:10 AM
Re: How to build many software from CD to only one depot?
swcopy the software to a single install point on a very big disk.
swpackage -s /patche/depot -d PM.depot -x target_type=tape -x media_capacity=8000
-s is the source which you built with swcopy
-d is the destination deplot with the two options lets you build up to an 8 GB depot.
swcopy example.
for i in *.depot
do
swcopy -x write_remote_files=true -x enforce_dependencies=false -s ${PWD}/$i \* @ ${1}
done
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 12:36 AM
01-09-2008 12:36 AM
Re: How to build many software from CD to only one depot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 01:49 AM
01-09-2008 01:49 AM
Re: How to build many software from CD to only one depot?
the easiest way is execute swcopy interactive, as SAM (swcopy -i). You can copy sw of source (cd) at system.
Before copy the software you'll have depot's directory and you could install software by network.
For more details please view man pages of swcopy and swinstall
=The man is you friend"
best regards
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 06:43 AM
01-09-2008 06:43 AM
Re: How to build many software from CD to only one depot?
swcopy -x enforce_dependencies=false -x codeword=XXXXXXXXX -s /mount/for/cd/jfs.depot \* @ /var/software/hp/jfs.ignite.depot
swcopy -x enforce_dependencies=false -s /mount/for/cd/ignite.depot \* @ /var/software/hp/jfs.ignite.depot
XXXXXXXXX you need to supply your codeword to unlock it...
Rgds...Geoff