IBM Support

TBSM 6.2: How to determine the number of service instances by using radshell feature?

Question & Answer


Question

TBSM 6.2 - How to determine the number of services instance by using radshell feature?

Answer

One of the easiest way to determine the number of TBSM service instances would be to start radshell script:

 /opt/IBM/tivoli/tbsm/bin/rad_radshell

Then, within the terminal, just copy and paste these 2 lines and hit enter:

 List instances = rad.getAllInstancesForTag("DefaultTag");

print(instances.size());

 This will give you the number of service instances.

 

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSSPFK","label":"Tivoli Business Service Manager"},"ARM Category":[{"code":"a8m0z0000001fzwAAA","label":"TBSM->Radshell"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Version(s)","Line of Business":{"code":"LOB45","label":"Automation"}}]

Product Synonym

TBSM

Document Information

Modified date:
13 May 2020

UID

ibm16208969