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?