Modifying the TrueSight Smart Reporting - Platform administrator password
The following command modifies the default TrueSight Smart Reporting - Platform administrator password that you provided when you installed TrueSight Smart Reporting - Platform:
Windows
Linux
The TSR.bat file is located at: <installation directory>/utilities/cli.
You must restart the TrueSight Smart Reporting - Platform server after running this command.
Syntax
This command has the following syntax:
modifysmartreportinguserpassword -d <hostname> -p <port> -u <username> -w <current password> -np <new password> -s
where angle brackets (< >) indicate a variable value that needs to be user defined.
Parameters
Example inputs
The following example provides the input to modify the default administrator password of TrueSight Smart Reporting - Platform:
modifysmartreportinguserpassword -u admin -w admin12345 -d localhost -p 8443 -np newpswd123 -s
Windows
Linux
You must restart the TrueSight Smart Reporting - Platform server after running this command.