Skip to main content
Solved

qlogin -p passwoord

  • July 18, 2023
  • 3 replies
  • 429 views

Forum|alt.badge.img+16

Hello, 

 

I am using qlogin script with -ps passwoord to trigger backup. Now i want to change the user password which starting the script but how can i get new passwoord as -ps in the scrip?

 

This is what we using now 

 

qlogin -u "domeinuser"  -ps "[secure ' wachtwoordhash'"  -cs "commserver"  -csn "commserver"

Best answer by Navneet Singh

Hi @Egor Skepko 

Please try to follow the below DOC and let us know if this helps:

https://documentation.commvault.com/2022e/expert/45203_qlogin.html

qlogin [-cs <commservehostname>] [-u <username>] [-ps <passwordstrong>] [-clp <plainpasswordtext>] [-af <argsfile>] [-f <logintokenfile>] [-gt <givetoken>] [-csn <csClientName>] [-sso] [-localadmin <localadmin>] [-h]

3 replies

Forum|alt.badge.img+10

Hi @Egor Skepko 

Please try to follow the below DOC and let us know if this helps:

https://documentation.commvault.com/2022e/expert/45203_qlogin.html

qlogin [-cs <commservehostname>] [-u <username>] [-ps <passwordstrong>] [-clp <plainpasswordtext>] [-af <argsfile>] [-f <logintokenfile>] [-gt <givetoken>] [-csn <csClientName>] [-sso] [-localadmin <localadmin>] [-h]

Forum|alt.badge.img+10

You can also use the new password in -ps field with the same script.


Forum|alt.badge.img+16
  • Author
  • Novice
  • July 18, 2023

@Navneet Singh Thanks for the information, i used to save as script with the new user and in the script i got -ps password.