Advanced Search
HomeTechnical DocumentsFAQsTivoliTEC › How to remove the complete "Source Group" Display from TEC Console

How to remove the complete “Source Group” Display from TEC Console?

Removes the “Source Group” and leave only the “Event Group” Display. This will have to be carried out for each Administrator.

Get the OID of the Event Console in question

Open in New Window
# wlookup -ar EnterpriseClient?>

$OID is the object id of an event console.

Open in New Window
# idlattr -ts $OID hide_source_groups boolean TRUE|FALSE?>

If you want the change to be incorporated in any new TEC consoles you create, you must change the attribute of the prototype object.

Open in New Window
# OID=‘wls -od /Library/EnterpriseClient| cut -f1‘
# PROTO=‘objcall $OID _get_prototype‘
# idlattr -t $PROTO hide_source_groups boolean TRUE
?>

Change the boolean to FALSE if you want to turn hide_source_groups off for any new TEC consoles will be created.