vcsencrypt to use with esx hosts
Hi I am facing the following problem.
I am using the java console to configure a vmware disk agent.
Before I open the console I encrypt the password of my esxi hosts (e.g: test2000) with the following command:
vcsencrypt -agent
This asks me the password twice: eg: test2000
And this throws me for example the following passord: HRNpUVoTIvJTmPLtQVkTSvKPS
After adding a vmwre disk to a clustered systems, and when I configure the EXI details:
172.29.165.11 root=HRNpUVoTIvJTmPLtQVkTSvKPS
172.29.165.12 root=HRNpUVoTIvJTmPLtQVkTSvKPS
And after enable it, the resource remains with an interrogation (?) and it cannot be "Probed"
However, when I use the Symantec HA tab and I configure for example a generic service with another vmware disk, and after the installation successfully finishes I look up to the password, I copy it and put it the the prevoius resource and it works perfectly...
What I am doing wrong?
Hi Achebib and Mike,
Achebib is doing the correct actions to configure this setup. The password must be manually encrypted for this resource/attribute since it is not a password only attribute. AKA the value for this attribute is typically like "user=<encrypted password>" and the Java GUI does not know how to encrypt just part of the attribute value.
I would recommend checking the VMWareDisks_A.txt file on one of the systems where the resource is not probing. This should give you some details on why it is not probing. This file is located in the %vcs_home%\log folder.
Thank you,
Wally