This article describes how to get remote console IP via esxi host command line.
Sometimes, we never know which IP has configured remote console for logging.
The below commands are help to identify.
> Using localcli or esxcli
> Take a putty session of Esxi host.
> And run the below command in session.
" enum_instances OMC_IPMIIPProtocolEndpoint root/cimv2 | grep IPv4"
Output display the Remote IP details.
And The most common answer is the command
" esxcli hardware ipmi bmc get "
No comments: