Article Number: 493713 |
Article Version: 3 |
Article Type: Break Fix |
ScaleIO 2.0.1.1,ScaleIO 2.0.1,ScaleIO 2.0.0.3,ScaleIO 2.0.0.2,ScaleIO 2.0.0.1,ScaleIO 2.0.0
Customer trying to run the ps1 script from a windows host, selects option 3 to Create SVM Template, and provides the list of datastores on which the templates will be created.
It successfully creates the template EMC ScaleIO SVM Template on one of the datastore but fails on the next with the following error:-
Cannot create template EMC ScaleIO SVM Template <v2.0.11000.174> 2 from the temporary SVM
Error
The operation for the entity “EMC ScaleIO SVM Template <v2.0.11000.174> 1” failed with the following message: “Could not complete network copy for file /vmfs/volume/5849af5d-xxxxxxxx-xxxx-xxxxxxxxxxxx/EMC ScaleIO SVM Template <v2.0.11000.174> 1/EMC ScaleIO SVM Template <v2.0.11000.174> 1.vmdk”

This issue can occur due to high network latency or packet loss in the environment.
ESX Connectivity Check
This article assumes two data networks, configured with 192.168.152.x and 192.168.154.x subnets.
Find out which vmknic is on which subnet, as well as MTU:
[root@server1-101:~] esxcfg-vmknic -lInterface Port Group/DVPort/Opaque Network IP Family IP Address Netmask Broadcast MAC Address MTU TSO MSS Enabled Type NetStackvmk0 sys-mgmt-krnl IPv4 192.168.105.101 255.255.255.0 192.168.105.255 00:xx:xx:xx:xx:xx 9000 65535 true STATIC defaultTcpipStackvmk3 sys-vmotion IPv4 192.168.106.101 255.255.255.0 192.168.106.255 00:xx:xx:xx:xx:xx 9000 65535 true STATIC defaultTcpipStackvmk1 sio-data1-krnl IPv4 192.168.152.121 255.255.255.0 192.168.152.255 00:xx:xx:xx:xx:xx 9000 65535 true STATIC defaultTcpipStackvmk2 sio-data2-krnl IPv4 192.168.154.141 255.255.255.0 192.168.154.255 00:xx:xx:xx:xx:xx9000 65535 true STATIC defaultTcpipStack
Ping each ESXi in the environment via each vmknic with packet size 8972:
If jumbo frames are configured and this test fails, network connectivity is not 100%:
vmkping -d -s 8972 -I vmk1 192.168.152.101vmkping -d -s 8972 -I vmk2 192.168.154.101
Try without jumbo frames:
vmkping -d -s 1472 -I vmk1 192.168.152.101 vmkping -d -s 1472 -I vmk2 192.168.154.101
or
vmkping -I vmk1 192.168.152.101vmkping -I vmk2 192.168.154.101
Ping the subnet gateways:
Jumbo:
vmkping -d -s 8972 -I vmk1 192.168.152.1vmkping -d -s 8972 -I vmk2 192.168.154.1
Normal:
vmkping -I vmk1 192.168.152.1vmkping -I vmk2 192.168.154.1or vmkping -d -s 1472 -I vmk1 192.168.152.1 vmkping -d -s 1472 -I vmk2 192.168.154.1In case you are able to ping with packet size 1472 i.e. without Jumbo frames, that means somewhere in the network stack, MTU size of 9000 is missing. In case you want you can set the MTU size to 1500 everywhere and proceed with deoplyment. Once the deployment is done, you can investigate and set MTU size of 9000 on all the network equipment and also in the SVMs.Please note: all network equipment should support Jumbo Frames and should be enabled from end to end.