Saturday, April 10, 2010

VCB with Windows 2008 R2

Recently, I got a question about backing up VM with Windows 2008 R2 as guest.  They mention to me why FULLVM works but File level fails.  Run some test and find out it is caused by the reserve partition configured at the beginning of the 1st Virtual HDD.  Try to assign a drive letter and think it will work.  Nope!  The error indicates it can't find Windows System folder and registry.  As of today, ESX 4.0 U1 release notes indicate it is not supported.  

Most encountered backup issue

Guess what most of the issue you will see on backup.  Name resolution and drive ordering.
I can say 70% of the time related to name resolution.  If you tell them it is DNS, they will answer you no.  Add it to host table, it works.  Guess what, different DNS server gives you different result. However, they will keep on telling you it is not their DNS server.
The other issue is drive ordering.  How come some of the drives do not start backup?!  The drive ordering is not correct.  Most of the time due to reboot.  For example, drive with SN 501 is configured as \\.\Tape0 (the first one) then drive with SN 502 is \\.\Tape1....  After reboot, now, drive with SN 502 is discovered first and become \\.\Tape0.  When you attempt to mount a tape on \\.\Tape1, (because the order the drives discovered is not the same, \\.\Tape1 is discovered first) you will get an error eventually.  If you are using FC Tape library, configure persistent binding!!!  Otherwise, you will end up wasting time to reconfigure your library everytime you reboot your backup server.

Saturday, February 20, 2010

Conversion wizard of VMware Workstation

One of the benefit of becoming a VCP is to get a free copy of VMware workstation. I finally receive the permanently license key from VMware education. Installing it on my laptop running CentOS. The reason why I use VMware workstation instead of Virtualbox is NetWorking option. In Virtualbox, you cannot set static IP for your VM if the virtual NIC is run under NAT.

With VMware Workstation for Linux, there is no Conversion Wizard. It is only available for Windows version. So, I use the Clone option instead. Starting with VMware 6.5, you can install VMware ESX as VM, so I can get rid of my DL360 now. It is really noisy to run at home.

rdesktop

I am happy with my lenovo running CentOS 5.4. However, I have trouble running remote desktop to my Windows server at work. So, I install rdesktop-1.6.0-3 and it works perfectly fine.