Usually the zero byte files are due to incorrect command prompt permissions.
Can you try by opening an Administrator level command prompt and rerunning the .bat file?
Usually the zero byte files are due to incorrect command prompt permissions.
Can you try by opening an Administrator level command prompt and rerunning the .bat file?
Hi guys
With regards to this error, the script is assuming vCenter Server is installed on the default path. In this case as it was in mine I had to change the below 2 lines to the correct path:
SET KEYTOOL=C:\Program Files\VMware\vCenter Server\jre\bin\keytool.exe
SET VECS_CLI=C:\Program Files\VMware\vCenter Server\vmafdd\vecs-cli.exe
I just changed the drive letter on mine to D and the script ran correctly.
That was it. Thank you Tom. We have all vCenter components installed on the E drive, so replacing c: with e: in the batch file did the trick. Thank you so much!
Hey Guys! Excited to test this out. When running the server-configure.bat on my VC, it creates three files that are different than what you have in the PDF. Also, all three files are zero bytes. When running the batch file, I get this status update:
E:\h5client>server-configure.bat
Generating store.jks file...
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
I'll keep messing with it tomorrow. Running VC6 on Win2012.