- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I create one big software bundle ?
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-10-2005 02:55 AM
06-10-2005 02:55 AM
How can I create one big software bundle ?
can anybody tell me, how I can create one big software bundle with about 70 small depot files with patches and software?
With "swinstall -s" I was only able to install one depot file. It would be great, if I could see all depot files with swinstall and I have only to mark each I want to install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 02:57 AM
06-10-2005 02:57 AM
Re: How can I create one big software bundle ?
for i in PH*
do
sh $i
done
for i in *.depot
do
swcopy -s ${PWD}/$i \* @ ${1}
done
Just put the softare in depots all in once place and run this script.
Take out the PH* and use * if you want to include software depots as well.
SEP
http://www.isnamerica.com/contactsep.shtml
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
06-10-2005 03:00 AM
06-10-2005 03:00 AM
Re: How can I create one big software bundle ?
download the patches to a temp dir.
# cd /tmp/patches
for i in PH*
do
swcopy -s /tmp/patches/$i \* @ /mydir/mypatches.depot
done
# swreg /mydir/mypatches.depot
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 03:00 AM
06-10-2005 03:00 AM
Re: How can I create one big software bundle ?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 03:03 AM
06-10-2005 03:03 AM
Re: How can I create one big software bundle ?
have you look at the SD-UX Doc:
http://docs.hp.com/en/B2355-90740/index.html
you might want to download the pdf doc.