Delphix Products

Expand all | Collapse all

Failed to hash the Delphix user password for dSource "/var/lib/mysql".

prakash v

prakash v10-21-2016 11:04:00 AM

Adam Bowen

Adam Bowen10-24-2016 09:39:00 AM

Adam Bowen

Adam Bowen10-26-2016 10:24:00 AM

  • 1.  Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-21-2016 10:52:00 AM

    IN one windows desktop host I have created a two environments,1source and 1target environment on virtual box  ... I have installed delphix on virtualbox on another windows desktop host...I am able to ping and telnet to source and target environments...

    delphix ip: 10.6.120.188

    delphix_source:10.6.120.86

    delphix_target ip: 10.6.120.223

    I have added the environment to delphix successfully...but when I try to create a dsource I throws the below error

    ERROR:

    DB_SYNC job for "Sources/taas_source" failed due to an error during execution: Failed to hash the Delphix user password for dSource "taas_source".
    Make sure the source host "10.6.120.86" is accessible, the server "/var/lib/mysql" is running and try the operation again.
    alert.jobs.failed.object
    1819: Your password does not satisfy the current policy requirements


    #Reporting
    #DemoEnvironment
    #Masking


  • 2.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-21-2016 10:54:00 AM
    Can you login to both of those linux VM's as the delphix user via SSH?


  • 3.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-21-2016 11:04:00 AM
    ya I can login..


  • 4.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-21-2016 11:08:00 AM

    we are able to connect to Linux vms via putty from the host and also other machines in the host network



  • 5.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-21-2016 11:20:00 AM
    are you able to remotely connect to the source mysql database  as the dbuser you are specifying in Delphix (i.e from the Linux target to the mysql db on the linux source)?


  • 6.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-21-2016 11:28:00 AM
    yes..using MySQL client in target VM we are able to connect to MySQL server in source VM. The usedID we have used is the same userID what we are trying from Delphix Engine


  • 7.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-21-2016 11:29:00 AM
    Adam, is it possible for you to review our environment over webex. It may be useful to figure out if something wrongly configured. Kindly let us know


  • 8.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-21-2016 08:11:00 PM
    Prakash, looks like the password you created doesn't comply with requirement -- perhaps it's too short or doesn't have combination of alphanumeric. Recreate your password and give it another whirl.



  • 9.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 08:00:00 AM

    source db credentials

    dbusername:delphix

    password:Delphix@123

    target db credentials

    dbusername:delphix

    dbpassword:Delphix@123



  • 10.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 09:39:00 AM
    try a password without @ in it?


  • 11.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 10:11:00 AM
    can we use something like  Target_123 for password...special character is it allowed....?


  • 12.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 10:12:00 AM
    Sure. I was just asking for you to try something without an @ in it to see if that was the cause. _ is fine.


  • 13.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 10:21:00 AM
    Run SnapSync for database "/var/lib/mysql".
    25 s





    Port 3306 is not available on host "10.6.120.168" for target "/var/tmp/delphix_toolkit/564dcdab-3237-8761-3a4a-e30a38404f7c-staging-51/datafile". Provide a different port or shut down the application using it and try the operation again.
    Port 3306 is not available on host "10.6.120.168" for target "/var/tmp/delphix_toolkit/564dcdab-3237-8761-3a4a-e30a38404f7c-staging-51/datafile".
    Provide a different port or shut down the application using it and try the operation again.



  • 14.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 10:22:00 AM

    in staging port I had tried giving 3306 and 3333 numbers... but iam getting the above error



  • 15.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 10:50:00 AM
    If you have the default mysqld service running, then port 3306 is in use. Just out of habit, I use 3307 for my staging port. Delete your dSource, and try again with port 3307


  • 16.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 11:00:00 AM
    I tried with 3434 port it throwed the below error




    Failed to hash the Delphix user password for dSource "/var/lib/mysql". Make sure the source host "10.6.120.164" is accessible, the server "/var/lib/mysql" is running and try the operation again.
    Failed to hash the Delphix user password for dSource "/var/lib/mysql".
    Make sure the source host "10.6.120.164" is accessible, the server "/var/lib/mysql" is running and try the operation again.
    1819: Your password does not satisfy the current policy requirements




  • 17.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 11:03:00 AM

    source db password is : Source_123

    target db password is : Target_123



  • 18.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 11:04:00 AM
    I have tried with 3307 also..it throwed the above error


  • 19.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 11:05:00 AM
    can you come to webex session now..so that I can show the environment which I setted up...?


  • 20.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 11:11:00 AM


  • 21.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 11:14:00 AM
    I cannot. This morning is jammed for me, and I have to catch a flight soon. 


  • 22.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 11:15:00 AM
    What version of MySQL, what version of Operating System, and what version of Delphix?


  • 23.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 11:28:00 AM
    thank you...I am going through it...I will get back to you after trying it....


  • 24.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-24-2016 11:31:00 AM

    Server version: 5.7.16-log MySQL Community Server (GPL)

    OS version: CentOS Linux release 7.2.1511 (Core)

    delphix version:4.3.3.0




  • 25.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-26-2016 10:03:00 AM

    Hi adam,we have tired through the day we are unable to solve the issue..it is throwing the same issue..we need your help to resolve the issue


    Failed to hash the Delphix user password for dSource "/var/lib/mysql". Make sure the source host "10.6.120.164" is accessible, the server "/var/lib/mysql" is running and try the operation again.
    Failed to hash the Delphix user password for dSource "/var/lib/mysql".
    Make sure the source host "10.6.120.164" is accessible, the server "/var/lib/mysql" is running and try the operation again.
    1819: Your password does not satisfy the current policy requirements



  • 26.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-26-2016 10:13:00 AM
    Adam when you will be available for the WebEx session....?


  • 27.  RE: Failed to hash the Delphix user password for dSource "/var/lib/mysql".

    Posted 10-26-2016 10:24:00 AM
    I'll send you an email.