| | |

Stateless Systems (diskless, boot from net) on RHEL5/Centos5

I have encountered several methods of doing stateless RedHat Linux systems. Some of them are over-sophisticated, and it doesn’t work. Some of them are too old, and you either have to fix half the scripts, or give up (which I did, BTW), and after long period of attempts, I have found my simple-yet-working-well-enough solution. It…

Don’t try it at home – NetApp SnapMirror network-free Seeding

Well, this is rather common. Network-free seeding is being performed through using a tape device. What happens if you do not have a tape device? We have the poor-man’s huge TB disks (SATA for the people) connected to simple PC systems, but no tape… We perform network-free seeding into disk. There is a utility called…

| | | |

XenServer create snapshots for all machines

XenServer is a wonderful tool. One of the better parts of it is its powerful scripting language, powered by the ‘xe’ command. In order to capture a mass of snapshots, you can either do it manually from the GUI, or scripted. The script supplied below will include shell functions to capture Quiesce snapshots, and it…

|

LVM Recovery

A friend of mine made a grieve mistake – partition a disk containing Linux LVM directly on it, without any partition table. Oops. When dealing with multi-Tera sized disks, one gets to encounter limitations not known on smaller scales – the 2TB limitation. Normal partition table can contain only around 2TB mapping, meaning that to…