Re: esxi 6.7 timezone config?
ESXi hostsESXi uses UTC time and does not support changing time zones. In ESXi 3.5, you see the message: Note: The date and time of the host have been translated to the local time of this VI Client. In...
View ArticleRe: esxi 6.7 timezone config?
Hello, Noting that the reason to not found that file, it was due to this procedure work max with ESX 4.1.x (as per the supported product on the right panel). Regarding the edit time on ESXi host,...
View ArticleRe: Extended disk VM
if i run df, i see: Filesystem Bytes Used Available Use% Mounted onNFS 52078608384 14675062784 37403545600 28% /vmfs/volumes/PCD7711_NFSVMFS-5 2912524697601020264448 290232205312...
View ArticleRe: Extended disk VM
df -h shows 0% available space ryt. Would it be possible to expand the LUN from storage array and expand the datastore?
View ArticleRe: Vcenter HA with SRM
I do not see problem, the SRM will be triggered for a disaster recovery.VCenter HA will be used for high availability of the service.
View ArticleRe: esxi 6.7 timezone config?
ESXi 5.5 and after uses UTC by default and it doesn't support changing the time zoneConfigure the host to the NTP servers.Check if the following VMware KB article helps: VMware Knowledge BasePlease...
View ArticleRe: Extended disk VM
1) Directly login to the host (on which the affected VM is running) and check the free space available.2) If there is free space shown even on the host directly, try to expand the disk from the host...
View ArticleRe: Dell Customized VMware ESXi 5.1.0 update VMware ESXi 6.5?
'bna' is a NIC driver and 'bfa' is an FC adapter driver. Run the commands <esxcfg-nics -l> and <esxcfg-scsidevs -a> to know the drivers being used by the NIC and storage adapters,...
View ArticleRe: Extended disk VM
Early we expanded the LUN from storage array and expanded the datastore from GUI. In GUI i see free 1Tb
View ArticleESXI 6.5 keep rebooting it self
Dear all,we have a ESXI 6.5.0 Update 1 (Build 7388607) running for over 1.5 years and no issues noted.lately it become rebooting it self just like this. it does happens like every 20 min.i've checked...
View ArticleRe: Extended disk VM
One node see right size. I migrate VM on this node and change hdd size, then i migrate back vm and other node see right size of Lun too. Thanks all for help!
View ArticleRe: Extended disk VM
What is the total size of VM?What is the size of Memory ?What is size in GB/TB you are extending by ?
View ArticleRe: ESXI 6.5 keep rebooting it self
VMkernel does not always shows the issue with reboot instances or why esxi host reboots unexpectedly.. If its user initiated or initiated from the powerbutton on ILO, you would see that in vmkernel.For...
View Articlehow to test port 902 TCP/UDP communication between esxi host and vcsa
how do I test the communication between a esxi host and vcsa appliance make sure the ports are opened?
View ArticleRe: Resource pools on ESXi 6.5
So, as a temporary workaround, I just removed all the resource pools using the vim-cmd over SSH. - vim-cmd hostsvc/rsrc/vms_get pool0/pool1 (get list of VMs associated with the resource pools)- vim-cmd...
View ArticleRe: how to test port 902 TCP/UDP communication between esxi host and vcsa
From ESXi ssh or shell -> nc -uz <VC FQDN/IP> port -> to test the udp 902 connectivity test to vcenterFrom vCenter -> you can check using telnet for VCSA shell or ssh -> curl -v...
View ArticleRe: how to test port 902 TCP/UDP communication between esxi host and vcsa
You can do a simple curl request to the FQDN/IP of the ESXi host on port 902. If the port is open, you should see something like curl esx5.domain.com:902220 VMware Authentication Daemon Version 1.10:...
View ArticleRe: how to test port 902 TCP/UDP communication between esxi host and vcsa
from the esxi host I did nc -uv vcenterIP 902 and got no response I dont have access to vcsa
View Article