- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swpackage
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-18-2002 06:49 AM
01-18-2002 06:49 AM
swpackage
I would like to build a bundle whitch the name bundleMCSG; and when i execut swlist, i want to see "bundleMCSG" not all the patches installed..
Someone know the command i must execut ?
thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 06:56 AM
01-18-2002 06:56 AM
Re: swpackage
If you have Ignite/UX installed, you can use /opt/ignite/bin/make_bundles command to bundle. You need to specificially use -i option. Check the man page for make_bundles command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:02 AM
01-18-2002 07:02 AM
Re: swpackage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 08:09 AM
01-18-2002 08:09 AM
Re: swpackage
#cd /tmp/patche
#mkdir depot
#for i in `ls PH*`
do
sh $i
done
2. make depot:
#for i in `ls /tmp/patche/PH*.depot`
do
swcopy ???s $i ???x enforce_dependencies=false \* @ /tmp/patche/depot
done
3. make bundle:
#make_bundles -B -n "bundleMCSG" -t "Bundle with patches for MCSG??? -c Patches -r "01.00" /tmp/patche/depot
4. make package
#swpackage ???s /tmp/patche/depot ???d package_name.depot ???x target_type=tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 08:28 AM
01-18-2002 08:28 AM
Re: swpackage
you will have to build a packge file and a psf definition file,
Try these links from hp docs,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90154/B2355-90154_top.html&con=/hpux/onlinedocs/B2355-90154/00/00/48-con.html&toc=/hpux/onlinedocs/B2355-90154/00/00/48-toc.html&searchterms=swpackge%20psf&queryid=20020118-083243
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90154/B2355-90154_top.html&con=/hpux/onlinedocs/B2355-90154/00/00/43-con.html&toc=/hpux/onlinedocs/B2355-90154/00/00/43-toc.html&searchterms=swpackge%20psf&queryid=20020118-083243
Hope this helps.
Regds