So apparently XenServer has "had" an issue with not deleting snapshots correctly, resulting in SR's running out of space. Here's the solution I found.
Friday, December 20 2013
XenServer 6.2 Hidden Snapshots
By Phil on Friday, December 20 2013, 13:01 - Computing
Monday, July 29 2013
Useful Null Routes
By Phil on Monday, July 29 2013, 15:56 - Interwebs
On every router, there are certain routes that are useful to install to prevent leakage of invalid traffic related to private address space.
Wednesday, July 17 2013
Distributed server backups with btsync
By Phil on Wednesday, July 17 2013, 16:41 - Computing
I recently discovered bittorrent-sync (btsync) and I'm in love! This post details how I've implemented this fantastic tool to build a resilient, distributed and FREE backup solution for my servers.
Friday, April 26 2013
Prepare RedHat / CentOS for Cloning
By Phil on Friday, April 26 2013, 20:26 - Linux & Open Source
To prepare a RHEL/CentOS/etc host for cloning (eg, duplicating a Virtual Machine or creating a VM Template), use the following commands as the last steps:
touch /.unconfigured rm -f /etc/ssh/ssh_host_* ifdown eth0 sed -i '/^HWADDR=.*$/d' /etc/sysconfig/network-scripts/ifcfg-eth0 ifup eth0 rm -f /etc/udev/rules.d/70-persistent-net.rules shutdown -h now
Source: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.0/html/Evaluation_Guide/Evaluation_Guide-Create_RHEL_Template.html
Saturday, May 26 2012
Installing ipset on CentOS 6
By Phil on Saturday, May 26 2012, 10:00 - Linux & Open Source
I assume this will work on RedHat 6 too:
# yum install http://people.redhat.com/twoerner/BZ/477115/ipset-6.7-2.el6.x86_64.rpm http://people.redhat.com/twoerner/BZ/477115/libmnl-1.0.1-1.el6.x86_64.rpm http://people.redhat.com/twoerner/BZ/477115/libmnl-devel-1.0.1-1.el6.x86_64.rpm
Yes, you can copy and paste.
Note that this isn't adding any repositories, so I'm not sure what impact this will have in future since the packages won't get automatically updated by `yum update` (security updates, breakage when kernel updates etc?)
Thursday, February 10 2011
Native IPv6 with Internode and CentOS
By Phil on Thursday, February 10 2011, 23:32 - Interwebs
This is a WIP. Notes so far.
At the moment, this results in an error from DHCPv6 Client when trying to assign an addrss to ppp200:
Feb 10 23:28:50 tank dhcp6c[1063]: transmit failed: Network is unreachable
Manually adding an address makes it work:
Feb 10 23:28:47 tank dhcp6c[1382]: request prefix is 2001:44b8:7206:d180::/60
# ip -6 a a 2001:44b8:7206:d180::1/48 dev ppp200 # ping6 2001:44b8:1::6 PING 2001:44b8:1::6(2001:44b8:1::6) 56 data bytes 64 bytes from 2001:44b8:1::6: icmp_seq=0 ttl=59 time=27.8 ms 64 bytes from 2001:44b8:1::6: icmp_seq=1 ttl=59 time=27.3 ms 64 bytes from 2001:44b8:1::6: icmp_seq=2 ttl=59 time=27.6 ms
Tuesday, December 21 2010
Adjust Ring Time Before Diverting to Voicemail
By Phil on Tuesday, December 21 2010, 17:20 - General Crapola
Little known hack on the phone companies to adjust how long your mobile phone will ring for before diverting to voicemail.
Monday, October 25 2010
A Great Perspective from a ‘new’ Australian
By Phil on Monday, October 25 2010, 10:12 - People
Nik Ziogopoulos states what is fact and what we all believe.
Nik would be in his 70's at least.
« previous entries - page 1 of 4