<?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>We Got Served &#187; Drashna</title> <atom:link href="http://www.wegotserved.com/author/drashna/feed/" rel="self" type="application/rss+xml" /><link>http://www.wegotserved.com</link> <description>The web&#039;s biggest home server and digital home community, with the latest news, reviews, hardware, software, add-ins and support forums.</description> <lastBuildDate>Wed, 08 Feb 2012 08:00:49 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>How to: Install PHP on Windows Home Server 2011</title><link>http://www.wegotserved.com/2010/05/09/how-to-install-php-on-windows-home-server-2011/</link> <comments>http://www.wegotserved.com/2010/05/09/how-to-install-php-on-windows-home-server-2011/#comments</comments> <pubDate>Sun, 09 May 2010 02:18:05 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[How to Guides]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[Windows Home Server 2011]]></category> <category><![CDATA[Windows Home Server Vail]]></category> <category><![CDATA[install]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[php]]></category> <category><![CDATA[whs]]></category> <category><![CDATA[windows home server 2011]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=24750</guid> <description><![CDATA[Want to install PHP on Windows Home Server Vail? We'll show you show.]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2010/05/php-installed-1024x817.png" width="240" title="How to: Install PHP on Windows Home Server 2011" alt="php installed 1024x817 How to: Install PHP on Windows Home Server 2011" /></p><p>If you are like me and prefer hosting your own content on your Home Server using the many varied PHP packages available, then getting PHP working on your server is a must.</p><p>Though it&#8217;s in beta, I&#8217;ve already gone ahead and installed PHP on Vail, and it works! In fact, because the built in website has been completely redesigned, it installs very easily. Only three steps are needed, in fact.</p><p>First, you&#8217;ll need to head over to <a href="http://windows.php.net">http://windows.php.net</a>, and download the &#8220;Non-Thread Safe&#8221; version of PHP for Windows. Either 5.3 or 5.2 is fine. But note, there are only x86 versions. Don&#8217;t worry, whilst Vail is a 64-bit operatong system, they will work perfectly fine. You will need to also download the Visual C++ Redistribution x64 installer, which is linked on the same page. Copy the files to a location accessible by Vail.</p><p>Now, use Remote Desktop to access your server (the username is &#8220;Administrator&#8221; and password is the one you specified). Once you&#8217;re into your Vail server, open a command prompt and run this command:</p><pre>dism /online /enable-feature /featurename:IIS-CGI</pre></p><p></p><p>This installs the &#8220;CGI&#8221; component in the web server (IIS) &#8211; specifically FastCGI, which is the recommended way to run PHP, and the only supported method for PHP 5.3.x. It also provides better performance than the older methods. This process should take about 10 seconds.</p><p style="text-align: center;"><a href="http://www.wegotserved.com/wp-content/uploads/2010/05/Enable-CGI.png"><img class="size-medium wp-image-24751 aligncenter" title="Enable CGI" src="http://www.wegotserved.com/wp-content/uploads/2010/05/Enable-CGI-300x239.png" alt="Enable CGI 300x239 How to: Install PHP on Windows Home Server 2011" width="300" height="239" /></a></p><p>Now that CGI is installed and enabled, you&#8217;ll want to install the Visual C++ Runtime.</p><p><a href="http://www.wegotserved.com/wp-content/uploads/2010/05/VCRedist.png"><img class="aligncenter size-large wp-image-24754" style="border-width: 0px;" src="http://www.wegotserved.com/wp-content/uploads/2010/05/VCRedist-1024x817.png" border="0" alt="VCRedist 1024x817 How to: Install PHP on Windows Home Server 2011" width="450" height="359" title="How to: Install PHP on Windows Home Server 2011" /></a></p><p>And once that&#8217;s done, run the PHP installer. All the defaults are fine, except one. It will ask you about &#8220;Web Server Setup&#8221;. Select &#8220;IIS FastCGI&#8221; and continue.</p><p><a href="http://www.wegotserved.com/wp-content/uploads/2010/05/PHP-IIS-FastCGI.png"><img class="aligncenter size-large wp-image-24752" style="border-width: 0px;" src="http://www.wegotserved.com/wp-content/uploads/2010/05/PHP-IIS-FastCGI-1024x817.png" border="0" alt="PHP IIS FastCGI 1024x817 How to: Install PHP on Windows Home Server 2011" width="450" height="359" title="How to: Install PHP on Windows Home Server 2011" /></a></p><p>You&#8217;re done. That&#8217;s it. Nothing else is needed now. However, if you want to check it out, create a &#8220;test.php&#8221; file that contains this:</p><pre>&lt; ?php phpinfo(); ?&gt;</pre></p><p></p><p>in &#8220;C:\Program Files\Windows Server\Bin\WebApps\Site\&#8221;. In a web browser of your choice, navigate to &#8220;https://{vailserver}/test.php&#8221;. You should be greeted with this:</p><p><a href="http://www.wegotserved.com/wp-content/uploads/2010/05/php-installed.png"><img class="aligncenter size-large wp-image-24753" style="border-width: 0px;" src="http://www.wegotserved.com/wp-content/uploads/2010/05/php-installed-1024x817.png" border="0" alt="php installed 1024x817 How to: Install PHP on Windows Home Server 2011" width="450" height="359" title="How to: Install PHP on Windows Home Server 2011" /></a></p><p>And yup. That&#8217;s it. Simple, isn&#8217;t it? If you&#8217;re really insterested in just how difficult it is for WHS v1, check it out here: <a href="http://www.wegotserved.com/wiki/index.php?title=Category:PHP_for_Windows_Home_Server" target="_blank">link</a></p><p>In fact, the only way this could be simpler, is if the Microsoft Web Platform Installer supported Vail. But it didn&#8217;t support WHSv1 (even after letting them know how and why), so why would they support Vail? It <em>is</em> a beta after all!</p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2010/05/09/how-to-install-php-on-windows-home-server-2011/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How to Install Windows Home Server 2011 from a USB Flash Drive</title><link>http://www.wegotserved.com/2010/04/27/installing-2011-unattended-from-a-usb-flash-drive/</link> <comments>http://www.wegotserved.com/2010/04/27/installing-2011-unattended-from-a-usb-flash-drive/#comments</comments> <pubDate>Tue, 27 Apr 2010 04:24:00 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[How to Guides]]></category> <category><![CDATA[News]]></category> <category><![CDATA[WHS v2]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[Windows Home Server 2011]]></category> <category><![CDATA[Windows Home Server Vail]]></category> <category><![CDATA[beta]]></category> <category><![CDATA[home-server]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[whs]]></category> <category><![CDATA[windows home server 2011]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=22636</guid> <description><![CDATA[Ready to install Vail? But wait! You may have a headless home server, with no DVD drive, no keyboard and no monitor! What do you do? You're going to have to install from USB - it's a procedure not for the feint-hearted, but you can create an unattended installation via USB which will do the job. If you just want a "set and forget" installation, this procedure is also for you. Here's Drashna with our guide to installing Windows Home Server Vail via USB.]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool1.png" width="240" title="How to Install Windows Home Server 2011 from a USB Flash Drive" alt="MSFTWin7Tool1 How to Install Windows Home Server 2011 from a USB Flash Drive" /></p><p>Now that&#8217;s Vail&#8217;s released, I&#8217;m sure a lot of you want to install it. Well, unfortunately for a number of you, you have headless systems (like the HP MediaSmart Server or the Acer Aspire easyStore Home Server H340) which make installation of Vail a pain No keyboard, mouse, monitor – what’s going on? Or if you&#8217;re like me you just want to set it and forget it until it&#8217;s completely installed. Which means a fully unattended installation via USB drive is about the only way to go. This can be a relatively complex procedure for the uninitiated, but the good news is, we’ve got an easy walkthrough to help you out.</p><p><strong>What You Need</strong></p><p>Before you begin, you&#8217;ll need a few things:</p><ul><li>Windows Home Server Vail Preview Installation DVD ISO</li><li>A 4GB or larger <strong>blank </strong>USB flash drive,</li><li><a href="http://store.microsoft.com/Help/ISO-Tool" target="_blank">Microsoft Store Windows 7 USB/DVD Download</a> Tool.</li></ul><p><strong>Step 1: Install the Win7 USB/DVD tool and start it.</strong></p><p>Select the Vail ISO and proceed.  It will warn you that it will <strong>format the USB drive</strong> and you will lose all content.  Assuming that&#8217;s fine, proceed, and it will format, prep and copy the ISO to the flash drive for you.  That will take a few minutes depending on the system.</p><p><a href="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool1.png"><img class="aligncenter size-full wp-image-22640" style="border: 0px;" src="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool1.png" border="0" alt="MSFTWin7Tool1 How to Install Windows Home Server 2011 from a USB Flash Drive" width="450" height="238" title="How to Install Windows Home Server 2011 from a USB Flash Drive" /></a> <a href="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool2.png"><img class="aligncenter size-full wp-image-22641" style="border: 0px;" src="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool2.png" border="0" alt="MSFTWin7Tool2 How to Install Windows Home Server 2011 from a USB Flash Drive" width="450" height="238" title="How to Install Windows Home Server 2011 from a USB Flash Drive" /></a> <a href="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool3.png"><img class="aligncenter size-full wp-image-22642" style="border: 0px;" src="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool3.png" border="0" alt="MSFTWin7Tool3 How to Install Windows Home Server 2011 from a USB Flash Drive" width="450" height="238" title="How to Install Windows Home Server 2011 from a USB Flash Drive" /></a> <a href="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool.png"><img class="aligncenter size-full wp-image-22639" style="border: 0px;" src="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool.png" border="0" alt="MSFTWin7Tool How to Install Windows Home Server 2011 from a USB Flash Drive" width="450" height="238" title="How to Install Windows Home Server 2011 from a USB Flash Drive" /></a><a href="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool5.png"><img class="aligncenter size-full wp-image-22643" style="border: 0px;" src="http://www.wegotserved.com/wp-content/uploads/2010/04/MSFTWin7Tool5.png" border="0" alt="MSFTWin7Tool5 How to Install Windows Home Server 2011 from a USB Flash Drive" width="450" height="238" title="How to Install Windows Home Server 2011 from a USB Flash Drive" /></a></p><p>And this is much easier than the <a href="http://www.wegotserved.com/2008/04/30/turn-your-usb-flash-drive-into-a-windows-install-disk/" target="_blank">old method</a>.</p><p><strong>Step 2: Open up the Flash Drive that you used in Windows Explorer.</strong></p><p>You should see something like this:</p><p><a href="http://www.wegotserved.com/wp-content/uploads/2010/04/VAIL-USB.png"><img class="aligncenter size-full wp-image-22645" style="border: 0px;" src="http://www.wegotserved.com/wp-content/uploads/2010/04/VAIL-USB.png" border="0" alt="VAIL USB How to Install Windows Home Server 2011 from a USB Flash Drive" width="450" height="204" title="How to Install Windows Home Server 2011 from a USB Flash Drive" /></a></p><p><strong>Step 3: Create the Unattended Installation File</strong></p><p>Now for unattended install, you&#8217;ll need to create a &#8220;cfg.ini&#8221; file in the root directory of your USB drive.  This will contain all the information and configuration settings needed to get Vail completely installed without your input along the way. The &#8220;cfg.ini&#8221; file should look like this:</p><pre>[WinPE]
InstallSKU=SERVERHOMEPREMIUM
ConfigDisk=1
CheckReqs=0
SystemPartitionSize=60</pre><pre>[InitialConfiguration]
Language=en-US
Locale=0409
Country=US
KeyboardLayout=00000409
AcceptEula=true
ServerName=<em><strong>VailPremServer</strong></em>
PlainTextPassword=<em><strong>Str0ngPa$$w0rd</strong></em>
PasswordHint=<em><strong>This Is Your Password Hint</strong></em>
Settings=All</pre><p>&#8220;InstallSKU&#8221; and &#8220;ConfigDisk&#8221; are both settings you should just leave alone. The first is to determine which product you are installing (bear in mind, there <strong>is only one SKU you can install – </strong>there will not be a “non-premium” or standard version of Vail)<strong> </strong>, and the second controlling whether to configure the disks. Both are necessary for the install to work.</p><p>However, setting &#8220;CheckReqs&#8221; to &#8220;0&#8243; means that it will not check against the requirements to install, and the &#8220;SystemPartitionSize&#8221; setting lets you set the System Volume size manually. However, if you change this setting, you must leave 100GBs available after the install. Which means you&#8217;d have to have <strong>at least</strong> a 120GB hard drive if you went with a 20GB system partition.  So, no CF and most likely no SSD drives for your system disk.</p><p>As for &#8220;Language&#8221;, &#8220;Locale&#8221;, &#8220;Country&#8221; and &#8220;KeyboardLayout&#8221;, I wouldn&#8217;t recommend messing with these unless you know the proper values. You can change them post-install anyway.</p><p>&#8220;ServerName&#8221; should be very self explanatory. The name can be any string, up to 15 characters in length, but cannot start with a &#8220;dash&#8221; or contain spaces, and cannot be numbers only.</p><p>The &#8220;PlainTextPassword&#8221; is just what it sounds like: an unencrypted, unsecure presentation of your password. This must be a &#8220;strong&#8221; password, which must contain at least 3 of the 4: uppercase letters, lowercase letters, numbers and symbols.  Just remember this, you&#8217;ll be using it later.</p><p>Again, &#8220;PasswordHint&#8221; is self-explanatory. This option is required, so make sure it&#8217;s set.</p><p>&#8220;Settings&#8221; configure Error Reporting (Watson) and updates.  Setting it to &#8220;All&#8221; enables both, &#8220;Updates&#8221; disables error reporting and just gets updates, while &#8220;None” does neither.  Considering that this is a public beta, I highly recommend setting this to &#8220;all&#8221;. What&#8217;s the point of testing it if you don&#8217;t get a good sampling?</p><p>Now with that &#8220;cfg.ini&#8221; file on the USB drive along with Vail, you&#8217;re ready to install Vail on that headless system of yours!</p><p><strong>Just a couple of notes</strong>:</p><ul><li>If you haven&#8217;t already read the release notes, make sure you hit F12, or F8, or whatever brings up the Boot selection menu, as the install seems to fail if the USB drvice is listed first.</li><li>The install may take a couple of hours to completely, so you may want to do this overnight or go watch a movie.</li><li>For those with headless OEM systems, booting of USB isn&#8217;t easy. But the best way to make sure it works, is unplug all the hard drives and wait long enough for the system to start booting of the USB flash drive, and then plug the hard drives back in.</li><li>Remember: This will wipe <strong>ALL</strong> of your hard drives, so make sure they&#8217;re empty first!</li></ul><p>If you’d like to discuss USB installation of Vail, make sure you head over to the <a href="http://forum.wegotserved.com/index.php?/forum/186-installation/">Vail Preview discussion forums</a> to share your thoughts.</p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2010/04/27/installing-2011-unattended-from-a-usb-flash-drive/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Reader Review: Asus O!Play HDP-R1 Media Receiver</title><link>http://www.wegotserved.com/2009/12/19/asus-oplay-hdp-r1-review/</link> <comments>http://www.wegotserved.com/2009/12/19/asus-oplay-hdp-r1-review/#comments</comments> <pubDate>Sat, 19 Dec 2009 13:17:13 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[Digital Media Receivers]]></category> <category><![CDATA[asus]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[hdp-r1]]></category> <category><![CDATA[Media]]></category> <category><![CDATA[o! play]]></category> <category><![CDATA[oplay]]></category> <category><![CDATA[wgs]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=17409</guid> <description><![CDATA[ASUS' O!Play Media Receiver gets a reader review, ahead of o full WGS Hands On Review which is coming soon.]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2011/01/smile.gif" width="240" title="Reader Review: Asus O!Play HDP R1 Media Receiver" alt="smile Reader Review: Asus O!Play HDP R1 Media Receiver" /></p><p>As Windows Home Server is touted as a media storage device, we always keep our eyes open for new devices and reviews for said devices. While the Asus O!Play HDP-R1 may not be brand new, forum member GaPony has gotten his hand on one and written a nice post reviewing the device.</p><blockquote><p>I just received the O!Play from newegg today and while I haven&#8217;t spent a lot of time with it, I can say I&#8217;m pretty impressed.</p><p>Connecting to the network literally took about 2 seconds. I plugged in the cable, clicked the option for automatic DHCP IP and that, was that. I will most likely go back and manually assign a different IP Address at a later time, but there&#8217;s no specific need to do so.</p><p>Connecting to the WHS server took about 2 minutes because I have a hard time navigating those stupid little on-screen keyboards, but once I hit the Enter button, it was in like Flint. <img src="http://forum.wegotserved.com/public/style_emoticons/default/smile.gif" alt="smile Reader Review: Asus O!Play HDP R1 Media Receiver"  title="Reader Review: Asus O!Play HDP R1 Media Receiver" /></p><p>The main menu is really quite cool, but hides the stark navigation system below. While it doesn&#8217;t have the most elegant folder navigation I&#8217;ve seen, its quite easy&#8230; much like navigating folders in Windows. I&#8217;ve tried playing .vob, .mpg, mkv, wmv, avi, .divx, files and the all played without a hitch. When playing the video_ts.ifo files from a ripped folder, the menu works initially, but I don&#8217;t see a way to call the menu back up once the movie starts. (I might need to read the manual) It plays DVD .iso files and even Blu-Ray .iso files, which frankly surprised me a little. I couldn&#8217;t find any .mov files laying around&#8230;. sorry.</p><p>Moving on, it can FF up to 32x and does it very smoothly. It can skip forward in user defined segments of 5/10/15/20/30 time slices&#8230; again pretty smoothly. Again, its not as elegant as it could be, but its as close to chapter support that I&#8217;ve seen on any device.</p><p>I was a little apprehensive about upgrading the stock 1.07 firmware to the current 1.17 firmware, but it was as easy as Asus could make it. Just copy the firmware patch onto a formatted thumbdrive, stick it in the USB slot, hit the update option and about 3 minutes later, you&#8217;re back up running.</p><p>Plugging in an external USB or eSATA HD is a piece of cake. Plug it in, turn it on, give it a minute to read the drive, and its ready to go.</p><p>This device doesn&#8217;t offer thumbnail navigation for movies&#8230; just preview mode or list mode, but its snappy and works well (and saves me time not having to round up thumbnail images). This device is strictly an intranet device, which helps keep things simple. You can us the UPnP to access a server program like PlayOn for Hulu and other stuff, but its really too slow to be useful. On the other hand, streaming your movies from PS3MediaServer work quite well, just not as elegantly as the PS3 does it, and quite frankly there&#8217;s no need. This device doesn&#8217;t require the services of a PS3MediaPlayer, TVersity, Twonky, or other streaming server because it handles everyting natively&#8230; to include DTS and DTS-MA, so far as I can tell at this early stage.</p><p>If you&#8217;re looking for a straight forward, no frills, easy to use, media player, this might just be the one. Whether connecting to a 30TB server or to a 150GB external HDD, or anything in between, its has been quite functional. The sound and picture quality has been excellant in my testing of from 480p DVDs to 1080p Blu-Ray rips.</p><p>At $87.99 (with free shipping) from newegg.com, it may just be too good to pass up. I would strongly recommend it to my friends looking to play there movies from hard drives, or from their PCs over a LAN.</p></blockquote><p>Check out the original forum thread <a href="http://forum.wegotserved.com/index.php?/topic/11533-asus-hdp-r1/">here</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2009/12/19/asus-oplay-hdp-r1-review/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>How To: Restore a Client Computer Without Using the Client Restore Disk</title><link>http://www.wegotserved.com/2009/11/17/how-to-restore-a-client-computer-without-using-the-client-restore-disk/</link> <comments>http://www.wegotserved.com/2009/11/17/how-to-restore-a-client-computer-without-using-the-client-restore-disk/#comments</comments> <pubDate>Tue, 17 Nov 2009 16:30:26 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[How to Guides]]></category> <category><![CDATA[Under the Hood]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[Windows Home Server v1]]></category> <category><![CDATA[Backup]]></category> <category><![CDATA[disk]]></category> <category><![CDATA[hard drive]]></category> <category><![CDATA[restore]]></category> <category><![CDATA[whs]]></category> <category><![CDATA[wizard]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=14416</guid> <description><![CDATA[Wouldn't it be great to have the ability to connect a hard drive to your home server and restore any computer to it? It's just one of those things that would make Windows Home Server just soo much better. Well, for the brave, there may just be a way.]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2009/11/Client-Restore-exe.jpg" width="240" title="How To: Restore a Client Computer Without Using the Client Restore Disk" alt="Client Restore exe How To: Restore a Client Computer Without Using the Client Restore Disk" /></p><p>One of the bigger flaws of Windows Home Server is the restore process.  Not only do you have to rely on the router and other network hardware, but your experience can alo vary depending on the client computer. Even having the right drivers doesn&#8217;t mean that it will work all the time, that is, assuming you can even find the correct working drivers.  It&#8217;s point of huge frustration for many.</p><p>Wouldn&#8217;t it be great to have the ability to connect a hard drive to the server and restore any computer to it? It&#8217;s just one of those things that would make Windows Home Server just soo much better. Well, there may just be a way.</p><p>Well, on the suggestion of the forum member <span><span>Shidoshi, I investigated an executable file that is installed with the Home Server Connector software and is present on the server itself too:  <strong>&#8220;clientrestorewizard.exe&#8221;</strong>.  Don&#8217;t believe me?  You can check yourself.  It runs pretty much exactly like a normal full client restore, however you need to be *very* careful about the disks you select. If you aren&#8217;t, you may be instore for another restore! </span></span></p><p>What does this mean to you?  Do you have a laptop or netbook that you need to provide drivers for to be able to restore it, but it still doesn&#8217;t work?  Do you have a backup of your friends or parent&#8217;s computer who doesn&#8217;t leave with or near you? Or you just want to do a HDD upgrade but don&#8217;t want to wait three hours for the slow network to finish?</p><p><strong><span><span>This is not supported, for many reasons. The least of which, just mentioned above. So this is definitely an advanced &#8220;at your own risk&#8221; guide. If you have any concerns about data loss, do not follow this guide!<br /> </span></span></strong></p><p><span><span>I only had my server available to test this one, so pictures may vary or may not be accurate. But it should work on any computer with the client Connector software installed.</span></span></p><p><span><span><img class="aligncenter size-medium wp-image-15066" src="http://www.wegotserved.com/wp-content/uploads/2009/11/Client-Restore-exe-300x276.jpg" alt="Client Restore exe 300x276 How To: Restore a Client Computer Without Using the Client Restore Disk" width="300" height="276" title="How To: Restore a Client Computer Without Using the Client Restore Disk" /></span></span></p><p><span><span><img class="aligncenter size-medium wp-image-15069" src="http://www.wegotserved.com/wp-content/uploads/2009/11/Client-Restore-Wizard-300x226.jpg" alt="Client Restore Wizard 300x226 How To: Restore a Client Computer Without Using the Client Restore Disk" width="300" height="226" title="How To: Restore a Client Computer Without Using the Client Restore Disk" /></span></span></p><p><span><span><img class="aligncenter size-medium wp-image-15067" src="http://www.wegotserved.com/wp-content/uploads/2009/11/client-restore-password-300x226.jpg" alt="client restore password 300x226 How To: Restore a Client Computer Without Using the Client Restore Disk" width="300" height="226" title="How To: Restore a Client Computer Without Using the Client Restore Disk" /></span></span></p><p><span><span><img class="aligncenter size-medium wp-image-15063" src="http://www.wegotserved.com/wp-content/uploads/2009/11/client-restore-comp-select-300x226.jpg" alt="client restore comp select 300x226 How To: Restore a Client Computer Without Using the Client Restore Disk" width="300" height="226" title="How To: Restore a Client Computer Without Using the Client Restore Disk" /></span></span></p><p><span><span><img class="aligncenter size-medium wp-image-15061" src="http://www.wegotserved.com/wp-content/uploads/2009/11/client-restore-backup-select-300x226.jpg" alt="client restore backup select 300x226 How To: Restore a Client Computer Without Using the Client Restore Disk" width="300" height="226" title="How To: Restore a Client Computer Without Using the Client Restore Disk" /></span></span></p><p><span><span><img class="aligncenter size-medium wp-image-15065" src="http://www.wegotserved.com/wp-content/uploads/2009/11/client-restore-disk-select-300x226.jpg" alt="client restore disk select 300x226 How To: Restore a Client Computer Without Using the Client Restore Disk" width="300" height="226" title="How To: Restore a Client Computer Without Using the Client Restore Disk" /></span></span></p><p><span><span><img class="aligncenter size-medium wp-image-15064" src="http://www.wegotserved.com/wp-content/uploads/2009/11/client-restore-disk-confirm-300x226.jpg" alt="client restore disk confirm 300x226 How To: Restore a Client Computer Without Using the Client Restore Disk" width="300" height="226" title="How To: Restore a Client Computer Without Using the Client Restore Disk" /></span></span></p><p><span><span><img class="aligncenter size-medium wp-image-15068" src="http://www.wegotserved.com/wp-content/uploads/2009/11/client-restore-process-300x226.jpg" alt="client restore process 300x226 How To: Restore a Client Computer Without Using the Client Restore Disk" width="300" height="226" title="How To: Restore a Client Computer Without Using the Client Restore Disk" /></span></span></p><p><span><span><img class="aligncenter size-medium wp-image-15062" src="http://www.wegotserved.com/wp-content/uploads/2009/11/client-restore-complete-300x226.jpg" alt="client restore complete 300x226 How To: Restore a Client Computer Without Using the Client Restore Disk" width="300" height="226" title="How To: Restore a Client Computer Without Using the Client Restore Disk" /><br /> </span></span></p><p>There are a number of other things that you will likely need to do also, like marking the boot partition as active, or editing the boot.ini file.  I&#8217;ve verified that this does in fact work, and if you noticed above, there is a chance that you can and may wipe the wrong disk.</p><p>So, that&#8217;s how to restore a client computer without using the client restore disk!</p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2009/11/17/how-to-restore-a-client-computer-without-using-the-client-restore-disk/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>How-To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475</title><link>http://www.wegotserved.com/2009/10/25/how-to-install-apache-tomcat-on-your-hp-mediasmart-server-ex470475/</link> <comments>http://www.wegotserved.com/2009/10/25/how-to-install-apache-tomcat-on-your-hp-mediasmart-server-ex470475/#comments</comments> <pubDate>Sun, 25 Oct 2009 22:39:24 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[How to Guides]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[Windows Home Server v1]]></category> <category><![CDATA[ex470]]></category> <category><![CDATA[ex475]]></category> <category><![CDATA[jakarta]]></category> <category><![CDATA[server]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[tomcat]]></category> <category><![CDATA[whs]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=14135</guid> <description><![CDATA[I&#8217;m sure by now, you&#8217;ve already seen my post on how to install Tomcat on your custom built (or non-HP) home server. If you haven&#8217;t, you may want to check it out here.  One of the things that I mentioned was that there are some special considerations for installing on the HP MediaSmart Servers. Well, [...]]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2009/10/Tomcat-Install.PNG" width="240" title="How To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475" alt=" How To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475" /></p><p>I&#8217;m sure by now, you&#8217;ve already seen my post on how to install Tomcat on your custom built (or non-HP) home server. If you haven&#8217;t, you may want to check it out <a href="http://www.wegotserved.com/2009/10/08/how-to-install-apache-tomcat-on-your-custom-built-home-server/" target="_blank">here</a>.  One of the things that I mentioned was that there are some special considerations for installing on the HP MediaSmart Servers. Well, the EX485 and EX487 already have Tomcat installed and configured, so you won&#8217;t need to even bother with this. And though I don&#8217;t have a EX490, EX495 or the DataVault, I&#8217;m pretty sure it falls under the same category as the EX485/487 and uses the same or upgraded software. (HP, feel free to send me one).<span id="more-14135"></span></p><p>However, there is a bit of extra work on getting it to work on the EX470 and EX475 because while it has a java server installed, it&#8217;s not Tomcat. Jetty was used for these systems and is a lot more difficult to use, and configure. While I would rather just replace Jetty (as HP has done), but the less monkeying with stuff, the better.</p><h1>What you will need:</h1><ul><li><a href="http://tomcat.apache.org/download-60.cgi" target="_blank">Apache Tomcat</a> &#8211; Grab the &#8220;Windows Service Installer&#8221; from the bottom part of the page</li></ul><h1>Instructions</h1><p>Start the Tomcat installer.  Agree (and read) the license agreement, and then proceed to the options.  You&#8217;ll want to enable the &#8220;Service&#8221; and &#8220;Examples&#8221; options, and if you want, the &#8220;Native&#8221; option also. After that, you should be able to just use all the defaults and it should pick up the location that Java is installed.  If not, the location is &#8220;C:\jre1.4.2_13&#8243;, so use that if it wants to use the below path (which is incorrect).</p><p style="text-align: center"><img class="aligncenter size-full wp-image-14061" src="http://www.wegotserved.com/wp-content/uploads/2009/10/Tomcat-Install.PNG" alt=" How To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475" width="454" height="354" title="How To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475" /></p><p style="text-align: center"><img class="aligncenter size-full wp-image-14060" src="http://www.wegotserved.com/wp-content/uploads/2009/10/tomcat-java-select.PNG" alt=" How To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475" width="454" height="354" title="How To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475" /></p><p>Once you&#8217;ve finished installing it, it probably won&#8217;t start. Why? Because Jetty is already using the same default ports.  So head over to &#8220;C:\program files\apache software foundation\tomcat 6.0\conf\&#8221; and open up &#8220;server.xml&#8221;.  You may want to download a &#8220;real&#8221; text editor like Notepad++, notepad2, or the like as the built in notepad program doesn&#8217;t read the file right and may prevent tomcat from starting.  Once you&#8217;ve opened it, find &#8216;&lt;Server port=&#8221;8005&#8243; shutdown=&#8221;SHUTDOWN&#8221;&gt;&#8217;  (should be right near the top) and change the port number from &#8220;8005&#8243; to &#8220;8015&#8243; or something else distinct.   Now find &#8220;&lt;Connector port=&#8221;8009&#8243; protocol=&#8221;AJP/1.3&#8243; redirectPort=&#8221;8443&#8243; /&gt;&#8221; and change this to &#8220;8089&#8243; (ideal if you want to install the 2.5 update).  Once you&#8217;ve made these changes, save &#8220;server.xml&#8221;.</p><p>You&#8217;ll probably have to start the Tomcat service now. Either just reboot the server, or open up Services console (located in Administrative Tools, or by running &#8220;services.msc&#8221;).  It should be near the top and named &#8220;Apache Tomcat 6&#8243;, or similar.  Start the service, and leave this console open, you&#8217;ll need it later.</p><p>If the Tomcat service doesn&#8217;t start here, you may want to download and install the updated java runtime, either to the same location or another and use that here.</p><p>After it&#8217;s started, try opening &#8220;http://localhost:8080/examples/servlets/servlet/HelloWorldExample&#8221; on your server, if you installed the examples that greets you with &#8220;Hello World&#8221;.</p><p style="text-align: center"><img class="size-full wp-image-14057 aligncenter" src="http://www.wegotserved.com/wp-content/uploads/2009/10/Hello-World.PNG" alt=" How To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475" width="400" height="190" title="How To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475" /></p><p>After that&#8217;s done and you&#8217;ve verified that it&#8217;s working, we&#8217;ll need to reconfigure jakarta to work with tomcat.  Jakarta is the connector for IIS and Tomcat that passes IIS web requests to tomcat.  HP did you a favor and already installed and configured it.  Now all we have to do is hi-jack it.</p><p>So, now head over to &#8220;C:\Program Files\Hewlett-Packard\HP MediaSmart Server\jetty\conf\&#8221; and open &#8220;workers.properties&#8221;. Set the file to the following:</p><pre>worker.list=ajp13,tomcat6</pre><pre>worker.tomcat6.port=8089
worker.tomcat6.host=localhost
worker.tomcat6.type=ajp13</pre><p>worker.ajp13.port=8009<br /> worker.ajp13.host=localhost<br /> worker.ajp13.type=ajp13</p><p>Save the file, close it and now open &#8220;uriworkermap.properties&#8221; in the same folder and add the following line to the end:</p><pre>/examples*=tomcat6</pre><p>This last file configures what directories will be passed on from tomcat to IIS.  Right now, this enables the &#8220;examples&#8221; directory to be passed on and accessible from the remote access website.  If you need to add more, like subsonic, add &#8220;/subsonic*=tomcat6&#8243;.</p><p>Now open up the Services console again and restart the &#8220;World Wide Web Publishing Service&#8221; .</p><p>Once that is done, open up &#8220;https://mydomain.homeserver.com/examples/servlets/servlet/HelloWorldExample&#8221; on any computer and you should be greeted with a familiar &#8220;Hello World&#8221; page.</p><p><img class="aligncenter size-medium wp-image-14057" src="http://www.wegotserved.com/wp-content/uploads/2009/10/Hello-World-300x144.PNG" alt=" How To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475" width="300" height="144" title="How To: Install Apache Tomcat on Your HP MediaSmart Server EX470/475" /></p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2009/10/25/how-to-install-apache-tomcat-on-your-hp-mediasmart-server-ex470475/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How-To: Install Apache Tomcat on Your Custom Built Home Server</title><link>http://www.wegotserved.com/2009/10/08/how-to-install-apache-tomcat-on-your-custom-built-home-server/</link> <comments>http://www.wegotserved.com/2009/10/08/how-to-install-apache-tomcat-on-your-custom-built-home-server/#comments</comments> <pubDate>Thu, 08 Oct 2009 01:46:36 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[How to Guides]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[Windows Home Server v1]]></category> <category><![CDATA[home built]]></category> <category><![CDATA[jakarta]]></category> <category><![CDATA[server]]></category> <category><![CDATA[tomcat]]></category> <category><![CDATA[whs]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=13347</guid> <description><![CDATA[The built in web server on Windows Home Server is not capable of serving up JSP.  This means you have to use a different server to do this.  Why would you want to?]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2009/10/Java-Setup.PNG" width="240" title="How To: Install Apache Tomcat on Your Custom Built Home Server" alt=" How To: Install Apache Tomcat on Your Custom Built Home Server" /></p><p>Wikipedia defines Tomcat as  a servlet container developed by the Apache Software Foundation which implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a &#8220;pure Java&#8221; HTTP web server environment for Java code to run.  What does this all mean, and why is it important?</p><p>Well for starters, the built in web server on Windows Home Server is not capable of serving up JSP.  This means you have to use a different server to do this.  Why would you want to? Well, VMWare Server for one uses this method, and HP uses it with the EX485 and EX487 machines and a different server to do the same on the EX470 and EX475 for the webshares and photo gallery stuff.  But the main goal of this tutorial is going to be getting <a href="http://subsonic.sourceforge.net/" target="_blank">SubSonic Media Streamer</a> installed.  But we will get to that much later.<span id="more-13347"></span></p><p>Originally, I wanted to get Subsonic installed, because it is a nice package (check it out, it&#8217;s worth at least looking).  There is a Windows installer, or you could just install Tomcat. Both require you opening up another port. Which is something that I don&#8217;t like doing if I can avoid it.  Looking into solutions to my problem, I ran across &#8220;Jakarta&#8221;. For those with MediaSmart Servers, you may recognize this. I know I did.  Jakarta is a connection software that allows &#8220;IIS&#8221; (the built in web server for WHS) to redirect to Tomcat and serve up those JSP pages.</p><p>What does this mean to most people?  It means using &#8220;https://myserver.homeserver.com/subsonic/&#8221; instead of &#8220;http://myserver.homeserver.com:8080/&#8221; and some more control about what&#8217;s available over the internet.</p><p>However, this tutorial is only for people who don&#8217;t have MediaSmart Servers, because the EX48x series already has Tomcat installed, and the EX47x series has some special considerations for installing, that I will not cover here but will definitely cover later.</p><h1>What you will need:</h1><ul><li><a href="http://www.java.com/en/download/manual.jsp" target="_blank">Java</a> &#8211; Get the most updated one. I recommend the Offline as it won&#8217;t have to go and download stuff also.</li><li><a href="http://tomcat.apache.org/download-60.cgi" target="_blank">Apache Tomcat</a> &#8211; Grab the &#8220;Windows Service Installer&#8221; from the bottom part of the page</li><li><a href="http://newverhost.com/pub/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.28/" target="_blank">Jakarta binary for Win32</a> &#8211; it should be named &#8220;isapi_redirect-1.2.28-chunking.dll&#8221;, and if this causes issues, grab the one without the &#8220;chunking&#8221; in the name.</li></ul><h1>What to do</h1><p>First, download all three of these files to a place you access them. Preferably the Home Server desktop, or copy them to it.  Once you do that, run the Java installer.  It&#8217;s default location should be absolutely fine, but just keep a note of where you install it to.  (Should be &#8220;C:\Program Files\Java\jre6&#8243; by default).</p><p style="text-align: center;"><img class="aligncenter size-full wp-image-14059" src="http://www.wegotserved.com/wp-content/uploads/2009/10/Java-Setup.PNG" alt=" How To: Install Apache Tomcat on Your Custom Built Home Server" width="454" height="347" title="How To: Install Apache Tomcat on Your Custom Built Home Server" /></p><p>Once Java is installed, start the Tomcat installer.  Agree (and read) the license agreement, and then proceed to the options.  You&#8217;ll want to enable the &#8220;Service&#8221; and &#8220;Examples&#8221; options, and if you want, the &#8220;Native&#8221; option also. After that, you should be able to just use all the defaults and it should pick up the location that Java is installed.</p><p style="text-align: center;"><img class="aligncenter size-full wp-image-14061" src="http://www.wegotserved.com/wp-content/uploads/2009/10/Tomcat-Install.PNG" alt=" How To: Install Apache Tomcat on Your Custom Built Home Server" width="454" height="354" title="How To: Install Apache Tomcat on Your Custom Built Home Server" /></p><p style="text-align: center;"><img class="aligncenter size-full wp-image-14060" src="http://www.wegotserved.com/wp-content/uploads/2009/10/tomcat-java-select.PNG" alt=" How To: Install Apache Tomcat on Your Custom Built Home Server" width="454" height="354" title="How To: Install Apache Tomcat on Your Custom Built Home Server" /></p><p>You&#8217;ll probably have to start the Tomcat service now. Either just reboot the server, or open up Services console (located in Administrative Tools, or by running &#8220;services.msc&#8221;).  It should be near the top and named &#8220;Apache Tomcat 6&#8243;, or similar.  Start the service, and leave this console open, you&#8217;ll need it later.</p><p>After it&#8217;s started, try opening &#8220;http://localhost:8080/examples/servlets/servlet/HelloWorldExample&#8221; on your server, if you installed the examples that greets you with &#8220;Hello World&#8221;.</p><p style="text-align: center"><img class="size-full wp-image-14057 aligncenter" src="http://www.wegotserved.com/wp-content/uploads/2009/10/Hello-World.PNG" alt=" How To: Install Apache Tomcat on Your Custom Built Home Server" width="400" height="190" title="How To: Install Apache Tomcat on Your Custom Built Home Server" /></p><p>After that&#8217;s done and you&#8217;ve verified that it&#8217;s working, we need to configure it and IIS to work with each other.  in the Tomcat directory (should be &#8220;C:\Program Files\Apache Software Foundation\Tomcat 6.0\&#8221; by default), and create a folder called &#8220;ISAPI&#8221;.  Copy the Jakarta dll file (isapi_redirect&#8230;.) to this folder and rename it to just &#8220;isapi_redirect.dll&#8221;. Right click it and select properties.  If the &#8220;unblock&#8221; button is there, click it and then click Okay.  If it isn&#8217;t, don&#8217;t worry. Now, right click on the ISAPI folder and select properties. Open the Security tab and add &#8220;NETWORK SERVICE&#8221; to the list of users.</p><p>Now create a text file in that same directory named &#8220;isapi_redirect.properties&#8221;.  Open this file up in notepad and add the following to the contents of the file:</p><pre>extension_uri=/jakarta/isapi_redirect.dll
log_file=C:\Program Files\Apache Software Foundation\Tomcat 6.0\logs\isapi_redirect.log
log_level=info
worker_file=C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\workers.properties
worker_mount_file=C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\uriworkermap.properties</pre><p>Save the file and close it. Now go to &#8220;C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\&#8221; and create &#8220;workers.properties&#8221;. Set the file to the following:</p><pre>worker.list=wlb,jkstatus
worker.ajp13w.type=ajp13
worker.ajp13w.host=localhost
worker.ajp13w.port=8009
worker.wlb.type=lb
worker.wlb.balance_workers=ajp13w
worker.jkstatus.type=status</pre><p>Save the file, close it and now create &#8220;uriworkermap.properties&#8221; in the same folder and set it to the following:</p><pre>/examples/*=wlb</pre><p>This last file configures what directories will be passed on from tomcat to IIS.  Right now, this enables the &#8220;examples&#8221; directory to be passed on and accessible from the remote access website.  If you need to add more, like subsonic, add &#8220;/subsonic/*=wlb&#8221;.</p><p>Once that is done, you&#8217;ll need to open up &#8220;Internet Informational Services (IIS) Manager.  Navigate down to &#8220;Web Services Extensions&#8221; and right click on it, and select &#8220;Add a new web service extension&#8230;&#8221;. Name the Extension &#8220;Jakarta&#8221; and then click the &#8220;Add&#8221; button.  If everything is in the default location, use &#8220;C:\Program Files\Apache Software Foundation\Tomcat 6.0\ISAPI\isapi_redirect.dll&#8221; for the path to the file.  Click okay, and then check &#8220;Set extension status to Allowed&#8221; and then click Okay.</p><p style="text-align: center"><img class="aligncenter size-full wp-image-14058" src="http://www.wegotserved.com/wp-content/uploads/2009/10/IIS-WebExt-Config.PNG" alt=" How To: Install Apache Tomcat on Your Custom Built Home Server" width="485" height="431" title="How To: Install Apache Tomcat on Your Custom Built Home Server" /></p><p>Open up &#8220;Web Sites&#8221; and right click on &#8220;Default Web Site&#8221; and select properties. Open up the &#8220;ISAPI Filter&#8221; tab.  Click &#8220;Add&#8221;, set the filter name to &#8220;Jakarta&#8221; and the executable to &#8220;C:\Program Files\Apache Software Foundation\Tomcat 6.0\ISAPI\isapi_redirect.dll&#8221;.  Click okay twice and then right click on &#8220;Default Web Site&#8221; select &#8220;New &gt;&#8221; and &#8220;Virtual Directory&#8221;. Use the &#8220;alias&#8221; of &#8220;jakarta&#8221; and use &#8220;C:\Program Files\Apache Software Foundation\Tomcat 6.0\ISAPI&#8221; for the folder. Set the options for read, script and execute. Click Okay, and open up the Services console again and restart the &#8220;World Wide Web Publishing Service&#8221; .</p><p><img class="aligncenter size-full wp-image-14062" src="http://www.wegotserved.com/wp-content/uploads/2009/10/IIS-create-VD.PNG" alt=" How To: Install Apache Tomcat on Your Custom Built Home Server" width="482" height="381" title="How To: Install Apache Tomcat on Your Custom Built Home Server" /></p><p>Once that is done, open up &#8220;https://mydomain.homeserver.com/examples/servlets/servlet/HelloWorldExample&#8221; on any computer and you should be greeted with a familiar &#8220;Hello World&#8221; page.</p><p><img class="aligncenter size-medium wp-image-14057" src="http://www.wegotserved.com/wp-content/uploads/2009/10/Hello-World-300x144.PNG" alt=" How To: Install Apache Tomcat on Your Custom Built Home Server" width="300" height="144" title="How To: Install Apache Tomcat on Your Custom Built Home Server" /></p><p>Now you have a fully working Java server installed, configured and serving pages to the outside world.</p><p>Next, I&#8217;ll be going over how to install and configure Apache Tomcat on your HP MediaSmart Server Ex470/EX475.</p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2009/10/08/how-to-install-apache-tomcat-on-your-custom-built-home-server/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>How To: Sync Your Firefox Bookmarks with Windows Home Server</title><link>http://www.wegotserved.com/2009/06/21/how-to-sync-your-firefox-bookmarks-with-windows-home-server/</link> <comments>http://www.wegotserved.com/2009/06/21/how-to-sync-your-firefox-bookmarks-with-windows-home-server/#comments</comments> <pubDate>Sun, 21 Jun 2009 03:31:48 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[How to Guides]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[Windows Home Server v1]]></category> <category><![CDATA[bookmarks]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[foxmarks]]></category> <category><![CDATA[sync]]></category> <category><![CDATA[webfolders4whs]]></category> <category><![CDATA[xmarks]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=11771</guid> <description><![CDATA[<p>Did you know you could sync Firefox bookmarks between your home computers using Windows Home Server? Check out Drashna's great guide to show you how.</p> ]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2011/01/200px-Webfolders_setup.png" width="240" title="How To: Sync Your Firefox Bookmarks with Windows Home Server" alt="200px Webfolders setup How To: Sync Your Firefox Bookmarks with Windows Home Server" /></p><p>Do you use Firefox? Want to be able to sync your bookmarks between computers and don&#8217;t want to use someone else&#8217;s server or to have to set up another server on your system? Xmarks (formally known as FoxMarks) allows you to sync your bookmarks, and recently rolled out a version that is designed for using your own server.</p><p>Basically, they cut out everything that wasn&#8217;t absolutely necessary to just sync bookmarks and passwords.</p><h3>What you will need</h3><ul><li><a title="WebFolders4WHS" href="http://ihatelinux.blogspot.com/2007/11/new-home-server-add-in-web-folders-4.html">WebFolders4WHS</a> Add-In</li><li><a title="http://www.mozilla.com/" rel="nofollow" href="http://www.mozilla.com/">Firefox</a> with <a title="http://blog.xmarks.com/?p=1035" rel="nofollow" href="http://blog.xmarks.com/?p=1035">Xmarks &#8220;BYOS Beta&#8221; Extension</a> installed</li><li><a title="Remote Access to Windows Home Server" href="http://wiki.wegotserved.com/index.php?title=Remote_Access_to_Windows_Home_Server">Remote Access to Windows Home Server</a></li></ul><h3>What to Do</h3><p><a title="Webfolders setup.png" href="http://wiki.wegotserved.com/index.php?title=Image:Webfolders_setup.png"><img class="alignright" style="border: 0pt none;" src="http://wiki.wegotserved.com/images/thumb/0/04/Webfolders_setup.png/200px-Webfolders_setup.png" border="0" alt="200px Webfolders setup How To: Sync Your Firefox Bookmarks with Windows Home Server" width="200" height="121" title="How To: Sync Your Firefox Bookmarks with Windows Home Server" /></a>You&#8217;ll need to enable and configure your Remote Access website first.</p><p>Once you&#8217;ve verified that it is working, download and install the <a href="http://www.whsplus.com/2009/04/13/web-folders-4-whs/">WebFolders4WHS</a> Add-In on your server.</p><p>Once that has finished and you&#8217;ve logged back into your server&#8217;s console, open up the page for &#8220;Web Folders&#8221;. It still won&#8217;t work right now, as the components are not installed or configured yet, so click the &#8220;Setup&#8221; button here, and then click the &#8220;Setup&#8221; button on the settings page that it brings up. It will bring up a couple of pages, warning and such.</p><p>It will  ask you what you want to use for the web folder name. Note this setting, as it is the folder for the URL that we will be using in a bit.</p><p><a title="Json mime type.png" href="http://wiki.wegotserved.com/index.php?title=Image:Json_mime_type.png"><img class="alignright" style="border: 0pt none;" src="http://wiki.wegotserved.com/images/thumb/f/fa/Json_mime_type.png/200px-Json_mime_type.png" border="0" alt="200px Json mime type How To: Sync Your Firefox Bookmarks with Windows Home Server" width="200" height="129" title="How To: Sync Your Firefox Bookmarks with Windows Home Server" /></a>After the Add-In has finished installing, you&#8217;ll need to use <a href="http://www.whsplus.com/2009/05/24/advanced-admin-console/">Advanced Admin Console</a> or Remote Desktop to open &#8220;Internet Information Services&#8221; located in Administrative Tools.</p><p>You should see the window open up, and the computer&#8217;s name appear on the left side.</p><p>Right click on the server, and click properties. At the bottom of the box, click on &#8220;MIME Types&#8230;&#8221;. On this page, click &#8220;New&#8230;&#8221; and for extension, fill out &#8220;.json&#8221; and for the MIME Type, fill out &#8220;application/json&#8221;.</p><p>Click all the &#8220;OK&#8221;s, and then reboot your server. (The WebServer service needs to restart, and this is the easiest way to do this).</p><p><a title="Xmarks settings.png" href="http://wiki.wegotserved.com/index.php?title=Image:Xmarks_settings.png"><img class="alignright" style="border: 0pt none;" src="http://wiki.wegotserved.com/images/thumb/a/ab/Xmarks_settings.png/200px-Xmarks_settings.png" border="0" alt="200px Xmarks settings How To: Sync Your Firefox Bookmarks with Windows Home Server" width="200" height="127" title="How To: Sync Your Firefox Bookmarks with Windows Home Server" /></a>Once that&#8217;s done, log back into the console, and open the &#8220;Web Folders&#8221; page.</p><p>&#8220;Web Enable&#8221; the appropriate user folder(s) here. Remember your web share name? Good, you&#8217;ll need it now. If not, click on the Setup button here, and check the &#8220;Web Shared Folder&#8221; name, as that is what we want right now (default is &#8220;WebFoldersShare&#8221;).</p><p>Once this is done, navigate Firefox, or another web browser to &#8220;https://myserver.homeserver.com/WebFoldersShare/&#8221;. (Replace myserver with your remotes access identifier)</p><p>You should be prompted for a user name and password. Enter the credentials for your user account on the server, and you should be treated with a list of the &#8220;Web Enabled&#8221; folders that you have access to. Right click on your user account&#8217;s folder (should be your user name) and click &#8220;Copy Link Location&#8221;.</p><p>Now, install the XMarks &#8220;<a href="http://blog.xmarks.com/?p=1035">Build Your Own Server</a>&#8221; extension.</p><p>Once you&#8217;ve installed it and restarted Xmarks, you&#8217;ll be prompted to go to the settings or to just cancel. Well, what are you waiting for! Click on &#8220;Go to Settings&#8221;.</p><p>Here you will see a page with spaces to specify a username, password, bookmark URL and password URL. Use the same user name and password you use for the server. You will have to specify a file ending with &#8220;.json&#8221; for this to work.</p><p>Paste the URL from above to both the bookmark URL and the password URL. Add &#8220;bookmark.json&#8221; to the bookmark URL, and &#8220;password.json&#8221; to the password URL.</p><p>After everything is filled out, click &#8220;Synchronize Now&#8221;, and everything should go fine.</p><h3>Done</h3><p>Now your bookmarks are synced with your personal Xmarks server!  Enjoy and abuse.</p><p><strong>Additional Info</strong></p><p>If you want to sync your passwords too, open the Xmarks&#8217; settings page and go to the &#8220;Sync&#8221; page. Check the &#8220;Passwords&#8221; box. This will immediately bring up a page to create your &#8220;PIN&#8221; or to enter your previous PIN. This pin is an encryption key that encrypts the password file.</p><p>Also, if you use NoScript like I do, you can set it to use a bookmark for the configuration settings and sync that on all the computers that use this set of bookmarks too!</p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2009/06/21/how-to-sync-your-firefox-bookmarks-with-windows-home-server/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Add-In Review: uTorrent</title><link>http://www.wegotserved.com/2008/12/10/add-in-review-utorrent/</link> <comments>http://www.wegotserved.com/2008/12/10/add-in-review-utorrent/#comments</comments> <pubDate>Thu, 11 Dec 2008 00:15:36 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[Add-ins & Apps]]></category> <category><![CDATA[Apps & Add-in Reviews]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[11 july]]></category> <category><![CDATA[absolute sense]]></category> <category><![CDATA[add-in]]></category> <category><![CDATA[bittorrent client]]></category> <category><![CDATA[console]]></category> <category><![CDATA[file storage]]></category> <category><![CDATA[functionality]]></category> <category><![CDATA[grabs]]></category> <category><![CDATA[home-server]]></category> <category><![CDATA[hoops]]></category> <category><![CDATA[marcel]]></category> <category><![CDATA[peers]]></category> <category><![CDATA[program]]></category> <category><![CDATA[release date]]></category> <category><![CDATA[statistics]]></category> <category><![CDATA[torrent]]></category> <category><![CDATA[torrent client]]></category> <category><![CDATA[torrents]]></category> <category><![CDATA[url shortcut]]></category> <category><![CDATA[utorrent]]></category> <category><![CDATA[webgui]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=5079</guid> <description><![CDATA[<p>One of the most demanded features for Windows Home Server has been the integration of a Torrent client. Your Home Server is an always on device meant for file storage (and more). And if you already have a machine set to use a torrent client, it makes absolute sense to migrate that to your Windows Home Server box. Always on, always connected, and <em>lots</em> of room.</p>]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2008/12/utorrent1.jpg" width="240" title="Add In Review: uTorrent" alt="utorrent1 Add In Review: uTorrent" /></p><p>One of the most demanded features for Windows Home Server has been the integration of a Bittorrent client. Your Home Server is an always on device meant for file storage (and more). And if you already have a machine set to use a torrent client, it makes absolute sense to migrate that to your Windows Home Server box. Always on, always connected, and <em>lots</em> of room.</p><p>Before I talk about the add-in itself, there are a couple things to keep in mind: uTorrent is a normal program and <strong>not</strong> a Windows Home Server add-in itself.  And as such, requires jumping through a number of hoops to get it running when no user is logged on.  (WGS Wiki tutorial here on how to set it up) Unfortunately, there is no torrent client available that will run as a service natively yet so you are stuck jumping through these hoops for now.</p><p>Marcel Nouwens has writting a nice Add-In for Windows Home Server that grabs information from uTorrent&#8217;s webGUI and displays it in the console.  It does just what you would need it to: it displays a list of your torrents, their status and other information about them.  It also lets you add, remove, stop, start, and force start torrents.</p><dl><dt><a href="http://www.wegotserved.com/wp-content/uploads/2008/12/utorrent1.jpg"><img class="size-medium wp-image-5081 alignnone" src="http://www.wegotserved.com/wp-content/uploads/2008/12/utorrent1.jpg" alt="utorrent1 Add In Review: uTorrent" width="544" height="382" title="Add In Review: uTorrent" /></a></dt></dl><p>On the settings page, you just need to supply the full URL for that you would access the webGUI with.  For my server, that is &#8220;http://ummon:16655/gui&#8221;.  You would need to change that info based on your setup.  You also need to supply the user name and password to get it working too.</p><p>However, it doesn&#8217;t display any other information that you would find in the webGUI, such as a list of files in the torrent, a list of peers, detailed statistics, and related info.  To me, it is a good concept, though it feels like it needs more work.  And personally, I use a URL shortcut in the Advanced Admin Console to get the same functionality and more out of the uTorrent webGUI.</p><p>Author: Marcel Nouwens<br /> Version Reviewed: 1.1.1.0<br /> Release Date: 11 July 2007</p><p><strong>More info</strong>: <a href="http://forum.wegotserved.com/index.php?autocom=downloads&amp;showfile=56">Download</a> | <a href="http://forum.wegotserved.com/index.php?showforum=61">Discuss</a></p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2008/12/10/add-in-review-utorrent/feed/</wfw:commentRss> <slash:comments>28</slash:comments> </item> <item><title>Add-In Review: AnyService Installer</title><link>http://www.wegotserved.com/2008/12/08/add-in-review-anyservice-installer/</link> <comments>http://www.wegotserved.com/2008/12/08/add-in-review-anyservice-installer/#comments</comments> <pubDate>Tue, 09 Dec 2008 03:04:35 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[Add-ins & Apps]]></category> <category><![CDATA[Apps & Add-in Reviews]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[11 july]]></category> <category><![CDATA[add-in]]></category> <category><![CDATA[ars]]></category> <category><![CDATA[author]]></category> <category><![CDATA[authority]]></category> <category><![CDATA[automatic]]></category> <category><![CDATA[cfigurati configure]]></category> <category><![CDATA[change]]></category> <category><![CDATA[console]]></category> <category><![CDATA[date]]></category> <category><![CDATA[discsion]]></category> <category><![CDATA[dload]]></category> <category><![CDATA[dnas]]></category> <category><![CDATA[downloads]]></category> <category><![CDATA[entry]]></category> <category><![CDATA[file]]></category> <category><![CDATA[files]]></category> <category><![CDATA[filing]]></category> <category><![CDATA[for]]></category> <category><![CDATA[go]]></category> <category><![CDATA[greate]]></category> <category><![CDATA[home]]></category> <category><![CDATA[home-server]]></category> <category><![CDATA[info]]></category> <category><![CDATA[install]]></category> <category><![CDATA[installation]]></category> <category><![CDATA[installing]]></category> <category><![CDATA[interaction]]></category> <category><![CDATA[interface]]></category> <category><![CDATA[launch]]></category> <category><![CDATA[log]]></category> <category><![CDATA[logs]]></category> <category><![CDATA[marcel]]></category> <category><![CDATA[name]]></category> <category><![CDATA[on]]></category> <category><![CDATA[one]]></category> <category><![CDATA[own]]></category> <category><![CDATA[program]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[release]]></category> <category><![CDATA[release date]]></category> <category><![CDATA[released]]></category> <category><![CDATA[resource]]></category> <category><![CDATA[resource toolkit]]></category> <category><![CDATA[review]]></category> <category><![CDATA[reviewer]]></category> <category><![CDATA[reviewers]]></category> <category><![CDATA[running]]></category> <category><![CDATA[s]]></category> <category><![CDATA[see]]></category> <category><![CDATA[server]]></category> <category><![CDATA[service]]></category> <category><![CDATA[services]]></category> <category><![CDATA[set]]></category> <category><![CDATA[settings]]></category> <category><![CDATA[shoutcast]]></category> <category><![CDATA[start]]></category> <category><![CDATA[technical]]></category> <category><![CDATA[toolkit]]></category> <category><![CDATA[us]]></category> <category><![CDATA[utorrent]]></category> <category><![CDATA[version]]></category> <category><![CDATA[wanted]]></category> <category><![CDATA[webgui]]></category> <category><![CDATA[why]]></category> <category><![CDATA[windows]]></category> <category><![CDATA[windows server]]></category> <category><![CDATA[work]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=5087</guid> <description><![CDATA[<p>Any Service Installer is the add-in you need to run any program as a background service in Windows Home Server.</p>]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2008/12/anyservice1.jpg" width="240" title="Add In Review: AnyService Installer" alt="anyservice1 Add In Review: AnyService Installer" /></p><p>One of the major considerations for Windows Home Server is that you are not going to be logging onto the server and have programs launching all the time.  You&#8217;re going to load the console, use it for what you need and that is about it. So you want programs that will run automatically, and don&#8217;t require you to log in to the server.</p><p>For those who don&#8217;t know, that is a &#8220;Service&#8221; in Windows &#8211; a program that runs in the background. One that you never directly see or interact with, and which starts before you even log in.  It has no GUI of its own, and no need for direct interaction.  Many such services do have interfaces that are not part of the program, but do allow you to change the settings for it.</p><p>Those who are technically inclined will see the reason AnyService Installer is great for Windows Home Server.  But for those that don&#8217;t know why, AnyService Installer allows you to set up any program as a service, running without having to log on to your server and without interaction.</p><p>However, not every program is a great candidate for AnyService Installer. Remember, you won&#8217;t be able to directly interact with the program.  So either the program needs to be one that doesn&#8217;t actually need any interaction (such as ShoutCAST DNAS) or has an alternate means of interaction (such as uTorrent&#8217;s WebGUI).  But for the programs it does work for, it means that as long as your server is on, the &#8220;service&#8221; is running, so for those like me, it means it is up and running 24/7.</p><div class="mceTemp"><dl id="attachment_5227" class="wp-caption alignnone" style="width: 310px;"><dt class="wp-caption-dt"><a href="http://www.wegotserved.com/wp-content/uploads/2008/12/anyservice1.jpg"><img class="size-medium wp-image-5227" title="anyservice" src="http://www.wegotserved.com/wp-content/uploads/2008/12/anyservice-300x209.jpg" alt="anyservice 300x209 Add In Review: AnyService Installer" width="300" height="209" /></a></dt></dl></div><p>Configuring a program as a service is very simple.  You do need to install the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&amp;displaylang=en">Windows Server 2003 Resource Toolkit</a> first.  But once you have that installed, all you need to do is run AnyService Installer.  There are three main entries settings, the location of the toolkit files, the program you want to use and a name for it. Simply configure those settings, and you&#8217;re off and running.</p><p>Author: Marcel Nouwens<br /> Version Reviewed: 1.0<br /> Release Date: 11 July 2007</p><p><strong>More info</strong>: <a href="http://forum.wegotserved.com/index.php?autocom=downloads&amp;showfile=7">Download</a> | <a href="http://forum.wegotserved.com/index.php?showforum=42">Discuss</a></p></p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2008/12/08/add-in-review-anyservice-installer/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WHS Toolkit v1.1</title><link>http://www.wegotserved.com/2008/11/26/whs-toolkit-v11/</link> <comments>http://www.wegotserved.com/2008/11/26/whs-toolkit-v11/#comments</comments> <pubDate>Wed, 26 Nov 2008 20:57:07 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[connect]]></category> <category><![CDATA[toolkit]]></category> <category><![CDATA[whs]]></category> <category><![CDATA[windows x64]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=4884</guid> <description><![CDATA[<p>If you're an x64 user who's been waiting for the Windows Home Server Toolkit to be released..... it has!</p>]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2008/11/whsbn.jpg" width="240" title="WHS Toolkit v1.1" alt="whsbn WHS Toolkit v1.1" /></p><p>Looks like the 64-bit version of the WHS Toolkit is now available.  For those of us running 64-bit versions of windows, this is a long awaited program.</p><p>And I only discovered this after submitting a couple of bugs on Connect for Windows 7!</p><p>Available for download:<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8c536513-e0bc-4594-86b2-e65c6ed809b6&amp;DisplayLang=en"><br /> WHS Toolkit v1.1 x64 (3.1MB)</a><br /> <a href="http://www.microsoft.com/downloads/details.aspx?familyid=71EF4793-5F81-4EF7-8C7D-FE905094AB13&amp;displaylang=en">WHS Toolkit v1.1 x32 (3.1MB)</a></p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2008/11/26/whs-toolkit-v11/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How-To: Update your HP MediaSmart Server NIC drivers</title><link>http://www.wegotserved.com/2008/10/05/how-to-update-your-hp-mediasmart-server-nic-drivers/</link> <comments>http://www.wegotserved.com/2008/10/05/how-to-update-your-hp-mediasmart-server-nic-drivers/#comments</comments> <pubDate>Sun, 05 Oct 2008 09:55:41 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[How to Guides]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[Windows Home Server v1]]></category> <category><![CDATA[Add new tag]]></category> <category><![CDATA[asap]]></category> <category><![CDATA[device manager]]></category> <category><![CDATA[driver]]></category> <category><![CDATA[driver tab]]></category> <category><![CDATA[ex470]]></category> <category><![CDATA[ex475]]></category> <category><![CDATA[folders]]></category> <category><![CDATA[home-server]]></category> <category><![CDATA[hp]]></category> <category><![CDATA[mediasmart server]]></category> <category><![CDATA[mss]]></category> <category><![CDATA[network adapters]]></category> <category><![CDATA[network speeds]]></category> <category><![CDATA[NIC]]></category> <category><![CDATA[nic driver]]></category> <category><![CDATA[remote desktop connection]]></category> <category><![CDATA[risk]]></category> <category><![CDATA[setup exe]]></category> <category><![CDATA[time one]]></category> <category><![CDATA[transfer speeds]]></category> <category><![CDATA[update]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=4000</guid> <description><![CDATA[<p>If you've been thinking of upgrading the network drivers on your HP MediaSmart Server, our step by step guide will show you how.</p>]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2008/08/hpmssbn.jpg" width="240" title="How To: Update your HP MediaSmart Server NIC drivers" alt="hpmssbn How To: Update your HP MediaSmart Server NIC drivers" /></p><p>A lot of people have experienced slow transfer speeds to and from their HP MediaSmart Server, and some have had problems with it dropping connections all the time.  One brave  user has found a solution to this problem and has shared it with us. Blackprint has walked through the steps, written a tutorial and included pictures on how to update your NIC driver (aka ethernet driver).</p><p>Before starting, I want to warn you that not only is this very likely not supported by HP, but can result in losing network access to your server all together.  Now to turn it over to Blackprint:</p><p>You might be thinking &#8220;Why would I need to do this?&#8221; well I can tell you, from my experience, it solved the problem of my slow network speeds. I was getting around 200KBps and now have a steady 9MBps over wireless-n. Be warned: it can be risky because if it goes wrong and the ethernet port stops working, you will have no access to your box, so only update at your own risk.</p><h2><span class="mw-headline">What you will need</span></h2><ul><li>Remote Desktop Connection</li><li>The Driver</li></ul><h2><span class="mw-headline">What to Do</span></h2><p>Firstly, we need to check what driver version you currently have. Remote Desktop into your Home Server, right-click on my computer and click on manage. Go to Device Manager, expand Network adapters, right click on the SiS191 and go to properties.</p></p><p>Click on the driver tab. The latest version (at time of writing) was released 03/03/08.</p></p><p>If your driver is before this version and you are experiencing slow network speeds, it&#8217;s time to update.</p><p>Extract the zipped driver file, somewhere in the Shared Folders is fine. Open the Setup.exe in the sgl206a folder.</p></p><p>Follow the installation through, if you see this message click Continue Anyway.</p></p><p>The driver will install and if done correctly it will ask to restart the server. I recommend restarting ASAP. If the server seems unresponsive for a couple of seconds during the install, it was normal in my case. I must have reinstalled this driver a few times during the writing of this tutorial and have had no problems.</p></p><h2><span class="mw-headline">Done</span></h2><p>You can check the new driver version by following the initial instructions above. Remote Desktop into your Home Server, right-click on my computer and click on manage. Go to Device Manager, expand Network adapters, right click on the SiS191 and go to properties. Click on the driver tab.</p><h3><span class="mw-headline">Additional Info</span></h3><p>The driver link may become out of date. You can get the latest driver from the <a class="external text" title="http://www.sis.com/download/" rel="nofollow" href="http://www.sis.com/download/">SiS download page</a>. Read and accept the agreement. Select Windows Server 2003, Network Driver, SiS191 and click Go. Choose a location to download from, I recommend choosing as close to your home as possible to get the best speed. You can then follow the instructions above.</p><p><br class="spacer_" /></p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2008/10/05/how-to-update-your-hp-mediasmart-server-nic-drivers/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>Add-In: WHS Outlook Beta 2</title><link>http://www.wegotserved.com/2008/09/29/review-whs-outlook/</link> <comments>http://www.wegotserved.com/2008/09/29/review-whs-outlook/#comments</comments> <pubDate>Mon, 29 Sep 2008 06:00:55 +0000</pubDate> <dc:creator>Drashna</dc:creator> <category><![CDATA[Add-ins & Apps]]></category> <category><![CDATA[Windows Home Server]]></category> <category><![CDATA[add-in]]></category> <category><![CDATA[beta]]></category> <category><![CDATA[client computer]]></category> <category><![CDATA[commercial]]></category> <category><![CDATA[console]]></category> <category><![CDATA[default browser]]></category> <category><![CDATA[drop down menus]]></category> <category><![CDATA[e-mail]]></category> <category><![CDATA[email]]></category> <category><![CDATA[email solution]]></category> <category><![CDATA[feed]]></category> <category><![CDATA[feeds]]></category> <category><![CDATA[firstly]]></category> <category><![CDATA[general purpose]]></category> <category><![CDATA[home-server]]></category> <category><![CDATA[integrate]]></category> <category><![CDATA[integration]]></category> <category><![CDATA[internet access]]></category> <category><![CDATA[link]]></category> <category><![CDATA[maon]]></category> <category><![CDATA[menu button]]></category> <category><![CDATA[menu option]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[mike craven]]></category> <category><![CDATA[office]]></category> <category><![CDATA[Outlook]]></category> <category><![CDATA[Remote Access]]></category> <category><![CDATA[remote-desktop]]></category> <category><![CDATA[rss]]></category> <category><![CDATA[trial]]></category> <category><![CDATA[whs]]></category><guid isPermaLink="false">http://www.wegotserved.com/?p=3397</guid> <description><![CDATA[<p>We've been running WHS Outlook since Beta 1 and we love it - it's the add-in which integrates Microsoft's email application with the Windows Home Server Console. Read on to find out just why we think it's so good</p>]]></description> <content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;"> <img src="http://www.wegotserved.com/wp-content/uploads/2008/09/whsoutlook_large1.png" width="240" title="Add In: WHS Outlook Beta 2" alt="whsoutlook large1 Add In: WHS Outlook Beta 2" /></p><p>WHS Outlook is an add-in that integrates Microsoft Outlook® with the Windows Home Server Console application. As the author, Mike Craven explains on his <a href="http://www.theofficemaven.com/WHSOutlook/index.html" target="_blank">website</a>:</p><blockquote><p>WHS Outlook allows a single installation of Microsoft Outlook to be shared by up to 10 different client PC&#8217;s via the Windows Home Server Console. Using the Remote Access features of Windows Home Server, you can even gain full access to all of your Microsoft Outlook e-mail, contacts, calendar, etc. from anywhere in the world that Internet access is available.</p></blockquote><p>The add-in has already received mixed reviews from the community.  The two maon negative points that have been made it are that firstly, it is a commercial add-in, and therefore required payment. Secondly, you could just run Outlook on your home server and remote desktop into it without the need for Console integration.  Both are very valid points that I won&#8217;t dismiss.  But I&#8217;ve been running both the first beta and the latestest Beta 2 release and I really love this add-in.  It is a wonderful email solution that is specifically developed for Windows Home Server.</p><p>Yes, you can &#8220;just&#8221; run Outlook from remote desktop, but the whole point of Windows Home Server is to be able to manage the home server from any computer via the WHS Console.  WHS Outlook enables Outlook to be tightly integrated into the WHS Console.  The buttons and menus that you would normally need for Outlook are cleverly placed in a toolbar.  Most of the buttons have drop down menus that allow you to perform all of the standard tasks your require straight from that toolbar.  Plus a few others, such as listing all windows created by Outlook and the ability to bring them into focus, or a general purpose menu button that has pretty much every menu option that you would normally need in the course of using Outlook.</p><div id="attachment_3881" class="wp-caption alignnone" style="width: 310px"><a href="http://www.wegotserved.com/wp-content/uploads/2008/09/whsoutlook_large1.png"><img class="size-medium wp-image-3881" title="whsoutlook_large" src="http://www.wegotserved.com/wp-content/uploads/2008/09/whsoutlook_large-300x211.png" alt="whsoutlook large 300x211 Add In: WHS Outlook Beta 2" width="300" height="211" /></a><p class="wp-caption-text"></p></div><p>Mike Craven has enabled the add-In so that it can launch links in emails and RSS feed entries on your client computer, via your default browser.  For me, this is absolutely awesome &#8211; I use Outlook for my feed reader and have 20 or more feeds on it.  It loads them inside the console if you are using the web interface but other than that, it works great!  And this is not something you could do by just running Outlook on your home server!!</p><p>The add-in as downloadable as a free trial that lasts 21 days before it stops working.  At that time you can uninstall it and use Outlook normally, or you can purchase the add-in for $24.95.  </p><p>There are a few things to note about Outlook and WHS Outlook.  The first and most important is that Microsoft technically requires that you have a seperate licence for each computer running Office or Outlook.  That means if you have Office 2007 running on one PC at home, you would have to get another copy to install, one on your server, and the other on what ever computer.  While I doubt this will stop some people, this is the offical licensing policy.  Another thing, is that I would recommend configuring Outlook exactly how you want it working <em>before</em> installing or using WHS Outlook. This way, you have less chance of issues with it.</p><p>It is currently in it&#8217;s third beta, but feels pretty much complete.  Mike has said he currently doesn&#8217;t have plans to work on either a web interface for WHS Outlook, or another add-in he had mentioned: &#8220;WHS Office&#8221;.  This is mainly due to the fact that he does make a living from the programs he writes.  He will continue to support the product and update it, but there are no plans for further development.</p><p>If you feel that this is a product worth paying for, and want to see further development from him, let Mike know by heading over to his website and purchasing a copy! I know I&#8217;m probably going to buy a couple copies for friends!</p><p><a href="http://forum.wegotserved.com/index.php?showtopic=3898" target="_blank">Download</a> | <a href="http://www.theofficemaven.com/WHSOutlook/order/index.html" target="_blank">Purchase</a> | <a href="http://forum.wegotserved.com/index.php?showforum=119">Support</a></p> ]]></content:encoded> <wfw:commentRss>http://www.wegotserved.com/2008/09/29/review-whs-outlook/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/85 queries in 0.029 seconds using disk: basic
Object Caching 2819/3100 objects using disk: basic

Served from: www.wegotserved.com @ 2012-02-09 02:47:32 -->
