Rebooting IT

My old server machines are too noisy – which is an undeniable fact and the reason for consolidating machines. It was a decision which didn’t make me happy, but logic told me to do so and offered a new challenge to me. The main problem was separating services in a way they don’t bite each other. My solution […]

Check XFS fragmentation

Using XFS means, that you have to deal with fragmentation of your files. Disregarding fragmentation, XFS is a wonderful filesystem which never caused any problems here. To check fragmentation, we use the xfs-debug tool in read-only mode: xfs_db -c frag -r /dev/sdX# At my server it would look like that: stargazer ~ # xfs_db -c frag -r /dev/sda7 […]

1 22 23 24 25 26 146