Login to the shell for the ESXi installer and collect a log bundle
With the installer running in memory, perform the following:
- Type ALT+F1.
- When prompted login with the user account root and no password.
- Run vm-support from the command prompt to generate an ESXi log bundle.
- Note the location the log bundle is written to (commonly /var/tmp/).
Configure a management network address
By default, the ESXi instance will have a Standard vSwitch, standard port groups (Management and VM Network), and one uplink (vmnic0).
There is no vmkernel interface, subnet, gateway or route.
Example:
From the ESXi installer, you will need to us localcli to configure a VMkernel network adapter:
- Configure a Management Network address
localcli network ip interface ipv4 set --interface-name=vmkX --ipv4=ipaddress --netmask=netmask --type=static
- Configure an ESXi default gateway
localcli network ip route ipv4/ipv6 add --gateway IPv4_address_of_router --network IPv4_address.
Optional: If VLAN trunking is associated with the vmnic, you will need to run an additional command to define the VLAN ID
-
localcli network vswitch standard portgroup set -p portgroup --vlan-id VLAN
- At this point, the ESXi installer should have a valid IP address and communicate on the network.
- In order to copy the log bundle off of the installer, enable SSH:/etc/init.d/SSH start
- Using WinSCP, connect to the ESXi installer, and copy the log bundle from the instance. When complete, upload the logs to the SFTP/FTP site. For more information, see Uploading files to cases on the Broadcom Support Portal