Manage/Install AIX TL
Check TL/ML level
oslevel -s
instfix -i grep ML
Check Package:
lslpp -lcq grep -i
Uninstall the pacakge:
installp -u -g -p FE: installp -u bos.ecc_client.rte
(-u: uninstall; -g: get rid of dependencies; -p: preview)
To check which pacakge is missing or downlevel
oslevel -rl <> FE: oslevel -rl 5300-10
Show install output:
smitty install_all output
Cleanup:
installp -C
oslevel -s
instfix -i grep ML
Check Package:
lslpp -lcq grep -i
Uninstall the pacakge:
installp -u -g -p
(-u: uninstall; -g: get rid of dependencies; -p: preview)
To check which pacakge is missing or downlevel
oslevel -rl <> FE: oslevel -rl 5300-10
Show install output:
smitty install_all output
Cleanup:
installp -C
Comments