Monthly Archives: January 2013

Xenserver Pool slave loses management interface

Can ping XenServer Master, and can Ping Management interface – however XenAPI appears down?

pool-emergency-reset-master master-address=

This will reset the management interface and should bring back up networking for dom0

too many files in directory to delete?

find . -name ‘*.net*’ | xargs rm

change *.net to whatever is necessary.

this will iterate through each file name and apply RM to it.

rm -f * will not work where there are too many files as it simply appends each file name to form a massive string.

xfs Maintenance

http://st-on-it.blogspot.com.au/2008/02/how-to-defragment-your-xfs-partition.html

http://serverfault.com/questions/406069/why-are-my-xfs-filesystems-suddenly-consuming-more-space-and-full-of-sparse-file

XFS on Centos 6 32bit – not compatible with life

XFS will not operate on Centos 6 32bit, you must use the 64bit version.

eom