Tag: esx
Vmware version to install in HPE server
To install vmware esx in a HPE server you dont-have to download iso file directly from vmware site but it-s better to download the exactly HPE vmaware version following this link https://www.hpe.com/us/en/servers/hpe-esxi.html
You will be redirect in vmware site but you will be able to download the version with the correct HPE drivers.
Assign Permissions to a User for an ESXi Host 6.0
vmware – lost connection to nfs datastore
In your vmware environment you have created a nfs datastore but when you are trying to copy files to it, you lost the connection.
Symptoms
You can check the file vmkernel.log that you can find in your esx host in :
/var/log
You should find these lines of error :
Lost connection to the server xxx.xxx.xxx.xxx mount point /yourdatastorefolder mounted as ........... ("yourdatastorename") Restored connection to the server xxx.xxx.xxx.xxx mount point /yourdatastorefolder mounted as ........... ("yourdatastorename")
or
vmnic3: 4026 bytes packet couldn't be sent (mtu=1500)
or
vmnic3: oversized tsoMss: 8948, mtu=1500
Solution
As explained in vmware documentation you have to check communication with your nfs datastore. So using , for example Putty over ssh, you can :
Ping your nfs datastore
vmkping xxx.xxx.xxx.xxx
Find your vmkernel network card :
esxcfg-vmknic -l
In the output you can see the MTU value of your network card and which is the vmkernel network card. Now you can ping your datastore using the network card, trying different MTU values :
vmkping -I vmk1 -s 1420 xxx.xxx.xxx.xxx
You probably need to change the MTU of your esx host’s network card. Maybe you have an MTU set to 9000 and you need to set it to 1500.
Using the vsphere client : Configuration – Networking. Select vmkernel network card and select “Properties” . Select “Vmkernel” and click on “Edit” :
Change MTU:
You will be able to see the new MTU value using the previou command :
esxcfg-vmknic -l
autostart VM from ESXI 6.5 web client
How to set the autostart of the vm from the vmware 6.5 web client?
Click on the Virtual Machines on the left panel; click with the right mouse button. In the Menu – Autostart, set “Enabled”.
Repeat for all the vm where you want the autostart
Which order will the vm start with?
Click on “Virtual Machines2 label on the left panel. On the right panel, you’ll see a table with your vms. You can add autostart information by right-clicking column header > Select Columns. Check Autostart order.
How do I change the order of the autostart?
Click on the Virtual Machines on the left panel; click with the right mouse button. In the Menu – Autostart, you can see set to start later or erlier.