tspsdeleteprofile CLI command

Use this command to delete the TrueSight Presentation Server external configuration on TrueSight IT Data Analytics.

Sometimes it might happen that you are unable to remove the TrueSight Presentation Server details from TrueSight IT Data Analytics on the Administration > External Configurations page.

This can happen in the following two scenarios:

  • While deleting the TrueSight IT Data Analytics registration details on Presentation Server, TrueSight IT Data Analytics was not up and running.

  • At the time of deleting TrueSight IT Data Analytics registration details on Presentation Server, some data collectors or notifications that are created on TrueSight IT Data Analytics were still in use and were using the TrueSight Infrastructure Management cells.

In such a scenario, you can use this command to delete the external configuration details of Presentation Server that are displayed on the External Configurations page.

To understand the syntax and examples, see:

Syntax

Note

Before you run the command, note the following points:

tspsdeleteprofile -u <username> -w <password> -d <hostName> -p <port> -tspsprofilename <tspsExtConfigName> [-v] [-s] [-l <locale>]

  • 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:

ParameterDescription
-u
User name to use to connect with the Console Server.
-w
Password corresponding to the user name to use to connect with the Console Server.
-d
Host name of the Console Server.
-p
Port number of the Console Server.
-tspsprofilename

Name of the external configuration which must be deleted from appearing on the Administration > External Configurations page (column - Name).

-l

(Optional) Indicates the locale in which you want to display messages when the command is run.

You can set one of the following locales:

  • English
  • Simplified Chinese
  • German
  • French

By default, the messages are displayed in the locale of the system on which the CLI is run.

The value can be set to one of the following depending on the locale you choose:

  • English: en
  • Simplified Chinese: chs
  • German: de
  • French: fr

Example: If you want to set the locale as Simplified Chinese, you need to specify, l=chs.

-v
(Optional) Version of the IT Data Analytics product.
-s
(Optional) Indicates an HTTPS connection.

Example input

The following example provides the input for deleting the Presentation Server external configuration on TrueSight IT Data Analytics.

tspsdeleteprofile -u admin -w admin12345 -d localhost -p 9797 -tspsprofilename TSPS_mypost

Was this page helpful? Yes No Submitting... Thank you

Comments