Same thing here. Not a huge problem but worth noting.
We will add this into the instructions. Unfortunately we haven't found an easy way to detect the install path, so everyone'll just have to make that edit on their own.
Thank you for pointing out this case.
It may be worthwhile to either have those paths be variables that get set at the top of the script.. that would prevent an ugly edit from accidentally getting done.
Upon further investigation, I didn't notice before, but they are:
These are the two paths that need editing, and they're the first two (non comment) lines in the bat file:
REM Path to javas' keytool
SET KEYTOOL=%PROGRAMFILES%\VMware\vCenter Server\jre\bin\keytool.exe
REM Path to vecs binary
SET VECS_CLI=%PROGRAMFILES%\VMware\vCenter Server\vmafdd\vecs-cli.exe
These are the paths that will need editing.
At the very end of the script you will find the third line you will need to edit:
SET CLIENT_DIR=%PROGRAMDATA%\VMware\vCenterServer\cfg\vsphere-client
Just a thought, for the last step in the upgrade workflow I think you should change "start" to "restart". Restart would work whether the service is started or not whereas start has no effect if it is already running.
how do we upgrade to the 3732571 rpm build? tried the gui but didn't work. then ran
rpm -ivha --force /home/vsphere-h5-client-1.0.0.0-3732571.noarch.rpm
and it appears to have worked, I am just making sure haha
When I try to upgrade using this:
rpm -ivha -–force /home/vsphere-h5-client-1.0.0.0-3732571.noarch.rpm
the command-line states the upgrade performed successfully, but when I check the appliance's VAMI it still shows Appliance Version: 1.0.0.0 Build 3680819
Is there another way to check the version?
If you go into the H5client page, and check the top right for "Help -> About..." you should see the build number there.
I think the VAMI page did not update because the RPM we have is only for updating the H5client code, not any of the VAMI page at all.
You caught us. We did a small test with some users to try out the upgrade flow. Stay tuned for a wide announcement, hopefully within a few business days.
Excellent work! Nice, responsive interface, clean installation instructions, well done! Looking forward the the continued improvement and additions to this!
We do not install the Windows vCenter into the default folder.
So the server-configure.bat is using %programfiles%, which is not the folder we install.
To get the batch working, we needed to replace the %programfiles% three times inside the script.