<?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>am3n portfolio &#187; Server</title>
	<atom:link href="http://www.am3n.net/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.am3n.net</link>
	<description>career, freelance and some stupid thing I do</description>
	<lastBuildDate>Mon, 09 May 2011 16:27:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Install SSH (SFTP) server on Windows 2000</title>
		<link>http://www.am3n.net/2010/04/19/install-ssh-sftp-server-on-windows-2000/</link>
		<comments>http://www.am3n.net/2010/04/19/install-ssh-sftp-server-on-windows-2000/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 10:45:09 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=255</guid>
		<description><![CDATA[Below is step-by-step installation SSH (and SFTP) server on Windows NT Based (Windows 2000 Server). It&#8217;s easy to follow and I bet you can do it by your self. Login as Administrator Create windows user with name ftp_user (and specified the password) Go to http://sshwindows.sourceforge.net/download/ download Binary Installer Release then Extract and Install Openssh server. [...]
Related posts:<ol>
<li><a href='http://www.am3n.net/2008/05/03/running-mysqld-as-standalone-application-on-windows/' rel='bookmark' title='Running MySQLd as standalone application on Windows'>Running MySQLd as standalone application on Windows</a> <small>My friend asked me how to get MySQL running as...</small></li>
<li><a href='http://www.am3n.net/2009/12/14/bind-lame-server/' rel='bookmark' title='[bind] lame server'>[bind] lame server</a> <small>Tired seeing lame server error on your BIND (DNS server)...</small></li>
<li><a href='http://www.am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='[cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Below is step-by-step installation SSH (and SFTP) server on Windows NT Based (Windows 2000 Server). It&#8217;s easy to follow and I bet you can do it by your self.<span id="more-255"></span></p>
<ul>
<li>Login as Administrator</li>
<li>Create windows user with name ftp_user (and specified the password)</li>
<li>Go to <a href="http://sshwindows.sourceforge.net/download/" target="_blank">http://sshwindows.sourceforge.net/download/</a> download Binary Installer Release then Extract and Install Openssh server.</li>
<li>Open command prompt and type:
<pre>cd C:\PROGRA~1\OpenSSH\bin
mkgroup -l &gt;&gt; ..\etc\group
mkpasswd -l -u ftp_user &gt;&gt; ..\etc\passwd</pre>
</li>
<li>Open Regedit, Find key My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home<br />
change native value with c:\sftphome</li>
<li>Create folder c:\sftphome</li>
<li>Create folder c:\sftphome\ftp_user and make sure user ftp_user has Full Control</li>
<li>Start the OpenSSH server. Open command prompt and type:
<pre>net start opensshd</pre>
</li>
<li>Make sure SSH server is running, type:
<pre>netstat -an</pre>
<p>and look for 0.0.0.0:22 on Local Address</li>
<li>Test connection by using <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">putty </a>for ssh or <a href="http://filezilla-project.org/" target="_blank">filezilla </a>for sftp. Credentials to use:</li>
</ul>
<p>Username: ftp_user (or anything you choose)<br />
Password: user&#8217;s pass<br />
Host (IP Address): server&#8217;s IP Address<br />
Port: 22</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2010%2F04%2F19%2Finstall-ssh-sftp-server-on-windows-2000%2F', 'Install+SSH+%28SFTP%29+server+on+Windows+2000')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2010%2F04%2F19%2Finstall-ssh-sftp-server-on-windows-2000%2F', title: 'Install+SSH+%28SFTP%29+server+on+Windows+2000' });"/></a><p>Related posts:<ol>
<li><a href='http://www.am3n.net/2008/05/03/running-mysqld-as-standalone-application-on-windows/' rel='bookmark' title='Running MySQLd as standalone application on Windows'>Running MySQLd as standalone application on Windows</a> <small>My friend asked me how to get MySQL running as...</small></li>
<li><a href='http://www.am3n.net/2009/12/14/bind-lame-server/' rel='bookmark' title='[bind] lame server'>[bind] lame server</a> <small>Tired seeing lame server error on your BIND (DNS server)...</small></li>
<li><a href='http://www.am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='[cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2010/04/19/install-ssh-sftp-server-on-windows-2000/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[cPanel] License File</title>
		<link>http://www.am3n.net/2010/01/14/cpanel-license-file/</link>
		<comments>http://www.am3n.net/2010/01/14/cpanel-license-file/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 07:33:32 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[invalid]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=228</guid>
		<description><![CDATA[Below is several thing to know about about cPanel License file. To validate (make sure) your IP Address already has license for cPanel to to cPanel License Validator, and enter your server main IP Address. If you have updating your cPanel License from Trial to Active, or If you change your server hostname, or You [...]
Related posts:<ol>
<li><a href='http://www.am3n.net/2009/08/05/cpanel-%e2%80%9c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%e2%80%9d/' rel='bookmark' title='[cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”'>[cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”</a> <small>User complain he can&#8217;t access his site, with site error...</small></li>
<li><a href='http://www.am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/' rel='bookmark' title='[cPanel] Add another main shared IP Address'>[cPanel] Add another main shared IP Address</a> <small>cPanel has 1 main shared IP address which configured on...</small></li>
<li><a href='http://www.am3n.net/2009/06/27/php-with-suphp-on-cpanel/' rel='bookmark' title='PHP with SuPHP on cPanel'>PHP with SuPHP on cPanel</a> <small>When you activated SuPHP on cPanel servers, this is the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Below is several thing to know about about cPanel License file.</p>
<p>To validate (make sure) your IP Address already has license for cPanel to to <a href="http://verify.cpanel.net/">cPanel License Validator</a>, and enter your server main IP Address.</p>
<ul>
<li>If you have updating your cPanel License from Trial to Active, or</li>
<li>If you change your server hostname, or</li>
<li>You get<em> Invalid License File</em> error due to hostname change, bad system time, license IP address binding, firewall rules, and some other more obscure scenarios</li>
</ul>
<p>You can try run this command as root</p>
<pre>/usr/local/cpanel/cpkeyclt</pre>
<p>A helpful <a href="http://forums.cpanel.net/showthread.php?t=26108">expired license checklist</a> in the cPanel forums takes troubleshooting further if the above methods don’t help.</p>
<p>PS: With an invalid license, any Web interface to cPanel will not work (including, WHM and Webmail)</p>
<p>from <a href="http://www.webmarketedge.com/2006/12/cpanelwhm-invalid-license-file/" target="_blank">WebMarketEdge</a></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2010%2F01%2F14%2Fcpanel-license-file%2F', '%5BcPanel%5D+License+File')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2010%2F01%2F14%2Fcpanel-license-file%2F', title: '%5BcPanel%5D+License+File' });"/></a><p>Related posts:<ol>
<li><a href='http://www.am3n.net/2009/08/05/cpanel-%e2%80%9c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%e2%80%9d/' rel='bookmark' title='[cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”'>[cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”</a> <small>User complain he can&#8217;t access his site, with site error...</small></li>
<li><a href='http://www.am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/' rel='bookmark' title='[cPanel] Add another main shared IP Address'>[cPanel] Add another main shared IP Address</a> <small>cPanel has 1 main shared IP address which configured on...</small></li>
<li><a href='http://www.am3n.net/2009/06/27/php-with-suphp-on-cpanel/' rel='bookmark' title='PHP with SuPHP on cPanel'>PHP with SuPHP on cPanel</a> <small>When you activated SuPHP on cPanel servers, this is the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2010/01/14/cpanel-license-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Uptime Status Monitoring</title>
		<link>http://www.am3n.net/2010/01/05/free-uptime-status-monitoring/</link>
		<comments>http://www.am3n.net/2010/01/05/free-uptime-status-monitoring/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 04:40:02 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hosted]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=224</guid>
		<description><![CDATA[For SMB Company with few servers and network devices that can easily count by finger, you can know quickly if one of device has a problem. But if you are big company with a lot of servers, network devices and have several branches with server and router too, or a hosting provider, data center with [...]]]></description>
			<content:encoded><![CDATA[<p>For SMB Company with few servers and network devices that can easily count by finger, you can know quickly if one of device has a problem. But if you are big company with a lot of servers, network devices and have several branches with server and router too, or a hosting provider, data center with many infrastructure, you need something that can easily monitor the uptime of those servers and network devices.<span id="more-224"></span></p>
<div id="attachment_225" class="wp-caption alignleft" style="width: 225px"><a href="http://am3n.net/wp-content/uploads/2010/01/statusmon-screenshot.jpg"><img class="size-medium wp-image-225" title="statusmon-screenshot" src="http://am3n.net/wp-content/uploads/2010/01/statusmon-screenshot-215x300.jpg" alt="Status Monitor" width="215" height="300" /></a><p class="wp-caption-text">Free PHP Uptime Status Monitoring</p></div>
<p>The guys from <a href="http://www.sillydns.com" target="_blank">SillyDNS</a>, has made a free and open source script to monitor service uptime for servers and network devices. It called <a href="http://www.sillydns.com/index.php?title=StatusMon" target="_blank">Statusmon</a>. The script is based on PHP/MySQL which you can download to your server and run the monitoring service for yourself.</p>
<p>You can easily add more servers and network devices, you can even add another service to monitor, and choose what service is the primary service for that device. You also can have email alert if a service is down.</p>
<p>It came with nice interface (you can see the screenshot), after you configure what device and service need to monitor, you need to add a cronjob for the script to check automatically. Statusmon even has an uptime archive for previous month.</p>
<p>The minus things are (perhaps it only me): I can&#8217;t install the script using the installer, the admin area not so intuitive, I have to click several submit/update button when I add/edit/delete some variables, and <a href="http://www.sillydns.com/projects/viewforum.php?f=1" target="_blank">Statusmon support forum</a> not very actice.</p>
<p>Other than that, this free and open source script, it&#8217;s very easy and enough for me and team to let us know which servers or network devices that down as soon as possible. Well I need to check email to know if there is alert from statusmon, but luckily although I don&#8217;t have Blackberry, my Manager has it, so he will be the first person to know <img src='http://am3n.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><img id="myFxSearchImg" style="border: medium none; position: absolute; z-index: 2147483647; opacity: 0.6; display: none;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADsElEQVR4nK2VTW9VVRSGn33OPgWpYLARbKWhQlCHTogoSkjEkQwclEQcNJEwlfgD/AM6NBo1xjhx5LyJ0cYEDHGkJqhtBGKUpm3SFii3vb2956wPB/t+9raEgSs52fuus89613rftdcNH8/c9q9++oe/Vzb5P+3McyNcfm2CcPj9af9w6gwjTwzvethx3Bx3x8xwd1wNM8dMcTNUHTfFLPnX6nVmZpeIYwf3cWD/PhbrvlPkblAzVFurKS6GmmGqqComaS+qmBoTI0Ncu3mXuGvWnrJ+ZSxweDgnkHf8ndVTdbiT3M7cQp2Z31dRTecHAfqydp4ejhwazh6Zezfnu98E1WIQwB3crEuJ2Y45PBTAQUVR9X4At66AppoEVO1Q8sgAOKJJjw6Am6OquDmvHskZ3R87gW+vlHz98zpmiqphkkRVbQtsfPTOC30lJKFbFTgp83bWh7Zx/uX1B6w3hI3NkkZTqEpBRDBRzG2AQHcwcYwEkOGkTERREbLQ/8HxJwuW7zdYrzfZ2iopy4qqEspKaDYravVm33k1R91Q69FA1VBRzFIVvXbx5AgXT44A8MWP81yfu0utIR2aVK3vfCnGrcUNxp8a7gKYKiLCvY2SUvo/aNtnM3e49ucK9S3p0aDdaT0UAVsKi2tVi6IWwNL9JvdqTdihaz79/l+u/rHMxmaJVMLkS2OoKKLWacdeE3IsSxctc2D5Qcl6vUlVVgNt+fkPPcFFmTw1xruvT7SCd7nuVhDQvECzJH90h0azRKoKFRkAmP5lKTWAGRdefoZL554FQNUxB92WvYeA5UN4PtSqwB2phKqsqMpBgAunRhFR3j49zuU3jnX8k6fHEQKXzh1jbmGDuYU6s4t1rt6socUeLLZHhYO2AHSHmzt19ihTZ48O8Hzl/AmunD/BjTvrvPfNX3hWsNpwJCvwYm+ngug4UilSCSq6k8YPtxDwfA+WRawIWFbgscDiULcCEaWqBFOlrLazurupOSHLqGnEKJAY8TwBEHumqUirAjNm52vEPPRV4p01XXMPAQhUBjcWm9QZwijwokgAeYHlHYA06KR1cT6ZvoV56pDUJQEjw0KeaMgj1hPEY4vz2A4eW0/e1qA7KtQdsxTYAG0H3iG4xyK1Y+xm7XmEPOJZDiENzLi2WZHngeOjj2Pe+sMg4GRYyLAsx7ME4FnsyTD9pr0PEc8zPGRAwKXBkYOPEd96cZRvf11g9MDe7e3R4Z4Q+vyEnn3P4t0XzK/W+ODN5/kPfRLewAJVEQ0AAAAASUVORK5CYII%3D" alt="" width="24" height="24" /></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2010%2F01%2F05%2Ffree-uptime-status-monitoring%2F', 'Free+Uptime+Status+Monitoring')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2010%2F01%2F05%2Ffree-uptime-status-monitoring%2F', title: 'Free+Uptime+Status+Monitoring' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2010/01/05/free-uptime-status-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP SmartStart CD Archives</title>
		<link>http://www.am3n.net/2010/01/04/hp-smartstart-cd-archives/</link>
		<comments>http://www.am3n.net/2010/01/04/hp-smartstart-cd-archives/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 12:06:43 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Technical Support Specialist]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[smart start]]></category>
		<category><![CDATA[system administrator]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=221</guid>
		<description><![CDATA[You are a sysadmin, and for your company system you chose to use HP Server, and your proud of it. First time installation should be easy because HP SmartStart CD is accompanying you, guiding you installing the OS for your choice (Windows, Novel, Suse, Redhat, etc) After running several years without complain, suddenly the server [...]]]></description>
			<content:encoded><![CDATA[<p>You are a sysadmin, and for your company system you chose to use HP Server, and your proud of it. First time installation should be easy because HP SmartStart CD is accompanying you, guiding you installing the OS for your choice (Windows, Novel, Suse, Redhat, etc)</p>
<p>After running several years without complain, suddenly the server need to rebuild due to corrupt, or something else. But alas, you didn&#8217;t find the smartstart CD. It was several years ago, how can I remember where to put it? Ah it&#8217;s was there, but alas again, the CD was stretch. And now you hoping you can turn back in time, to get the correct CD.</p>
<p>But dont be afraid, my dear colleagues, HP archives all SmartStart CD version, all you need to is download the right version for your server and burn it into cdrom. Here it is the link:</p>
<p><a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;cc=us&amp;prodTypeId=18964&amp;prodSeriesId=345557&amp;swItem=MTX-d7672226b6284520b9e292b9bd&amp;prodNameId=344318&amp;swEnvOID=1005&amp;swLang=8&amp;taskId=135&amp;mode=5" target="_blank">HP SmartStart CD Archives</a></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2010%2F01%2F04%2Fhp-smartstart-cd-archives%2F', 'HP+SmartStart+CD+Archives')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2010%2F01%2F04%2Fhp-smartstart-cd-archives%2F', title: 'HP+SmartStart+CD+Archives' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2010/01/04/hp-smartstart-cd-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[bind] lame server</title>
		<link>http://www.am3n.net/2009/12/14/bind-lame-server/</link>
		<comments>http://www.am3n.net/2009/12/14/bind-lame-server/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 10:37:20 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=179</guid>
		<description><![CDATA[Tired seeing lame server error on your BIND (DNS server) log? Dec 14 17:26:29 ns named[14961]: lame server resolving '163.98.42.89.in-addr.arpa'(in '98.42.89.in-addr.arpa'?): 85.120.66.98#53 Dec 14 17:26:36 ns named[14961]: lame server resolving '163.98.42.89.in-addr.arpa'(in '98.42.89.in-addr.arpa'?): 85.120.66.100#53 Dec 14 17:26:36 ns named[14961]: lame server resolving '163.98.42.89.in-addr.arpa'(in '98.42.89.in-addr.arpa'?): 85.120.66.100#53 Those lines can make your /var/log/message file big pretty easily and [...]
Related posts:<ol>
<li><a href='http://www.am3n.net/2009/02/09/hdd-partition-for-cpanel-server/' rel='bookmark' title='hdd partition for cpanel server'>hdd partition for cpanel server</a> <small>Simple Harddisk partition, assume only for vps and have or...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Tired seeing lame server error on your BIND (DNS server) log?</p>
<pre>Dec 14 17:26:29 ns named[14961]: lame server resolving
'163.98.42.89.in-addr.arpa'(in '98.42.89.in-addr.arpa'?):
85.120.66.98#53
Dec 14 17:26:36 ns named[14961]: lame server resolving
'163.98.42.89.in-addr.arpa'(in '98.42.89.in-addr.arpa'?):
85.120.66.100#53
Dec 14 17:26:36 ns named[14961]: lame server resolving
'163.98.42.89.in-addr.arpa'(in '98.42.89.in-addr.arpa'?):
85.120.66.100#53</pre>
<p>Those lines can make your /var/log/message file big pretty easily and consume your harddisk space.  So edit your named.conf (/etc/named.conf or /var/named/chroot/etc/named.conf) and create a new logging section and add below lines:<span id="more-179"></span></p>
<pre># vi /etc/named.conf

logging {   category "lame-servers" {
     "null";
   };
};

# service named restart</pre>
<p>You can put it between options and zone sections.</p>
<p>Info from: <a href="http://www.webhostingtalk.com/archive/index.php/t-275520.html" target="_blank">Web Hosting Talk</a> and <a href="http://www.linuxquestions.org/questions/linux-networking-3/caching-dns-server-error-lame-server-resolving-294136/" target="_blank">Linux Questions</a></p>
<p><img id="myFxSearchImg" style="border: medium none; position: absolute; z-index: 2147483647; opacity: 0.6; display: none;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADsElEQVR4nK2VTW9VVRSGn33OPgWpYLARbKWhQlCHTogoSkjEkQwclEQcNJEwlfgD/AM6NBo1xjhx5LyJ0cYEDHGkJqhtBGKUpm3SFii3vb2956wPB/t+9raEgSs52fuus89613rftdcNH8/c9q9++oe/Vzb5P+3McyNcfm2CcPj9af9w6gwjTwzvethx3Bx3x8xwd1wNM8dMcTNUHTfFLPnX6nVmZpeIYwf3cWD/PhbrvlPkblAzVFurKS6GmmGqqComaS+qmBoTI0Ncu3mXuGvWnrJ+ZSxweDgnkHf8ndVTdbiT3M7cQp2Z31dRTecHAfqydp4ejhwazh6Zezfnu98E1WIQwB3crEuJ2Y45PBTAQUVR9X4At66AppoEVO1Q8sgAOKJJjw6Am6OquDmvHskZ3R87gW+vlHz98zpmiqphkkRVbQtsfPTOC30lJKFbFTgp83bWh7Zx/uX1B6w3hI3NkkZTqEpBRDBRzG2AQHcwcYwEkOGkTERREbLQ/8HxJwuW7zdYrzfZ2iopy4qqEspKaDYravVm33k1R91Q69FA1VBRzFIVvXbx5AgXT44A8MWP81yfu0utIR2aVK3vfCnGrcUNxp8a7gKYKiLCvY2SUvo/aNtnM3e49ucK9S3p0aDdaT0UAVsKi2tVi6IWwNL9JvdqTdihaz79/l+u/rHMxmaJVMLkS2OoKKLWacdeE3IsSxctc2D5Qcl6vUlVVgNt+fkPPcFFmTw1xruvT7SCd7nuVhDQvECzJH90h0azRKoKFRkAmP5lKTWAGRdefoZL554FQNUxB92WvYeA5UN4PtSqwB2phKqsqMpBgAunRhFR3j49zuU3jnX8k6fHEQKXzh1jbmGDuYU6s4t1rt6socUeLLZHhYO2AHSHmzt19ihTZ48O8Hzl/AmunD/BjTvrvPfNX3hWsNpwJCvwYm+ngug4UilSCSq6k8YPtxDwfA+WRawIWFbgscDiULcCEaWqBFOlrLazurupOSHLqGnEKJAY8TwBEHumqUirAjNm52vEPPRV4p01XXMPAQhUBjcWm9QZwijwokgAeYHlHYA06KR1cT6ZvoV56pDUJQEjw0KeaMgj1hPEY4vz2A4eW0/e1qA7KtQdsxTYAG0H3iG4xyK1Y+xm7XmEPOJZDiENzLi2WZHngeOjj2Pe+sMg4GRYyLAsx7ME4FnsyTD9pr0PEc8zPGRAwKXBkYOPEd96cZRvf11g9MDe7e3R4Z4Q+vyEnn3P4t0XzK/W+ODN5/kPfRLewAJVEQ0AAAAASUVORK5CYII%3D" alt="" width="24" height="24" /></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2009%2F12%2F14%2Fbind-lame-server%2F', '%5Bbind%5D+lame+server')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2009%2F12%2F14%2Fbind-lame-server%2F', title: '%5Bbind%5D+lame+server' });"/></a><p>Related posts:<ol>
<li><a href='http://www.am3n.net/2009/02/09/hdd-partition-for-cpanel-server/' rel='bookmark' title='hdd partition for cpanel server'>hdd partition for cpanel server</a> <small>Simple Harddisk partition, assume only for vps and have or...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2009/12/14/bind-lame-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to Monitor Replication</title>
		<link>http://www.am3n.net/2009/02/09/script-to-monitor-replication/</link>
		<comments>http://www.am3n.net/2009/02/09/script-to-monitor-replication/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 09:42:26 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[slave]]></category>
		<category><![CDATA[stop]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=54</guid>
		<description><![CDATA[Since I sometimes get replication problem, so I make several script to check replication automatically and report to me: To check replication status when I in the console and playing with replication configuration or when I have nothing to do yet I want to see a black screen monitorreplication.sh #!/bin/bash while [ 1 ] do [...]
Related posts:<ol>
<li><a href='http://www.am3n.net/2009/02/09/replication-stop-relay-log-file-corrupt/' rel='bookmark' title='Replication stop &#8211; Relay log file corrupt'>Replication stop &#8211; Relay log file corrupt</a> <small>Okay it&#8217;s the second time this problem arise, so I&#8217;ll...</small></li>
<li><a href='http://www.am3n.net/2009/02/09/skip-replication-error/' rel='bookmark' title='Skip Replication Error'>Skip Replication Error</a> <small>This is happen long time ago when Mysql Replication stop...</small></li>
<li><a href='http://www.am3n.net/2008/06/20/running-mysql-4-and-mysql-5-concurrently/' rel='bookmark' title='Running MySQL 4 and MySQL 5 Concurrently'>Running MySQL 4 and MySQL 5 Concurrently</a> <small>From Howtoforge.com&#8217;s article: Running MySQL 4 And MySQL 5 Concurrently...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Since I sometimes get <a href="http://am3n.net/2009/02/09/replication-stop-relay-log-file-corrupt/" target="_blank">replication problem</a>, so I make several script to check replication automatically and report to me:</p>
<p>To check replication status when I in the console and playing with replication configuration or when I have nothing to do yet I want to see a black screen <img src='http://am3n.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong><em>monitorreplication.sh</em></strong></p>
<pre>#!/bin/bash
while [ 1 ]
do
        # Your code goes here
        echo ""
        date
        echo "=============================="
        mysql -u backup -pmysqlback -e "show slave status\G;"

        # Modify sleep time (in seconds) as needed below
        sleep 10
done</pre>
<p>Another scripts to send replication status via email<br />
<span id="more-54"></span>This script is for sending email to my dept. just incase replication stop. And I have manually delete file /root/backup/slave_problem.txt if problem solved.</p>
<p><strong><em>checkreplication.sh</em></strong></p>
<pre>#!/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

###check if already notified###
###you have to manually delete the file after resolve the problem
if [ -f /root/backup/slave_problem.txt ]; then
exit 1;
fi

###Check if slave running###
(
echo "show slave status \G;"
) | mysql -u backup -pmysqlback 2&gt;&amp;1 | grep "Slave_IO_Running: No"
if [ "$?" -ne "1" ]; then
SUBJECT="DB23 - Replication IO failed"
mysql -u backup -pmysqlback -e "show slave status \G;" &gt; /root/backup/slave_problem.txt

else

(
echo "show slave status \G;"
) | mysql -u backup -pmysqlback 2&gt;&amp;1 | grep "Slave_SQL_Running: No"
if [ "$?" -ne "1" ]; then
SUBJECT="DB23 - Replication SQL failed"
mysql -u backup -pmysqlback -e "show slave status \G;" &gt; /root/backup/slave_problem.txt
fi

fi

###Send notification if replication down###
if [ -f /root/backup/slave_problem.txt ]; then
mail -s "$SUBJECT" it@myholding.com &lt; /root/backup/slave_problem.txt
fi</pre>
<p>This script is just to send replication status to my email only so I can monitor it if it stops, or has an error, etc.</p>
<p><strong><em>slave_report.sh</em></strong></p>
<pre>/root/backup/slave_report.sh
#!/bin/sh
mysql -u backup -pmysqlbackup -e "show slave status \G;" &gt; /root/backup/slave_report.txt
mail -s "Replication report on DB23" amin@rpxholding.com &lt; /root/backup/slave_report.txt</pre>
<p>Added the last 2 scripts into crontab:</p>
<pre>#check replication
1,11,21,31,41,51 1-23 * * * /root/backup/checkreplication.sh &gt; /dev/null 2&gt;&amp;1
5 2,6,10,14,18,22 * * * /root/backup/slave_report.sh &gt; /dev/null 2&gt;&amp;1</pre>
<p>Ref:<br />
<a href="http://blog.taragana.com/index.php/archive/how-to-write-infinite-loop-in-bash/" target="_blank">http://blog.taragana.com/index.php/archive/how-to-write-infinite-loop-in-bash/</a><br />
<a href="http://howtoforge.com/script-to-check-if-mysql-master-master-replication-is-working-correctly" target="_blank">http://howtoforge.com/script-to-check-if-mysql-master-master-replication-is-working-correctly</a></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2009%2F02%2F09%2Fscript-to-monitor-replication%2F', 'Script+to+Monitor+Replication')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2009%2F02%2F09%2Fscript-to-monitor-replication%2F', title: 'Script+to+Monitor+Replication' });"/></a><p>Related posts:<ol>
<li><a href='http://www.am3n.net/2009/02/09/replication-stop-relay-log-file-corrupt/' rel='bookmark' title='Replication stop &#8211; Relay log file corrupt'>Replication stop &#8211; Relay log file corrupt</a> <small>Okay it&#8217;s the second time this problem arise, so I&#8217;ll...</small></li>
<li><a href='http://www.am3n.net/2009/02/09/skip-replication-error/' rel='bookmark' title='Skip Replication Error'>Skip Replication Error</a> <small>This is happen long time ago when Mysql Replication stop...</small></li>
<li><a href='http://www.am3n.net/2008/06/20/running-mysql-4-and-mysql-5-concurrently/' rel='bookmark' title='Running MySQL 4 and MySQL 5 Concurrently'>Running MySQL 4 and MySQL 5 Concurrently</a> <small>From Howtoforge.com&#8217;s article: Running MySQL 4 And MySQL 5 Concurrently...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2009/02/09/script-to-monitor-replication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hdd partition for cpanel server</title>
		<link>http://www.am3n.net/2009/02/09/hdd-partition-for-cpanel-server/</link>
		<comments>http://www.am3n.net/2009/02/09/hdd-partition-for-cpanel-server/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 08:13:12 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[hdd partition]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=68</guid>
		<description><![CDATA[Simple Harddisk partition, assume only for vps and have or more 50GB of space /boot    200MB /tmp    2GB /    20GB /home    rest of partition For a dedicated server with 160GB space or more /boot 200MB /tmp 2GB /usr 15GB /var 20GB / 20GB /home rest of partition /backup another physical disk SWAP partition always twice [...]]]></description>
			<content:encoded><![CDATA[<p>Simple Harddisk partition, assume only for vps and have or more 50GB of space</p>
<pre>/boot    200MB
/tmp    2GB
/    20GB
/home    rest of partition</pre>
<p><span id="more-68"></span><br />
For a dedicated server with 160GB space or more</p>
<pre>/boot	200MB
/tmp	2GB
/usr	15GB
/var	20GB
/	20GB
/home	rest of partition
/backup another physical disk</pre>
<p>SWAP partition always twice the memory size. The size is just for reference only. They adjustable to your needs.</p>
<p>Update: April 12, 2009 got ref from http://www.webhostingtalk.com/showthread.php?t=526319</p>
<p>So below is the equation for partitions for cpanel server (HDD 250GB/Mem 2GB)</p>
<pre>/boot        150MB
/usr          10% of HDD = 10% of 250GB = 25GB
/var          5% of HDD = 5% of 250GB = 12,5GB or you can round up 15GB
/tmp         1 x Memory = 1 x 2GB = 2GB
swap         2 x Memory = 2 x 2GB = 4GB
/              10GB
/home       the rest of HDD
/backup    another hdd just use them all</pre>
<p>edit /var should have 15% of HDD</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2009%2F02%2F09%2Fhdd-partition-for-cpanel-server%2F', 'hdd+partition+for+cpanel+server')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2009%2F02%2F09%2Fhdd-partition-for-cpanel-server%2F', title: 'hdd+partition+for+cpanel+server' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2009/02/09/hdd-partition-for-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integration Project</title>
		<link>http://www.am3n.net/2008/05/01/integration-project/</link>
		<comments>http://www.am3n.net/2008/05/01/integration-project/#comments</comments>
		<pubDate>Thu, 01 May 2008 13:03:43 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[auto logon]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[symantec]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=13</guid>
		<description><![CDATA[Integration Project: as it&#8217;s name will integrate all branch infrastructure and operation work flow. In this project my job is to setup servers for 17 branches and 1 big server on HQ. The Branches servers act as child for parent (HQ) server. One way to integrate data, we transferred them using FTP from PDA to [...]]]></description>
			<content:encoded><![CDATA[<p>Integration Project: as it&#8217;s name will integrate all branch infrastructure and operation work flow. In this project my job is to setup servers for 17 branches and 1 big server on HQ. The Branches servers act as child for parent (HQ) server. One way to integrate data, we transferred them using FTP from PDA to Branch Server then to HQ Server or from PDA directly to HQ Server using GPRS technology. So all servers must be configured to act as FTP Server, in this case I choose built-in Windows IIS Server. Then this Integration Server also act as Primary Domain Controller, File Server and Symantec AV Server .</p>
<p><a href="http://am3n.net/wp-content/uploads/2008/10/integration-server-installation-manual.zip">Complete Integration Server Installation Manual</a> &#8211; Password required to open</p>
<p><span id="more-13"></span></p>
<p>Problem happen during project:</p>
<p>Unable to use short password for user:<br />
<a href="http://am3n.net/wp-content/uploads/2008/05/error-create-user.png"><img class="alignleft size-full wp-image-14" title="error-create-user" src="http://am3n.net/wp-content/uploads/2008/05/error-create-user.png" alt="" width="479" height="126" /></a></p>
<p>Solution: run gpedit.msc and change several parameters<br />
<a href="http://am3n.net/wp-content/uploads/2008/05/password-policy-fixed.png"><img class="alignleft size-medium wp-image-16" title="password-policy-fixed" src="http://am3n.net/wp-content/uploads/2008/05/password-policy-fixed-300x165.png" alt="" width="300" height="165" /></a></p>
<p>Username Integration which I use to run FTP Monitor and automatically log-in into server are unable to login after I upgrade the server into Domain Controller. So I add several group on Integration account to enable it login to server and create Active Directory Users</p>
<p><a href="http://am3n.net/wp-content/uploads/2008/05/account-groups.png"><img class="alignnone size-full wp-image-20" title="account-groups" src="http://am3n.net/wp-content/uploads/2008/05/account-groups.png" alt="" width="404" height="484" /></a></p>
<p>and for FTP configuration, I disabled anonymous access, and change the default folder</p>
<p><a href="http://am3n.net/wp-content/uploads/2008/05/disable-anonymous-access.png"><img class="size-medium wp-image-18 alignleft" title="disable-anonymous-access" src="http://am3n.net/wp-content/uploads/2008/05/disable-anonymous-access-300x283.png" alt="" width="300" height="283" /></a></p>
<p><a href="http://am3n.net/wp-content/uploads/2008/05/set-folder-path.png"><img class="alignnone size-medium wp-image-19" title="set-folder-path" src="http://am3n.net/wp-content/uploads/2008/05/set-folder-path-300x283.png" alt="" width="300" height="283" /></a></p>
<p>And also to make the server automatically powered on and logon to Windows and run FTP Monitor, I change several Registry keys. <a href="http://am3nbyrequest.wordpress.com/2008/05/01/login-otomatis-ke-windows-2003-server/" target="_blank">Detailed instruction is available on my other blog</a></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2008%2F05%2F01%2Fintegration-project%2F', 'Integration+Project')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2008%2F05%2F01%2Fintegration-project%2F', title: 'Integration+Project' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2008/05/01/integration-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailserver&#8217;s harddisk failed</title>
		<link>http://www.am3n.net/2008/03/17/mailservers-harddisk-failed/</link>
		<comments>http://www.am3n.net/2008/03/17/mailservers-harddisk-failed/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 17:57:28 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[mailserver]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://am3n.net/2008/03/24/mailservers-harddisk-failed/</guid>
		<description><![CDATA[Monday, Today when I check the server room, one of Mailserver&#8217;s harddisk turns into red. Indicating failed access. I remembered it already happen before. So I am not worried. Because the mail server has fail over configuration, so I can easily shutdown the server as other server will take over it function. After shutdown, I [...]]]></description>
			<content:encoded><![CDATA[<p>Monday, Today when I check the server room, one of Mailserver&#8217;s  harddisk turns into red. Indicating failed access. I remembered it already happen before. So I am not worried.<br />
Because the mail server has fail over configuration, so I can easily shutdown the server as other server will take over it function. After shutdown, I removed the failed harddisk and re-plug in again. Somehow the server detect the same harddisk as new one, and not detect any fails, so it starts mirroring data from existing harddisk. I have no idea why the server detect it&#8217;s a good harddisk while not long time ago detect it as failed harddisk.<br />
Well this has been noted for future reference.</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2008%2F03%2F17%2Fmailservers-harddisk-failed%2F', 'Mailserver%26%238217%3Bs+harddisk+failed')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2008%2F03%2F17%2Fmailservers-harddisk-failed%2F', title: 'Mailserver%26%238217%3Bs+harddisk+failed' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2008/03/17/mailservers-harddisk-failed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

