Hi,
If you have your old H5 fling appliance and if it was version 4+ you can directly copy the configuration files from it.
Copy the /etc/vmware/vsphere-ui/webclient.properties, /etc/vmware/vsphere-ui/store.jks and /etc/vmware/vsphere-ui/config/ds.properties to the same folders on the new appliance.
Make sure they are owned by the user vsphere-ui and have 770 permisions.
Just a quick tip for you current configuration files. Can you checkif they had Windiws EOF.
$> hexdump -c /etc/vmware/vsphere-ui/webclient.properties
$> hexdump -c /etc/vmware/vsphere-ui/ds.properties
If you see in any of the dumps \r\n then you should remove all the \r from the file.
To remove the \r you can use the 'tr' command.
cat webclient.properties | tr -d '\r' > webclient.properties
Best regards,
Kaloyan Iliev
Deploying 5.0 with Windows VC/embedded PSC, getting error [400] An error occurred while sending a logout request to the vCenter Single Sign-On server - An error occurred when processing the metadata during vCenter Single Sign-On setup - LookupService URL is invalid, URL cannot be null.. in the UI.
I've followed the instructions from the document and troubleshooting precisely, and verified my settings. My previous install was working (4.3), but figured I'd update for newer features. The only other odd error I get is when running server-configure.bat, I get some messages:
Generating store.jks file...
Generating webclient.properties file...
Error 2: Possible errors:
LDAP error: Protocol error
Win Error: The system cannot find the file specified.
Using the get-machine-id as get-ldu is returning an error for this vcenter.
Error 100001: An unknown option was present on the command line.
Using the default reverseproxyport=443 since no custom port found.
Creating ds.properties file...
1 file(s) copied.