1 - Create all depots, use the follow command for each patch:
# sh patch
2 - Use the swcopy to create a new depot:
# for i in PH*.depot
do
swcopy -x enforce_dependencies=false -s ${PWD}/$i \* @ /tmp/patch_depot <-- /tmp/patch_depot this will be the destination directory of your depot
done
3 - Now you can use your new depot to install your patches:
# swinstall -s /tmp/patch_depot
Create a depot with multiple individual depots
sábado, 14 de janeiro de 2012
Labels: patch management