Wednesday, November 28, 2012

IFIX


IFIX
=============

To list the emergency fix (ifix)?
# emgr -l

To Get some information from the downloaded ifix about itself?
# emgr -d -e <IFIX_Package>      (-d Display content, -e ifix package name/location)

To Preview install installation of the ifix?
#emgr -p -e <IFIX_Package>       (-p preview)

To actual installation of the ifix?
# emgr -e <IFIX_Package>

To view the ifix status?
#emgr -l

ID  STATE LABEL      INSTALL TIME      UPDATED BY ABSTRACT
=== ===== ========== ================= ========== ======================================
1   *Q*   IV16587s02 03/06/12 04:08:29            Ifix for IV16587@6.1TL7SP2

STATE codes:
 S = STABLE
 M = MOUNTED
 U = UNMOUNTED
 Q = REBOOT REQUIRED
 B = BROKEN
 I = INSTALLING
 R = REMOVING
 T = TESTED
 P = PATCHED
 N = NOT PATCHED
 SP = STABLE + PATCHED
 SN = STABLE + NOT PATCHED
 QP = BOOT IMAGE MODIFIED + PATCHED
 QN = BOOT IMAGE MODIFIED + NOT PATCHED
 RQ = REMOVING + REBOOT REQUIRED

So for the above ifix "REBOOT" is required. bcoz the state metioned as "*Q*"

No comments:

Post a Comment