IBM Support

KUICAR020E while running tacmd addSystem from a Linux TEMS

Troubleshooting


Problem

While remote deploying a managed system on an existing OS agent from a Linux TEMS, you can get this error: KUICAR020E: The addSystem command did not complete because a deployment error occurred.

Resolving The Problem

The above error is caused by a wrong syntax of the tacmd addSystem command, and it can happen when your Universal Agent has more than one script file to be distributed.

An incorrect syntax is listed below:


tacmd addSystem -t um -n Primary:$1:NT -p UA.CONFIG=mdl-file UA.SCRIPT="script-file1,script-file2,script-file3,script-file4" UA.RESTART=Y

You get a failure telling you that tacmd command cannot deploy the scripts because it couldn't copy script-file1, to script-file2 in the directory of script-file3. script-file4 is just ignored.

The correct syntax is listed below:

tacmd addsystem -t um -n Primary:TIVOLITMR:NT -p UA.CONFIG=mdl-file
"UA.SCRIPT=script-file1,script-file2,script-file3,script-file4" UA.RESTART=Y

so you must enclose the UA.SCRIPT and the script files between double quotes.

[{"Product":{"code":"SSTFXA","label":"Tivoli Monitoring"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"--","Platform":[{"code":"PF016","label":"Linux"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
24 July 2020

UID

swg21292035