<?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; remote</title>
	<atom:link href="http://blog.softlayer.com/tag/remote/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>Wed, 15 May 2013 15:33:34 +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; Remote Audio Over RDP in Windows 2008</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-remote-audio-over-rdp-in-windows-2008/</link>
		<comments>http://blog.softlayer.com/2012/tips-and-tricks-remote-audio-over-rdp-in-windows-2008/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 20:00:26 +0000</pubDate>
		<dc:creator>Bill Sehmel</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[remote connection]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[walkthrough]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=7268</guid>
		<description><![CDATA[I was working on my server the other night, and I found myself needing to get sound from my Windows 2008 box through an RDP (Remote Desktop Protocol) connection. Because we have a huge customer base with Windows 2008 installed now, I figured there may be someone else out there that would like to be [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on my server the other night, and I found myself needing to get sound from my <a href="http://www.microsoft.com/en-us/server-cloud/windows-server/default.aspx">Windows 2008</a> box through an RDP (Remote Desktop Protocol) connection. Because we have a huge customer base with Windows 2008 installed now, I figured there may be someone else out there that would like to be able to hear sounds from their server on their local computer when connected, so I put together a quick walkthrough with how I got it to work:</p>
<p style="margin-bottom:0;padding-bottom:0;"><strong>Configuring Your Server</strong></p>
<ol>
<li>Open <em>Windows Services</em> (Start -> Run -> Services.msc)</li>
<li>Change the properties of the <em>Windows Audio Endpoint Service</em> and <em>Windows Audio Service</em> to &#8220;Automatic&#8221;. If the services are not already started, you can manually start them at this time.
<li>Open <em>Terminal Services</em> ( Start -> Run -> tsconfig.msc)</li>
<li>Right-click on the RDP-TCP connection and bring up its properties. Go to the &#8220;Client Settings&#8221; and make sure that on &#8220;Redirection Audio&#8221; is not disabled.</li>
<li>Fully log out and log back into the RDP connection to the server. You will see a balloon error on your speaker icon that states &#8220;No Audio Output Device is installed.&#8221;</li>
</ol>
<p style="margin-bottom:0;padding-bottom:0;"><strong>Making Registry Changes</strong></p>
<ol>
<li>You will now need to back up your registry and some registry changes.</li>
<li>I want to reiterate the instruction to <strong>back up your registry</strong> &#8230; As with most technical guides/walkthroughs, SoftLayer will not be held liable for any corruptions that may result from you attempting these changes. The next two steps will show how to quickly back up your registry.</li>
<li>Log into your server on an account with Administrator rights, and open <em>regedit</em> (Start -> Run -> regedit)</li>
<li>Export the current registry (from the &#8220;File&#8221; menu) and copy it to a location off of your server so you have it backed up.</li>
<li>Locate the following key: <code>HKEY_CLASSES_ROOT\AudioEngine\AudioProcessingObjects</code>. This will contain several subkeys all each named with a GUID.</li>
<li>Click on each subkey, then right-click and select &#8220;Permissions.&#8221; You will then click on the &#8220;Advanced&#8221; button and the &#8220;Owner&#8221; tab. The current owner should be listed as &#8220;TrustedInstaller.&#8221;
<li>Select the Administrative account and/or group from the list and click &#8220;OK&#8221; to change the ownership.</li>
<li>Select the account you just chose and give it &#8220;Full Control,&#8221; then click &#8220;OK.&#8221;</li>
<li>In the &#8220;Detail&#8221; box of each subkey, double-click on the <code>DWORD</code> value &#8220;<code>MinOutputConnections</code>&#8221; and change it from 1 to 0, then click &#8220;OK.&#8221; </li>
<li>Once you have done this for each subkey in <code>HKEY_CLASSES_ROOT\AudioEngine\AudioProcessingObjects</code>, you can close <em>regedit</em> and restart the <em>Windows Audio</em> and <em>Windows Audio Endpoint services</em>. </li>
</ol>
<p style="margin-bottom:0;padding-bottom:0;"><strong>Configuring Your RDP Client</strong></p>
<p style="margin-top:0;padding-top:5px;">Now that you have everything ready on the server, you just need to make sure your RDP client recognizes the audio. Log off of the server so you can configure your RDP client. Open RDP, go to the &#8220;Options&#8221; menu, and under &#8220;Local Resources,&#8221; select &#8220;Configure Remote Audio Settings.&#8221; Select &#8220;Play on this Computer,&#8221; and hit &#8220;OK.&#8221; Voila! You now should be able to hear sound from your Windows 2008 RDP connection.</p>
<p>-Bill</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2012/tips-and-tricks-remote-audio-over-rdp-in-windows-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Four Years of SLaying in Seattle</title>
		<link>http://blog.softlayer.com/2011/four-years-of-slaying-in-seattle/</link>
		<comments>http://blog.softlayer.com/2011/four-years-of-slaying-in-seattle/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 15:30:02 +0000</pubDate>
		<dc:creator>Bill Sehmel</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Dallas]]></category>
		<category><![CDATA[data center]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[expansion]]></category>
		<category><![CDATA[growth]]></category>
		<category><![CDATA[locations]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=6003</guid>
		<description><![CDATA[How are we already in mid-November? Did 2011 just fly by us or what? As we approach 2012, I will be celebrating my fourth anniversary with SoftLayer in our Seattle data center. Seattle was SoftLayer&#8217;s first data center outside of the Dallas area when it opened four years ago, and since then, I&#8217;ve seen the [...]]]></description>
			<content:encoded><![CDATA[<p>How are we already in mid-November? Did 2011 just fly by us or what? As we approach 2012, I will be celebrating my fourth anniversary with SoftLayer in our Seattle data center. Seattle was SoftLayer&#8217;s first data center outside of the Dallas area when it opened four years ago, and since then, I&#8217;ve seen the launch of Washington D.C., the Dallas HQ + DAL05, San Jose, Singapore and Amsterdam &#8230; while adding a few data centers in Houston and Dallas after the merger with The Planet last year. We&#8217;ve gone from ~15,000 servers when I started to around 100,000 servers in 13 data centers with 16 network PoPs on three different continents around the world. It&#8217;s safe to say <a href="http://blog.softlayer.com/2011/winning-celebrating-softlayers-awards/">we&#8217;ve grown</a>. </p>
<p>In the four years since our Seattle facility launched, over 60% of our original team &ndash; the folks our Dallas team trained &ndash; are still here. Being part of such a huge team and watching the SoftLayer roll out data centers around the world is exciting, and seeing our customers grow with us is even better. In the midst of all of that growth, our team is always trying to figure out new technologies and techniques to share with customers to help them meet their ever-evolving needs. The goal: Give our customers total control. </p>
<p>One great example of this focus was our recent <a href="http://www.softlayer.com/press/release/1401/softlayer-launches-quantastor-storage-servers">launch</a> of<a href="http://www.softlayer.com/dedicated/specialty-mass-storage/"> QuantaStor Storage Servers</a>. We teamed up with industry leader <a href="http://www.osnexus.com/">OS Nexus</a> to bring our customers a production-ready mass storage appliance with a combined SAN and NAS storage system built into the Ubuntu Server and provides a number of system features such as snapshots, compression, remote replication and thin provisioning. A customer could use this in a number of environments from virtualized systems to video production to web and application servers, or as a backup based server. If you&#8217;re looking for a mass storage system, I highly recommend it. </p>
<p>If we&#8217;ve grown this much in my first four years, I can only imagine what the business will look like four years from now. A SoftLayer data center on every corner? Maybe we can get <a href="http://blog.softlayer.com/author/phil/">PHIL</a> to figure out how we can put a SoftLayer pod in the space normally occupied by a coffee shop &#8230; making sure to keep as much coffee as possible, obviously.</p>
<p>-Bill</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/four-years-of-slaying-in-seattle/feed/</wfw:commentRss>
		<slash:comments>0</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>The Beauty of IPMI</title>
		<link>http://blog.softlayer.com/2011/the-beauty-of-ipmi/</link>
		<comments>http://blog.softlayer.com/2011/the-beauty-of-ipmi/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 15:30:50 +0000</pubDate>
		<dc:creator>Danny Nguyen</dc:creator>
				<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[IPMI]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=4800</guid>
		<description><![CDATA[Nowadays, it would be extremely difficult to find a household that does not store some form of media &#8211; whether it be movies, music, photos or documents &#8211; on their home computer. Understanding that, I can say with confidence that many of you have been away from home and suddenly had the desire (or need) [...]]]></description>
			<content:encoded><![CDATA[<p>Nowadays, it would be extremely difficult to find a household that does not store some form of media &ndash; whether it be movies, music, photos or documents &ndash; on their home computer. Understanding that, I can say with confidence that many of you have been away from home and suddenly had the desire (or need) to access the media for one reason or another. </p>
<p>Because the Internet has made content so much more accessible, it&#8217;s usually easy to log in remotely to your home PC using something like Remote Desktop, but what if your home computer is not powered on? You hope a family member is at home to turn on the computer when you call, but what if everyone is out of the house? Most people like me in the past would have just given up altogether since there would be no clear and immediate solution. Leaving your computer on all day could work, but what if you&#8217;re on an extended trip and you don&#8217;t want to run up your electricity bill? I&#8217;d probably start traveling with some portable storage device like a flash drive or portable hard drive to avoid the problem. This inelegant solution requires that I not forget the device, and the storage media would have to be large enough to contain all necessary files (and I&#8217;d also have to know ahead of time which ones I might need). </p>
<p>Given these alternatives, I usually found myself hoping for the best with the portable device, and as anticipated, there would still be some occasions where I didn&#8217;t happen to have the right files with me on that drive. When I started working for SoftLayer, I was introduced to a mind-blowing technology called IPMI, and my digital life has never been the same.</p>
<p>IPMI &ndash; Intelligent Platform Management Interface &ndash; is a standardized system interface that allows system administrators to manage and monitor a computer. Though this may be more than what the common person needs, I immediately found IPMI to be incredible because it allows a person to remotely power on any computer with that interface. I was ecstatic to realize that for my next computer build, I could pick a motherboard that has this feature to achieve total control over my home computer for whatever I needed. IPMI may be standard for all servers at SoftLayer, but that doesn&#8217;t mean it&#8217;s not a luxury feature. </p>
<p>If you&#8217;ve ever had the need to power on your computers and/or access the computer&#8217;s BIOS remotely, I highly suggest you look into IPMI. As I learned more and more about the IPMI technology, I&#8217;ve seen how it can be a critical feature for business purposes, so the fact that it&#8217;s a standard at SoftLayer would suggest that we&#8217;ve got our eye out for state-of-the art technologies that make life easier for our customers.</p>
<p>Now I don&#8217;t have to remember where I put that flash drive!</p>
<p>-Danny</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/the-beauty-of-ipmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CyberlinkASP: Tech Partner Spotlight</title>
		<link>http://blog.softlayer.com/2011/technology-partner-spotlight-cyberlinkasp/</link>
		<comments>http://blog.softlayer.com/2011/technology-partner-spotlight-cyberlinkasp/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 13:45:22 +0000</pubDate>
		<dc:creator>Guest Blog</dc:creator>
				<category><![CDATA[Partner Marketplace]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[diversity]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[partner marketplace]]></category>
		<category><![CDATA[partners]]></category>
		<category><![CDATA[provider]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[scalable]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[virtualized]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=4465</guid>
		<description><![CDATA[This is a guest blog from Chris Lantrip, CEO of CyberlinkASP, an application service provider focused on hosting, upgrading and managing the industry&#8217;s best software. Company Website: http://www.cyberlinkasp.com/Tech Partners Marketplace: http://www.softlayer.com/marketplace/cyberlinkAsp The DesktopLayer from CyberlinkASP Hosted virtual desktops &#8211; SoftLayer style. In early 2006, we were introduced to SoftLayer. In 2007, they brought us StorageLayer, [...]]]></description>
			<content:encoded><![CDATA[<p class="attribution">This is a guest blog from Chris Lantrip, CEO of <a href="http://cyberlinkasp.com">CyberlinkASP</a>, an application service provider focused on hosting, upgrading and managing the industry&#8217;s best software.</p>
<div class="yt560"><iframe width="560" height="349" src="http://www.youtube.com/embed/Al_raQSXbxQ?hd=1" frameborder="0" allowfullscreen></iframe></div>
<div class="more-info"><strong>Company Website:</strong> <a href="http://www.cyberlinkasp.com/">http://www.cyberlinkasp.com/</a><br/><strong>Tech Partners Marketplace:</strong> <a href="http://www.softlayer.com/marketplace/cyberlinkAsp">http://www.softlayer.com/marketplace/cyberlinkAsp</a></div>
<h3>The DesktopLayer from CyberlinkASP</h3>
<p style="margin-top: 0; padding-top:0;"><em>Hosted virtual desktops &ndash; SoftLayer style.</em></p>
<p>In early 2006, we were introduced to SoftLayer. In 2007, they brought us StorageLayer, and in 2009, CloudLayer. Each of those solutions met a different kind of need in the Application Service Provider (ASP) world, and by integrating those platforms into our offering, DesktopLayer was born: The on-demand anytime, anywhere virtual desktop hosted on SoftLayer and powered by <a href="http://www.cyberlinkasp.com/">CyberlinkASP</a>.</p>
<p>CyberlinkASP was originally established to instantly web-enable software applications that were not online in the past. Starting off as a <a href="http://citrix.com/">Citrix</a> integration firm in the early days, we were approached by multiple independent software vendors asking us to host, manage and deliver their applications from a centralized database platform to their users across multiple geographic locations. With the robust capabilities of Citrix, we were able to revolutionize application delivery and management for several ISV&#8217;s.</p>
<p>Over time, more ISV&#8217;s starting showing up at our doorstep, and application delivery was becoming a bigger and bigger piece of our business. Our ability to provision users on a specific platform in minutes, delete them in minutes, perform updates and maintain hundreds of customers and thousands of users all at one time from a centralized platform was very attractive.</p>
<p><span id="more-4465"></span></p>
<p>Our users began asking us, &#8220;Is it possible to put our payroll app on this platform too?&#8221; &#8220;What about Exchange and Office?&#8221; They loved the convenience of not managing the DBs for individual applications, and they obviously wanted more. Instead of providing one-off solutions for individual applications, we built the <a href="http://www.softlayer.com/press/release/321/cyberlinkasp-unveils-virtual-desktop-on-softlayer-cloud">DesktopLayer</a>, a hosted environment for virtual desktops. </p>
<p>We deliver a seamless and integrated user experience utilizing SoftLayer, Citrix <a href="http://www.citrix.com/xenapp">XenApp</a> and <a href="http://www.citrix.com/xendesktop">XenDesktop</a>. When our users log in they see the same screen, the same applications and the same performance they received on their local machine. The Citrix experience takes over the entire desktop, and the look and feel is indistinguishable. It&#8217;s exactly what they are accustomed to. </p>
<p>Our services always include the Microsoft suite (Exchange, Office, Sharepoint) and is available on any device, from your PC to your Mac to your iPad. To meet the needs of our customers, we also integrate all 3rd party apps and non-Microsoft software into the virtual desktop &ndash; if our customers are using <a href="http://www.peachtree.com/">Peachtree</a> or Quickbooks for accounting and Kronos for HR, they are all seamlessly published to the users who access them, and unavailable to those that do not. </p>
<p>We hang our hat on our unique ability to tie all of a company&#8217;s applications into one centralized user experience and support it. Our Dallas-based call center is staffed with a team of knowledgeable engineers who are always ready to help troubleshoot and can add/delete and customize new users in minutes. We take care of everything &#8230; When someone needs help setting up a printer or they bought a new scanner, they call our helpdesk and we take it from there. Users can call us directly for support and leave the in-house IT team to focus on other areas, not desktop management.</p>
<p>With the revolution of cloud computing, many enterprises are trending toward the eradication of physical infrastructure in their IT environments. Every day, we see more and more demand from IT managers who want us to assume the day-to-day management of their end user&#8217;s entire desktop, and over the past few years, the application stack that we deliver to each of our end users has grown significantly.  </p>
<p>As Citrix would say &#8220;the virtual desktop revolution is here.&#8221; The days of having to literally touch hundreds of devices at users&#8217; workstations are over. Servers in the back closet are gone. End users have become much more unique and mobile &#8230; They want the same access, performance and capabilities regardless of geography. That&#8217;s what we provide. DesktopLayer, with instant computing resources available from SoftLayer, is the future. </p>
<p>I remember someone telling me in 2006 that it was time for the data center to &#8220;grow up&#8221;. It has. We now have hundreds of SMB clients and thousands of virtual desktops in the field today, and we love having a chance to share a little about how we see the IT landscape evolving. Thanks to our friends at SoftLayer, we get to <a href="http://www.softlayer.com/marketplace/cyberlink-asp">tell that story</a> and boast a little about what we&#8217;re up to! </p>
<p>- Chris M. Lantrip, Chief Executive, <a href="http://www.cyberlinkasp.com/">CyberlinkASP</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/technology-partner-spotlight-cyberlinkasp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KVM over IP or Sliced Bread?</title>
		<link>http://blog.softlayer.com/2007/kvm-over-ip-or-sliced-bread/</link>
		<comments>http://blog.softlayer.com/2007/kvm-over-ip-or-sliced-bread/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 22:10:01 +0000</pubDate>
		<dc:creator>Nathan Day</dc:creator>
				<category><![CDATA[Executive Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[IPMI]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://theinnerlayer.softlayer.com/2007/kvm-over-ip-or-sliced-bread/</guid>
		<description><![CDATA[I’m spoiled. Really, really spoiled. I have a test lab full of servers to play with about thirty paces away from my office. Most of them have KVM over IP on a daughtercard. When I need to jam an OS on a server or manage to lock myself out by screwing up a network config, [...]]]></description>
			<content:encoded><![CDATA[<p>I’m spoiled.  Really, really spoiled.  I have a test lab full of servers to play with about thirty paces away from my office.  Most of them have <A href="http://www.supermicro.com/products/accessories/addon/SIM.cfm">KVM over IP</a> on a daughtercard.  When I need to jam an OS on a server or manage to lock myself out by screwing up a network config, do you think I stand up and take a short walk?  Nope.  I fire up the KVM/IP and take care of business from my comfy office chair.</p>
<p>Let’s see how old the audience is.  Raise your hand if you ever had to yell into a phone telling a datacenter tech what to type.  </p>
<p>“&#8217;S&#8217; as in Sam, &#8216;H&#8217; as in Harry, &#8216;O&#8217; as in Oscar, &#8216;W&#8217; as in Wally, SPACE, &#8216;D&#8217; as in David, &#8216;E&#8217; as in Edward, &#8216;V&#8217; as in Victor, &#8216;I&#8217; as in Isabel, &#8216;C&#8217; as in Charlie, &#8216;E&#8217; as in Edward, ENTER” (extra credit to whoever can name the OS without using a search engine or reading ahead). </p>
<p>For some of you this is a recent event, but there will come a day when our IT generation can regale the youngsters with stories of “When I first started in IT, we didn’t have this fancy KVM stuff you kids have today…”.</p>
<p>KVM over IP isn’t exactly brand new. It has been around for a few years starting with external devices hanging off the back of the server.  But it is becoming much more common to find daughtercards from your favorite motherboard manufacturer with this capability.  The motherboard suppliers have already added other server control technologies like <A href="http://www.intel.com/design/servers/ipmi/index.htm">IPMI</a> and <A href="http://www.intel.com/technology/manage/iamt/index.htm">iAMT</a> to the motherboard.  I wonder how long until KVM over IP makes the jump from the optional daughtercard to coming standard on the motherboard?  I’ll bet we’ll see it before you can spell VMS.</p>
<p>-<a href="http://twitter.com/nday91">@nday91</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2007/kvm-over-ip-or-sliced-bread/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
