If there is one thing I like to do it is to make my job as easy as possible. I've developed an easy method for backing up Linux servers and just thought I'd share it to help with any new Linux admins.
Wednesday, May 23, 2012
Tuesday, March 13, 2012
Running fsck on a Truecrypt Volume
We use an external hard drive encrypted with Truecrypt for backups, and I always forget how to run fsck on it, so I'm just going to document it here. It is actually really simple to do from a Linux terminal.
Monday, February 27, 2012
Error When Promoting DRBD Primary
I was having some issues today setting up DRBD on some new SANs. When I would try and promote one of the SANs to primary using this command:
I would get this error:
sudo drbdadm -f primary r0
I would get this error:
0: State change failed: (-2) Need access to UpToDate data
Command 'drbdsetup 0 primary' terminated with exit code 17
Wednesday, February 1, 2012
Getting Shutdown/Reboot to Work in KVM/QEMU
I was having trouble getting shutdown/reboot in virt-manager to work with KVM/QEMU. I had to do a Force Off, which is basically like pulling the plug. It's actually pretty easy to fix.
Tuesday, January 31, 2012
Setting Up a Bridged Network Interface for KVM in Ubuntu
The process for setting up a network bridge for KVM in Ubuntu is actually fairly simple. For the purposes of this demo, we will assume that you already have KVM/QEMU installed from the Ubuntu Repos and that you are not using Network Manager. If you are using Network Manager, you must disable it prior to following these instructions. I am using Ubuntu Server 11.10 (Oneiric Ocelot), but this should work for 10.04 (Lucid Lynx), 10.10 (Maverick Meerkat) and 11.04 (Natty Narwhal).
Labels:
KVM,
networking,
Ubuntu,
virt-manager,
virtualization
Subscribe to:
Posts (Atom)