<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Technical Exhaustion</title>
	<link>http://www.eztiger.org</link>
	<description>Tech tips from the weary</description>
	<lastBuildDate>Mon, 30 Mar 2009 22:21:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Setting up gmirror on a live server remotely.</title>
		<description>I've previously discussed how to recover from a disk failure in gmirror. It's probably a good idea to describe how to set up a new mirror from scratch.

Rather handily this can be done on a live system, remotely via ssh in the space of a few minutes. One reboot is ...</description>
		<link>http://www.eztiger.org/2009/03/setting-up-gmirror-on-a-live-server-remotely/</link>
			</item>
	<item>
		<title>FreeBSD Installer Bug</title>
		<description>I came across a known bug in the FreeBSD installer for the first time today.

During the text network install (using the netboot iso) I had problems resolving the hostname of my chosen FTP mirror. The installer hung for an age trying to connect.

Assuming I had a made a typo in ...</description>
		<link>http://www.eztiger.org/2009/03/freebsd-installer-bug/</link>
			</item>
	<item>
		<title>Fun with zones</title>
		<description>Some quick Solaris 10 Zone management commands.

To list your running zones :

# zoneadm list

And with a bit more detail :

#zoneadm list -v

Change the IP address of a Zone

#zonecfg -z 
zonecfg:zonename> select net address=oldip
zonecfg:zonename:net> set address=newip
zonecfg:zonename:net> end
zonecfg:zonename> commit

Change the name of a Zone

#zonecfg -z zonename
zonecfg:zonename> set zonename=newzonename
zonecfg:zonename> commit
zonecfg:zonename> exit

Moving a Zone ...</description>
		<link>http://www.eztiger.org/2009/03/fun-with-zones/</link>
			</item>
	<item>
		<title>Upgrading mySQL 4 to mySQL 5 in FreeBSD</title>
		<description>First a caveat : the following steps worked well on a lightly used mySQL server in production (~5 queries per second average, heavily biased to select's - spread over around 30 individual databases) but your experience may vary on more heavily loaded servers. This also uses the ports build and ...</description>
		<link>http://www.eztiger.org/2009/02/upgrading-mysql-4-to-mysql-5-in-freebsd/</link>
			</item>
	<item>
		<title>Finding all existing SGE projects</title>
		<description>To find a list of current SGE projects, use the following flags to qconf :
qconf -sprjl
Which can be conveniently remembered as 'show project list'. </description>
		<link>http://www.eztiger.org/2009/01/finding-all-existing-sge-projects/</link>
			</item>
	<item>
		<title>Sun Grid Engine Cheat Sheet</title>
		<description>A nice cheat sheet for some common SGE tasks :

http://idolinux.blogspot.com/2008/09/sge-cheat-sheet.html </description>
		<link>http://www.eztiger.org/2008/11/sun-grid-engine-cheat-sheet/</link>
			</item>
	<item>
		<title>Purging a backup volume in Bacula</title>
		<description>Quick and dirty - this should never be needed, but in the rare events that your auto rotation cycle fails or you're just using a volume for testing and want to blank it to start from scratch, from the Bacula console enter :

purge jobs volume

After a short warning you can ...</description>
		<link>http://www.eztiger.org/2008/08/purging-a-backup-volume-in-bacula/</link>
			</item>
	<item>
		<title>Removing and re-adding a disk in gmirror</title>
		<description>Running software RAID-1 using gmirror under FreeBSD can save some headaches.

Sometimes a disk literally fails leaving you running on a spare, sometimes you just have a 'blip' during a busy period of the server which causes gmirror to drop the disk from the array.

This happened today and from dmesg we ...</description>
		<link>http://www.eztiger.org/2008/08/removing-and-re-adding-a-disk-in-gmirror/</link>
			</item>
	<item>
		<title>Bacula Design &#8216;Feature&#8217;</title>
		<description>I unwittingly stumbled across a reasonably well hidden Bacula design foible today.

I've noticed for some time that when doing test restores, or browsing the 'most recent backup' for a client Bacula has included files that should not be there based on the timeline of the restore.

If, after performing a full ...</description>
		<link>http://www.eztiger.org/2008/08/bacula-design-feature/</link>
			</item>
</channel>
</rss>
