- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI
I am trying to deploy ovf template for vSphere replication appliance and after few days it will not deploy. I did this many times however now it will not do it
- Version:7.0.3
- Build:21477706
I tried different replication appliances but this error always come back some people say just change browser but it didnt work that simple
When I log into vCenter i log using FQDN but this doesnt help
On the same server i deployed Orchestrator appliance and this worked good not sure what is the catch with replication appliance 8.7 8.5 none of them will install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This error is mostly due to certificate that browser doesn't trust. Check if your root certificate is in the trust store.
Also check if the following KB helps to solve this issue:
https://kb.vmware.com/s/article/2147256
Regards,
Sachchidanand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried this before but all it does it gives me bunch or something that is between Japanese and Chinese characters but no file to download the certificate any other way to install that certificate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
maybe the following will do the trick.
Instead of deploying the OVF via the vCenter directly connect to one of your ESXi Nodes and rerun the deployment from here.
Hope this helps a bit.
Greetings from Germany. (CEST)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to deploy it ; so something done wrong here.
Used below versions:
vCenter Server 7.0 Update 3k 7.0.3.01300 2023-02-23 21290409 ( MY VC in lab)
VMware-vSphere_Replication-8.7.0-21999688
https://docs.vmware.com/en/vSphere-Replication/8.7/com.vmware.vsphere.replication-admin.doc/GUID-E65...
https://virtualg.uk/how-to-deploy-configure-vmware-vsphere-replication-8-7/
Mark this response as "Correct" or "Helpful".
Regards,
AJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
you have to add an exeption for the domainsuffix of your hosts in /etc/sysconfig/proxy.
Your hosts fqdn myesx01.mycompany.dom you should add .*.mycompany.dom
NO_PROXY="localhost, 127.0.0.1, myesx01.mycompany.cdom"
or
NO_PROXY="localhost, 127.0.0.1, .*.mycompany.cdom"
https://kb.vmware.com/s/article/81565
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
when i logged in with DNS name of vcenter it didnt work when I log in as IP address then everything was working fine
I guess DNS was not set properly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check if your FQDN is resolving through your DNS. Also check if Certifcate contains FQDN as Certificate Subject Alternative Name.
Regards,
Sachchidanand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for sharing. The IP worked for me too!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@slavonac Thank you!!