Hi all,
we are thinking about moving from ONTAP edge to ONTAP select so I decided to try the ONTAP select before hand. I was able to deploy the OVA with the deployment VM and add the host but I cannot configure it.
First thing is adding the host (that looks fine):
(ONTAPdeploy) host add --host-id 192.168.1.100 --username administrator@vsphere.local --vcenter 192.168.1.200 password: (ONTAPdeploy) host show-all +---------------+---------------+------+ | Host | Status | Type | +---------------+---------------+------+ | 192.168.1.100 | authenticated | ESX | +---------------+---------------+------+
Then I try to configure it but I get an error:
(ONTAPdeploy) host configure --host-id 192.168.1.100 --location datacenter --storage-pool Data --internal-network Management --management-network Management --data-network Storage (ONTAPdeploy) host show-all +---------------+---------------------------+------+ | Host | Status | Type | +---------------+---------------------------+------+ | 192.168.1.100 | configuration_in_progress | ESX | +---------------+---------------------------+------+ (ONTAPdeploy) host show-all +---------------+----------------------+------+ | Host | Status | Type | +---------------+----------------------+------+ | 192.168.1.100 | configuration_failed | ESX | +---------------+----------------------+------+
When I check the event log and it is listed as error 215 Hypervisor not supported:
(ONTAPdeploy) event show-all +----------+-----------------------+-------+------+------------------------------------------------------------+----------------------------+ | category | type | level | code | detail | time | +----------+-----------------------+-------+------+------------------------------------------------------------+----------------------------+ | host | HostConfigureFailed | Error | 215 | InternalErr: 'HypervisorNotSupported' | 2016.07.08 14:22:46.919736 | | host | HostConfigureAccepted | Info | 208 | Add configuration request for host 192.168.1.100 accepted. | 2016.07.08 14:22:39.968160 | | host | HostAddSuccessful | Info | 207 | Host 192.168.1.100 added successfully. | 2016.07.08 14:22:28.595119 | +----------+-----------------------+-------+------+------------------------------------------------------------+----------------------------+
Some extra info:
- I am using ESXi 6.0 (the same build recommended on the release notes). Tried ESXi 6.0U2 but I got the same error.
- This is just an evaluation environment so no licenses applied on any device (trial versions).
- I can see no errors on the ESXi host or the vCenter server.
Where could I get more detailed info about this error? Hopefully that would help to troubleshoot further this issue.
Thanks in advance!