<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: febbraio 2010

BIOLNX

giovedì 11 febbraio 2010

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.