Hello!
I'm working for a customer in a arge project upgrading from vsphere 5.1 to vsphere 5.5.
We want to setup a new SSO Instance and reconfigure the components to use the new one. To re-register the vCenter to the different SSO Instance, I tried to run the repoint.cmd (KB 2033620). Unfortunately I got an error regarding the path of the openssl executable. I copied the openssl files to the Java JRE folder (C:\Program Files\VMware\Infrastructure\jre) and afterwards it worked. Now I'm getting another error message saying
2015-01-27T11:54:26.932+0100 [c.v.s.c.c.WinSystemTrustStoreManager] INFO Saving CA certificate for C=US,CN=CA\, CN\=MYHOSTNAME\, dc\=vsphere\,dc\=local to C:\ProgramData\VMware\SSL\C=US,CN=CA\, CN\=MYHOSTNAME\, dc\=vsphere\,dc\=local
2015-01-27T11:54:26.946+0100 [c.v.s.cfg.ServiceCfgMain] ERROR Abnormal command failure: exception `C:\ProgramData\VMware\SSL\C=US,CN=CA\, CN\=MYHOSTNAME\, dc\=vsphere\,dc\=local (The system cannot find the path specified)' of type class java.io.FileNotFoundException
java.io.FileNotFoundException: C:\ProgramData\VMware\SSL\C=US,CN=CA\, CN\=MYHOSTNAME\, dc\=vsphere\,dc\=local (The system cannot find the path specified)
The Script ends with:
2015-01-27T11:54:26.979+0100 [c.v.s.cfg.ServiceCfgMain] INFO Return code is: InternalError / 254
2015-01-27T11:54:26.980+0100 [c.v.s.cfg.ServiceCfgMain] INFO END EXECUTION
It seems like there is something wrong with the path variables in the java script or they didn't get an value.
Could you please help me?
Thanks and regards,
Simon