- Check the specific VM interfaces.
- Log on to the VM.
- Open a command prompt and type: ipconfig /all
- Double-check all the NICs and MAC addresses here. See if all the NICs have the correct driver and if they are working properly.
- Check the VM interface information in vCenter.
- You can check the VM interface information from the Managed Object Reference (MoRef) in the vCenter Server. Access the VC MOB from the web browser and go to: https://<VC_SERVER>/mob/?moid=<OBJECT_ID>For example: https://192.168.100.100/mob/?moid=vm-1136&doPath=configWhere:<VC_SERVER> is the FQDN or IP of the vCenter Server
=<OBJECT_ID> is the ID of the object you are looking upYou can refer to this VMWare KB article for more information on how to access the VC MOB: Looking up Managed Object Reference (MoRef) in vCenter Server - Go to Config > extraConfig["ethernet0.filter0……"] > hardware to check all the NICs and MAC address.
- Compare the MAC addresses with Step 3 above (first bullet).
- Check the vmx file and the VM interface information in DSM.
- Use the vCenter Server datastore browser to download the specific VM’s vmx file.
- Open the vmx file using Notepad and check the IPs, uuid.bios, and MAC addresses. For example:-----------------------------------------------------------------
Check VM UUID
– uuid.bios = "42 23 d6 5d f2 d5 22 41-87 41 86 83 ea 2f 23 ac"
Check EPSec Settings
– VFILE.globaloptions = "svmip=169.254.50.39 svmport=8888"
– scsi0:0.filters = "VFILE“
Check DvFilter Settings
– ethernet0.filter0.name = "dvfilter-dsa"
– ethernet0.filter0.onFailure = "failOpen"
– ethernet0.filter0.param0 = "4223d65d-f2d5-2241-8741-8683ea2f23ac"
– ethernet0.filter0.param2 = "1"
– ethernet0.filter0.param1 = "00:50:56:A3:02:D8"
--------------------------------------------------------------------- - Go to the DSM dashboard, and then double-click the specific VM > Interfaces. Double-check the IPs and MAC addresses.
- Compare the IP and MAC address with the results from the other bullets above.
- Check the VM interface information in DSVA.
- Use the vCenter Server datastore browser to download the specific VM’s vmx file.
- Open the vmx file using Notepad and check the uuid.bios value.
- Log on to the DSVA console and press “Alt + F2” to switch to command mode. Enter the DSVA username and password.
- Run the following command to verify if the VM’s interface was recognized by DSVA. cd /var/opt/ds_agent/guests/$uuidNote: Input your real uuid.bios here to replace “$uuid”.>/opt/ds_guest_agent/ratt ifThe “ratt” command normally has this output if DSVA is able to recognize the VM NIC.
- Execute the “ifconfig –a” command to verify if the DSVA NIC settings and IP are configured correctly.
- Compare the IP and MAC address with the results from the bullets above.
– ethernet0.filter0.name = "dvfilter-dsa"
– ethernet0.filter0.onFailure = "failOpen"
– ethernet0.filter0.param0 = "4223d65d-f2d5-2241-8741-8683ea2f23ac"
– ethernet0.filter0.param2 = "1"
– ethernet0.filter0.param1 = "00:50:56:A3:02:D8"
--------------------------------------------------------
- Suspend the specific VM and power it on again.
- Restart DSVA.
- Deactivate the VM and then activate it again.
- Provide the result of Step 6 (bullet 4).
- Get the rattif.txt file from Step 4 (bullet 4).
- Get the output of the following commands: -------------------------------------------------
$ ls -alR > /home/dsva/ls.txt
$ netstat -an > /home/dsva/netstat.txt
$ ps auxww > /home/dsva/ps.txt
$ lsof > /home/dsva/lsof.txt
$ ifconfig –a > /home/dsva/ifconfig.txt
$ cp /var/log/syslog /home/dsva/syslog.txt
-------------------------------------------------- - Get the diagnostic packages for DSM, DSA, and DSVA.
- Collect the following files:
- rattif.txt
- ls.txt
- netstat.txt
- ps.txt
- lsof.txt
- ifconfig.txt
- syslog.txt
- Send the files to Trend Micro Technical Support.
- Deploy a VM from a template in vCenter.
- Delete the existing NIC.
- Power on this VM, but there is no need to log on.
- Power off this VM.
- Add a new NIC.
- Power on VM.