Hi,
When creating vvol data store, the following problem occurred.
[Issue]
1. After creating the VVOL Data Store from the storage container (1500GB), the size is to be srinked to 0 byte.
2. Then, the created data store is to be marked as "disabled (inactivated)."
3. Also, the information of PE (Protocol Endpoint) is not displayed.
4. we have confirmed this occurs on both IP and DNS(FQDN).
![]()
![キャプチャ2.PNG]()
[ESXi 6.5 vvold.log]
info vvold[9B08B70] [Originator@6876 sub=Default] VasaSession::GetEndPoint: with url https://<VASAProvider FQDN>:5989/vasa-providers.xml
warning vvold[9B08B70] [Originator@6876 sub=Default] VasaSession::GetEndPoint: failed to get endpoint, err=SSL Exception: Verification parameters:
--> PeerThumbprint: XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX
--> ExpectedThumbprint:
--> ExpectedPeerName: <VASAProvider FQDN>
--> The remote host certificate has these problems:
--> * Host name does not match the subject name(s) in certificate.
--> * Certificate with insecure version less than 3, using default
[ESXi 6.5 esxcli]
# esxcli storage vvol vasaprovider list
VP Name: <VASAProvider FQDN>
URL: https://<VASAProvider FQDN>:5989/vasa-providers.xml
Status: syncError
Arrays:
Array Id: VmaxVVolVasaProvider:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Is Active: true
Priority: 255
How do I avoid certificate errors?
Thank you and best regards,