<?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>SUNWfrk’s Blog &#187; General IT stuff</title>
	<atom:link href="http://www.sunwfrk.com/blog/category/general-it-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sunwfrk.com/blog</link>
	<description>a blog about my passion, hobby and work</description>
	<lastBuildDate>Mon, 12 Jul 2010 10:43:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Oracle-ified</title>
		<link>http://www.sunwfrk.com/blog/2010/02/17/oracle-ified/</link>
		<comments>http://www.sunwfrk.com/blog/2010/02/17/oracle-ified/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 19:15:05 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[General IT stuff]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/blog/?p=291</guid>
		<description><![CDATA[I had enough with the old layout, it was ok but I needed a change.. So I ended up with this and then realized that my site changed the same way sun.com did. From blue to red. I think I spend to much time on those sites. I will try to post some more soon..]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sunwfrk.com%2Fblog%2F2010%2F02%2F17%2Foracle-ified%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sunwfrk.com%2Fblog%2F2010%2F02%2F17%2Foracle-ified%2F" height="61" width="51" /></a></div><p>I had enough with the old layout, it was ok but I needed a change.. So I ended up with this and then realized that my site changed the same way sun.com did. From blue to red. I think I spend to much time on those sites.</p>
<p style="text-align: center;">I will try to post some more soon..</p>
<p style="text-align: center;">
<a href="http://sunwfrk.com/upload/SunRIP.jpg"><img class="aligncenter" title="Sun RIP" src="http://sunwfrk.com/upload/SunRIPsmall.png" alt="articleimg" width="448" height="351" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/blog/2010/02/17/oracle-ified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The APC ES 550</title>
		<link>http://www.sunwfrk.com/blog/2009/07/06/the-apc-es-550/</link>
		<comments>http://www.sunwfrk.com/blog/2009/07/06/the-apc-es-550/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 21:13:07 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[General IT stuff]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/blog/?p=244</guid>
		<description><![CDATA[I wanted some backup in case the power went down at home, not that it happens every day or even month but it happens. there was always a problem after such an event, not all the discs were found on my opensolaris (usb disk with a very low spin up time) or it was stuck on [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sunwfrk.com%2Fblog%2F2009%2F07%2F06%2Fthe-apc-es-550%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sunwfrk.com%2Fblog%2F2009%2F07%2F06%2Fthe-apc-es-550%2F" height="61" width="51" /></a></div><p><img class="alignright" title="APC UPS ES 550" src="http://www.sunwfrk.com/upload/20090706-apc_es_550.png" alt="" width="258" height="163" /></p>
<p>I wanted some backup in case the power went down at home, not that it happens every day or even month but it happens. there was always a problem after such an event, not all the discs were found on my opensolaris (usb disk with a very low spin up time) or it was stuck on the boot archive. So I bought me two of these UPS&#8217;es, each for about €80 and they have a usb cable to monitor them! I hooked one to my soekris downstairs wich runs openbsd and one to my backup/media server running opensolaris. here is what I did to configure them from the source on <a title="apcupsd" href="http://www.apcupsd.org/" target="_blank">http://www.apcupsd.org/</a></p>
<p><span id="more-244"></span>Installation on OpenSolaris:<br />
First of all, when you plug it in you&#8217;ll see this on opensolaris:<br />
<em> Jul  2 20:56:34 OpenSolaris usba: [ID 349649 kern.info]         APC Back-UPS ES 550 FW:828.D3 .I USB FW:D3  3B0???X?????</em><br />
Now you need to install SUNWgmake and download the usb.h header file</p>
<p># pkg install SUNWgmake<br />
# cd /usr/sfw/include<br />
# wget http://src.opensolaris.org/source/raw/sfw/usr/src/lib/libusb/inc/usb.h<br />
-&gt; unpack the apcupsd tarball and cd into it.<br />
# ./configure &#8211;enable-usb<br />
# gmake<br />
# gmake install<br />
-&gt; cd to the config files in /etc/opt/apcupsd</p>
<p>Installation on OpenBSD:<br />
You&#8217;ll get this when you plug it in<br />
<em> ugen0 at uhub0 port 1 &#8220;APC Back-UPS ES 550 FW:828.D3 .I USB FW:D3&#8243; rev 1.10/1.06 addr 2</em></p>
<p>-&gt; unpack the apcupsd tarball and cd into it.<br />
# ./configure &#8211;enable-usb<br />
# gmake<br />
# gmake install<br />
-&gt; cd to the config files in /etc/apcupsd</p>
<p>On both operating systems you need to at least have these settings:<br />
UPSCABLE usb<br />
UPSTYPE usb<br />
DEVICE</p>
<p>On OpenSolaris you need to reconfigure before starting apcupsd so do:<br />
# touch /reconfigure &amp;&amp; init 6<br />
-&gt; apcupsd will start automatic now, check the status with:<br />
# /etc/opt/apcupsd/sbin/apcaccess status</p>
<p>On OpenBSD you need to edit /etc/rc.local so apcupsd will start automaticly then check the status with:<br />
# /sbin/apcaccess status</p>
<p>Don&#8217;t forget to read the manual! a point of intrest:<br />
*BSD: <a href="http://www.apcupsd.org/manual/manual.html#known-bsd-usb-issues" target="_blank">http://www.apcupsd.org/manual/manual.html#known-bsd-usb-issues</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/blog/2009/07/06/the-apc-es-550/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with RRD</title>
		<link>http://www.sunwfrk.com/blog/2009/05/10/playing-with-rrd/</link>
		<comments>http://www.sunwfrk.com/blog/2009/05/10/playing-with-rrd/#comments</comments>
		<pubDate>Sun, 10 May 2009 15:07:45 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[General IT stuff]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NTP]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/blog/?p=231</guid>
		<description><![CDATA[I&#8217;ve been playing with Round Robin Databases and rrdgraph. So I needed some data.. and te target was the connections per minute to my ntpd server. check it out here: https://sunrise.yakuza.be/ntp/. I must say it&#8217;s easyer then I tought. What do you think of the result?]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sunwfrk.com%2Fblog%2F2009%2F05%2F10%2Fplaying-with-rrd%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sunwfrk.com%2Fblog%2F2009%2F05%2F10%2Fplaying-with-rrd%2F" height="61" width="51" /></a></div><p>I&#8217;ve been playing with Round Robin Databases and rrdgraph. So I needed some data.. and te target was the connections per minute to my ntpd server. check it out here: <a href="https://sunrise.yakuza.be/ntp/" target="_blank">https://sunrise.yakuza.be/ntp/</a>. I must say it&#8217;s easyer then I tought.</p>
<p>What do you think of the result?</p>
<p><a href="https://sunrise.yakuza.be/ntp-images/graph1.png"><img class="aligncenter" title="4 hourly ntp" src="https://sunrise.yakuza.be/ntp-images/graph1.png" alt="4 hourly ntp" width="697" height="184" /></a><a href="https://sunrise.yakuza.be/ntp-images/graph5.png"></a></p>
<p><a href="https://sunrise.yakuza.be/ntp-images/graph5.png"><img class="aligncenter" title="yearly graph" src="https://sunrise.yakuza.be/ntp-images/graph5.png" alt="yearly graph" width="697" height="184" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/blog/2009/05/10/playing-with-rrd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
