<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Six 9&#039;s</title>
	<atom:link href="http://six9s.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://six9s.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 22 Oct 2011 06:27:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Bugzilla Tools</title>
		<link>http://six9s.com/2011/10/21/bugzilla-tools/</link>
		<comments>http://six9s.com/2011/10/21/bugzilla-tools/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 06:14:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://six9s.com/?p=12</guid>
		<description><![CDATA[I&#8217;ve been playing around with writing some python tools to get data into and out of bugzilla. I&#8217;ve dumped them in google code at https://code.google.com/p/gardens-bugzilla-tools/]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with writing some python tools to get data into and out of bugzilla. I&#8217;ve dumped them in google code at <a title="https://code.google.com/p/gardens-bugzilla-tools/" href="https://code.google.com/p/gardens-bugzilla-tools/">https://code.google.com/p/gardens-bugzilla-tools/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://six9s.com/2011/10/21/bugzilla-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Task Scheduler and sqlldr</title>
		<link>http://six9s.com/2010/09/13/windows-task-scheduler-and-sqlldr/</link>
		<comments>http://six9s.com/2010/09/13/windows-task-scheduler-and-sqlldr/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 20:42:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://six9s.com/?p=9</guid>
		<description><![CDATA[Just found out that when setting up a sqlldr job on a windows system when you setup the action you MUST put in a working directory. Otherwise the sqlldr silently fails.]]></description>
			<content:encoded><![CDATA[<p>Just found out that when setting up a sqlldr job on a windows system when you setup the action you MUST put in a working directory. Otherwise the sqlldr silently fails. </p>
]]></content:encoded>
			<wfw:commentRss>http://six9s.com/2010/09/13/windows-task-scheduler-and-sqlldr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fence_xvm restarts by default wtf</title>
		<link>http://six9s.com/2010/01/14/fence_xvm-restarts-by-default-wtf/</link>
		<comments>http://six9s.com/2010/01/14/fence_xvm-restarts-by-default-wtf/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 16:24:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://six9s.com/?p=8</guid>
		<description><![CDATA[Contrary to old versions now fence_xvm restarts the vm by default. WTF? If it dies I want it dead, as they say, shoot the other node in the HEAD. To fix, create the fence_xvm as a shared fence and then manually edit the cluster.conf file and add option=&#8221;off&#8221; to the fence section. Stupid stupid stupid]]></description>
			<content:encoded><![CDATA[<p>Contrary to old versions now fence_xvm restarts the vm by default. WTF? If it dies I want it dead, as they say, shoot the other node in the HEAD. To fix, create the fence_xvm as a shared fence and then manually edit the cluster.conf file and add option=&#8221;off&#8221; to the fence section. Stupid stupid stupid</p>
]]></content:encoded>
			<wfw:commentRss>http://six9s.com/2010/01/14/fence_xvm-restarts-by-default-wtf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fence_xvmd must have interface option</title>
		<link>http://six9s.com/2010/01/12/fence_xvmd-must-have-interface-option/</link>
		<comments>http://six9s.com/2010/01/12/fence_xvmd-must-have-interface-option/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 21:33:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://six9s.com/?p=7</guid>
		<description><![CDATA[If you have multiple interfaces, and your default route points to a different interface than your cluster communications, you MUST specify the interface when launching fence_xvmd on the physical hosts]]></description>
			<content:encoded><![CDATA[<p>If you have multiple interfaces, and your default route points to a different interface than your cluster communications, you MUST specify the interface when launching fence_xvmd on the physical hosts</p>
]]></content:encoded>
			<wfw:commentRss>http://six9s.com/2010/01/12/fence_xvmd-must-have-interface-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attaching Disks to Multiple hosts in XEN</title>
		<link>http://six9s.com/2009/12/14/attaching-disks-to-multiple-hosts-in-xen/</link>
		<comments>http://six9s.com/2009/12/14/attaching-disks-to-multiple-hosts-in-xen/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 20:47:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://six9s.com/?p=6</guid>
		<description><![CDATA[Can&#8217;t believe I forgot how to attach a disk to multiple machines in XEN, and then my Google-Fu was weak. Finally figure out how though &#8220;phys:/dev/device,sda,w!&#8221; The important part is the ! after the w. This is to force it to mount.]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t believe I forgot how to attach a disk to multiple machines in XEN, and then my Google-Fu was weak. Finally figure out how though<br />
&#8220;phys:/dev/device,sda,w!&#8221;<br />
The important part is the ! after the w. This is to force it to mount.</p>
]]></content:encoded>
			<wfw:commentRss>http://six9s.com/2009/12/14/attaching-disks-to-multiple-hosts-in-xen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great List of must try solutions</title>
		<link>http://six9s.com/2009/11/18/great-list-of-must-try-solutions/</link>
		<comments>http://six9s.com/2009/11/18/great-list-of-must-try-solutions/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 15:59:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://six9s.com/?p=4</guid>
		<description><![CDATA[http://whatexit.org/tal/mywritings/dumb-things-to-check.html Great list of things to check that you never think of. Especially the line endings. That has messed up my puppet configurations more than anything else. Also http://www.ipmsg.org/tools/fastcopy.html.en for a great tool to copy files including all the ACL&#8217;s and overcome the 260bit path limit]]></description>
			<content:encoded><![CDATA[<p>http://whatexit.org/tal/mywritings/dumb-things-to-check.html</p>
<p>Great list of things to check that you never think of. Especially the line endings. That has messed up my puppet configurations more than anything else.</p>
<p>Also</p>
<p>http://www.ipmsg.org/tools/fastcopy.html.en for a great tool to copy files including all the ACL&#8217;s and overcome the 260bit path limit</p>
]]></content:encoded>
			<wfw:commentRss>http://six9s.com/2009/11/18/great-list-of-must-try-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Broadcom 10G cards and bonding in RHEL</title>
		<link>http://six9s.com/2009/11/18/broadcom-10g-cards-and-bonding-in-rhel/</link>
		<comments>http://six9s.com/2009/11/18/broadcom-10g-cards-and-bonding-in-rhel/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 15:56:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://six9s.com/?p=3</guid>
		<description><![CDATA[Just found out that by default Broadcom 10G cards do NOT work with bonding RHEL. Apparently they try to aggregate packets over all connections and in releases previous to 5.2 would cause a kernel panic. You can tell if you are having a problem by NUMEROUS syslog messages saying &#8220;recieved packets cannot be forwarded while [...]]]></description>
			<content:encoded><![CDATA[<p>Just found out that by default Broadcom 10G cards do NOT work with bonding RHEL. Apparently they try to aggregate packets over all connections and in releases previous to 5.2 would cause a kernel panic. You can tell if you are having a problem by NUMEROUS syslog messages saying &#8220;recieved packets cannot be forwarded while LRO is enabled&#8221;. To fix this issue you need to add the following line to modprobe.conf<br />
options bnx2x diable_tpa=1</p>
]]></content:encoded>
			<wfw:commentRss>http://six9s.com/2009/11/18/broadcom-10g-cards-and-bonding-in-rhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

