Obtaining Product Codes for IBM Tivoli Monitoring (ITM v6)
Local method:
Parse the proddsc.tbl file on a UNIX/Linux system to get the list by doing this:
UNIX
awk -F\| '/^[^*#]/ {print $1,$2}' ${CANDLEHOME}/registry/proddsc.tbl | sort | uniq
UNIX
awk -F\| '/^[^*#]/ {print $1,$2}' ${CANDLEHOME}/registry/proddsc.tbl | sort | uniq