This article applies only to PERC 2/SC, 2/DC, 3/SC, 3/DCL, 3/DC, 3/QC, 4/SC, 4/DC, 4e/DC, 4/Di, and CERC ATA100/4ch controllers, and specifically for Dell PowerEdge servers. Be VERY careful when making any modifications to any disk array, as data loss is always possible. After some planning and preparation, it is possible to migrate array and [...]
Archive for September, 2010
Moving Array and Virtual Disks from One System to Another
Posted: 25th September 2010 by kire in linux administration - tips, notes and projectsdstat: a powerful system administration tool
Posted: 25th September 2010 by kire in linux administration - tips, notes and projectsAs a system administrator, I’m always looking for new tools to make my job easier. I’ve been using ‘dstat’ now for about 3 months, and it’s something I don’t know how I lived so long without. This tool is quite versatile and informative, and interacts directly with the kernel to give you a nice colorful [...]
Finding & Deleting Linux Core Dump Files Safely
Posted: 22nd September 2010 by kire in linux administration - tips, notes and projectsLinux sometimes dumps a huge file when a script crashes. These core files can build up and eat away valuable disk space. Some other methods of deleting core files will damage your server. Here are a few simple commands I use to find and delete these core dump files safely. Deleting files on Linux can [...]
Perl module install Out of memory and core dumps
Posted: 16th September 2010 by kire in linux administration - tips, notes and projectsEncountered this gem when I was attempting to install an overly simple/normal perl module (HTML::Template, though all will fail as a result of this). This actually has nothing to do with cPanel, the kernel, or CPAN. Instead, you’re actually hitting a PAM ulimit that is exhausting all of the available reserved memory required to install [...]
The Ubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer. The Maverick Meerkat Beta is the beta release of Ubuntu 10.10, bringing with it new features for the next version of Ubuntu. This is a beta release. Do not install it on production [...]
RAID: Rebuilding a Foreign disk by hand
Posted: 3rd September 2010 by kire in linux administration - tips, notes and projectsWhile replacing a bad drive with a drive that used to be part of another RAID array configuration, the RAID refused to automatically rebuild, thinking that I might want to import the configuration from this disk (or that there’s data on there that I might need). Simply inserting the drive doesn’t make the controller rebuild [...]