HP-UX Software Bundle 만들기 (여러 depot 묶기)
IT,PC,모바일,스마트폰 정보와 팁 그리고 제품리뷰와 생활정보
HP-UX Software Bundle 만들기 (여러 depot 묶기)
2011. 2. 9. 11:17
hp-ux 에서 Software Bundle 만드는 Shell script 입니다.
Patch 같은거 할때 한번에 묶어서 하면 편하고 좋습니다.. ㅎㅎ
필요하신분들 수정하셔서 쓰세요.. !!
YYMM=0811 # 날짜
UNAME2=`uname -r | sed 's/\.//g'` # OS Version
for i in $(ls PH??_?????)
do
sh $i
rm -f $i.text
swcopy -s $PWD/$i.depot -x target_directory=$PWD/DEPOT -x enforce_dependencies=false \*
rm -f $i.depot
done
make_bundles -B -n BundleFileName${YYMM} -r B.11.23.${YYMM} -t "Bundle Name" $PWD/DEPOT
swpackage -s $PWD/DEPOT -d $PWD/${UNAME2}_${YYMM}.depot -xtarget_type=tape \*
Skin By KEBIBLOG Ver 1.0 Copyright ⓒ KEBI BLOG. All rights reserved.