This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Previous article: Stopping a DOS batch file. Photo: freeimages.com With the information covered so far we are able to use batch files to make our lives easier, and help our day …
Author Archives: Maris
VMware vSphere Client could not connect to vCenter version 5.1.0
Recently we had an issue, where we were unable to connect to one of our VMware ESXi vCenter’s (v5.1.0) with vSphere Client. Everything worked, all virtual machines were up, except vCenter. Digging deeper, the log files revealed the following: 2014-09-19T09:01:09.494+03:00 [02156 warning ‘Default’] [VdbStatement] SQL execution failed: cleanup_events_tasks_proc 2014-09-19T09:01:09.494+03:00 [02156 warning ‘Default’] [VdbStatement] Execution elapsed …
Continue reading “VMware vSphere Client could not connect to vCenter version 5.1.0”
Stopping a DOS batch file
This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Previous article: First cmd / DOS batch script example. Usually, OS (Windows, MS-DOS) executes a batch file without stopping. DOS stops processing the batch file while the program runs when the …