Chinaunix首页 | 论坛 | 博客
  • 博客访问: 152511
  • 博文数量: 29
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 286
  • 用 户 组: 普通用户
  • 注册时间: 2012-05-24 21:51
文章分类

全部博文(29)

文章存档

2015年(4)

2014年(25)

我的朋友

分类: 其他UNIX

2015-01-28 14:25:18

日常给HPUX打补丁或者建软件仓库是非常有需要把多个depot包打成一个大包的,否则打一个补丁重启一次的做法,绝对是在浪费生命。

1. Obtain the set of patches you want to install in your depot. 


2. Unshar the patches: 

# for i in PH* 

do 

sh $i 

done 

3. Make depot dir 

# mkdir /tmp/patch_depot 

4. Combine all the separate .depot files into one depot. 

# for i in PH*depot 

do 

swcopy -x enforce_dependencies=false -s ${PWD}/$i \* @ /tmp/patch_depot

done 

5. Verify the contents of the depot: 

# swlist -d @ /tmp/patch_depot 
阅读(1904) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~