Storing the encrypted database password in a stash file

For a secure network connection, we can store the CMS encrypted database password in a stash file.


About this task

Complete one of the following steps to store the encrypted database password in a stash file.


Procedure

  • To store the password using the gskcmd command-line interface, enter the following command on one line.
    install_root/bin/gskcmd -keydb -create -db name -pw password -stash

  • If the CMS database has been created, enter the following command on one line to store the password using the gskcmd command line interface.
    install_root/bin/gskcmd -keydb -stashpw -db name -pw password