1834955 Members
1906 Online
110071 Solutions
New Discussion

Re: swpackage

 
Rodolph
Advisor

swpackage

Hello,

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..
4 REPLIES 4
Sridhar Bhaskarla
Honored Contributor

Re: swpackage

Hi,

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
You may be disappointed if you fail, but you are doomed if you don't try
Sebastian Galeski_1
Trusted Contributor

Re: swpackage

1. copy all patches to folder /tmp/patche, and unshare it:
#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