Search This Site

myTemplate

A Real World Template Design for Joomla

Login to VirtualVCP

In order to leave comments, please log in.





Lost Password?
No account yet? Register

Vi-Pedia Virtualization Wiki

Virtualization Wiki

RSS Feeds

Support VirtualVCP

Information and Resources on this site are 100% free, however it costs money to run this site. Please help support this site by giving a donation.

Home
Invite to the Kodiak Private Beta
User Rating: / 0
The News - Latest News
Written by Rynardt Spies   
Tuesday, 19 May 2009

Image
Kodiak Private Beta Logo
 

I’ve been playing a little with the beta version of Kodiak, “the world’s only platform-in dependent virtualization management application!”

For those who aren’t familiar with Kodiak, here’s an intro as from their website:

Kodiak, from BlueBear, enables unprecedented visibility into and control over virtualized infrastructures, regardless of size or composition. As the industry's only application that's both hypervisor-agnostic and cross-platform, Kodiak sets a new standard in versatility, pushing virtualization out of the datacenter and catalyzing its widespread adoption throughout the information technology landscape. BlueBear believes useful software should be available to anybody who needs it, and at no cost; hence Kodiak's price, totally free! 

 

Anyway, I’ve got a few invitations to the private beta program. If you would like me to send you an invite, please drop me an email via the contact page! I only have a few, so first come first serve!

 
VMware Tools Operating System Specific Packages
User Rating: / 0
The News - Latest News
Written by Rynardt Spies   
Monday, 11 May 2009

If you’ve ever had trouble installing VMware tools on certain distributions of Linux, it may be worth a shot looking at VMware Tools Operating Specific Packages, or VMware Tools OSP.

VMware Tools OSPs are VMware Tools software packaged in the native package format and standards for selected supported Operating Systems (Guest Operating Systems). These packages are distributed for example in packages such as rpm and dep.

Currently VMware Tools OSPs are supported for the following Guest Operating Systems:

·         Red Hat Enterprise Linux 4 and 5 (RHEL)

·         SUSE Linux Enterprise Server 9 and 10 (SLES)

·         Ubuntu 8

You can download a user manual for OSP at http://www.vmware.com/pdf/osp_install_guide.pdf
 
Site Outage 25-04-2009 - 02-05-2009
User Rating: / 0
The News - Latest News
Written by Administrator   
Saturday, 02 May 2009

VIRTUALVCP.COM was down between 25-04-2009 and 02-05-2009 due to a firewall failure in my hosting environment whilst I was away on vacation with my family in South Africa. On the 25th of April, I noticed that my mobile phone stopped communicating with my active sync email server. I soon realised that the problem affected the entire hosting environment, including www.virtualvcp.com and www.vi-pedia.com.

As I was almost 10,000km away from home, I was left with no other choice than to wait until I could get back to the UK to resolve the issue.If you are reading this article from www.virtualvcp.com, it's obvious that the problem has now been resolved. I will now have to go back to the drawing board to work on a redundant connection to my hosting environment. At this moment in time, my websites do not generate enough unique hits per day to justify me moving the sites to a dedicated hosting environment. Once I get 3000+ visits per day, then I may look into moving out.

I do apologise for the down time of this website. It is against my personal  beliefs to have an unreachable website, even for an hour, but my hands were tied in this case. Thank you again for visiting www.virtualvcp.com. Keep checking back for some content on vSphere. I am now well rested and ready for some good blog'n! 

 

 
Automating VM Snapshot Reports
User Rating: / 0
Troubleshooting Tips - VI3/vSphere : ESX Server Admin and Maintenance
Written by Rynardt Spies   
Thursday, 16 April 2009

Those of us who use VCB (VMware Consolidated Backup) to perform backups of their SAN based virtual machines may know how time consuming and frustrating it can be to find and clean up stale snapshots on virtual machines that were left behind by failed VCB backups. This is even more time consuming if you have a large scale virtual environment with hundreds or even thousands of virtual machines than needs to be backup up on a daily basis.

Let me first give a brief explanation on how VCB goes about backing up virtual machines and why having stale snapshots on virtual machines prior to a VCB backup job will spell problems.

Every time a VCB backup job kicks off, a snapshot is created on the VM that is going to be backed up. Whilst this snapshot is in place, all changes that takes place in VM’s guest OS will be written to delta VMDK files, that is one delta file for every virtual disk on the VM. These files increment in 16MB chunks and on a busy VM, say for instance a VM that hosts a large database, these 16MB increments may result in several gigabytes per delta file. Whilst any changes are being written to these delta files, VCB can go ahead and mount the main VMDK files to the VCB proxy server in order to make the VMDK files or their contents available to your backup software, i.e. Netbackup. When the backup job completes, VCB will then remove the snapshot by merging the changes recorded in the delta files with the main VMDK files and delete the delta files from the SAN.

Now, in theory this sounds very neat, and in reality it is. That is, until it goes wrong. Sometimes when a VCB backup job fails (and they do fail from time to time), the snapshot on the VM doesn’t get removed. In this case, all changes to the guest OS will still continue to write to delta files. And to make things even worse, I’ve seen cases where the snapshot failed to be removed even though the VCB backup job completed successfully. In this case, Netbackup will show a successful backup, yet the snapshot still exists on the VM. You simply can’t assume that all virtual machine snapshots are cleared off just because Netbackup or whatever you use as your backup application reports successful backups.

So why are stale snapshots a problem you might ask? Well, not only do they grow to huge sizes which may actually cause the datastore to fill up and crash all other VMs on that datastore, but VCB will probably not be able to perform backup operations on a VM that already has snapshots. So yes, a stale snapshot on a VM will cause your next VCB job to fail. You also run the risk of your snapshot delta files to go out of sync with each other and that could cause a loss of data in the worst case. All of which I have first hand experience.

My advice is simple. Make sure you don’t have any snapshots on any virtual machines in scope of being backed up prior to the backup window opening. This is simple, but if you have hundreds of virtual machines, going though each VM to check for snapshots is insane! So, myself and colleague came up with a Perl script that will go and check for any delta files in all datastores seen by the ESX host and return a list of delta files via email.

You can download the script here.

 
<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>

Results 33 - 44 of 93