ONTAP Discussions
ONTAP Discussions
Hi all,
I have been trying to deploy Ontap select on an ESXi 6.0 and I cannot create the Cluster.
To add and configure the host is possible.
(ONTAPdeploy) host add --host-id 172.17.7.157 --username xxx --password xyz --vcenter 172.17.10.99
Host: 172.17.7.157 Status: authentication_in_progress
(ONTAPdeploy) host show-all
+--------------+---------------+------+
| Host | Status | Type |
+--------------+---------------+------+
| 172.17.7.157 | authenticated | ESX |
+--------------+---------------+------+
(ONTAPdeploy) host configure --host-id 172.17.7.157 --location babylon --storage-pool local --internal-network Peer2Peer --management-network VMNet79 --data-network VMNet79
Host configuration updated for host: 172.17.7.157
(ONTAPdeploy) host show-all +--------------+------------+------+ | Host | Status | Type | +--------------+------------+------+ | 172.17.7.157 | configured | ESX | +--------------+------------+------+
(ONTAPdeploy) cluster create --name tron --cluster-mgmt-ip 172.17.79.31 --netmask 255.255.255.0 --gateway 172.17.79.1 --eval --node-names MCP --node-mgmt-ips 172.17.79.32 --node-hosts 172.17.7.157 ONTAP admin password:
(ONTAPdeploy) event show-all / +----------+-------------------------+-------+------------------------------------------------------------------------------------------------/+----------------------------+ | category | type | level | detail /| time | +----------+-------------------------+-------+------------------------------------------------------------------------------------------------/+----------------------------+ | cluster | ClusterDeleteSuccessful | Info | Cluster tron deleted successfully. /| 2016.09.12 11:05:47.726220 | | cluster | ClusterCreateFailed | Error | ClusterNodeCreateFailed: One of the node create operations failed during cluster (tron) create./| 2016.09.12 11:05:44.804967 | | cluster | ClusterCreateAccepted | Info | Create request for cluster tron accepted. /| 2016.09.12 11:05:00.743536 | | host | HostConfigureSuccessful | Info | Host 172.17.7.157 configuration successfully. /| 2016.09.12 11:03:58.522114 | | host | HostConfigureAccepted | Info | Add configuration request for host 172.17.7.157 accepted. /| 2016.09.12 11:03:43.243048 | | host | HostAddSuccessful | Info | Host 172.17.7.157 added successfully. /| 2016.09.12 11:03:29.104244 | | host | HostAddAccepted | Info | Add request for host 172.17.7.157 accepted. /| 2016.09.12 11:03:24.786481 |
Here is the output from the log file
/opt/netapp/log/sdotadmin_server.log
2016-09-12 11:03:24,749|DEBUG http://localhost:8000/api/v1/hosts/172.17.7.157 validating schema... 2016-09-12 11:03:24,775|DEBUG http://localhost:8000/api/v1/hosts/172.17.7.157 validating parameters... 2016-09-12 11:03:24,776|DEBUG Jsonifing http://localhost:8000/api/v1/hosts/172.17.7.157 2016-09-12 11:03:24,776|DEBUG Function Arguments: ['host_id', 'new_host'] 2016-09-12 11:03:24,776|DEBUG Body parameter 'new_host' in function arguments 2016-09-12 11:03:24,794|DEBUG Getting data and status code 2016-09-12 11:03:24,794|DEBUG Got data and status code (202) 2016-09-12 11:03:24,819|DEBUG Getting data and status code 2016-09-12 11:03:24,819|DEBUG Got data and status code (202) 2016-09-12 11:03:25,906|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:03:26,194|DEBUG response body: {"host":"172.17.7.157"} 2016-09-12 11:03:29,095|DEBUG response body: [] 2016-09-12 11:03:29,095|DEBUG |Host.py|171:verify_authentication| Host authentication successful using credential store 2016-09-12 11:03:34,879|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:03:34,879|DEBUG Function Arguments: [] 2016-09-12 11:03:34,879|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:03:34,880|DEBUG Getting data and status code 2016-09-12 11:03:34,880|DEBUG Got data and status code (200) 2016-09-12 11:03:34,906|DEBUG Getting data and status code 2016-09-12 11:03:34,907|DEBUG Got data and status code (200) 2016-09-12 11:03:43,200|DEBUG http://localhost:8000/api/v1/hosts/172.17.7.157/configuration validating schema... 2016-09-12 11:03:43,227|DEBUG http://localhost:8000/api/v1/hosts/172.17.7.157/configuration validating parameters... 2016-09-12 11:03:43,228|DEBUG Jsonifing http://localhost:8000/api/v1/hosts/172.17.7.157/configuration 2016-09-12 11:03:43,228|DEBUG Function Arguments: ['host_id', 'new_configuration'] 2016-09-12 11:03:43,228|DEBUG Body parameter 'new_configuration' in function arguments 2016-09-12 11:03:43,230|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:03:43,252|DEBUG Getting data and status code 2016-09-12 11:03:43,252|DEBUG Got data and status code (202) 2016-09-12 11:03:43,278|DEBUG Getting data and status code 2016-09-12 11:03:43,278|DEBUG Got data and status code (202) 2016-09-12 11:03:44,247|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:03:44,247|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:03:44,920|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:03:44,920|DEBUG Function Arguments: [] 2016-09-12 11:03:44,920|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:03:44,921|DEBUG Getting data and status code 2016-09-12 11:03:44,921|DEBUG Got data and status code (200) 2016-09-12 11:03:44,948|DEBUG Getting data and status code 2016-09-12 11:03:44,948|DEBUG Got data and status code (200) 2016-09-12 11:03:45,984|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:03:45,984|DEBUG Function Arguments: [] 2016-09-12 11:03:45,984|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:03:45,985|DEBUG Getting data and status code 2016-09-12 11:03:45,985|DEBUG Got data and status code (200) 2016-09-12 11:03:46,011|DEBUG Getting data and status code 2016-09-12 11:03:46,011|DEBUG Got data and status code (200) 2016-09-12 11:03:49,046|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:03:49,046|DEBUG Function Arguments: [] 2016-09-12 11:03:49,047|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:03:49,047|DEBUG Getting data and status code 2016-09-12 11:03:49,047|DEBUG Got data and status code (200) 2016-09-12 11:03:49,090|DEBUG Getting data and status code 2016-09-12 11:03:49,090|DEBUG Got data and status code (200) 2016-09-12 11:03:50,889|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:03:50,889|DEBUG Function Arguments: [] 2016-09-12 11:03:50,890|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:03:50,891|DEBUG Getting data and status code 2016-09-12 11:03:50,892|DEBUG Got data and status code (200) 2016-09-12 11:03:50,947|DEBUG Getting data and status code 2016-09-12 11:03:50,947|DEBUG Got data and status code (200) 2016-09-12 11:03:52,327|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:03:52,327|DEBUG Function Arguments: [] 2016-09-12 11:03:52,327|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:03:52,328|DEBUG Getting data and status code 2016-09-12 11:03:52,328|DEBUG Got data and status code (200) 2016-09-12 11:03:52,355|DEBUG Getting data and status code 2016-09-12 11:03:52,355|DEBUG Got data and status code (200) 2016-09-12 11:03:54,087|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:03:54,087|DEBUG Function Arguments: [] 2016-09-12 11:03:54,088|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:03:54,088|DEBUG Getting data and status code 2016-09-12 11:03:54,089|DEBUG Got data and status code (200) 2016-09-12 11:03:54,115|DEBUG Getting data and status code 2016-09-12 11:03:54,115|DEBUG Got data and status code (200) 2016-09-12 11:03:55,597|DEBUG response body: {"available_datastores":[{"allocation":988,"capacity":3429376,"name":"local","pdisks":["Local IBM Disk (naa.600605b00577f2f01f643c75301716c9)"],"pool_type":"VMFS","status":"Online"}],"available_networks":[{"name":"VMNet79","vlanid":"79","vswitch":"vSwitch0"},{"name":"VMNet10","vlanid":"1","vswitch":"vSwitch0"},{"name":"VMNet01","vlanid":"0","vswitch":"vSwitch0"},{"name":"Peer2Peer","vlanid":"0","vswitch":"vSwitch1"}],"available_pdisks":[{"adapter_name":"---","description":"Local USB Direct-Access ","name":"mpx.vmhba32:C0:T0:L0","total_diskspace":1911,"used_by":"---"},{"adapter_name":"vmhba3","description":"Local IBM Disk ","name":"naa.600605b00577f2f01f643c75301716c9","total_diskspace":3429412,"used_by":"local"}],"available_vms":[],"esxadmin_status":{"ESX_license":"VMware vSphere 6 Enterprise","SDK_version":"6.0.0","host":"172.17.7.157","server":"172.17.10.99","user":"xxx"},"host_configuration":{"host_hardware_config":{"cores_in_use":1,"cpu_mhz":"2499","mem_usage":"2753","memory_size":98276,"num_cpu_cores":"6","num_hbas":"8","num_nics":"7","processor_model":"Intel(R) Xeon(R) CPU E5-2640 0 @ 2.50GHz","product_ver":"VMware ESXi 6.0.0","vendor":"IBM"},"hypervisor_info":{"api_version":"6.0","bios_release_date":"2016-04-28T00:00:00Z","bios_version":"-[D7E152CUS-2.11]-","firewall_defaults_in":"blocked","firewall_defaults_out":"blocked","hyperthreading":"active","hypervisor":"VMware ESXi 6.0.0 Build-3825889","model":"IBM System x3550 M4 Server -[7914F2G]-","power_mgmt_policy":"High Performance","power_mgmt_technology":"ACPI P-states, ACPI C-states","reboot_required":"No","uuid":"941d75f9-2201-3855-b39e-1b93ab929fd8"},"network_adapters":[{"associated_vswitch":"vSwitch0","enabled":true,"mac":"6c:ae:8b:62:bc:ca","name":"vmnic0","speed":"1000","vendor":"Intel Corporation I350 Gigabit Network Connection"},{"associated_vswitch":"vSwitch0","enabled":true,"mac":"6c:ae:8b:62:bc:cb","name":"vmnic1","speed":"1000","vendor":"Intel Corporation I350 Gigabit Network Connection"},{"associated_vswitch":"None","enabled":false,"mac":"6c:ae:8b:62:bc:cc","name":"vmnic2","speed":"Unset","vendor":"Intel Corporation I350 Gigabit Network Connection"},{"associated_vswitch":"None","enabled":false,"mac":"6c:ae:8b:62:bc:cd","name":"vmnic3","speed":"Unset","vendor":"Intel Corporation I350 Gigabit Network Connection"},{"associated_vswitch":"vSwitch1","enabled":true,"mac":"a0:36:9f:87:20:60","name":"vmnic4","speed":"10000","vendor":"Intel Corporation Ethernet Controller 10 Gigabit X540-AT2"},{"associated_vswitch":"vSwitch1","enabled":true,"mac":"a0:36:9f:87:20:62","name":"vmnic5","speed":"10000","vendor":"Intel Corporation Ethernet Controller 10 Gigabit X540-AT2"}],"storage_adapters":[{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba0","product":"Patsburg 6 Port SATA AHCI Controller"},{"description":"(0000:1b:00.0) MegaRAID SAS Fusion Controller","logical_name":"vmhba3","product":"MegaRAID SAS Fusion Controller"},{"description":"(N\/A) USB Storage Controller","logical_name":"vmhba32","product":"USB Storage Controller"},{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba33","product":"Patsburg 6 Port SATA AHCI Controller"},{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba34","product":"Patsburg 6 Port SATA AHCI Controller"},{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba35","product":"Patsburg 6 Port SATA AHCI Controller"},{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba36","product":"Patsburg 6 Port SATA AHCI Controller"},{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba37","product":"Patsburg 6 Port SATA AHCI Controller"}],"vswitch_config":[{"associated_adapter":["vmnic1","vmnic0"],"available_ports":2418,"mtu":"1500","name":"vSwitch0","portgroups":["VMNet79","VMNet10","VMNet01","vMotion","Management Network"],"total_ports":2432},{"associated_adapter":["vmnic4","vmnic5"],"available_ports":2418,"mtu":"9000","name":"vSwitch1","portgroups":["Peer2Peer"],"total_ports":2432}]}} 2016-09-12 11:03:56,096|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:03:56,096|DEBUG Function Arguments: [] 2016-09-12 11:03:56,096|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:03:56,097|DEBUG Getting data and status code 2016-09-12 11:03:56,097|DEBUG Got data and status code (200) 2016-09-12 11:03:56,124|DEBUG Getting data and status code 2016-09-12 11:03:56,124|DEBUG Got data and status code (200) 2016-09-12 11:03:57,111|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:03:57,111|DEBUG Function Arguments: [] 2016-09-12 11:03:57,111|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:03:57,112|DEBUG Getting data and status code 2016-09-12 11:03:57,112|DEBUG Got data and status code (200) 2016-09-12 11:03:57,140|DEBUG Getting data and status code 2016-09-12 11:03:57,141|DEBUG Got data and status code (200) 2016-09-12 11:03:58,454|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:03:58,455|DEBUG Function Arguments: [] 2016-09-12 11:03:58,455|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:03:58,456|DEBUG Getting data and status code 2016-09-12 11:03:58,457|DEBUG Got data and status code (200)2016-09-12 11:03:58,483|DEBUG Getting data and status code 2016-09-12 11:03:58,483|DEBUG Got data and status code (200) 2016-09-12 11:03:58,513|DEBUG response body: {"allocation":988,"capacity":3429376,"name":"local","pdisks":["Local IBM Disk (naa.600605b00577f2f01f643c75301716c9)"],"pool_type":"VMFS","status":"Online","vdisks":[]} 2016-09-12 11:03:58,514|DEBUG |Host.py|348:update_storage| Storage pool local exists on host 172.17.7.157 2016-09-12 11:04:01,624|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:04:01,624|DEBUG Function Arguments: [] 2016-09-12 11:04:01,624|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:04:01,625|DEBUG Getting data and status code 2016-09-12 11:04:01,625|DEBUG Got data and status code (200) 2016-09-12 11:04:01,656|DEBUG Getting data and status code 2016-09-12 11:04:01,657|DEBUG Got data and status code (200) 2016-09-12 11:04:54,933|DEBUG http://localhost:8000/api/v1/clusters validating schema... 2016-09-12 11:04:54,961|DEBUG http://localhost:8000/api/v1/clusters validating parameters... 2016-09-12 11:04:54,962|DEBUG Jsonifing http://localhost:8000/api/v1/clusters 2016-09-12 11:04:54,962|DEBUG Function Arguments: ['new_cluster'] 2016-09-12 11:04:54,962|DEBUG Body parameter 'new_cluster' in function arguments 2016-09-12 11:04:54,963|DEBUG |Cluster.py|224:read_cluster_json| Evaluating: True 2016-09-12 11:04:54,964|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:04:54,965|DEBUG |Cluster.py|113:generate_serial_number| Generated Eval Serial Number : 99887766554433221138 2016-09-12 11:04:54,965|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:04:57,755|DEBUG response body: {"code":13,"details":"<vmname> invalid - no vm named 'MCP' on host '172.17.7.157'","type":"InvalidArg"} 2016-09-12 11:04:57,755|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:05:00,732|DEBUG response body: {"allocation":988,"capacity":3429376,"name":"local","pdisks":["Local IBM Disk (naa.600605b00577f2f01f643c75301716c9)"],"pool_type":"VMFS","status":"Online","vdisks":[]} 2016-09-12 11:05:00,733|DEBUG |client_api_helper.py|57:get_storage_pool_capacity| Available Size of the Pool(local): 3428388 2016-09-12 11:05:00,753|DEBUG Getting data and status code 2016-09-12 11:05:00,753|DEBUG Got data and status code (202) 2016-09-12 11:05:00,779|DEBUG Getting data and status code 2016-09-12 11:05:00,779|DEBUG Got data and status code (202) 2016-09-12 11:05:01,747|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:05:04,071|DEBUG Jsonifing http://localhost:8000/api/v1/hosts 2016-09-12 11:05:04,071|DEBUG Function Arguments: [] 2016-09-12 11:05:04,072|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:05:04,073|DEBUG Getting data and status code 2016-09-12 11:05:04,073|DEBUG Got data and status code (200) 2016-09-12 11:05:04,099|DEBUG Getting data and status code 2016-09-12 11:05:04,099|DEBUG Got data and status code (200) 2016-09-12 11:05:04,680|DEBUG response body: {"allocation":988,"capacity":3429376,"name":"local","pdisks":["Local IBM Disk (naa.600605b00577f2f01f643c75301716c9)"],"pool_type":"VMFS","status":"Online","vdisks":[]} 2016-09-12 11:05:04,681|DEBUG |client_api_helper.py|57:get_storage_pool_capacity| Available Size of the Pool(local): 3428388 2016-09-12 11:05:04,690|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:05:04,694| INFO |sdot_macgen.py|178:get_mac_external| generated mac: '00:A0:B8:91:01:00' 2016-09-12 11:05:04,725| INFO |sdot_macgen.py|178:get_mac_external| generated mac: '00:A0:B8:91:01:01' 2016-09-12 11:05:04,725|DEBUG |NodeConfig.py|62:create_data_disks| Data Disks Size received 1685094.4 2016-09-12 11:05:04,726|DEBUG |NodeConfig.py|188:update_node_config| VM Create JSON for node MCP is complete 2016-09-12 11:05:04,733| INFO |Cluster.py|1836:log_info| Cluster [tron]: creating nodes ... 2016-09-12 11:05:04,741| INFO |Cluster.py|1836:log_info| Cluster [tron]: db state set to deploying_nodes 2016-09-12 11:05:04,746|DEBUG |Cluster.py|1828:log_debug| Cluster [tron]: vm create json for node MCP: {u'Name': u'MCP', u'Storage': {u'RootDisks': [{u'SizeMB': 69632, u'Pool': u'local'}], u'CoreDisk': {u'SizeMB': 122880, u'Pool': u'local'}, u'DataDisks': [{u'SizeMB': 1685094.4, u'Pool': u'local'}], u'PropertyISO': {u'Pool': u'local'}, u'BootDisk': {u'Pool': u'local'}}, u'nodekey': u'tron_MCP', u'ONTAPImage': u'/opt/netapp/images/DataONTAPv-9.0RC2-esx.ova', u'GuestConfig': {u'NODE_MGMT_IP': u'172.17.79.32', u'BUILTIN_LICENSES': u'SGHLQDBBVAAAAAAAAAAAAAAAAAAA,MZTWTDBBVAAAAAAAAAAAAAAAAAAA,EBFARDBBVAAAAAAAAAAAAAAAAAAA,GMJWPDBBVAAAAAAAAAAAAAAAAAAA,WINPVDBBVAAAAAAAAAAAAAAAAAAA,AFWHTDBBVAAAAAAAAAAAAAAAAAAA,IDLEWDBBVAAAAAAAAAAAAAAAAAAA,OKYSSDBBVAAAAAAAAAAAAAAAAAAA,YTRLUDBBVAAAAAAAAAAAAAAAAAAA', u'CLUSTER_MGMT_NETMASK': u'255.255.255.0', u'NODE_UUID': u'c225c5be-78d8-11e6-82f7-005056b91e6e', u'CLUSTER_MGMT_IP': u'172.17.79.31', u'NODE_MGMT_GATEWAY': u'172.17.79.1', u'NODE_LOCATION': u'babylon', u'CLUSTER_NAME': u'tron', u'CLUSTER_MGMT_GATEWAY': u'172.17.79.1', u'ADMIN_PASSWORD': u'changeme123', u'SERIAL_NUMBER': u'99887766554433221138', u'CLUSTER_UUID': u'c22461ba-78d8-11e6-82f7-005056b91e6e', u'NODE_MGMT_NETMASK': u'255.255.255.0', u'NODE_COUNT': 1, u'CLUSTER_CREATE': u'TRUE'}, u'CpuCount': 4, u'SerialPorts': [{u'PortName': u'console'}, {u'PortName': u'debug'}], u'MemsizeMB': 16384, u'NetworkInterfaces': [{u'MACAddress': u'00:A0:B8:91:01:00', u'Network': u'VMNet79'}, {u'MACAddress': u'00:A0:B8:91:01:01', u'Network': u'VMNet79'}]} 2016-09-12 11:05:04,747|DEBUG |Cluster.py|1828:log_debug| Cluster [tron]: node MCP to be created and started 2016-09-12 11:05:04,747|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:05:06,959|DEBUG Jsonifing http://localhost:8000/api/v1/events 2016-09-12 11:05:06,959|DEBUG Function Arguments: ['count'] 2016-09-12 11:05:06,960|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:05:06,965|DEBUG Getting data and status code 2016-09-12 11:05:06,965|DEBUG Got data and status code (200) 2016-09-12 11:05:07,001|DEBUG Getting data and status code 2016-09-12 11:05:07,001|DEBUG Got data and status code (200) 2016-09-12 11:05:15,407|DEBUG Jsonifing http://localhost:8000/api/v1/events 2016-09-12 11:05:15,408|DEBUG Function Arguments: ['count'] 2016-09-12 11:05:15,408|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:05:15,413|DEBUG Getting data and status code 2016-09-12 11:05:15,413|DEBUG Got data and status code (200) 2016-09-12 11:05:15,467|DEBUG Getting data and status code 2016-09-12 11:05:15,467|DEBUG Got data and status code (200) 2016-09-12 11:05:20,035|DEBUG Jsonifing http://localhost:8000/api/v1/events 2016-09-12 11:05:20,036|DEBUG Function Arguments: ['count'] 2016-09-12 11:05:20,036|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:05:20,046|DEBUG Getting data and status code 2016-09-12 11:05:20,046|DEBUG Got data and status code (200) 2016-09-12 11:05:20,090|DEBUG Getting data and status code 2016-09-12 11:05:20,091|DEBUG Got data and status code (200) 2016-09-12 11:05:24,779| INFO |Cluster.py|1836:log_info| Cluster [tron]: node create tasks are still running ... (completed tasks [0] of [1]) 2016-09-12 11:05:33,204|DEBUG response body: {"code":51,"details":"Error during configuration of vnics:\n [13] InvalidArg: <adapter_name> invalid - cannot find adapter 'Network adapter 1'\n","type":"VmConfigErr"} 2016-09-12 11:05:33,204|ERROR |client_api_helper.py|100:vm_create| Error during configuration of vnics: [13] InvalidArg: <adapter_name> invalid - cannot find adapter 'Network adapter 1' 2016-09-12 11:05:33,204|ERROR |client_api_helper.py|101:vm_create| Error: NodeCreateFailed: Node (MCP) create failed on host (172.17.7.157). 2016-09-12 11:05:44,804| INFO |Cluster.py|1836:log_info| Cluster [tron]: node create tasks are still running ... (completed tasks [0] of [1]) 2016-09-12 11:05:44,804|ERROR |Cluster.py|1832:log_error| Cluster [tron]: one or more of node create tasks failed, initiating rollback 2016-09-12 11:05:44,804|ERROR |cluster_tasks.py|177:create_nodes| Error: ClusterNodeCreateFailed: One of the node create operations failed during cluster (tron) create. 2016-09-12 11:05:44,804|ERROR |cluster_tasks.py|85:create_cluster| [tron] cluster create failed with error: [Error: ClusterNodeCreateFailed: One of the node create operations failed during cluster (tron) create.] 2016-09-12 11:05:44,828| INFO |Cluster.py|1836:log_info| Cluster [tron]: db state set to create_failed 2016-09-12 11:05:44,828| INFO |cluster_tasks.py|108:create_cluster| rollback of failed cluster (tron) 2016-09-12 11:05:44,829|DEBUG |client_api_helper.py|33:configure_rest_client| Setting config rest client to ESX 2016-09-12 11:05:47,705|DEBUG response body: {"code":13,"details":"<vmname> invalid - no vm named 'MCP' on host '172.17.7.157'","type":"InvalidArg"} 2016-09-12 11:05:47,705| INFO |Cluster.py|1840:log_warn| Cluster [tron]: vm (MCP) not found, may be deleted already ({"code":13,"details":"<vmname> invalid - no vm named 'MCP' on host '172.17.7.157'","type":"InvalidArg"}) 2016-09-12 11:05:47,711| INFO |sdot_macgen.py|286:remove_mac| '00:A0:B8:91:01:00' DELETED 2016-09-12 11:05:47,716| INFO |sdot_macgen.py|286:remove_mac| '00:A0:B8:91:01:01' DELETED 2016-09-12 11:05:47,735| INFO |Cluster.py|1836:log_info| Cluster [tron]: all nodes in cluster are deleted, deleting cluster db 2016-09-12 11:05:47,744| INFO |Cluster.py|1836:log_info| Cluster [tron]: cluster (tron) deleted 2016-09-12 11:06:01,361|DEBUG Jsonifing http://localhost:8000/api/v1/events 2016-09-12 11:06:01,361|DEBUG Function Arguments: ['count'] 2016-09-12 11:06:01,361|DEBUG Body parameter 'None' not in function arguments 2016-09-12 11:06:01,368|DEBUG Getting data and status code 2016-09-12 11:06:01,368|DEBUG Got data and status code (200) 2016-09-12 11:06:01,407|DEBUG Getting data and status code 2016-09-12 11:06:01,407|DEBUG Got data and status code (200)
It seems to be a problem with the vm network adapter.
InvalidArg: <adapter_name> invalid - cannot find adapter 'Network adapter 1'
Please help me.
Thanks in advance.
hi,
i have the same probleme
any help please ?
much appreciated