Monday, August 27, 2012

How to Configure EPEL Repository on CentOS 6.3

This post will covers on how to install and configure the Extra Packages for Enterprise Linux (EPEL) repository on CentOS 6.3. EPEL repository is another extra repository that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL) and CentOS server. To install the repository, you can follow this steps :


1. First, we download and import the GPG keys for EPEL software packages:
# wget http://ftp.riken.jp/Linux/fedora/epel/RPM-GPG-KEY-EPEL-6
# rpm --import RPM-GPG-KEY-EPEL-6
# rm -f RPM-GPG-KEY-EPEL-6

2. Download EPEL repository for 32-bit CentOS :

# wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm

3. Install EPEL repository on 32-bit CentOS :
# rpm -ivh epel-release-6-7.noarch.rpm
Preparing...                ########################################### [100%]
   1:epel-release           ########################################### [100%]

Saturday, August 25, 2012

Renumber ethernet interface on CentOS Linux to eth0

When changing network cards (either physical or virtual) it’s often the case that the new card gets a higher interface number. For example, your old card was identified as ‘eth0′ and the new card gets identified as ‘eth1′. This may cause problems in your scripts (networking scripts, iptables settings, network traffic counters, etc.). But it’s also not as clean as you would want (you’re obsessive about these things, admit it!). Fortunately, we can easily renumber the ethernet interfaces!

http://www.syn-ack.org/centos-linux/renumber-ethernet-interface-eth0/

CentOS 6.3 VMware ESXi 5 network interface problem

In case that you have network problems with combination of CentOS 6.3 and VMWare ESXi 5, please look on this excellent explanation how to fix it....

http://www.syn-ack.org/vmware/centos-6-3-vmware-esxi-5-network-interface-problem/

Wednesday, August 22, 2012

Fedora 12 Linux on HP dv4-2155dx with qualcomm gobi2000 03f0:241d 03f0:251d

Good post how to enable gobi2000 based WWAN cards:

http://bisque.linuxsoup.com/?q=node/57

Will try on my un2420 EV-DO-HSDPA and with CentOS 6.3 ...

Keep you posted ...

Thursday, August 9, 2012

Cloning individual virtual machine disks via the VMware ESX host terminal

Purpose

This article provides instructions on how to clone individual virtual machine disks via a VMware ESX host's terminal.

Text can be found HERE


Tuesday, August 7, 2012

Windows Server Backup Step-by-Step Guide for Windows Server 2008

The Windows Server Backup feature provides a basic backup and recovery solution for computers running the Windows Server® 2008 operating system. Windows Server Backup introduces new backup and recovery technology and replaces the previous Windows Backup (Ntbackup.exe) feature that was available with earlier versions of the Windows operating system.
 
What is Windows Server Backup?
 
The Windows Server Backup feature in Windows Server 2008 consists of a Microsoft Management Console (MMC) snap-in and command-line tools that provide a complete solution for your day-to-day backup and recovery needs. You can use four wizards to guide you through running backups and recoveries. You can use Windows Server Backup to back up a full server (all volumes), selected volumes, or the system state. You can recover volumes, folders, files, certain applications, and the system state. And, in case of disasters like hard disk failures, you can perform a system recovery, which will restore your complete system onto the new hard disk, by using a full server backup and the Windows Recovery Environment.
You can use Windows Server Backup to create and manage backups for the local computer or a remote computer. You can also schedule backups to run automatically and you can perform one-time backups to augment the scheduled backups.

Original text can be found on technet.microsoft.com

Backup Basics in Windows Server 2008 R2

A free tool from Microsoft can make backing up data in Windows Server 2008 R2 efficient and almost hassle-free. Here's how to use it effectively.

Back in the day, Microsoft's free backup tool was the now venerable NTBackup. However, that utility has gone to the great recycle bin in the sky.
Windows Server 2008 offers a new set of backup tools, and I want to show you how easy it is to use them with the new Windows Server 2008 R2. Be aware that the new backup feature can't manage backups created with NTBackup.

Original text can be found on location:

http://redmondmag.com/articles/2010/04/01/backup-basics-in-windows-server-2008-r2.aspx

How to use DiskSpd to simulate Veeam Backup & Replication disk actions

This HOW-TO contains information on how to use Microsoft© DiskSpd to simulate Veeam Backup & Replication disk actions to measure disk pe...