====== UNIX Base Agent (UX) Installation ====== ===== Install ===== 1. On TEP, TEM or RTEM, login to the TEM server: tacmd login –s itmptem user: {your_user} password: {your_password} 2. Issue the following command to push the agent to the client: West Malling or Fort Dunlop: /opt/IBM/ITM/bin/tacmd createNode –h ssh://{client}:22 –u root –p SERVER=itmprtem.unix.brm.pri Laindon or Lancaster Circus: /opt/IBM/ITM/bin/tacmd createNode –h ssh://{client}:22 –u root –p SERVER=itmprtemf.unix.brm.pri Actual example below; bash-3.00# /opt/IBM/ITM/bin/tacmd createNode -h ssh://epmd1-gbe:22 -u root -p SERVER=itmprtem.unix.brm.pri Password? KUICCN022I: Request has been successfully queued to the deploy controller. The transaction ID is 1281699141976633000027635, use the getDeployStatus CLI to view the status. **Then enter the current root password** 3. Configure the agent on the client to set the failover RTEM and agent autonomy: /opt/IBM/ITM/bin/itmcmd config –A ux Agent configuration started... Will this agent connect to a TEMS? [1=YES, 2=NO] (Default is: 1): TEMS Host Name (Default is: oracle-build): itmprtem.unix.brm.pri Network Protocol [ip, sna, ip.pipe or ip.spipe] (Default is: ip.pipe): Now choose the next protocol number from one of these: - ip - sna - ip.spipe - 0 for none Network Protocol 2 (Default is: 0): IP.PIPE Port Number (Default is: 1918): Enter name of KDC_PARTITION (Default is: null): Configure connection for a secondary TEMS? [1=YES, 2=NO] (Default is: 2): 1 TEMS Host Name (Default is: oracle-build): itmprtemf.unix.brm.pri Network Protocol [ip, sna, ip.pipe or ip.spipe] (Default is: ip.pipe): Now choose the next protocol number from one of these: - ip - sna - ip.spipe - 0 for none Network Protocol 2 (Default is: 0): IP.PIPE Port Number (Default is: 1918): Enter Optional Primary Network Name or 0 for "none" (Default is: 0): Are you installing this product into a clustered environment [1=YES, 2=NO] (Default is: 2): Agent configuration completed... 4. Update the /opt/IBM/ITM/config/ux.ini file to add the following parameters, before starting the agent: CTIRA_RECONNECT_WAIT=600 CTIRA_PRIMARY_FALLBACK_INTERVAL=1500 Note: CTIRA_PRIMARY_FALLBACK_INTERVAL needs to be at least 2.5 * CTIRA_RECONNECT_WAIT value.