or
# instfix -i |grep TL
Keep the above information in file (not on the server, please)
Check for applicability
Check if APAR you want to install is applicable to your system. Check if fileset,mentioned in APAR is installed on your system
# lslpp -L <filesetname>
If not you can skip the rest of the document and feel happy, because it's need to donothing on this machine :-) But if fileset is installed check if APAR is installed
# insfix -ivk <APAR number>
If it's installed be happy and jump to the next server, otherwise check if software is inuse. For example you have installed drivers for ATM card, but you have no such card inthe server or have installed software for IPsec, but not configured and not in use. In thiscase you can (again) be happy and continue with other task. Otherwise continue withsteps in this document
Check rootvg
See if rootvg is mirrored and all lv's are mirrored correctly (excluding dump and bootvolumes). If your rootvg is not mirrored you can skip later in document part for alt_disk_install, but in generally you should thing twice if situation like this is OK for business
# lsvg -p rootvg# lsvg rootvg# lsvg -l rootvg
Check for cluster
Check if the server is node of the cluster, because some of the operations can disrupt the proper work of cluster software
# smit hacmp
Check if the cluster processes are active
# lssrc -g cluster
Check if cluster software is installed
Leave a Comment