Page tree

Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Note

A silent installation may also be referred to as an unattended installation.

Encrypting passwords in the options file

For silent installation, you must encrypt the passwords and use the encrypted passwords in the .options file. You can encrypt the passwords by using the Maintenance Tool. Run the following command to start the Maintenance Tool and get the encrypted password for each component. Run the tool on a computer that has JRE installed. Use the encrypted passwords in the .options file before starting the installation:

OSCommandExample
Microsoft Windows

TSIMServer\Disk1\INSTALL_FILES\utility\TrueSightIMMaintenanceTool.cmd -silent -encrypt -encrypt -password=<myPassword> -confirm_password=<myPassword>

where myPassword is the password to be encrypted

C:\Program Files\BMC Software\TrueSight\utility>TrueSightIMMaintenanceTool.cmd
-silent -encrypt -encrypt -password=myCMDBPassword -confirm_password=myCMDBPassword

Starting the TSIMServer Maintenance Tool...

DES\:9b1ed66cb2ca852d76282c69c2fd256b06459741992f718cdf624d53e37dfa53

Done!

UNIX or Solaris

TSIMServer/Disk1/INSTALL_FILES/utility/TrueSightIMMaintenanceTool.sh -silent -encrypt -encrypt -password=myPassword -confirm_password=myPassword

where myPassword is the password to be encrypted

bash-3.2# ./TrueSightIMMaintenanceTool.sh
-silent -encrypt -encrypt -password=myCMDBPassword -confirm_password=myCMDBPassword

Starting the TSIMServer Maintenance Tool...

DES\:9b1ed66cb2ca852d76282c69c2fd256b06459741992f718cdf624d53e37dfa53

Done!

For more information on the Maintenance Tool, see Administering Infrastructure Management Maintenance Tool.

1 Comment

  1.