Wednesday, August 2, 2023

VMware Troubleshooting

Equalogic MEM - Multipathing Extension



Check VMware Version-
vmware -vl

Show Nics-
esxcfg-nics -l

Check SCSI Drives-
esxcfg-scsidevs -a

Firmware-
esxcli network nic get -n vmnic0 (NIC Version)
vmkload_mod -s lsi_mr3 | grep Version (SCSI Version)


Logs-
 /var/run/log


Scrolling installation with vreplication- 

1. SSH to the vSphere Replication appliance.

Disable automatic VIB installation and stop the looping installs:
    /opt/vmware/hms/bin/hms-configtool -cmd reconfig -property hms-auto-install-hbragent-vib=false

2.Then validate the particular VIB using the below command:
    esxcli software vib list | grep hbr

3. After this, Try restarting the HMS service using the below command.

service hms restart 

No comments:

Post a Comment