Category Archives: Virtualization

Linux : Clocksource tsc unstable

Getting this output on your RHEL/CentOS virtual machine? Clocksource tsc unstable (delta = 000000000 ns). Enable clocksource failover by adding clocksource_failover kernel parameter. First find out the available clock sources : cat /sys/devices/system/clocksource/clocksource0/available_clocksource You will likely get the following results : kvm-clock tsc acpi_pm You are currently using “tsc” as per the initial output error, try… Read More »

VMware : iSCSI LUN datastore no longer visible after outage

If after a power outage or ESX hypervisor shutdown your iSCSI datastores are missing, it might be caused by a lock on the LUN on your host machine. You may find this in your vmkernel logs :  /var/log/vmkernel.log 2014-02-19T04:19:11.927Z cpu3:33477)NMP: nmp_ThrottleLogForDevice:2321: Cmd 0x88 (0x412e80814440, 0) to dev “t10.FreeBSD_iSCSI_Disk______74867ae04094000_________________” on path  “vmhba37:C0:T1:L0” Failed: H:0x2 D:0x0 P:0x0 Possible… Read More »

Linux : Guest VM time sync with Xen host

It’s possible to tell the kernel of your Xen guest VM to synchronize or not the clock with the physical host machine. There are numerous reason why you would or not to use this feature (such as your guest VM is behind or forward the clock over time). To find out the current setting, simply… Read More »

Linux : Unable to connect to xend: No such file or directory. Is xend running?

Ending up with this kind of error booting a guest machine on your Xen hypervisor? Running: xm create /cloud/config/hjxmogr553e5jx Using config file “/cloud/config/hjxmogr553e5jx”. Error: Unable to connect to xend: No such file or directory. Is xend running? Fatal: Virtual machine has not been started on hypervisor Executing Rollback… The two possible causes would be the… Read More »

VMware : How to reset ESXi root password?

Lost your root password? Well, this is very unfortunate! This tutorial will show you how to reset ESXi root password. There is no supported method to “reset” the root password, VMware suggest to boot from ESXi installer disk and select “Install ESXi, preserve VMFS datastore” option. This will overwrite the current installation (fresh install, overwriting… Read More »