IBM Tivoli Composite Application Manager for Transactions, Version 7.4.0.0

Listing information about profiles using AMCECLI

Using the AMCECLI, you can list details about a profile.

List transactions

To list the specified agent type transactions in the connected Application Management Console, run the listtransactions command. For example:
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command listtransactions -agenttype T6 

List transactions in a profile

To list the transactions in a specified profile, run the listprofiletrans command. For example:
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command listprofiletrans -profile rrtprofile 

List agents

To list the names of all agents of a particular type connected to the IBM Tivoli Monitoring, run the listagents command. For example:
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command listagents -agenttype T6 

The agent type can be either TU, T5, or T6.

Display profile status

To display the current status of the specified profile, run the getprofilestatus command. For example:
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command getprofilestatus -profile rrtprofile

Display transaction status in profile

To display the current status of a transaction in the specified profile, run the gettransactionstatus command. For example:
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command gettransactionstatus -profile rrtprofile -transaction rpttransactionname

List maintenance in profile

To display the active schedules in the specified profile, run the listschedules command. For example:
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command listschedules -profile rrtprofile

List profiles

To display a list of profiles that have been created in the current Application Management Console, run the listprofiles command. For example:
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command listprofiles

List agent profiles

To display a list of profiles that have been created in the Application Management Console for the specified agent, run the listagentprofiles command. For example:
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command listagentprofiles -agenttype T6 

The agent type can be either TU, T5, or T6.

Related information

See AMCECLI command reference for more information.



Last updated: September 2014