updatecell CLI command


For an integration with TrueSight Infrastructure Management in the high-availability mode, you need to provide details of the load balancer node (and the associated cell) rather than the Infrastructure Management primary or secondary server.

If you apply high availability to an existing TrueSight Infrastructure Management deployment, it is possible that existing external configurations created on IT Data Analytics are referring to Infrastructure Management cells that are changed or renamed. In this scenario, you need to update the new cell details by running the updatecell CLI command.

To understand the syntax and examples, see:

Syntax

Note

Before you run the command, note the following points:

updatecell -d <hostname> -p <portNumber> -u <username> -w <password> -profilename <externalConfigurationName> -profiletype <externalConfigurationType> -f <fileDetails> [-l <locale>] [-v] [-s]

  • Angle brackets (< >) indicate a variable value that needs to be user defined.
  • Square brackets ([ ]) indicate optional parameters.

The following table describes the parameters used in the syntax:

Example inputs

The following example provides the input for changing the cell details for an external configuration named, TSIM_Clm-03.

updatecell -u admin -w admin12345 -d localhost -p 9797 -profilename TSIM_Clm-03 -profiletype "TSIM" -f ".\src\test\resources\updateTSIMCell_CLI_Input.txt"