IBM Tivoli Composite Application Manager for Transactions, Version 7.4.0.0

Starting and stopping profiles using AMCECLI

Use the AMCECLI to start and stop a profile.

To start a profile, run the following script:
java -jar amcecli.jar -ip TEPS_ip -user TEPS_userid -password TEPS_password 
-command startprofile  -profile profile_name
To stop a profile, run the following script:
java -jar amcecli.jar -ip TEPS_ip -user TEPS_userid -password TEPS_password 
-command stopprofile  -profile profile_name
Where:
  • TEPS_ip is the IP address of the Tivoli Enterprise Portal Server
  • TEPS_userid is the user ID of the Tivoli Enterprise Portal Server
  • TEPS_password is the password of the Tivoli Enterprise Portal Server
  • profile_name is the name of the profile
For example,
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command startprofile  -profile newt6profile 

See AMCECLI command reference for more information.



Last updated: September 2014