7. NEC ESMPROExpress5800/R320e-E4, R320e-M4, R320f-E4, R320f-M4 Maintenance Guide (VMware)208Chapter 3 Useful Features7. NEC ESMPRO7.1 NEC ESMPRO AgentFor details of NEC ESMPRO Agent, refer to User’s Guide in ft control software Install DVD.7.2 NEC ESMPRO ManagerNEC ESMPRO Manager remotely controls and monitors the server hardware.To use these features, install the bundled software such as NEC ESMPRO Agent on the server.Refer to "NEC ESMPRO Manager Installation Guide" or online help of NEC ESMPRO for details.7.2.1 Monitoring the ESXi status of the ft server (ESXi 6.5 or later)To monitor the status of the ft server (ESXi 6.5 or later) from NEC ESMPRO Manager, enable the WS-MANservice of ESXi prior to component registration of the ESXi of the ft server to NEC ESMPRO Manager.Note The WS-MAN service is disabled by default in the ft server ESXi 6.5 or later. Therefore, theESXi status cannot be monitored from NEC ESMPRO Manager by default.Enable the WS-MAN service of ESXi according to the following procedure.1. Describe the following contents in the /etc/rc.local.d/local.sh file of the ESXi host.Note For details of how to describe in the /etc/rc.local.d/local.sh file, refer to Knowledge Base ofVMware.[VMware Knowlede Base -Modifying the rc.local or local.sh file in ESX/ESXi to executecommands while booting (2043564)]https://kb.vmware.com/kb/2043564# cat /etc/rc.local.d/local.sh:esxcli system wbem set --ws-man true/etc/init.d/wsman restart/etc/init.d/sfcbd-watchdog restart:exit 0