This section outlines the pre installation and post installation requirements that are essential to successfully run and manage LSA on the VMware ESXi operating systems.
Beginning with VMware ESXi 7.x and up, VMware ESXi can be managed by installing LWA directly.
SMI-S Provider Details
As LSA supports VMware ESXi 6.x and above, you must install the VMware-ESXi6.x-Provider.zip version of the SMI-S Provider.
To deploy the MegaRAID SMI-S provider on an ESXi machine by using the VIB file provided by Broadcom, copy the VIB file or the offline-bundle.zip file to the ESXi machine. Use the esxcli command to load the MegaRAID SMI-S Provider:
Firewall Details
On every reboot the firewall is enabled, so ensure that port 2463 is not blocked by a firewall.
On a VMware ESXi operating system, to check whether the firewall is enabled, execute the following command:
esxcli network firewall get
Provider Services
Ensure that the Provider Services are up and running before performing the VMware ESXi Discovery from the LSA client (Windows and Linux).
Execute the following commands to make sure that the Provider services are up and running on VMware ESXi:
/etc/init.d/slpd status
/etc/init.d/sfcbd-watchdog status
Configuration Change Details
If there is any configuration change, ensure that you perform the following actions:
Storage Controller
Ensure that the storage controller on VMware ESXi has the right configuration (firmware and driver) and the storage controller is working as expected before connecting through LSA. The following command helps you verify whether the controller is getting detected:
enum_instances cim_system lsi/lsimr13
Network Communication Details
Network communication is a key element for a proper communication between the VMware ESXi CIM provider and the Broadcom management software. Make sure that the network settings are correct by making the following changes:
Add an entry to map the VMware host’s IP address with the host name, so that the discovery process happens correctly. In the absence of this entry, the VMware host would be discovered as 0.0.0.0.
135.24.228.136 dhcp-135-24-228-136.lsi.com dhcp-135-24-228-136 #VMware
135.24.228.137 dhcp-135-24-228-137.lsi.com dhcp-135-24-228-137 #Linux
Remote management of VMware ESXi is supported only in a Gateway installation of LSA on the following operating systems:
Windows and Linux Steps
The following steps are required to be performed on the Windows/Linux client:
Configuring the Network on VMware ESXi Environment
If an already installed VMware ESXi operating system is moved from one network to the other, and if the host name mapping is not correct, follow the steps mentioned in the following link to configure the network and host name:
http://www.unixarena.com/2015/05/how-to-configure-the-network-on-vmware-esxi-6-0.htmlMulti-subnet Configuration
To view the existing subscriptions, enter:
host-ind -s
To remove an existing subscription, enter:
host-ind -d -k <handler name>
For example, host-ind -d -k dhcp-x.y.z.k.dhcp.company.net_LSA_127.0.0.1
esxcli system wbem set -e 0
esxcli system wbem set -e 1
You should either restart the sfcb service or reboot the VMware server after making any changes.