Post installation actions after installing VMware ESX server
Check Name resolution
For the host lookups /etc/nsswitch.conf and /etc/host.conf should be configured to use DNS. Also DNS servers list as well as the primary domain prefix (‘search’ or ‘domain’ parameters in /etc/resolv.conf ) should be set. The ‘A’ record should be specified for the server’s hostname.
As you might know the host names are retrieved from the following files and they should be identical:
The localhost entry should be in the /etc/hosts .
Network configuration should be in the etc/sysconfig/network.
- /etc/vmware/esx.conf
- /etc/sysconfig/network
- /etc/hosts
Enable SSH access to VMware ESX server
To allow the root user to login to a VMware ESX Server over the network using SSH, do the following:
- Go to the service console on the physical server & login
- vi /etc/ssh/sshd_config
- Change the line that says PermitRootLogin from “no” to “yes”
- Restart sshd with command /etc/init.d/sshd restart