Tuesday, August 2, 2011

Emergency FIX

Before patching check with this command #lppchk -v ...... If you get any fix to install run this script to, It will help you complete the FIX.

/usr/sbin/emgr -P | egrep -v 'PACKAGE|=' | awk '{print $3}' | while read ff
do
emgr -r -L $ff
done

No comments:

Post a Comment