<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Coretanium</title>
	
	<link>http://www.coretanium.net</link>
	<description>tech blah blah</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:23:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Coretanium" /><feedburner:info uri="coretanium" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Postfix maximum email size</title>
		<link>http://feedproxy.google.com/~r/Coretanium/~3/xQhnw5WLvqg/postfix-maximum-email-size</link>
		<comments>http://www.coretanium.net/postfix-maximum-email-size#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=360</guid>
		<description><![CDATA[The default &#8220;message_size_limit&#8221; is set to 10240000 bytes which is approximately 10MB. To change it, add/modify the message_size_limit line in your main.cf to;
message_size_limit = 20480000
The above is roughly 20MB and is more than enough on a typical server.
]]></description>
			<content:encoded><![CDATA[<p>The default &#8220;message_size_limit&#8221; is set to 10240000 bytes which is approximately 10MB. To change it, add/modify the message_size_limit line in your main.cf to;</p>
<p><code>message_size_limit = 20480000</code></p>
<p>The above is roughly 20MB and is more than enough on a typical server.</p>
<img src="http://feeds.feedburner.com/~r/Coretanium/~4/xQhnw5WLvqg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/postfix-maximum-email-size/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coretanium.net/postfix-maximum-email-size</feedburner:origLink></item>
		<item>
		<title>Qmail smtproutes</title>
		<link>http://feedproxy.google.com/~r/Coretanium/~3/ZUVdGbIR2So/qmail-smtproutes</link>
		<comments>http://www.coretanium.net/qmail-smtproutes#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:19:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Qmail]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=358</guid>
		<description><![CDATA[If you ever need to route mail destined for a certain domain through a smarthost you can edit/create the following file;
/var/qmail/control/smtproutes
The contents is straight forward&#8230; to relay mail destined for domain.com through smtp.yourdomain.com add the following;
domain.com:smtp.yourdomain.com
If you want to relay ALL mail through smtp.yourdomain.com add;
:smtp.yourdomain.com
]]></description>
			<content:encoded><![CDATA[<p>If you ever need to route mail destined for a certain domain through a smarthost you can edit/create the following file;</p>
<p><code>/var/qmail/control/smtproutes</code></p>
<p>The contents is straight forward&#8230; to relay mail destined for domain.com through smtp.yourdomain.com add the following;</p>
<p><code>domain.com:smtp.yourdomain.com</code></p>
<p>If you want to relay ALL mail through smtp.yourdomain.com add;</p>
<p><code>:smtp.yourdomain.com</code></p>
<img src="http://feeds.feedburner.com/~r/Coretanium/~4/ZUVdGbIR2So" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/qmail-smtproutes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coretanium.net/qmail-smtproutes</feedburner:origLink></item>
		<item>
		<title>Dell OMSA reports No controllers found.</title>
		<link>http://feedproxy.google.com/~r/Coretanium/~3/V5SCIyLPjA0/dell-omsa-reports-no-controllers-found</link>
		<comments>http://www.coretanium.net/dell-omsa-reports-no-controllers-found#comments</comments>
		<pubDate>Tue, 09 Mar 2010 06:42:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/dell-omsa-reports-no-controllers-found</guid>
		<description><![CDATA[During a routine scheduled upgrade window I upgraded to the latest Dell OMSA on a range of Dell PowerEdge servers running CentOS. After the upgrade, shell scripts that check the health of disks started reporting that no storage controllers can be found.

# omreport storage pdisk controller=0
Invalid controller value. Read, controller=0
No controllers found.

After some digging through [...]]]></description>
			<content:encoded><![CDATA[<p>During a routine scheduled upgrade window I upgraded to the latest Dell OMSA on a range of Dell PowerEdge servers running CentOS. After the upgrade, shell scripts that check the health of disks started reporting that no storage controllers can be found.</p>
<p><code><br />
# omreport storage pdisk controller=0<br />
Invalid controller value. Read, controller=0<br />
No controllers found.<br />
</code></p>
<p>After some digging through the Dell mailling lists it became apparent that i&#8217;m missing the Dell Firmware Tools on my installation. Installing the firmware tools solved the problem.</p>
<p><code><br />
# yum -y install dell_ft_install</p>
<p># srvadmin-services.sh restart<br />
</code></p>
<p>Once done, all was fine.</p>
<img src="http://feeds.feedburner.com/~r/Coretanium/~4/V5SCIyLPjA0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/dell-omsa-reports-no-controllers-found/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coretanium.net/dell-omsa-reports-no-controllers-found</feedburner:origLink></item>
		<item>
		<title>Adding an ISO repository on XenServer 5.5</title>
		<link>http://feedproxy.google.com/~r/Coretanium/~3/SmhzHFClDmo/adding-an-iso-repository-on-xenserver-5-5</link>
		<comments>http://www.coretanium.net/adding-an-iso-repository-on-xenserver-5-5#comments</comments>
		<pubDate>Sat, 06 Mar 2010 09:38:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/adding-an-iso-repository-on-xenserver-5-5</guid>
		<description><![CDATA[In order to do advanced installs or installations where there are no templates under XenCenter and you wish to use your own custom ISO images, you can add an ISO repository. The following steps outlines what needs to be done;
mkdir -p /var/opt/xen/iso_import
Copy your ISO image to this directly, but be careful as the control domain [...]]]></description>
			<content:encoded><![CDATA[<p>In order to do advanced installs or installations where there are no templates under XenCenter and you wish to use your own custom ISO images, you can add an ISO repository. The following steps outlines what needs to be done;</p>
<p>mkdir -p /var/opt/xen/iso_import</p>
<p>Copy your ISO image to this directly, but be careful as the control domain filesystem has limited space and if this fills up, unpredictable behaviour will follow.</p>
<p>Next up you need to create the repository by running</p>
<p><br/><code>xe sr-create name-label=ISOs type=iso device-config:location=/var/opt/xen/iso_import device-config:legacy_mode=true content-type=iso</code></p>
<p><br/>You need to mount the new repository so it&#8217;s available on XenCenter</p>
<p><code>xe-mount-iso-sr /var/opt/xen/iso_import</code></p>
<p>You can now proceed to create your VM using the ISO repository you just added.</p>
<img src="http://feeds.feedburner.com/~r/Coretanium/~4/SmhzHFClDmo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/adding-an-iso-repository-on-xenserver-5-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coretanium.net/adding-an-iso-repository-on-xenserver-5-5</feedburner:origLink></item>
		<item>
		<title>Solaris Core Install Recipe</title>
		<link>http://feedproxy.google.com/~r/Coretanium/~3/KwiZSa8F8W4/solaris-core-install-recipe-2</link>
		<comments>http://www.coretanium.net/solaris-core-install-recipe-2#comments</comments>
		<pubDate>Mon, 08 Feb 2010 23:34:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=342</guid>
		<description><![CDATA[This is a recipe I use when installing Solaris 10 (Core only). It&#8217;s easier to install the needed software than to trim down a full install and I like the fact that I have a clean server to start off with the minimal software installed.
For disk layout, you can do whatever your comfortable with or [...]]]></description>
			<content:encoded><![CDATA[<p>This is a recipe I use when installing Solaris 10 (Core only). It&#8217;s easier to install the needed software than to trim down a full install and I like the fact that I have a clean server to start off with the minimal software installed.</p>
<p>For disk layout, you can do whatever your comfortable with or follow the software that will be running on your servers guides for setting up the disk slices etc.</p>
<p>Start by installing only the core product, If I remember correctly it&#8217;s around 1.2GB in size. Once this has been done, and you have logged into your machine install the following packages from DVD/CD-ROM;</p>
<p><code>mkdir /mnt/cdrom<br />
mount -F hsfs /dev/dsk/c0t2d0s2 /mnt/cdrom<br />
pkgadd -d /mnt/cdrom/Solaris_10/Product/*ssh*</code></p>
<p>This will install;</p>
<p>SUNWsshcu SUNWsshdr SUNWsshdu SUNWsshr and SUNWsshu</p>
<p><code>pkgadd -d /mnt/cdrom/Solaris_10/Product/SUNWbash</code></p>
<p>Generate host keys;</p>
<p><code>/lib/svc/method/sshd -c<br />
svcadm enable ssh<br />
svcadm restart ssh</code></p>
<p>Or another way of generating host keys;</p>
<p><code>cd /etc/ssh<br />
ssh-keygen -t rsa -f ssh_host_rsa_key<br />
ssh-keygen -t dsa -f ssh_host_dsa_key<br />
svcadm enable ssh<br />
svcadm restart ssh<br />
</code></p>
<p>Install openssl, wget either from DVD/CD-ROM or you can grab it from the sunfreeware.com FTP site.</p>
<p>vi get_files.sh</p>
<p><code>#!/bin/sh</p>
<p>cd /tmp</p>
<p>ftp -i -n -v ftp.sunfreeware.com &lt;&lt; EOF<br />
user "anonymous" "your@email.com"<br />
cd pub/freeware/sparc/10<br />
bin<br />
mget gzip-1.4-sol10-sparc-local<br />
mget wget-1.12-sol10-sparc-local.gz<br />
mget libintl-3.4.0-sol10-sparc-local.gz<br />
mget openssl-0.9.8l-sol10-sparc-local.gz<br />
mget libiconv-1.13.1-sol10-sparc-local.gz<br />
mget libgcc-3.4.6-sol10-sparc-local.gz<br />
bye<br />
EOF</code></p>
<p>:wq</p>
<p>chmod +x get_files.sh</p>
<p>./get_files</p>
<p>Once downloaded, install gzip first as you&#8217;ll need it to extract the rest of the archived packages you just downloaded;</p>
<p><code>pkgadd -d . gzip-1.4-sol10-sparc-local all<br />
gunzip *.gz<br />
pkgadd -d . &lt;packagename&gt; all</code></p>
<p>You now have a basic skeleton machine with SSH, bash and wget.</p>
<img src="http://feeds.feedburner.com/~r/Coretanium/~4/KwiZSa8F8W4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/solaris-core-install-recipe-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coretanium.net/solaris-core-install-recipe-2</feedburner:origLink></item>
		<item>
		<title>Solaris 10 Enable SSH</title>
		<link>http://feedproxy.google.com/~r/Coretanium/~3/-vmpKY47I9g/solaris-10-enable-ssh</link>
		<comments>http://www.coretanium.net/solaris-10-enable-ssh#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:45:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/solaris-10-enable-ssh</guid>
		<description><![CDATA[On Solaris 10, you can quickly enable SSH by performing the steps below;
svcadm enable ssh
svcadm restart ssh
If you need to login as root, remember to set PermitRootLogin to yes and restart the daemon.
]]></description>
			<content:encoded><![CDATA[<p>On Solaris 10, you can quickly enable SSH by performing the steps below;</p>
<p>svcadm enable ssh</p>
<p>svcadm restart ssh</p>
<p>If you need to login as root, remember to set PermitRootLogin to yes and restart the daemon.</p>
<img src="http://feeds.feedburner.com/~r/Coretanium/~4/-vmpKY47I9g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/solaris-10-enable-ssh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coretanium.net/solaris-10-enable-ssh</feedburner:origLink></item>
		<item>
		<title>Linux &amp; Solaris enable/disable X on boot</title>
		<link>http://feedproxy.google.com/~r/Coretanium/~3/npfjQHDKl8M/linux-solaris-enabledisable-x-on-boot</link>
		<comments>http://www.coretanium.net/linux-solaris-enabledisable-x-on-boot#comments</comments>
		<pubDate>Sun, 07 Feb 2010 20:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/linux-solaris-enabledisable-x-on-boot</guid>
		<description><![CDATA[Linux Disable automatic startup of X on boot Change the default run level in /etc/inittab to 3 id:3:initdefault:
Enable automatic startup of X on boot Change the default run level in /etc/inittab to 5 id:5:initdefault:
Solaris 10
Disable automatic startup of X on boot # /usr/dt/bin/dtconfig -d
Enable automatic startup of X on boot # /usr/dt/bin/dtconfig -e
]]></description>
			<content:encoded><![CDATA[<p><strong><span style="TEXT-DECORATION: underline">Linux</span></strong> <br/><br/>Disable automatic startup of X on boot <br/>Change the default run level in /etc/inittab to 3 <br/><code>id:3:initdefault:</code></p>
<p>Enable automatic startup of X on boot <br/>Change the default run level in /etc/inittab to 5 <br/><code>id:5:initdefault:</code></p>
<p><strong><span style="TEXT-DECORATION: underline">Solaris 10</span></strong></p>
<p>Disable automatic startup of X on boot <br/><code># /usr/dt/bin/dtconfig -d</code></p>
<p>Enable automatic startup of X on boot <br/><code># /usr/dt/bin/dtconfig -e</code></p>
<img src="http://feeds.feedburner.com/~r/Coretanium/~4/npfjQHDKl8M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/linux-solaris-enabledisable-x-on-boot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coretanium.net/linux-solaris-enabledisable-x-on-boot</feedburner:origLink></item>
		<item>
		<title>Solaris 10 text mode installation</title>
		<link>http://feedproxy.google.com/~r/Coretanium/~3/Bxsdauq3UJQ/solaris-10-text-mode-installation</link>
		<comments>http://www.coretanium.net/solaris-10-text-mode-installation#comments</comments>
		<pubDate>Sun, 07 Feb 2010 14:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=278</guid>
		<description><![CDATA[To install Solaris in text mode, do the following from OBP;
boot cdrom - w
Your solaris installation will start in text mode.
]]></description>
			<content:encoded><![CDATA[<p>To install Solaris in text mode, do the following from OBP;</p>
<p><code>boot cdrom - w</code></p>
<p>Your solaris installation will start in text mode.</p>
<img src="http://feeds.feedburner.com/~r/Coretanium/~4/Bxsdauq3UJQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/solaris-10-text-mode-installation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coretanium.net/solaris-10-text-mode-installation</feedburner:origLink></item>
		<item>
		<title>FreeBSD Custom Kernel</title>
		<link>http://feedproxy.google.com/~r/Coretanium/~3/QxdZw0Vynkw/freebsd-custom-kernel</link>
		<comments>http://www.coretanium.net/freebsd-custom-kernel#comments</comments>
		<pubDate>Mon, 11 Jan 2010 20:16:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/wordpress2/?p=239</guid>
		<description><![CDATA[The following document describes how to build a custom kernel in FreeBSD.
This tutorial is NOT for upgrading your kernel, if you want to upgrade your kernel please read this tutorial.
1) Make a copy of your GENERIC kernel (never use GENERIC unless you want your   changes wasted when you do a cvsup update)
root@machine# cd [...]]]></description>
			<content:encoded><![CDATA[<p>The following document describes how to build a custom kernel in FreeBSD.</p>
<p>This tutorial is NOT for upgrading your kernel, if you want to upgrade your kernel please read this tutorial.</p>
<p>1) Make a copy of your GENERIC kernel (never use GENERIC unless you want your   changes wasted when you do a cvsup update)<br />
root@machine# cd /usr/src/sys/i386/conf<br />
root@machine# cp GENERIC CUSTOMEKERNEL</p>
<p>2. Edit the CUSTOMKERNEL to configure support for new hardware. Make sure all   the required modules are loaded. If a dependancy is missing, your kernel build   will fail.</p>
<p>3. Compile and install your new kernel.</p>
<p>root@machine# cd /usr/src<br />
root@machine# make buildkernel KERNCONF=CUSTOMKERNEL<br />
root@machine# make installkernel KERNCONF=CUSTOMKERNEL</p>
<p>4. Reboot and you have a fully customised kernel build.</p>
<p>* If you are running your system in securelevel you will need to make some changes before doing the actual kernel installation! In your /etc/rc.conf set kern_securelevel to kern_securelevel=&#8221;-1&#8243; and reboot your machine, then proceed with the install of your custom kernel. After your custom kernel has been installed you can change the values back to whatever your requirements are.</p>
<p>* By doing a &#8220;make clean&#8221; on every kernel build defeats the   purpose of a makefile. There are times when the   build should be cleaned up, you can do it by doing a &#8220;make clean&#8221; or &#8220;config   -r&#8221; to clean up obj. By doing it every time may make your kernel build run   twice as long and it&#8217;s not necesary!</p>
<img src="http://feeds.feedburner.com/~r/Coretanium/~4/QxdZw0Vynkw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/freebsd-custom-kernel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coretanium.net/freebsd-custom-kernel</feedburner:origLink></item>
		<item>
		<title>PowerDNS Multiple MySQL Backends</title>
		<link>http://feedproxy.google.com/~r/Coretanium/~3/ZGA2U3Lzi9o/powerdns-multiple-mysql-backends</link>
		<comments>http://www.coretanium.net/powerdns-multiple-mysql-backends#comments</comments>
		<pubDate>Sun, 10 Jan 2010 13:14:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PowerDNS]]></category>

		<guid isPermaLink="false">http://www.xnetcore.com/powerdns-multiple-mysql-backends/</guid>
		<description><![CDATA[http://doc.powerdns.com/modules.html
To launch two backends of the same&#160;type, you can assign a name to each launch like this;
launch=gmysql:connection1,gmysql:connection2
gmysql-connection1-host=10.10.10.1gmysql-connection1-user=pdnsgmysql-connection1-dbname=pdns
gmysql-connection2-host=10.10.10.2gmysql-connection2-user=pdnsgmysql-connection2-dbname=pdns
]]></description>
			<content:encoded><![CDATA[<p><font color="#0066cc"><a href="http://doc.powerdns.com/modules.html" target="_blank">http://doc.powerdns.com/modules.html</a><a href="http://doc.powerdns.com/modules.html"></a></font></p>
<p>To launch two backends of the same&nbsp;type, you can assign a name to each launch like this;</p>
<p>launch=gmysql:connection1,gmysql:connection2</p>
<p>gmysql-connection1-host=10.10.10.1<br />gmysql-connection1-user=pdns<br />gmysql-connection1-dbname=pdns</p>
<p>gmysql-connection2-host=10.10.10.2<br />gmysql-connection2-user=pdns<br />gmysql-connection2-dbname=pdns</p>
<img src="http://feeds.feedburner.com/~r/Coretanium/~4/ZGA2U3Lzi9o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/powerdns-multiple-mysql-backends/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coretanium.net/powerdns-multiple-mysql-backends</feedburner:origLink></item>
	</channel>
</rss>
