...
Document Version Release Date Details 5 November 16, 2021 Important information about SimpliVity platforms been added to the Resolution section. 4 November 10, 2021 Resolution section has been updated with a new fix. SimpliVity platforms are also affected by this issue. 3 October 21, 2021 Resolution section has been updated to clarify details. 2 September 29, 2021 Correction has been performed to the Description section. Messages under the vCenter Events windows are displayed every 30 seconds and not every 60 seconds. 1 August 31, 2021 Original Document Release. After updating VMware ESXi 7.0 to VMware ESXi 7.0.1 on any HPE Gen9 / Gen10 / Gen10 Plus platform using the HPE custom images beginning in January 2021, multiple messages are continuously logged on the host. When using the vSphere Web Client and logged into vCenter, entries similar to the following may be displayed every 30 seconds under the vCenter Events window: User root@127.0.0.1 logged out (login time: Friday, May 21, 2021 8:09:04 AM UTC, number of API invocations: 7, user agent: pyvmomi Python/3.5.9 (VMkernel; 7.0.1; x86_64)) In addition, entries similar to the following may be logged in the following log files: /var/log/syslog.log root: vusb: root: VIRTUAL NIC:****NO VUSB0 AVAILABLE root: Call wait loop root: Virtual NIC: in wait loop /var/log/hostd.log info hostd[2101028] [Originator@6876 sub=Vimsvc.TaskManager opID=esxcli-39-7234 user=root] Task Created : haTask--vim.EsxCLI.network.nic.list-1269523045 info hostd[2100413] [Originator@6876 sub=Vimsvc.TaskManager opID=esxcli-39-7237 user=root] Task Created : haTask--vim.SessionManager.logout-1269523047 This issue occurs because the vnicen.sh script implemented in VMware ESXi 7.0.1 continuously checks for the vNIC but logs a message when the check fails when it is executed on a system with virtual NIC support (Gen10, Gen10 plus) where it has not been enabled, or a system without virtual NIC support (Gen9).
Any HPE Gen9 / Gen10 / Gen10 Plus platform upgraded to VMware ESXi 7.0.1 using HPE custom images starting in January 2021.
To resolve this issue, download and install the HPE ESXi Custom image "7.0 U3 Oct 26 2021 vSphere 7.0 U3 Build 18644231" available at the following URL: VMWARE ESXI IMAGE FOR HPE SERVERS Workaround For platforms that cannot perform the resolution above, execute the following commands from the VMware ESXi host shell command line to stop the vnicen.sh script from looping: To identify the PID for the vnicen.sh script ps -c | grep vnic Example ps -c |grep vnic 527045 527045 sh /bin/sh /etc/init.d/vnicen.sh start 529575 529575 grep grep vnic Use PID of the vnicen.sh to stop the vnicen.sh script Kill [PID of vnicen.sh] Example kill 527045 To ensure that the vnicen.sh script does not restart after a reboot chkconfig vnicen.sh off To confirm this setting chkconfig --list | grep vnicen vnicen.sh off A reboot of the VMware ESXi host is required, so the changes can take effect into the configuration. For more information, refer to the following VMware Knowledge Base Article: After upgrading the ESXi 7.x Host events log flooded with - logged in as pyvmomi Python/3.5.9 (VMkernel; 7.0.1; x86_64) (83593) Note: If the vNIC needs to be enabled in iLO after performing the workaround above, the vnicen service must be re-enabled and restarted using the following commands:: chkconfig vnicen.sh on /etc/ini.d/vnicen.sh start & Important information about SimpliVity platforms: The workaround suggested in this document has not been tested on SimpliVity platforms. VMware ESXi version 7.0.3 with the fix have not been qualified for Simplivity platforms. Disclaimer: One or more of the links above will take you outside the HPE website. HPE is not responsible for content outside of its domain. RECEIVE PROACTIVE UPDATES : Receive support alerts (such as Customer Advisories), as well as updates on drivers, software, firmware, and customer replaceable components, proactively in your e-mail through HPE Support Alerts. Sign up for Support Alerts at the following URL: Proactive Updates Subscription Form. NAVIGATION TIP: For hints on navigating HPE.com to locate the latest drivers, patches and other support software downloads, refer to the Navigation Tips document. SEARCH TIP: For hints on locating similar documents on HPE.com, refer to the Search Tips document.