<?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>SoftLayer Blog &#187; access</title>
	<atom:link href="http://blog.softlayer.com/tag/access/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.softlayer.com</link>
	<description>A Behind the Scenes Look at the Best Hosting Provider in the World</description>
	<lastBuildDate>Tue, 04 Jun 2013 20:27:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Tips and Tricks &#8211; How to Use SFTP</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-how-to-use-sftp/</link>
		<comments>http://blog.softlayer.com/2012/tips-and-tricks-how-to-use-sftp/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 19:38:08 +0000</pubDate>
		<dc:creator>Lyndell Rottmann</dc:creator>
				<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[walkthrough]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=7619</guid>
		<description><![CDATA[Too often, new customers can get overwhelmed by a small administrative task on a Linux server. One of the more common questions I see in technical support is when a drive partition runs out of space. The website appears offline, and on of my coworkers advises you to just free-up some space. &#8220;Just?! Where can [...]]]></description>
			<content:encoded><![CDATA[<p>Too often, new customers can get overwhelmed by a small administrative task on a Linux server. One of the more common questions I see in technical support is when a drive partition runs out of space. The website appears offline, and on of my coworkers advises you to just free-up some space. &#8220;Just?! Where can I find files that are deletable without affecting my website?&#8221;</p>
<p>Don&#8217;t worry &#8230; it&#8217;s really quit simple. If you can use FTP (File Transfer Protocol), you can handle this bit of server management. Depending on the exact problem, we might instruct you to free up space by removing files in one of the following directories:</p>
<ul>
<li><code>/var/log</code></li>
<li><code>/usr/local/cpanel</code></li>
<li><code>/usr/local/apache/logs</code></li>
<li><code>/usr/local/apache/domlogs</code></li>
</ul>
<p>The reason these directories are usually overlooked is because they are not accessible by normal FTP users &mdash; users who only upload website content. When you upload website content to the server via FTP, the FTP user is limited to the directory structure for that website. Directories starting with &#8220;<code>/var</code>&#8221; and &#8220;<code>/usr</code>&#8221; cannot be accessed by these non-root users (The &#8220;root&#8221; user can access anything). And while root is a powerful user, for the sake of security, it is not normally allowed to log in over FTP because FTP is not secure &#8230; That&#8217;s where SFTP (Secure File Transfer Protocol) comes in.</p>
<p>Most FTP clients support SFTP, so you don&#8217;t have to learn a new environment to securely access any file on the server. Every FTP client is different, but I&#8217;ll illustrate with <a href="http://filezilla-project.org/">FileZilla</a> because it&#8217;s free and available on Mac, Windows and Linux. If you don&#8217;t already have an FTP client, I highly recommend FileZilla. Because there are a few ways to use FileZilla to get an SFTP connection, I can share different options for you to try:</p>
<p style="margin-bottom:0; padding-bottom:0;"><strong>Quick Connect</strong></p>
<p style="margin-top:0; padding-top:0;">The Quick Connect bar is the quickest way to connect to your server. Start FileZilla and look immediately under the toolbar for the Quick Connect bar:</p>
<p><a href="http://cdn.softlayer.com/innerlayer/fzquickconnect.png"><img class="centered" src="http://cdn.softlayer.com/innerlayer/fzquickconnect_sm.png" alt="SFTP Tutorial"/></a></p>
<p>Enter the hostname (IP address or domain name), “root” in the Username field, the root password in the Password field, and “22″ in the port field. Remember, port 22 is for SFTP, the same as SSH.  Click the Quickconnect button to connect.</p>
<p style="margin-bottom:0; padding-bottom:0;"><strong>Using the Site Manager</strong></p>
<p style="margin-top:0; padding-top:0;">The Site Manager lets you save your login details. Start FileZilla and you&#8217;ll see the following:</p>
<p><a href="http://cdn.softlayer.com/innerlayer/fzsitemanager.png"><img class="centered" src="http://cdn.softlayer.com/innerlayer/fzsitemanager_s.png" alt="SFTP Tutorial"/></a></p>
<p>To open the Site Manager, click the left-most icon in tool bar or go to <code>File &gt;&gt; Site Manager</code> in the menu.</p>
<p><a href="http://cdn.softlayer.com/innerlayer/fznewsite.png"><img class="centered" src="http://cdn.softlayer.com/innerlayer/fznewsite_s.png" alt="SFTP Tutorial"/></a></p>
<p>Enter an IP address or domain name for your server in the Host field, and select &#8220;SFTP&#8221; as your protocol. You&#8217;ll enter the root user&#8217;s login information, and you&#8217;re ready to connect by clicking the &#8220;Connect&#8221; button or you can click the &#8220;OK&#8221; button to save and close the dialog box.</p>
<p>If you just saved your settings and the Site Manager is not open, click the Site Manager icon again. From there, you can select the site under the &#8220;Select Entry&#8221; box, and you just have to click &#8220;Connect&#8221; to initiate the SFTP connection with your saved settings.</p>
<p>If you see a pop-up that warns of an &#8220;Unknown host key,&#8221; clicking the &#8220;Always trust this host, add this key to the cache&#8221; option will prevent this interruption from showing in the future. Once you click &#8220;OK&#8221; to complete the connection, your FileZilla screen should look like this:</p>
<p><a href="http://cdn.softlayer.com/innerlayer/fzrootlogin.png"><img class="centered" src="http://cdn.softlayer.com/innerlayer/fzrootlogin_s.png" alt="SFTP Tutorial"/></a></p>
<p>Notice the &#8220;Remote site&#8221; section on the middle right of the FileZilla screen:</p>
<p><a href="http://cdn.softlayer.com/innerlayer/fzremotesite.png"><img class="centered" src="http://cdn.softlayer.com/innerlayer/fzremotesite_s.png" alt="SFTP Tutorial"/></a></p>
<p>This area in FileZilla is the directory and file listing of the server. Navigate the server&#8217;s file structure here, and click &#8220;<code>/</code>&#8221; to access the top of the folder structure. You should see the &#8220;<code>/usr</code>&#8221; and &#8220;<code>/var</code>&#8221; directories, and you can explore the filesystem to delete the files technical support recommended to create space!</p>
<p style="margin-bottom:0; padding-bottom:0;"><strong>Message Log</strong></p>
<p style="margin-top:0; padding-top:0;">If you have a problem connecting to your server by FTP or SFTP, the open area below the Quickconnect bar is the Message Log. If you can copy and paste this text into a ticket, you&#8217;ll help technical support troubleshoot your connection problems. Below is an example log of a successful FTP session:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Status: Connecting to server.example.com...
Response:   fzSftp started
Command:    open <span style="color: #ff0000;">&quot;root@server.example.com&quot;</span> <span style="color: #000000;">22</span>
Command:    Trust new Hostkey: Once
Command:    Pass: <span style="color: #000000; font-weight: bold;">**********</span>
Status: Connected to server.example.com
Status: Retrieving directory listing...
Command:    <span style="color: #7a0874; font-weight: bold;">pwd</span>
Response:   Current directory is: <span style="color: #ff0000;">&quot;/root&quot;</span>
Command:    <span style="color: #c20cb9; font-weight: bold;">ls</span>
Status: Listing directory <span style="color: #000000; font-weight: bold;">/</span>root
Status: Calculating timezone offset of server...
Command:    mtime <span style="color: #ff0000;">&quot;.lesshst&quot;</span>
Response:   <span style="color: #000000;">1326387703</span>
Status: Timezone offsets: Server: <span style="color: #660033;">-21600</span> seconds. Local: <span style="color: #660033;">-21600</span> seconds. Difference: <span style="color: #000000;">0</span> seconds.
Status: Directory listing successful</pre></div></div>

<p>And here&#8217;s an example of a failed connection:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Status: Resolving address of example.com
Status: Connecting to 192.0.43.10:<span style="color: #000000;">21</span>...
Error:  Connection timed out
Error:  Could not connect to server
Status: Waiting to retry...
Status: Resolving address of example.com
Status: Connecting to 192.0.43.10:<span style="color: #000000;">21</span>...
Error:  Connection attempt interrupted by user</pre></div></div>

<p>If you have any questions, leave them in a comment below. Enjoy your new-found SFTP powers!</p>
<p>-Lyndell</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2012/tips-and-tricks-how-to-use-sftp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tips and Tricks &#8211; How to Secure WordPress</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-how-to-secure-wordpress/</link>
		<comments>http://blog.softlayer.com/2012/tips-and-tricks-how-to-secure-wordpress/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 15:15:27 +0000</pubDate>
		<dc:creator>Lee Thompson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=7531</guid>
		<description><![CDATA[As a hobby, I dabble in WordPress, so I thought I&#8217;d share a few security features I use to secure my WordPress blogs as soon as they&#8217;re installed. Nothing in this blog will be earth-shattering, but because security is such a priority, I have no doubt that it will be useful to many of our [...]]]></description>
			<content:encoded><![CDATA[<p>As a hobby, I dabble in WordPress, so I thought I&#8217;d share a few security features I use to secure my WordPress blogs as soon as they&#8217;re installed. Nothing in this blog will be earth-shattering, but because security is such a priority, I have no doubt that it will be useful to many of our customers. Often, the answer to the question, &#8220;How much security do I need on my site?&#8221; is simply, &#8220;More,&#8221; so even if you have a solid foundation of security, you might learn a new trick or two that you can incorporate into your next (or current) WordPress site.</p>
<h3>Move wp-config.php</h3>
<p style="margin-top:5px; padding-top:0;">The first thing I do is change the location of my <code>wp-config.php</code>. By default, it&#8217;s installed in the WordPress parent directory. If the config file is in the parent directory, it can be viewed and accessed by Apache, so I move it out of web/root. Because you&#8217;re changing the default location of a pretty significant file, you need to tell WordPress how to find it in <code>wp-load.php</code>. Let&#8217;s say my WordPress runs out of /webroot on my host &#8230; I&#8217;d need to make a change around Line 26:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">file_exists</span><span style="color: #009900;">&#40;</span> ABSPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">'wp-config.php'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
        <span style="color: #009933; font-style: italic;">/** The config file resides in ABSPATH */</span>
        <span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span> ABSPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">'wp-config.php'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">file_exists</span><span style="color: #009900;">&#40;</span> <span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span>ABSPATH<span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/wp-config.php'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #339933;">!</span> <span style="color: #990000;">file_exists</span><span style="color: #009900;">&#40;</span> <span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span>ABSPATH<span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/wp-settings.php'</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
        <span style="color: #009933; font-style: italic;">/** The config file resides one level above ABSPATH but is not part of another install*/</span>
        <span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span> <span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span>ABSPATH<span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/wp-config.php'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>The code above is the default setup, and the code below is the version with my subtle update incorporated.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">file_exists</span><span style="color: #009900;">&#40;</span> ABSPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">'wp-config.php'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
        <span style="color: #009933; font-style: italic;">/** The config file resides in ABSPATH */</span>
        <span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span> ABSPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">'../wp-config.php'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">file_exists</span><span style="color: #009900;">&#40;</span> <span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span>ABSPATH<span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'..//wp-config.php'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #339933;">!</span> <span style="color: #990000;">file_exists</span><span style="color: #009900;">&#40;</span> <span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span>ABSPATH<span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/wp-settings.php'</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
        <span style="color: #009933; font-style: italic;">/** The config file resides one level above ABSPATH but is not part of another install*/</span>
        <span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span> <span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span>ABSPATH<span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'../wp-config.php'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>All we&#8217;re doing is telling the application that the <code>wp-config.php</code> file is one directory higher. By making this simple change, you ensure that only the application can see your <code>wp-config.php</code> script.</p>
<h3>Turn Down Access to /wp-admin</h3>
<p style="margin-top:5px; padding-top:0;">After I make that change, I want to turn down access to <code>/wp-admin</code>. I allow users to contribute on some of my blogs, but I don&#8217;t want them to do so from <code>/wp-admin</code>; only users with admin rights should be able to access that panel. To limit access to <code>/wp-admin</code>, I recommend the plugin <a href="http://cartpauj.icomnow.com/projects/ucan-post-plugin/">uCan Post</a>. This plugin creates a page that allows users to write posts and submit them within your theme.</p>
<p>But won&#8217;t a user just be able to navigate to <code>http://site.com/wp-admin</code>? Yes &#8230; Until we add a simple function to our theme&#8217;s <code>functions.php</code> file to limit that access. At the bottom of your <code>functions.php</code> file, add this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">############ Disable admin access for users ############
</span>
add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'admin_init'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'no_more_dashboard'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">function</span> no_more_dashboard<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>current_user_can<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'manage_options'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'DOING_AJAX'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">!=</span> <span style="color: #0000ff;">'/wp-admin/admin-ajax.php'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  wp_redirect<span style="color: #009900;">&#40;</span>site_url<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #990000;">exit</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">###########################################################</span></pre></div></div>

<p>Log in as a non-admin user, and you&#8217;ll get redirected to the blog&#8217;s home page if you try to access the admin panel. Voila!</p>
<h3>Start Securing the WordPress Database</h3>
<p style="margin-top:5px; padding-top:0;">Before you go any further, you need to look at WordPress database security. This is the most important piece in my opinion, and it&#8217;s not just because I&#8217;m a DBA. WordPress never needs all permissions. The only permissions WordPress needs to function are <code>ALTER</code>, <code>CREATE</code>, <code>CREATE TEMPORARY TABLES</code>, <code>DELETE</code>, <code>DROP</code>, <code>INDEX</code>, <code>INSERT</code>, <code>LOCK TABLES</code>, <code>SELECT</code> and <code>UPDATE</code>.</p>
<p>If you run WordPress and MySQL on the same server the permissions grant would look something like:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">GRANT ALTER, CREATE, CREATE TEMPORARY TABLES, DELETE, DROP, INDEX, INSERT, LOCK TABLES, SELECT, UPDATE ON <span style="color: #000000; font-weight: bold;">&lt;</span>DATABASE<span style="color: #000000; font-weight: bold;">&gt;</span>.<span style="color: #000000; font-weight: bold;">*</span> TO <span style="color: #000000; font-weight: bold;">&lt;</span>USER<span style="color: #000000; font-weight: bold;">&gt;@</span><span style="color: #ff0000;">'localhost'</span> IDENTIFIED BY <span style="color: #ff0000;">'&lt;PASSWORD&gt;'</span>;</pre></div></div>

<p>If you have a separate database server, make sure the host of the webserver is allowed to connect to the database server:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">GRANT ALTER, CREATE, CREATE TEMPORARY TABLES, DELETE, DROP, INDEX, INSERT, LOCK TABLES, SELECT, UPDATE ON <span style="color: #000000; font-weight: bold;">&lt;</span>DATABASE<span style="color: #000000; font-weight: bold;">&gt;</span>.<span style="color: #000000; font-weight: bold;">*</span> TO <span style="color: #000000; font-weight: bold;">&lt;</span>USER<span style="color: #000000; font-weight: bold;">&gt;@</span><span style="color: #ff0000;">'&lt;ip of web server'</span> IDENTIFIED BY <span style="color: #ff0000;">'&lt;PASSWORD&gt;'</span>;</pre></div></div>

<p>The password you use should be random, and you should not need to change this. DO NOT USE THE SAME PASSWORD AS YOUR ADMIN ACCOUNT.</p>
<p>By taking those quick steps, we&#8217;re able to go a long way to securing a default WordPress installation. There are other plugins out there that are great tools to enhance your blog&#8217;s security, and once you&#8217;ve got the fundamental security updates in place, you might want to check some of them out. <a href="http://wordpress.org/extend/plugins/login-lockdown/">Login LockDown</a> is designed to stop brute force login attempts, and <a href="http://wordpress.org/extend/plugins/secure-wordpress/">Secure WordPress</a> has some great additional features. </p>
<p>What else do you do to secure your WordPress sites?</p>
<p>-Lee</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2012/tips-and-tricks-how-to-secure-wordpress/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>186,282.4 Miles Per Second</title>
		<link>http://blog.softlayer.com/2011/186282-4-miles-per-second/</link>
		<comments>http://blog.softlayer.com/2011/186282-4-miles-per-second/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 16:45:19 +0000</pubDate>
		<dc:creator>Clayton Spivey</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[advancement]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[medium]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=6745</guid>
		<description><![CDATA[Let&#8217;s say there are 2495 miles separating me and the world&#8217;s foremost authority on orthopedics who lives in Vancouver, Canada. If I needed some medical advice for how to remove a screwdriver from the palm of my hand that was the result of a a Christmas toy with &#8220;some assembly required,&#8221; I&#8217;d be pretty happy [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say there are 2495 miles separating me and the world&#8217;s foremost authority on orthopedics who lives in Vancouver, Canada. If I needed some medical advice for how to remove a screwdriver from the palm of my hand that was the result of a a Christmas toy with &#8220;some assembly required,&#8221; I&#8217;d be pretty happy I live in the year 2011. Here are a few of the communication methods that I may have settled with in years past:</p>
<div style="margin-left:20px;">
<p><strong>On Foot:</strong> The average human walks 3.5 mph sustainable. Using this method it would take a messenger 29.7 days to get a description of the problem and a drawing of the damage to that doctor if the messenger walked non-stop. Because the doctor in this theoretical scenario is the only person on the planet who knows how to perform the screwdriver removal surgery, the doctor would have to accompany the messenger back to Texas, and I am fairly sure by the time they arrived, they&#8217;d have to visit a grave with a terrible epitaph like &#8220;He got screwed,&#8221; or they&#8217;d find me answering to a crass nickname like &#8220;Stumpy.&#8221;</p>
<p><strong>On Horseback:</strong> The average speed of a galloping horse is around 30 mph sustainable, so with the help of a couple equestrian friends, the message could reach the doctor in 3.5 days if the horse were to run the whole journey without stopping, the doctor could saddle up and hit the trail back to Houston, getting here in about 7 days. In that span of time, I&#8217;d only be able to wave to him with one hand, given the inevitable amputation.</p>
<p><strong>Via High-Speed Rail:</strong> With an average speed of 101 mph, it would take a mere 24.7 hour to get from Houston to Vancouver, so if this means of communication were the only one used, I could have the doctor at my bedside in a little over 48 hours. That turnaround time might mean my hand would be saved, but the delay would still yield a terrible headache and a lot of embarrassment &#8230; Seeing as how a screwdriver in your hand is relatively noticeable at Christmas parties.</p>
<p><strong>Via Commercial Flight:</strong> If the message was taken by plane and the doctor returned by plane, the round trip would be around 12.4 hours at an average rate of 400 mph &#8230; I&#8217;d only have to endure half a day of mockery.</p>
<p><strong>Via E-mail:</strong> With the multimedia capabilities of email, the doctor could be sent a picture of the damage instantly and a surgeon in Houston could be instructed on how to best save my hand. There would be little delay, but there are no guarantees that the stand-in surgeon would be able to correctly execute on the instructions given by this theoretical world&#8217;s only orthopedic surgeon.</p>
<p><strong>Via Video Chat:</strong> In milliseconds, a video connection could be made between the stand-in surgeon and the orthopedic specialist. The specialist could watch and instruct the stand-in surgeon on how to complete the surgery, and I&#8217;d be using both hands again by Christmas morning. Technology is also getting to a point where the specialist could perform parts of the surgery remotely &#8230; Let&#8217;s just hope they use a good network connection on both end since any latency would be pretty significant.</div>
<p>I started thinking about the amazing speed with which we access information when I met with CTO Duke Skarda. He gave a few examples of our customers that piqued his interested, given to the innovative nature of their business, and one in particular made me realize how far we&#8217;ve come when I considered the availability and speed of our access to information:</p>
<p>The company facilitated advertisements on the Internet by customizing the advertising experience to each visitor by auctioning off ad space to companies that fit that particular visitor&#8217;s profile. In the simplest sense, a website has a blank area for an advertisment, the site sends non-sensitive information about the visitor to an advertising network. The advertising network then distributes that information to multiple advertisers who process it, generate targeted ads and place a bid to &#8220;purchase&#8221; the space for that visitor. The winner of the auction is determined, and the winner&#8217;s ad would be populated on the website.</p>
<p>All of this is done in under a second, before the visitor even knows the process took place.</p>
<p>We live in a time of instant access. We are only limited by the speed of light, a blazing 186,282.4 miles/second. That means you could, theoretically, send a message around the world in .03 milliseconds. Businesses use this speed to create and market products and services to the global market, I can&#8217;t wait to see what tomorrow holds &#8230; Maybe some kind of technology that prevents screwdrivers from piercing hands?</p>
<p>-Clayton  </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/186282-4-miles-per-second/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ICC Global Hosting: Tech Partner Spotlight</title>
		<link>http://blog.softlayer.com/2011/icc-global-hosting-tech-partner-spotlight/</link>
		<comments>http://blog.softlayer.com/2011/icc-global-hosting-tech-partner-spotlight/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 15:45:49 +0000</pubDate>
		<dc:creator>Guest Blog</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Partner Marketplace]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[cloud desktop]]></category>
		<category><![CDATA[Cloud Desktop Services]]></category>
		<category><![CDATA[ICC]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[partner marketplace]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtual desktop]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenDesktop]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=5514</guid>
		<description><![CDATA[This is a guest blog from ICC Global Hosting&#8217;s Mark Moeller. ICC&#8217;s Hosted Virtual Desktop delivers full-featured Windows desktop computing environments, including Microsoft Office, anti-virus, and data storage to any device, anywhere, anytime. Company Website: http://iccglobalhosting.com/Tech Partners Marketplace: http://www.softlayer.com/marketplace/iccglobalhosting Accessing Desktop Apps Anytime, Anywhere, from Any Device The computing world is changing rapidly &#8211; driven [...]]]></description>
			<content:encoded><![CDATA[<p class="attribution">This is a guest blog from <a href="http://iccglobalhosting.com">ICC Global Hosting&#8217;s</a> Mark Moeller. ICC&#8217;s Hosted Virtual Desktop delivers full-featured Windows desktop computing environments, including Microsoft Office, anti-virus, and data storage to any device, anywhere, anytime.</p>
<div class="yt560"><iframe width="560" height="349" src="http://www.youtube.com/embed/kttDfT8feaE?hd=1" frameborder="0" allowfullscreen></iframe></div>
<div class="more-info"><strong>Company Website:</strong> <a href="http://iccglobalhosting.com/">http://iccglobalhosting.com/</a><br/><strong>Tech Partners Marketplace:</strong> <a href="http://www.softlayer.com/marketplace/iccglobalhosting">http://www.softlayer.com/marketplace/iccglobalhosting</a></div>
<h3>Accessing Desktop Apps Anytime, Anywhere, from Any Device</h3>
<p>The computing world is changing rapidly &ndash; driven by the consumerization of applications, the demands for employees to be in an &#8220;always on&#8221; mode, and the revolution of mobile computing. End users have become App savvy and with the advent of the &#8220;there&#8217;s an app for that&#8221; generation applications that have become very easy for end users to install and run on their own. The computing platforms they use have become self-service in nature and new applications are now easy to find and no longer require IT to research, purchase, install, and manage. In fact, IT departments have lost control over what applications run on these devices posing a huge support problem and security threat. </p>
<p>In today&#8217;s economy organizations demand their employees to do more with smaller staffs forcing employees to be &#8220;always on&#8221; with e-mail and other work data now delivered to their desktops, smart phones, tablets, and home computers. People on average now access work data and applications from three devices with new choices of mobile devices available almost daily.</p>
<p><strong>VDI Sticker Shock</strong> &#8211; With all of these changes many IT departments have considered virtual desktops as a solution to provide access to multiple platforms, remote access, and secured network stored data. Consultants and vendors have been trying to sell organizations virtual desktops as VDI, but most organizations suffer from sticker shock facing huge start-up costs and little or no economies of scale. Most organizations fail to see any potential ROI with VDI solutions and end up tabling the decision for next year&#8217;s budget.</p>
<p><span id="more-5514"></span></p>
<p><strong>Hosted Virtual Desktops</strong> – Hosted virtual desktops are cloud desktop services provided in the cloud by a service provider. Unlike typical VDI deployments, with these cloud desktop services, all of the infrastructure is provided by the service provider, and the client organization can purchase virtual desktops as they need them and are not subject to uncontrolled costs or continually expanding infrastructure. </p>
<p>Hosted virtual desktops are purchased from the service provider as a simple operations expense that can be budgeted as a per user per month cost and can even reduce their overall costs of Microsoft licensing and data storage compared to more expensive VDI solutions. Beyond the infrastructure cost benefits, the cloud desktop services provider centrally manages these virtual desktops &ndash; including mundane tasks like Windows and anti-virus updates. With the expertise of managing thousands of virtual desktops for many clients, a cloud desktop service provider delivers a consistent end user experience and a very high quality of service. These cloud desktop services are then accessed anytime, anywhere, and from any device. Outsourced desktop management is also a considerable cost savings to organizations that varies based on their internal support structure.</p>
<p><strong>Bring your Own Device, BYOD/BYOC</strong> – Many organizations have considered &#8220;bring your own device/computer&#8221; programs as an employee benefit. BYO programs allow employees to select their own computing device or bring their own computer to work while accessing their employer&#8217;s supported desktop environment, applications and data through use of a virtual desktop. </p>
<p>Some of these programs have been driven from the top by executives who want to access corporate resources from their iPad or other personal device. Other BYO programs have been developed to attract and retain technically astute employees by giving these employees a choice of computing platforms as an employee benefit for hiring the brightest and most qualified and sought after job candidates. And some BYO programs exist to essentially create a controlled, secured, and legitimate way to allow employees to connect to their corporate resources without having employees&#8217; rogue devices accessing the network. </p>
<p>Just as with any virtual desktop solution, hosted virtual desktops are often a better approach than VDI. ICC Global Hosting has worked with Citrix to provide a <a href="http://www.iccglobalhosting.com/BYO.shtml">Hosted BYO</a> program which specifically provides a <a href="http://www.iccglobalhosting.com/documents/ICCBYOpressrelease5-16-11_000.pdf">service for quick BYOD proof of concepts or smaller scale BYOD deployments</a>. These cloud desktop services are then delivered to virtually any device including PCs, Macs, thin clients, iPads, iPhones, Android tablets and phones, and other mobile devices.</p>
<p><strong>Virtual Desktops on SoftLayer&#8217;s CloudLayer Platform</strong> – SoftLayer recently announced the availability of <a href="http://www.marketwatch.com/story/icc-global-hosting-and-softlayer-announce-availability-of-cloud-desktop-services-2011-10-10">cloud desktop services managed by ICC Global Hosting</a>. This partnership combines the scalability and security of SoftLayer&#8217;s CloudLayer Platform with ICC Global Hosting&#8217;s hosted virtual desktop expertise. </p>
<p>SoftLayer clients benefit from the enhanced performance and security of applications running along with hosted virtual desktops on the CloudLayer Platform. This solution lets clients obtain the all the features and benefits of VDI without the overhead and headaches of VDI. Organizations may now access cloud desktop services Anytime, Anywhere, and from Any Device with ICC and SoftLayer.</p>
<p>-Mark Moeller, <a href="http://www.iccglobalhosting.com">ICC Global Hosting</a></p>
<div class="tpm-note">This guest blog series highlights companies in SoftLayer&#8217;s <a href="http://www.softlayer.com/marketplace">Technology Partners Marketplace</a>. <br/>These <a href="http://blog.softlayer.com/partner-marketplace/">Partners</a> have built their businesses on the SoftLayer Platform, and we&#8217;re excited for them to tell their stories. New Partners will be added to the Marketplace each month, so stay tuned for many more come.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/icc-global-hosting-tech-partner-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Ways to Use Your VPN</title>
		<link>http://blog.softlayer.com/2011/five-ways-to-use-your-vpn/</link>
		<comments>http://blog.softlayer.com/2011/five-ways-to-use-your-vpn/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 15:15:35 +0000</pubDate>
		<dc:creator>Nick Chevsky</dc:creator>
				<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[IPMI]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[private network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/2011/</guid>
		<description><![CDATA[One of the many perks of being a SoftLayer customer is having access to your own private network. Perhaps you started out with a server in Dallas, later expanded to Seattle, and are now considering a new box in Washington, D.C. for complete geographic diversity. No matter the distance or how many servers you have, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the many perks of being a SoftLayer customer is having access to your own private network. Perhaps you started out with a server in Dallas, later expanded to Seattle, and are now considering a new box in Washington, D.C. for complete geographic diversity. No matter the distance or how many servers you have, the private network bridges the gaps between you, your servers, and SoftLayer&#8217;s internal services by bringing all of these components together into a secure, integrated environment that can be accessed as conveniently as if you were sitting right in the data center.</p>
<p>As if our cutting-edge management portal and API weren&#8217;t enough, SoftLayer offers complimentary <a href="http://www.softlayer.com/network/vpn/">VPN access to the private network</a>. This often-underestimated feature allows you to integrate your SoftLayer private network into your personal or corporate LAN, making it possible to access your servers with the same security and flexibility that a local network can offer.</p>
<p>Let&#8217;s look at a few of the many ways you can take advantage of your VPN connection:</p>
<p style="margin-bottom:0;"><strong>1. Unmetered Bandwidth</strong></p>
<p style="margin: 0 0 0 17px;">Unlike the public network that connects your servers to the outside world, the traffic on your private network is unlimited. This allows you to transfer as much data as you wish from one server to another, as well as between your servers and SoftLayer&#8217;s backup and network storage devices &ndash; all for free.
<p style="margin-left: 17px;">When you use the VPN service to tap into the private network from your home or office, you can download and upload as much data as you want without having to worry about incurring additional charges.</p>
<p style="margin-bottom:0;"><strong>2. Secure Data Transfer</strong></p>
<p style="margin: 0 0 0 17px;">Because your VPN connection is encrypted, all traffic between you and your private network is automatically secure &mdash; even when transferring data over unencrypted protocols like FTP.</p>
<p style="margin-bottom:0;"><strong>3. Protect Sensitive Services</strong></p>
<p style="margin: 0 0 0 17px;">Even with strong passwords, leaving your databases and remote access services exposed to the outside world is asking for trouble. With SoftLayer, you don&#8217;t have to take these risks. Simply configure sensitive services to only listen for connections from your private network, and use your secure VPN to access them.</p>
<p style="margin-left: 17px;">If you run Linux or BSD, securing your SSH daemon is as easy as adding the line <code>ListenAddress a.b.c.d</code> to your <code>/etc/ssh/sshd_config</code> file (replace <code>a.b.c.d</code> with the IP address assigned to your private network interface)</p>
<p style="margin-bottom:0;"><strong>4. Lock Down Your Server in Case of Emergency</strong></p>
<p style="margin: 0 0 0 17px;">In the unfortunate event of a security breach or major software bug, SoftLayer allows you to virtually &#8220;pull the plug&#8221; on your server, effectively cutting off all communication with the outside world.</p>
<p style="margin-left: 17px;">The difference with the competition? Because you have a private network, you can still access your server over the VPN to work on the problem &ndash; all with the peace of mind that your server is completely off-limits until you&#8217;re ready to bring it back online.</p>
<p style="margin-bottom:0;"><strong>5. Remote Management</strong></p>
<p style="margin: 0 0 0 17px;">SoftLayer&#8217;s dedicated servers sport a neat IP management interface (IPMI) which takes remote management to a whole new level. From reboots to power supply control to serial console and keyboard-video-mouse (KVM) access, you can do anything yourself.</p>
<p style="margin-left: 17px;">Using tools like SuperMicro&#8217;s <a href="ftp://ftp.supermicro.com/utility/IPMIView/">IPMIView</a>, you can connect to your server&#8217;s management interface over the VPN to perform a multitude of low-level management tasks, even when your server is otherwise unreachable. Has your server shut itself off? You can power it back on. Frozen system? Reboot from anywhere in the world. Major crash? Feeling adventurous? Mount a CD-ROM image and use the KVM interface to install a new operating system yourself.</p>
<p>This list is just the beginning. Once you&#8217;ve gotten a taste of the infinite possibilities that come with having out-of-band access to your hosted environment, you&#8217;ll never want to go back.</p>
<p>Now, go have some fun!</p>
<p>-Nick</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/five-ways-to-use-your-vpn/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Access Logs: A Look at Egypt&#8217;s Current Usage</title>
		<link>http://blog.softlayer.com/2011/access-logs-a-look-at-egypts-current-usage/</link>
		<comments>http://blog.softlayer.com/2011/access-logs-a-look-at-egypts-current-usage/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 14:45:08 +0000</pubDate>
		<dc:creator>Jason Gulledge</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/2011/</guid>
		<description><![CDATA[Social unrest can affect our ability to serve our customers. In Egypt, the government recently cut off nearly all access to the Internet, so customers trying to access our servers from Egyptian IP space have been largely unsuccessful. How unsuccessful? I gathered all the netblocks assigned to Egypt (currently around 5.8 million unique IPv4 IP [...]]]></description>
			<content:encoded><![CDATA[<p>Social unrest can affect our ability to serve our customers. In Egypt, the government recently cut off nearly all <a href="http://www.nytimes.com/2011/01/29/technology/internet/29cutoff.html?src=busln">access to the Internet</a>, so customers trying to access our servers from Egyptian IP space have been largely unsuccessful. How unsuccessful?</p>
<p>I gathered all the netblocks assigned to Egypt (currently around 5.8 million unique IPv4 IP addresses), and I queried our customer portal access logs and <a href="http://sldn.softlayer.com">API</a> for records of those IPs. We saw a massive drop on 1/28/2011. This coincides with reports on most major news networks that Egypt’s Internet access had been crippled. Prior to the January 28, the traffic was fairly typical.</p>
<p>Then this happened:</p>
<p><img style="display:block; margin: 0 auto;" src="http://theinnerlayer.softlayer.com/images/Egypt_hits.jpg"></p>
<p>Between January 28 and February 2, about 0.2% of the traffic we normally see from Egypt reached our network. That means 99.8% of traffic was stifled by the network shutdowns.</p>
<p>As the Wall Street Journal reported yesterday, the Egyptian government <A href="http://online.wsj.com/article/SB10001424052748703960804576119690514692446.html">restored Internet service</a>, and our logs clearly corroborate that report.</p>
<p>-Jason</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/access-logs-a-look-at-egypts-current-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Internets Just Keep Getting Bigger</title>
		<link>http://blog.softlayer.com/2010/the-internets-just-keep-getting-bigger/</link>
		<comments>http://blog.softlayer.com/2010/the-internets-just-keep-getting-bigger/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 14:24:50 +0000</pubDate>
		<dc:creator>Mark Quigley</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Executive Blog]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[growth]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=2312</guid>
		<description><![CDATA[An interesting piece from GigaOm today. In essence, Telegeography reports that the Internet keeps growing at terrific pace, even in mature markets like Canada and the US (54% in 2010). Things get really interesting when you look elsewhere. Less developed markets are positively booming &#8211; India and South Asia clocked in with growth rates of [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting piece from <a href="http://gigaom.com/2010/10/06/internet-keeps-growing-traffic-up-62-in-2010/" target="_blank">GigaOm today</a>.  In essence, <a href="http://www.telegeography.com/cu/article.php?article_id=34653" target="_blank">Telegeography reports</a> that the Internet keeps growing at terrific pace, even in mature markets like Canada and the US (54% in 2010). Things get really interesting when you look elsewhere. Less developed markets are positively booming &#8211; India and South Asia clocked in with growth rates of over 100%.</p>
<p>GigaOm makes the point that new capacity in these markets, coupled with the happy marriage of wireless network and cheap handsets will continue to drive growth, pointing to some crazy stats on mobile social networking in India. It is estimated that 72 million Indians (that is only 6% of the estimated population in 2008) will be mobile social network users.  What about China? Indonesia? Pretty soon we are considering some big numbers.</p>
<p>GigaOm is correct when talking about low cost devices as the availability of low cost devices has proven a key driver in other markets as well.  Think about how traffic patterns have changed in North America in the past ten years given  a) the ubiquity of network on the wide area and in the metro (Cable, DSL, FTTH, Fiber to the Node, 3G, 4G etc) and b)  the relatively low device cost.  At $229, I can get a Netbook from Best Buy for less money that I shelled out for 4 MEG of RAM for my 386 in 1993. For $0 I can get a mobile phone that will put me on the internet. Access to technology drives traffic.</p>
<p>The cool part is that these new users are going to drive an incredible amount of development work across the globe. There will be another Facebook and another Twitter &#8211; I think that it just a matter of time. Even cooler is the fact that Softlayer gets to play in the sandbox as well.</p>
<p>-<a href="http://twitter.com/quigleymar">@quigleymar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2010/the-internets-just-keep-getting-bigger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help! My Server Blocked Me!</title>
		<link>http://blog.softlayer.com/2008/help-my-server-blocked-me/</link>
		<comments>http://blog.softlayer.com/2008/help-my-server-blocked-me/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 18:18:56 +0000</pubDate>
		<dc:creator>Romeo Rodriguez</dc:creator>
				<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://theinnerlayer.softlayer.com/?p=229</guid>
		<description><![CDATA[Ok, the title of this blog may sound funny but you would be surprised how many phone calls I get about that very subject. Sure it’s not that specific case every time, sometimes it’s a software issue, other times hardware. But in the end not being able to access your server is the worst feeling [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, the title of this blog may sound funny but you would be surprised how many phone calls I get about that very subject. Sure it’s not that specific case every time, sometimes it’s a software issue, other times hardware. But in the end not being able to access your server is the worst feeling in the world.</p>
<p>Enter KVM over IP. (Also known as Keyboard-Video-Mouse)</p>
<p>Yes boys and girls, this wonderful feature provided on all mid to high-performance multi-core servers can be your best friend in a time of need. While on a routine support call, a customer of mine stated the server was blocking not only himself but a lot of his customers. I kept a level head and told him it was no problem. He paused for a moment then let me know just how big a deal it was, while he was explaining I promptly used the KVM to login to his server and shutdown the firewall. All of a sudden he stopped talking and said “It’s working!”, “What did you do?” I explained to him how KVM works just as if you were hooking up a console to your server, and can be used even if your public Ethernet cable is unplugged. I went on to show him where it was in his home portal and how all of this was given to him for free. Also I explained the issue had been fixed from my desk without ever having access to either the public or private ports on his server. The customer had never heard of such a feature and was amazed at how easy it was to use. </p>
<p>The beauty of KVM over IP is it removes the one thing many server owners dread, not being able to be in the data center when issues arise with their standard connection methods (RDP, SSH). With KVM over IP we are giving the customer a solution to that problem. Via KVM you can login to the management interface card, which in most cases resides on an entirely different network, and within seconds you will have access to your terminal as if you were standing right there in the datacenter!!! Not only can you connect to your server, you can manually power it on/off and also reboot your server all within the same management screen. Beyond server access you can monitor temperature readings as well as fan speeds in the server. The KVM card is a HUGE tool in any Softlayer customers’ toolbox and one that we in the Operations Team use often.</p>
<p>Here at Softlayer we are always thinking about how to make your business easier to run, whether it be implementing global services such as CDN, or making sure our customers have basic access to their server in the event of a crisis. Since starting my career here at Softlayer and learning of the KVM feature I’ve made it a point to inform the customer of the KVM interface along with all features that are offered to them (and believe me they never stop coming!) so be sure and check our announcements page because you never know what we will come out with next!</p>
<p>-Romeo</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2008/help-my-server-blocked-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lights Out!</title>
		<link>http://blog.softlayer.com/2008/lights-out/</link>
		<comments>http://blog.softlayer.com/2008/lights-out/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 13:38:29 +0000</pubDate>
		<dc:creator>William Francis</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[out of band]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://theinnerlayer.softlayer.com/?p=142</guid>
		<description><![CDATA[A couple weeks ago, I made a quick stop by my friendly neighborhood drug store to pick up some film for my camera. When I came out of the store, I hopped in my car, turned the key, and then… BOOM! That’s right—there was an explosion. Nothing earth shattering, but alarming none-the-less. The explosion was [...]]]></description>
			<content:encoded><![CDATA[<p>A couple weeks ago, I made a quick stop by my friendly neighborhood drug store to pick up some film for my camera.  When I came out of the store, I hopped in my car, turned the key, and then…  BOOM!  That’s right—there was an explosion.  Nothing earth shattering, but alarming none-the-less.  The explosion was certainly loud enough to turn a few heads.  And it gave me a bit of a scare as there was a moment where I found myself wondering if my ex wife had finally saved up enough money to have me taken out.</p>
<p>After giving the smoke a few minutes to clear out, and my heart a few beats to find its way out of my throat and back into my chest, I got out and looked under the hood.  Not because I know anything about what makes a car tick, but because looking under hoods is what guys do.  Especially when people are watching.  In fact, another guy nearby came over and looked under the hood too.  And as soon as he opened his mouth I realized that like me, he was only looking under the hood because that is what guys do in these situations.</p>
<p>“I don’t think your battery is supposed to have a big crack down the middle like that,” he said to me.</p>
<p>“Me neither,” I mumbled.  I suppressed the urge to ask Mr. Obvious where he went to automotive school.</p>
<p>“You try it again?” he asked me.  </p>
<p>For a second I thought he was joking.  Then I realized he wasn’t and more importantly that I didn’t have any better ideas.  So I hunted around the engine block until I found where the top of the battery case had been propelled, just sort of laid it over the smoking remnants of the battery, then slid back into the car and tried the key.  It didn’t start.  When I turned the key all the lights came on, all the dials and gauges swung wildly from side to side, and then everything went dark.  Lights out.  I tried again.  But this time there weren’t even any lights.  My sporty Mazda 6 might as well have turned into a pumpkin for all the good it was going to be getting me home.  So much for zoom, zoom, zoom.</p>
<p> “You might need to call for a tow,” said Nostradamus now standing by my car window with his hands in his pockets.</p>
<p>“Thanks again,” I said unenthusiastically, “I got it from here.”  I hoped he’d take the hint.    </p>
<p>He did. </p>
<p>I waited till I saw him drive off then tried the key one more time.  Nothing.  So I broke down and called the towing service.  Rather than calling a friend or a taxi, I opted to walk the two miles home from the drug store.  During which I had some time to think.  It occurred to me that the idea I might start up my car and drive it to the nearest shop for diagnostics after it just got done blowing up in my face was pretty outlandish.  And yet, that is exactly what we offer with the servers we sell at SoftLayer.</p>
<p>Lights Out Management (LOM) or Out Of Band Management (OOB) as it is sometimes called is a feature we include with all of our servers at SoftLayer.  If you’re a current customer, you have probably noticed the “management ip address” noted for your servers in our portal.  That’s exactly what I’m referring to.  And while LOM is the stuff of science fiction in automobiles, in our world class servers it’s a reality.  That’s right, with our OOB offerings you can:</p>
<ul>
<li>Cycle the power on a server even if the operating system has crashed, locked, or otherwise blown up.</li>
<li>Start up a dead server with the push of a button.</li>
<li>Get critical readings of system health indicators like processor temperature and fan speeds, regardless of what operating system or software you have installed on that server.</li>
<li>Manipulate system BIOS and perform diagnostics remotely with full video, keyboard, and mouse support.</li>
<li>And a whole slew of other things that will make your life much much easier.</li>
</ul>
<p>In essence, SoftLayer’s OOB management features are the next best thing to driving to one of our data centers and plugging a keyboard into your server.  Maybe even better, since you don’t have to fight the traffic.  It’s the sort of thing a system administrator dreams of.  The sort of thing that sets SoftLayer apart from the myriad of other hosting companies out there.</p>
<p>As for my car, two days and two hundred dollars later it was back in my driveway.   Apparently the mechanic who worked on my vehicle went to the same school of engineering as the Good Samaritan who provided me so much insight two days prior.  The diagnosis, according to the invoice, was: cracked battery.  Then just to give me a warm and fuzzy written in big block letters at the bottom of the page was:</p>
<p>IF THIS HAPPENS AGAIN BRING IT BACK IN  </p>
<p>I can’t wait till the automotive industry catches up to SoftLayer.</p>
<p>-William</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2008/lights-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
