AIX is IBM's Unix implementation, which it develops for a number of its products, notably the IBM SP series. Other manufacturers, such as Motorola, also produce hardware that runs AIX. AIX incorporates elements of System V, BSD, and OSF/1, but includes enough unique features to make using, and especially administering, AIX somewhat different from working with other Unix implementations. Nevertheless, recent versions are compliant with most Unix standards.
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