<?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>Incero &#187; System Admin</title>
	<atom:link href="http://www.incero.com/category/sysadmin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.incero.com</link>
	<description>Dedicated Server</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:48:03 +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>Installing The Adaptec Hardware RAID Monitoring Utility (arcconf) on CentOS</title>
		<link>http://www.incero.com/sysadmin/installing-the-adaptec-hardware-raid-monitoring-utility-arcconf-on-centos</link>
		<comments>http://www.incero.com/sysadmin/installing-the-adaptec-hardware-raid-monitoring-utility-arcconf-on-centos#comments</comments>
		<pubDate>Sun, 26 Jun 2011 22:52:13 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://www.incero.com/?p=1426</guid>
		<description><![CDATA[You can use arcconf to check the status of your Adaptec hardware RAID array. Below are the commands to download and install the program into a directory called /incero, and then the command to run the program. Tested with CentOS 5.5 64bit and CentOS 5.6 64bit. mkdir /incero cd /incero wget http://download.adaptec.com/raid/storage_manager/asm_linux_x64_v6_50_18579.tgz tar -zxf asm_linux_x64_v6_50_18579.tgz [...]]]></description>
			<content:encoded><![CDATA[<p>You can use arcconf to check the status of your Adaptec hardware RAID array. Below are the commands to download and install the program into a directory called /incero, and then the command to run the program. Tested with CentOS 5.5 64bit and CentOS 5.6 64bit.</p>
<p><code>mkdir /incero<br />
cd /incero<br />
wget http://download.adaptec.com/raid/storage_manager/asm_linux_x64_v6_50_18579.tgz<br />
tar -zxf asm_linux_x64_v6_50_18579.tgz<br />
rm -f asm_linux_x64_v6_50_18579.tgz<br />
cd cmdline/<br />
chmod +x arcconf<br />
yum -y install compat-libstdc++-33<br />
./arcconf getconfig 1 AL </code></p>
<p>If you wish for your server to email you if an array becomes sub optimal you can use a script like the one posted by &#8220;quad3datwork&#8221; here: <a href="http://www.sysadmintalk.net/forums/Thread-CentOS-Adaptec-RAID-2405-arcconf-monitoring" target="_blank">http://www.sysadmintalk.net/forums/Thread-CentOS-Adaptec-RAID-2405-arcconf-monitoring</a></p>
<p>Incero clients with our management services need not worry about RAID health, as it is constantly monitored 24/7 along with load and other server health parameters by our staff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incero.com/sysadmin/installing-the-adaptec-hardware-raid-monitoring-utility-arcconf-on-centos/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Avoiding Downtime For Apache Config Changes</title>
		<link>http://www.incero.com/sysadmin/avoiding-downtime-for-apache-config-changes</link>
		<comments>http://www.incero.com/sysadmin/avoiding-downtime-for-apache-config-changes#comments</comments>
		<pubDate>Tue, 26 Oct 2010 19:41:18 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.incero.com/?p=841</guid>
		<description><![CDATA[I come across people &#8220;restarting&#8221; Apache after adding a new virtual host, or making other changes to httpd.conf all the time. Restarting apache will cause all current connections to close, Apache to stop (causing your site to be down), and then Apache starts back up. The amount of downtime is minimal, but it is not [...]]]></description>
			<content:encoded><![CDATA[<p>I come across people &#8220;restarting&#8221; Apache after adding a new virtual host, or making other changes to httpd.conf all the time. Restarting apache will cause all current connections to close, Apache to stop (causing your site to be down), and then Apache starts back up. The amount of downtime is minimal, but it is not necessary.</p>
<p>The correct method of reloading httpd.conf would be to use &#8220;reload&#8221;, reload does not stop Apache from running, so no visitors are turned away, it simply reloads the configuration files and reparses any perl .pm files.</p>
<p>Usage: service httpd reload</p>
<p>Example:<br />
[scoobydoo@server11 public_html]# service httpd reload<br />
Reloading httpd:                                           [  OK  ]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incero.com/sysadmin/avoiding-downtime-for-apache-config-changes/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Install PERL For CSF Firewall</title>
		<link>http://www.incero.com/sysadmin/how-to-install-perl-for-csf-firewall</link>
		<comments>http://www.incero.com/sysadmin/how-to-install-perl-for-csf-firewall#comments</comments>
		<pubDate>Sun, 26 Sep 2010 22:33:19 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://www.incero.com/?p=737</guid>
		<description><![CDATA[When installing CSF firewall, which is a great alternative to APF firewall, you may be presented with an error regarding PERL: [root@server27 csf]# sh install.sh Configuring for OS Checking for perl modulesfailed You need to install the LWP perl module (libwww-perl) and then install csf To correct this on a CentOS system, simply run the [...]]]></description>
			<content:encoded><![CDATA[<p>When <a href="http://www.configserver.com/free/csf/install.txt" target="_blank">installing CSF firewall</a>, which is a great alternative to APF firewall, you may be presented with an error regarding PERL:</p>
<pre class="brush: plain;">[root@server27 csf]# sh install.sh
Configuring for OS
Checking for perl modulesfailed
You need to install the LWP perl module (libwww-perl) and then install csf</pre>
<p>To correct this on a CentOS system, simply run the following command to install Perl:</p>
<pre class="brush: plain;">yum install perl-libwww-perl</pre>
<p>It will prompt you with the packages it will install, if all looks good then choose &#8220;Y&#8221; for yes.</p>
<pre class="brush: plain;">[root@server27 csf]# yum install perl-libwww-perl
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.raystedman.net
 * base: centos.omnispring.com
 * extras: centos.mirror.netriplex.com
 * rpmforge: fr2.rpmfind.net
 * updates: centos.aol.com
Setting up Install Process
Resolving Dependencies
--&gt; Running transaction check
---&gt; Package perl-libwww-perl.noarch 0:5.805-1.1.1 set to be updated
--&gt; Processing Dependency: perl-HTML-Parser &gt;= 3.33 for package: perl-libwww-perl
--&gt; Processing Dependency: perl(URI::URL) for package: perl-libwww-perl
--&gt; Processing Dependency: perl(URI) for package: perl-libwww-perl
--&gt; Processing Dependency: perl(HTML::Entities) for package: perl-libwww-perl
--&gt; Processing Dependency: perl(Compress::Zlib) for package: perl-libwww-perl
--&gt; Processing Dependency: perl(URI::Heuristic) for package: perl-libwww-perl
--&gt; Processing Dependency: perl(URI::Escape) for package: perl-libwww-perl
--&gt; Running transaction check
---&gt; Package perl-HTML-Parser.x86_64 0:3.68-1.el5.rf set to be updated
--&gt; Processing Dependency: perl(HTML::Tagset) &gt;= 3 for package: perl-HTML-Parser
---&gt; Package perl-IO-Compress.noarch 0:2.024-1.el5.rf set to be updated
--&gt; Processing Dependency: perl(Compress::Raw::Bzip2) = 2.024 for package: perl-IO-Compress
--&gt; Processing Dependency: perl(Compress::Raw::Zlib) = 2.024 for package: perl-IO-Compress
---&gt; Package perl-URI.noarch 0:1.35-3 set to be updated
--&gt; Running transaction check
---&gt; Package perl-Compress-Raw-Bzip2.x86_64 0:2.024-1.el5.rf set to be updated
---&gt; Package perl-Compress-Raw-Zlib.x86_64 0:2.024-1.el5.rf set to be updated
---&gt; Package perl-HTML-Tagset.noarch 0:3.20-1.el5.rf set to be updated
--&gt; Finished Dependency Resolution

Dependencies Resolved

===============================================================================================================================================================================================================
 Package                                                     Arch                                       Version                                             Repository                                    Size
===============================================================================================================================================================================================================
Installing:
 perl-libwww-perl                                            noarch                                     5.805-1.1.1                                         base                                         376 k
Installing for dependencies:
 perl-Compress-Raw-Bzip2                                     x86_64                                     2.024-1.el5.rf                                      rpmforge                                     110 k
 perl-Compress-Raw-Zlib                                      x86_64                                     2.024-1.el5.rf                                      rpmforge                                     178 k
 perl-HTML-Parser                                            x86_64                                     3.68-1.el5.rf                                       rpmforge                                     151 k
 perl-HTML-Tagset                                            noarch                                     3.20-1.el5.rf                                       rpmforge                                      14 k
 perl-IO-Compress                                            noarch                                     2.024-1.el5.rf                                      rpmforge                                     242 k
 perl-URI                                                    noarch                                     1.35-3                                              base                                         116 k

Transaction Summary
===============================================================================================================================================================================================================
Install       7 Package(s)
Upgrade       0 Package(s)

Total download size: 1.2 M
Is this ok [y/N]:
</pre>
<p>Once you choose &#8220;Y&#8221; your packages will download and install:</p>
<pre class="brush: plain;">
Is this ok [y/N]: y
Downloading Packages:
(1/7): perl-HTML-Tagset-3.20-1.el5.rf.noarch.rpm                                                                                                                                        |  14 kB     00:00
(2/7): perl-Compress-Raw-Bzip2-2.024-1.el5.rf.x86_64.rpm                                                                                                                                | 110 kB     00:00
(3/7): perl-URI-1.35-3.noarch.rpm                                                                                                                                                       | 116 kB     00:00
(4/7): perl-HTML-Parser-3.68-1.el5.rf.x86_64.rpm                                                                                                                                        | 151 kB     00:00
(5/7): perl-Compress-Raw-Zlib-2.024-1.el5.rf.x86_64.rpm                                                                                                                                 | 178 kB     00:00
(6/7): perl-IO-Compress-2.024-1.el5.rf.noarch.rpm                                                                                                                                       | 242 kB     00:00
(7/7): perl-libwww-perl-5.805-1.1.1.noarch.rpm                                                                                                                                          | 376 kB     00:00
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                          343 kB/s | 1.2 MB     00:03
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
 Installing     : perl-Compress-Raw-Zlib                                                                                                                                                                  1/7
 Installing     : perl-Compress-Raw-Bzip2                                                                                                                                                                 2/7
 Installing     : perl-IO-Compress                                                                                                                                                                        3/7
 Installing     : perl-HTML-Tagset                                                                                                                                                                        4/7
 Installing     : perl-HTML-Parser                                                                                                                                                                        5/7
 Installing     : perl-URI                                                                                                                                                                                6/7
 Installing     : perl-libwww-perl                                                                                                                                                                        7/7

Installed:
 perl-libwww-perl.noarch 0:5.805-1.1.1

Dependency Installed:
 perl-Compress-Raw-Bzip2.x86_64 0:2.024-1.el5.rf        perl-Compress-Raw-Zlib.x86_64 0:2.024-1.el5.rf        perl-HTML-Parser.x86_64 0:3.68-1.el5.rf        perl-HTML-Tagset.noarch 0:3.20-1.el5.rf
 perl-IO-Compress.noarch 0:2.024-1.el5.rf               perl-URI.noarch 0:1.35-3

Complete!
</pre>
<p>Now you can install CSF firewall, or anything else requiring PERL:</p>
<pre class="brush: plain;">
[root@server27 csf]# ./install.sh

Configuring for OS

Checking for perl modulesok
Running csf generic installer
Installing generic csf and lfd
Check we're running as root

mkdir: created directory `/etc/csf'
mkdir: created directory `/etc/csf/zone'
mkdir: created directory `/etc/csf/stats'
`csf.generic.conf' -&gt; `/etc/csf/csf.conf'
`csf.allow' -&gt; `/etc/csf/./csf.allow'
`csf.deny' -&gt; `/etc/csf/./csf.deny'
`csf.dirwatch' -&gt; `/etc/csf/./csf.dirwatch'
`csf.ignore' -&gt; `/etc/csf/./csf.ignore'
`csf.generic.pignore' -&gt; `/etc/csf/csf.pignore'
`csf.rignore' -&gt; `/etc/csf/./csf.rignore'
`csf.fignore' -&gt; `/etc/csf/./csf.fignore'
`csf.signore' -&gt; `/etc/csf/./csf.signore'
`csf.suignore' -&gt; `/etc/csf/./csf.suignore'
`csf.mignore' -&gt; `/etc/csf/./csf.mignore'
`csf.sips' -&gt; `/etc/csf/./csf.sips'
`csf.dyndns' -&gt; `/etc/csf/./csf.dyndns'
`alert.txt' -&gt; `/etc/csf/./alert.txt'
`logfloodalert.txt' -&gt; `/etc/csf/./logfloodalert.txt'
`integrityalert.txt' -&gt; `/etc/csf/./integrityalert.txt'
`exploitalert.txt' -&gt; `/etc/csf/./exploitalert.txt'
`tracking.txt' -&gt; `/etc/csf/./tracking.txt'
`connectiontracking.txt' -&gt; `/etc/csf/./connectiontracking.txt'
`processtracking.txt' -&gt; `/etc/csf/./processtracking.txt'
`accounttracking.txt' -&gt; `/etc/csf/./accounttracking.txt'
`usertracking.txt' -&gt; `/etc/csf/./usertracking.txt'
`sshalert.txt' -&gt; `/etc/csf/./sshalert.txt'
`sualert.txt' -&gt; `/etc/csf/./sualert.txt'
`scriptalert.txt' -&gt; `/etc/csf/./scriptalert.txt'
`filealert.txt' -&gt; `/etc/csf/./filealert.txt'
`watchalert.txt' -&gt; `/etc/csf/./watchalert.txt'
`loadalert.txt' -&gt; `/etc/csf/./loadalert.txt'
`resalert.txt' -&gt; `/etc/csf/./resalert.txt'
`portscan.txt' -&gt; `/etc/csf/./portscan.txt'
`permblock.txt' -&gt; `/etc/csf/./permblock.txt'
`netblock.txt' -&gt; `/etc/csf/./netblock.txt'
`messenger' -&gt; `/etc/csf/./messenger'
`messenger/index.text' -&gt; `/etc/csf/./messenger/index.text'
`messenger/index.html' -&gt; `/etc/csf/./messenger/index.html'
`messenger/csf_small.png' -&gt; `/etc/csf/./messenger/csf_small.png'
`portknocking.txt' -&gt; `/etc/csf/./portknocking.txt'
`regex.custom.pm' -&gt; `/etc/csf/./regex.custom.pm'
`lfd.logrotate' -&gt; `/etc/logrotate.d/lfd'
`csfcron.sh' -&gt; `/etc/cron.d/csfcron.sh'
`lfdcron.sh' -&gt; `/etc/cron.d/lfdcron.sh'
`csf.pl' -&gt; `/etc/csf/csf.pl'
`csfui.pl' -&gt; `/etc/csf/csfui.pl'
`csftest.pl' -&gt; `/etc/csf/csftest.pl'
`lfd.pl' -&gt; `/etc/csf/lfd.pl'
`regex.pm' -&gt; `/etc/csf/regex.pm'
`servercheck.pm' -&gt; `/etc/csf/servercheck.pm'
`readme.txt' -&gt; `/etc/csf/readme.txt'
`sanity.txt' -&gt; `/etc/csf/sanity.txt'
`x-arf.txt' -&gt; `/etc/csf/x-arf.txt'
`changelog.txt' -&gt; `/etc/csf/changelog.txt'
`install.txt' -&gt; `/etc/csf/install.txt'
`version.txt' -&gt; `/etc/csf/version.txt'
`license.txt' -&gt; `/etc/csf/license.txt'
`uninstall.generic.sh' -&gt; `/etc/csf/uninstall.sh'
`remove_apf_bfd.sh' -&gt; `/etc/csf/remove_apf_bfd.sh'
`lfd.sh' -&gt; `/etc/init.d/lfd'
`csf.sh' -&gt; `/etc/init.d/csf'
`Net' -&gt; `/etc/csf/Net'
`Net/CIDR' -&gt; `/etc/csf/Net/CIDR'
`Net/CIDR/Lite.pm' -&gt; `/etc/csf/Net/CIDR/Lite.pm'
`Sys' -&gt; `/etc/csf/Sys'
`Sys/Hostname' -&gt; `/etc/csf/Sys/Hostname'
`Sys/Hostname/Long.pm' -&gt; `/etc/csf/Sys/Hostname/Long.pm'
`File' -&gt; `/etc/csf/File'
`File/Type' -&gt; `/etc/csf/File/Type'
`File/Type/Builder.pm' -&gt; `/etc/csf/File/Type/Builder.pm'
`File/Type.pm' -&gt; `/etc/csf/File/Type.pm'
`IP' -&gt; `/etc/csf/IP'
`IP/Authority' -&gt; `/etc/csf/IP/Authority'
`IP/Authority/auth.gif' -&gt; `/etc/csf/IP/Authority/auth.gif'
`IP/Authority/._auth.gif' -&gt; `/etc/csf/IP/Authority/._auth.gif'
`IP/Authority/ipauth.gif' -&gt; `/etc/csf/IP/Authority/ipauth.gif'
`IP/Authority/._ipauth.gif' -&gt; `/etc/csf/IP/Authority/._ipauth.gif'
`IP/._Authority.pm' -&gt; `/etc/csf/IP/._Authority.pm'
`IP/Country' -&gt; `/etc/csf/IP/Country'
`IP/Country/._Medium.pm' -&gt; `/etc/csf/IP/Country/._Medium.pm'
`IP/Country/._MaxMind.pm' -&gt; `/etc/csf/IP/Country/._MaxMind.pm'
`IP/Country/MaxMind.pm' -&gt; `/etc/csf/IP/Country/MaxMind.pm'
`IP/Country/Fast' -&gt; `/etc/csf/IP/Country/Fast'
`IP/Country/Fast/cc.gif' -&gt; `/etc/csf/IP/Country/Fast/cc.gif'
`IP/Country/Fast/._ip.gif' -&gt; `/etc/csf/IP/Country/Fast/._ip.gif'
`IP/Country/Fast/._cc.gif' -&gt; `/etc/csf/IP/Country/Fast/._cc.gif'
`IP/Country/Fast/ip.gif' -&gt; `/etc/csf/IP/Country/Fast/ip.gif'
`IP/Country/Medium.pm' -&gt; `/etc/csf/IP/Country/Medium.pm'
`IP/Country/._Slow.pm' -&gt; `/etc/csf/IP/Country/._Slow.pm'
`IP/Country/Slow.pm' -&gt; `/etc/csf/IP/Country/Slow.pm'
`IP/Country/._Fast.pm' -&gt; `/etc/csf/IP/Country/._Fast.pm'
`IP/Country/Fast.pm' -&gt; `/etc/csf/IP/Country/Fast.pm'
`IP/Country.pm' -&gt; `/etc/csf/IP/Country.pm'
`IP/Authority.pm' -&gt; `/etc/csf/IP/Authority.pm'
`Geography' -&gt; `/etc/csf/Geography'
`Geography/Countries.pm' -&gt; `/etc/csf/Geography/Countries.pm'
`Crypt' -&gt; `/etc/csf/Crypt'
`Crypt/CBC.pm' -&gt; `/etc/csf/Crypt/CBC.pm'
`Crypt/Blowfish_PP.pm' -&gt; `/etc/csf/Crypt/Blowfish_PP.pm'
chmod: cannot access `/var/log/lfd.log*': No such file or directory
mode of `/etc/csf/uninstall.sh' changed to 0700 (rwx------)
mode of `/etc/csf/csf.pl' changed to 0700 (rwx------)
mode of `/etc/csf/csfui.pl' changed to 0700 (rwx------)
mode of `/etc/csf/csftest.pl' changed to 0700 (rwx------)
mode of `/etc/csf/servercheck.pm' changed to 0700 (rwx------)
mode of `/etc/csf/lfd.pl' changed to 0700 (rwx------)
mode of `/etc/init.d/lfd' changed to 0700 (rwx------)
mode of `/etc/init.d/csf' changed to 0700 (rwx------)
mode of `/etc/cron.d/lfdcron.sh' changed to 0644 (rw-r--r--)
mode of `/etc/cron.d/csfcron.sh' changed to 0644 (rw-r--r--)
create symbolic link `/usr/sbin/csf' to `/etc/csf/csf.pl'
create symbolic link `/usr/sbin/lfd' to `/etc/csf/lfd.pl'

TCP ports currently listening for incoming connections:
22,80,111,957,3306

UDP ports currently listening for incoming connections:
111,631,951,954,5353,42114,50599

Note: The port details above are for information only, csf hasn't been auto-configured.

Don't forget to:
1. Configure the TCP_IN, TCP_OUT, UDP_IN and UDP_OUT options in the csf configuration to suite your server
2. Restart csf and lfd
3. Set TESTING to 0 once you're happy with the firewall

Adding current SSH session IP address to the csf whitelist in csf.allow:
Adding 91.77.128.14 to csf.allow only while in TESTING mode (not iptables ACCEPT)
*WARNING* TESTING mode is enabled - do not forget to disable it in the configuration

Installation Completed
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.incero.com/sysadmin/how-to-install-perl-for-csf-firewall/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supermicro IPMI2 + KVM Server Control</title>
		<link>http://www.incero.com/sysadmin/supermicro-ipmi2-kvm-server-control</link>
		<comments>http://www.incero.com/sysadmin/supermicro-ipmi2-kvm-server-control#comments</comments>
		<pubDate>Sat, 28 Aug 2010 10:08:32 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://www.incero.com/?p=653</guid>
		<description><![CDATA[With &#8220;mission critical&#8221; in mind all of our servers include the latest IPMI2 and KVM integrated into the motherboard. The web based control panel for the IPMI and KVM, which works even when the server is offline, allows complete remote control over the system. My favorite feature is the KVM for remote console access along [...]]]></description>
			<content:encoded><![CDATA[<p>With &#8220;mission critical&#8221; in mind all of our <a href="/servers">servers</a> include the latest IPMI2 and KVM integrated into the motherboard.</p>
<p>The web based control panel for the IPMI and KVM, which works even when the server is offline, allows complete remote control over the system. My favorite feature is the KVM for remote console access along with the ability to mount remotely hosted iso images as a local cdrom. The combination of these features allow you to completely reload an operating system remotely, and complete countless other tasks which previously have required physical access.</p>
<p>Click on each image to see the larger version:</p>
<p><a href="http://www.UploadScreenshot.com/image/114620/2914135" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903400623.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114622/4510572" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903411188.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114623/429933" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903412258.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114625/9140476" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903413557.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114626/4285231" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903415361.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114627/2261334" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903420087.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114628/9137416" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903421686.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114629/3594900" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903423447.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114630/7555154" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903425354.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114631/218270" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903430091.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114632/3482058" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903434799.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114634/9613838" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903441931.png" alt="Click here to view full size" /></a></p>
<p><a href="http://www.UploadScreenshot.com/image/114637/3370157" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/23903504886.png" alt="Click here to view full size" /></a></p>
<p>The final screenshot, shown below, shows the IPMIVIEW desktop software, which can be used instead of the browser based control panel if desired.</p>
<p><a href="http://www.UploadScreenshot.com/image/115267/3090803" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/8/24003502347.jpg" alt="Click here to view full size" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.incero.com/sysadmin/supermicro-ipmi2-kvm-server-control/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install IonCube Loader On A Cpanel/WHM Server</title>
		<link>http://www.incero.com/sysadmin/install-ioncube-loader-on-a-cpanelwhm-server</link>
		<comments>http://www.incero.com/sysadmin/install-ioncube-loader-on-a-cpanelwhm-server#comments</comments>
		<pubDate>Wed, 24 Feb 2010 20:55:59 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://www.incero.com/?p=352</guid>
		<description><![CDATA[If you&#8217;re running a webserver with Cpanel and need to use Zend&#8217;s IonCube Loader, you can easily install it by running this command via SSH: /scripts/phpextensionmgr install IonCubeL oader It will output something like this: Updating md5sum list Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz.yaml (0)&#8230;.@75.127. 84.226&#8230;&#8230;connected&#8230;&#8230;receiving&#8230;100%&#8230;&#8230;Done Downloading tarball for IonCubeLoader Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz/Cpanel/Easy/IonCubeL oader.pm.tar.gz.linux-generic-64 (0)&#8230;.@75.127.84.226&#8230;&#8230;connected&#8230;&#8230;recei ving&#8230;2%&#8230;4%&#8230;6%&#8230;8%&#8230;10%&#8230;12%&#8230;15%&#8230;17%&#8230;19%&#8230;21%&#8230;23%&#8230;25%&#8230;28%.. .30%&#8230;32%&#8230;34%&#8230;36%&#8230;38%&#8230;41%&#8230;43%&#8230;45%&#8230;47%&#8230;49%&#8230;51%&#8230;54%&#8230;56%&#8230;5 8%&#8230;60%&#8230;62%&#8230;64%&#8230;67%&#8230;69%&#8230;71%&#8230;73%&#8230;75%&#8230;77%&#8230;80%&#8230;82%&#8230;84%&#8230;86% &#8230;88%&#8230;90%&#8230;93%&#8230;95%&#8230;97%&#8230;99%&#8230;100%&#8230;&#8230;Done Installing [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running a webserver with Cpanel and need to use Zend&#8217;s IonCube Loader, you can easily install it by running this command via SSH:</p>
<blockquote><p>/scripts/phpextensionmgr install IonCubeL oader</p></blockquote>
<p>It will output something like this:</p>
<blockquote><p>Updating md5sum list<br />
Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz.yaml (0)&#8230;.@75.127. 84.226&#8230;&#8230;connected&#8230;&#8230;receiving&#8230;100%&#8230;&#8230;Done<br />
Downloading tarball for IonCubeLoader<br />
Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz/Cpanel/Easy/IonCubeL oader.pm.tar.gz.linux-generic-64 (0)&#8230;.@75.127.84.226&#8230;&#8230;connected&#8230;&#8230;recei ving&#8230;2%&#8230;4%&#8230;6%&#8230;8%&#8230;10%&#8230;12%&#8230;15%&#8230;17%&#8230;19%&#8230;21%&#8230;23%&#8230;25%&#8230;28%.. .30%&#8230;32%&#8230;34%&#8230;36%&#8230;38%&#8230;41%&#8230;43%&#8230;45%&#8230;47%&#8230;49%&#8230;51%&#8230;54%&#8230;56%&#8230;5 8%&#8230;60%&#8230;62%&#8230;64%&#8230;67%&#8230;69%&#8230;71%&#8230;73%&#8230;75%&#8230;77%&#8230;80%&#8230;82%&#8230;84%&#8230;86% &#8230;88%&#8230;90%&#8230;93%&#8230;95%&#8230;97%&#8230;99%&#8230;100%&#8230;&#8230;Done<br />
Installing IonCubeLoader<br />
Creating install directory at /usr/local/IonCube<br />
Determining PHP version<br />
Installing IonCube Loader binaries<br />
Activating IonCube Loader extension in /usr/local/lib/php.ini<br />
IonCube Loader extension activated</p></blockquote>
<p>You can then check that it is indeed installed by entering this command via ssh:</p>
<blockquote><p>php -v</p></blockquote>
<p>Which will output something like this:</p>
<blockquote><p>PHP 5.2.9 (cli) (built: Feb 23 2010 19:52:35)<br />
Copyright (c) 1997-2009 The PHP Group<br />
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies<br />
with the ionCube PHP Loader v3.3.10, Copyright (c) 2002-2009, by ionCube Ltd.</p></blockquote>
<p>There are plenty of other methods to install IonCube Loader, but this simple Cpanel script seems to be the easiest. Many scripts, like our <a href="http://www.hotlinkingprotection.com" target="_blank">media hotlinking protection</a> script, make use of IonCube Loader to run Zend protected PHP source code.</p>
<p><a href="http://www.uploadscreenshot.com/image/50582/2165265" target="_blank"><img src="http://img1.uploadscreenshot.com/images/thumb/2/5415492695.jpg" alt="Click here to view full size" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.incero.com/sysadmin/install-ioncube-loader-on-a-cpanelwhm-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Memtest86 Before Deploying Servers</title>
		<link>http://www.incero.com/sysadmin/use-memtest86-before-deploying-servers</link>
		<comments>http://www.incero.com/sysadmin/use-memtest86-before-deploying-servers#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:39:49 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[System Admin]]></category>
		<category><![CDATA[86]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[memtest]]></category>
		<category><![CDATA[memtest86]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.incero.com/?p=314</guid>
		<description><![CDATA[We&#8217;ve been building a few servers recently, and as part of our testing we performed a memory test on each of the machines. In doing so we discovered that one of the RAM modules was defective. We confirmed that the memory, not the cpu nor motherboard, was at fault by then testing the RAM in [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been building a few servers recently, and as part of our testing we performed a memory test on each of the machines. In doing so we discovered that one of the RAM modules was defective. We confirmed that the memory, not the cpu nor motherboard, was at fault by then testing the RAM in another machine.</p>
<p>System memory can be defective without being overly apparent, allowing you to install your operating system and use it normally for a period of time. After a while programs may begin to crash unexpectedly, and other system errors may occur.</p>
<p>By running Memtest86 before shipping the servers to the datacenter we have saved ourselves countless hours of remotely debugging the issue and coordinating a replacement of the hardware.</p>
<p>Memtest86 is free and can be downloaded as a bootable iso and in many other formats <a href="http://www.memtest86.com/" target="_blank">here</a>. It is also bundled on Ubunutu installation disks, just boot from the cd/dvd and run the &#8220;memory test&#8221; option.</p>
<p>Below is a screenshot detailing over 400,000 memory errors. Working memory should not return any errors at all, one single error is cause for concern.</p>
<p>Check out the <a href="http://www.memtest86.com/" target="_blank">Memtest86</a> website for more details on how to determine which memory module is at fault, and whether your bios or voltage settings may be to blame.</p>
<p><a href="http://www.UploadScreenshot.com/image/48181/715346" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/1/2605560789.jpg" alt="Click here to view full size" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.incero.com/sysadmin/use-memtest86-before-deploying-servers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Expanding A ReadyNAS iSCSI Volume</title>
		<link>http://www.incero.com/sysadmin/expanding-a-readynas-iscsi-volume</link>
		<comments>http://www.incero.com/sysadmin/expanding-a-readynas-iscsi-volume#comments</comments>
		<pubDate>Wed, 09 Dec 2009 22:48:33 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://www.incero.com/?p=293</guid>
		<description><![CDATA[iSCSI volumes are a great way to store data, at some point or another you may need to expand your iSCSI volume. If your volume is on a ReadyNAS you can easily expand the volume and then extend the drive/volume in Windows like so: Log in to FrontView (at the ip of your server /admin, [...]]]></description>
			<content:encoded><![CDATA[<p>iSCSI volumes are a great way to store data, at some point or another you may need to expand your iSCSI volume. If your volume is on a ReadyNAS you can easily expand the volume and then extend the drive/volume in Windows like so:</p>
<p>Log in to FrontView (at the ip of your server /admin, e.g. 192.168.0.100/admin), select volumes in the left hand menu, select the iSCSI tab.</p>
<p>Click the expand button for the volume you want to expand.</p>
<p><a href='http://www.UploadScreenshot.com/image/44735/5050578' target='_blank'><img src='http://img1.UploadScreenshot.com/images/thumb/12/34221010617.png' alt='Click here to view full size' /></a></p>
<p>Enter the desired capacity and then click apply.</p>
<p><a href='http://www.UploadScreenshot.com/image/44737/3123269' target='_blank'><img src='http://img1.UploadScreenshot.com/images/thumb/12/34221012367.png' alt='Click here to view full size' /></a><br />
<a href='http://www.UploadScreenshot.com/image/44738/669258' target='_blank'><img src='http://img1.UploadScreenshot.com/images/thumb/12/34221023395.jpg' alt='Click here to view full size' /></a><br />
<a href='http://www.UploadScreenshot.com/image/44739/9437591' target='_blank'><img src='http://img1.UploadScreenshot.com/images/thumb/12/34221062192.png' alt='Click here to view full size' /></a></p>
<p>Once the expansion is complete you will need to then extend the volume in disk management in Windows Control Panel.</p>
<p>Open disk management.</p>
<p><a href='http://www.UploadScreenshot.com/image/44752/1907867' target='_blank'><img src='http://img1.UploadScreenshot.com/images/thumb/12/34222134661.jpg' alt='Click here to view full size' /></a></p>
<p>Right click on the existing volume, and select Extend Volume.</p>
<p><a href='http://www.UploadScreenshot.com/image/44753/408587' target='_blank'><img src='http://img1.UploadScreenshot.com/images/thumb/12/34222144688.jpg' alt='Click here to view full size' /></a></p>
<p>The wizard will pop up, click next.</p>
<p><a href='http://www.UploadScreenshot.com/image/44754/1176984' target='_blank'><img src='http://img1.UploadScreenshot.com/images/thumb/12/34222152490.jpg' alt='Click here to view full size' /></a></p>
<p>Choose the volume, and enter how much you want to extend it by. In this case it was 100GB and I am extending it by 100GB.</p>
<p><a href='http://www.UploadScreenshot.com/image/44755/7098843' target='_blank'><img src='http://img1.UploadScreenshot.com/images/thumb/12/34222154112.jpg' alt='Click here to view full size' /></a></p>
<p>The volume will extend.</p>
<p><a href='http://www.UploadScreenshot.com/image/44756/374474' target='_blank'><img src='http://img1.UploadScreenshot.com/images/thumb/12/34222163499.jpg' alt='Click here to view full size' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.incero.com/sysadmin/expanding-a-readynas-iscsi-volume/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emailing Script Contents With Bash</title>
		<link>http://www.incero.com/sysadmin/emailing-script-contents-with-bash</link>
		<comments>http://www.incero.com/sysadmin/emailing-script-contents-with-bash#comments</comments>
		<pubDate>Wed, 09 Dec 2009 19:42:53 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://www.incero.com/?p=290</guid>
		<description><![CDATA[When experimenting on our development servers in the office here we often find ourselves wanting to quickly backup the contents of whatever bash script we are testing before making further changes to the script. You can use the cat and mail commands to email the contents of the script to yourself like so: cat fileyouwant.sh [...]]]></description>
			<content:encoded><![CDATA[<p>When experimenting on our development servers in the office here we often find ourselves wanting to quickly backup the contents of whatever bash script we are testing before making further changes to the script.</p>
<p>You can use the cat and mail commands to email the contents of the script to yourself like so:</p>
<blockquote><p>cat fileyouwant.sh | mail -s &#8220;Email subject is here,  script&#8221; youremail@domain.com</p></blockquote>
<p>We used cat with pipe ( | ) to read the contents of the file and pass it to the mail command. We set the subject of the email using the -s parameter, and specified the email address at the end of the mail command.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.incero.com/sysadmin/emailing-script-contents-with-bash/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell Script To Report Network Usage, bytes/sec</title>
		<link>http://www.incero.com/sysadmin/shell-script-to-report-network-usage-bytessec</link>
		<comments>http://www.incero.com/sysadmin/shell-script-to-report-network-usage-bytessec#comments</comments>
		<pubDate>Sat, 11 Jul 2009 06:26:06 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[usage]]></category>

		<guid isPermaLink="false">http://www.incero.com/?p=233</guid>
		<description><![CDATA[In distributed apps it is often important to know the current network throughput speed on a particular server to help balance file serving requests etc. Installing MRTG or other software is not always desirable or possible. I created the shell script below to output the eth0 outbound transfer rate in bytes/second. To calculate megabits per [...]]]></description>
			<content:encoded><![CDATA[<p>In distributed apps it is often important to know the current network throughput speed on a particular server to help balance file serving requests etc.</p>
<p>Installing MRTG or other software is not always desirable or possible. I created the shell script below to output the eth0 outbound transfer rate in bytes/second. To calculate megabits per second simply divide the output by 131072.</p>
<p>You could post the data to a remote URL (e.g. a master health server) or write it to an xml file for reading by remote server or app, etc.</p>
<p>The speed returned is the average throughput over a 55 second period, you can adjust this as needed. Tested on CentOS 5.</p>
<blockquote><p>#!/bin/bash<br />
txfirst=`ifconfig eth0 | grep &#8220;TX bytes:&#8221; | cut -d &#8220;:&#8221; -f3 | cut -d &#8221; &#8221; -f1`<br />
datefirst=`date +%s`<br />
loop=1<br />
while [ loop=1 ]<br />
do<br />
txnew=`ifconfig eth0 | grep &#8220;TX bytes:&#8221; | cut -d &#8220;:&#8221; -f3 | cut -d &#8221; &#8221; -f1`<br />
datenew=`date +%s`</p>
<p>if [ $txnew -gt $txfirst ]<br />
then<br />
transferred=$((txnew-txfirst))<br />
timelapsed=$((datenew-datefirst))<br />
if [ $x &gt; 0 ]<br />
then<br />
bytessec=$(($transferred/$timelapsed))<br />
echo &#8220;$bytessec bytes/sec&#8221;<br />
fi<br />
txfirst=$((txnew))<br />
datefirst=$((datenew))<br />
else<br />
txfirst=$((txnew))<br />
datefirst=$((datenew))</p>
<p>fi<br />
sleep 55<br />
x=$(($x+1))<br />
done</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.incero.com/sysadmin/shell-script-to-report-network-usage-bytessec/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initialize an iSCSI Target in Windows Vista, Performance</title>
		<link>http://www.incero.com/sysadmin/initialize-an-iscsi-target-in-windows-vista</link>
		<comments>http://www.incero.com/sysadmin/initialize-an-iscsi-target-in-windows-vista#comments</comments>
		<pubDate>Tue, 07 Jul 2009 04:32:08 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[attached]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[readynas]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.incero.com/?p=223</guid>
		<description><![CDATA[We recently upgraded our office NAS to the ReadyNAS Pro Business edition which supports iSCSI. iSCSI offers block level access to your network storage, resulting in much improved performance versus traditional network storage protocols. The block level access means that iSCSI storage can be used with databases, etc. Setting up the iSCSI target on the [...]]]></description>
			<content:encoded><![CDATA[<p>We recently upgraded our office NAS to the ReadyNAS Pro Business edition which supports iSCSI.</p>
<p>iSCSI offers block level access to your network storage, resulting in much improved performance versus traditional network storage protocols. The block level access means that iSCSI storage can be used with databases, etc.</p>
<p>Setting up the iSCSI target on the ReadyNAS was rather simple, and is explained here: http://www.readynas.com/?page_id=772</p>
<p>Setting up access to the iSCSI target that you just created in Vista is also fairly simple and is explained (with one omission) here: http://www.readynas.com/?page_id=809</p>
<p>In the article above it states that when you open disk management program the &#8220;initialize new disk&#8221; dialogue should appear. It did not appear for me, and it is poorly documented as to how to initialize a new disk which must be done before you can format the disk and assign it a drive letter.</p>
<p>To initialize the disk in Windows Vista, after setting up the iSCSI settings in &#8220;Control Panel&#8221; do the following:</p>
<p>1. Right click on your &#8220;Computer&#8221; and select &#8220;Manage.&#8221;<br />
<a href="http://www.UploadScreenshot.com/image/40277/6569314" target="_blank"><img src="http://img1.UploadScreenshot.com/images/main/7/18704091990.jpg" alt="Click here to view full size" /></a></p>
<p>2. Select &#8220;Disk Management&#8221; on the left.<br />
<a href="http://www.UploadScreenshot.com/image/40279/4573787" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/7/18704320583.jpg" alt="Click here to view full size" /></a></p>
<p>3. Scroll through the bottom area which displays your disks. Then right click the red plus sign on the Disk that needs to be initialized (Disk 5 in my case) and select &#8220;Initialize Disk.&#8221;<br />
<a href="http://www.UploadScreenshot.com/image/40280/4680716" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/7/18704334976.jpg" alt="Click here to view full size" /></a></p>
<p>4. Unless you need otherwise, the default setting of MBR is most likely fine.<br />
<a href="http://www.UploadScreenshot.com/image/40281/3643474" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/7/18704342368.jpg" alt="Click here to view full size" /><br />
</a></p>
<p>Now your disk has been initialized and can be formatted and mapped to a drive letter, which you can do like so:</p>
<p>1. Right click on the newly initialized disk and select &#8220;New Simple Volume.&#8221;<br />
<a href="http://www.UploadScreenshot.com/image/40282/2700168" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/7/18704375648.jpg" alt="Click here to view full size" /></a></p>
<p>2. Navigate through the options, and assign a label and letter for your drive.<br />
<a href="http://www.UploadScreenshot.com/image/40283/3744714" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/7/18704393377.jpg" alt="Click here to view full size" /></a></p>
<p>3. Your iSCSI volume is now formatted and mapped to a drive letter.<br />
<a href="http://www.UploadScreenshot.com/image/40284/7130179" target="_blank"><img src="http://img1.UploadScreenshot.com/images/thumb/7/18704411032.jpg" alt="Click here to view full size" /></a></p>
<p>If when setting up the iSCSI target/discovery in your computer&#8217;s &#8220;Control Panel&#8221; you set the iSCSI target to be reconnected on each boot, the disk will always be available each time you reboot.</p>
<p><strong>As for performance</strong>, small transfers (less than a couple of hundred megabytes) are copied extremely fast at about 120MB/sec (the full gigabit capacity of our network).</p>
<p>For larger file transfers the process starts out fast and then about half way through the process it slows down and eventually ends up at around 30MB/sec (approximately 240mbit).</p>
<p>These speeds are a lot faster than the 12MB/sec we get on our traditionally connected network volume on the same NAS.<br />
<a href="http://www.UploadScreenshot.com/image/40285/2924281" target="_blank"><img src="http://img1.UploadScreenshot.com/images/main/7/18704492186.jpg" alt="Click here to view full size" /></a><br />
<a href="http://www.UploadScreenshot.com/image/40286/8927523" target="_blank"><img src="http://img1.UploadScreenshot.com/images/main/7/18704501823.jpg" alt="Click here to view full size" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.incero.com/sysadmin/initialize-an-iscsi-target-in-windows-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

