If you are not unable to connect ESXi server to vCenter, or when you cannot connect to ESXi server from VI client it may be necessary to restart the management agents on ESX or ESXi host. To restart the management agents on ESXi 6.x This applies to ESX4/5.x/6.x For the restart of the management agents (mgmt-vmware…
Tag: 6
Linux: CentOS 6 kernel panic+0xa7/0x16f fix
So ran into a view issue for a Linux Host today. Kernel Panic !!! There could be a number of reasons that you might get this error. The three common reasons may be: There was a change to selinux config – (that might be an error in the config file) There are disk errors The…
ESXi 6.0 not detecting BROCADE HBA adapter
Steps: Make sure HBA is connected on the PCI slot and visible under esx hardware list:
1 |
esxcli hardware pci list |
Check if VMKernel can detect any storage via Fibre Channel
1 |
esxcli storage san fc list |
(output will be blank line if HBA driver is missing but HBA appears to be in PCI card determined from step 1)
1 |
esxcli storage core adapter rescan |
Search and download the…