Verifica delle FIX installate su un sistema AIX

Il comando per vedere le fix installate su un OS aix :

instfix -i —> elenca tutte le fix installate
instfix -i | grep –> verifica la presenza della fix ricercata

es.
[root@xxxxxxx:/] # instfix -i | grep 71303
All filesets for IY71303 were found.
[root@xxxxxxx:/] # instfix -i | grep 71653
All filesets for IY71653 were found.
[root@xxxxxxx:/] # instfix -i | grep 73637
All filesets for IY73637 were found.

Verifica delle FIX installate su un sistema AIX