IBM Tivoli Composite Application Manager for Transactions, Version 7.4.0.0

Creating profiles using AMCECLI

Instead of using the Application Management Configuration Editor, you can define a new profile using the AMCECLI.

Run the following script:
java -jar amcecli.jar -ip TEPS_ip -user TEPS_userid -password TEPS_password 
-command createprofile  -profile profile_name -agenttype agent_code
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 a name for the new profile
  • agent_code is T5, T6, or TU
For example,
java -jar amcecli.jar -ip 192.0.2.255 -user sysadmin -password passwd 
-command createprofile -profile newt6profile -agenttype T6

See AMCECLI command reference for more information.



Last updated: September 2014