Sunday, September 4, 2011
DD880 with 10Gb ethernet
http://www.intel.com/support/network/adapter/pro100/sb/CS-030612.htm
What if you must use longer cables? Intel Ethernet SFP+Optics will be the anwser. Cable length depends on the speed, cable specifications, and which optical module is used. Cable Lengths for Intel Ethernet SFP+ Optics provides the operating range in meters for optical cables used with Intel Ethernet SFP+ Optics.
http://www.intel.com/support/network/adapter/x520server/sb/CS-031094.htm
What are the SFP+ direct attach cable requirements for the Intel Ethernet Server Adapter X520 Series?
A: Any SFP+ passive or active limiting direct attach copper cable that comply with the SFF-8431 v4.1 and SFF-8472 v10.4 specifications Maximum cable length for passive cables is 7 meters Support for active cables requires Intel Network Connections software version 15.3 or later
Sunday, August 7, 2011
Turn off TCP chimney in Windows 2008
To turn off TCP chimney, run the following command
netsh int tcp set global chimney=disabled
To confirm it is turned off, run the following command
netsh int tcp show global
Monday, July 25, 2011
restore to proxy on VADP
Believe it or not, when I work in support, I always discover customer has no space in the SAN for recovery of large VM and they want to keep existing VM. Now, I cannot recover the whole image to proxy and then use VMconverter to move it to a VM Workstation. It has to be recovered to ESX. I will consider it a lack of feature when comparing it with VCB.
Monday, June 27, 2011
NTFS read/write in Linux
You can also use older version for CentOS and save you time by installing the rpm. Run the following command
yum list fuse-ntfs-3g
yum update fuse-ntfs-3g
Once completed, run rpm -qa | grep "ntfs" to confirm the installation of rpm. Now, you can read and write on your NTFS formatted USB drive.
Tuesday, May 24, 2011
What CentOS Linux kernel available?
I try to upgrade the kernel for my CentOS 5.4. I try to run yum upgrade kernel-smp and return no result. Eventually, find out this is changed in CentOS 5. There is no more kernel-smp. The following info is found in CentOS wiki page. So I run
"yum upgrade kernel" for my 64 bits dual processor laptop.
CentOS 5 provides the following kernel packages:
kernel: Contains the 'normal' kernel. This kernel includes support for both UP and SMP machines.
kernel-PAE (x86-only): Contains a kernel with support for 64GB of memory on x86 systems through Physical Address Extensions (PAE). Only x86 CPUs that support PAE can run this kernel. This kernel is provided because x86 systems can't address more than 4GB of memory without PAE extensions.
kernel-xen: Contains a Linux kernel that runs on the Xen hypervisor, for both privileged (dom0) and unprivileged (domU) domains. The Xen kernel is compiled with PAE support.
Reference page: http://wiki.centos.org/FAQ/CentOS5
Friday, May 13, 2011
Flash player on 64 bits kernel of CentOS
Saturday, April 10, 2010
VCB with Windows 2008 R2
Most encountered backup issue
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
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.