A new website will lanch soon http://govirtual.tv/
It will feature premire video tutorials and educational screencasts related to enterprise virtualization technology.
I’m looking forward to see what they can cook up.
A new website will lanch soon http://govirtual.tv/
It will feature premire video tutorials and educational screencasts related to enterprise virtualization technology.
I’m looking forward to see what they can cook up.
Duncan over at YellowBricks.com found a undocumented fearure in the VCB config.js file
One of my customers wanted to use the default VCB framework but did not want to quiesce the VM for several reasons. (Databases, Active Directory etc.) I could not find an option in the config.js file but noticed the following in the file glue.js:
// A fallback to be able to switch to non-quiesced snapshots
if (typeof(NO_QUIESCE) != "undefined") {
cmd +="-Q 0 ";
}
In other words, setting the option “NO_QUIESCE” with no value in config.js results in the VM not being quiesced, default it will quiesce the VM! I added the following line to the config.js file to accomplish this:
NO_QUIESCE="";
Duncan over at YelloBricks.com posted a nice easy howto on renaming a VM from within VC and from the service console.
There are a couple of ways to rename a Virtual Machine, but there are two in my opinion that stand out:
And from the service console:
Today i finally got time to upgrade this site to WordPress version 2.5.
And i must say that i’m impressed with this new version.
It has a few new cool features and the admin pages design has changed alot – AND I LIKE IT. It is easier to find your way around the menus.
I can only say if you don’t already use WordPress get your copy today – www.wordpress.org
Powered by WordPress