天天看点

Tips: AIX installp failed and emgr command

在AIX上,当安装一些update或者fix时,有可能会报:发现有文件集被锁定,需要删除efix标记才能继续。

这是,需要执行:

/usr/sbin/emgr  -l

查看有哪些文件集被锁定,得到Label标识,然后执行:

/usr/sbin/emgr -r -L  <Label>

然后再执行update即可。

本文转自 xkdcc 51CTO博客,原文链接:http://blog.51cto.com/brantc/388362,如需转载请自行联系原作者