2011年4月16日星期六

How To Install Windows Home Server 2011 on your MediaSmart or DataVault Hardware

Well, I?m positive this is something that HP will not support, so don?t even think of calling them if you go down this road, but I figured it?d be fun if you wanted to continue to use the same hardware. I took this opportunity to get an HP ProLiant MicroServer, plus it does at least RAID1 (Mirror) where the MediaSmart or DataVault servers cannot do any form of RAID. But it?s still a cute little form factor. Also, I think the MicroServer is quieter than the MediaSmart (at least the ex475 that I had)


Additionally you?ll have to use the EX490/495 or DataVault as Vail requires at least 2GB of RAM, which aren?t in earlier models of the MediaSmart servers (e.g. EX470/475). So if you?ve got the grey top, you?ve got a lot more work to do that isn?t covered here. (I hear it works on the ex48x, but I only tried the ex49x)


Creating the Bootable Thumb Drive


SanDisk DataTraveler 8GB


The first step here will be to prepare your media, usually on your client computer. The image is slightly bigger than 4GB, so I had to step up to an 8GB thumb drive. I?m actually using the Data Traveller by Kingston. First you?ll need to format it and make it bootable. I already have instructions on how to do that here. Next up you?ll have to copy the Windows Home Server 2011 DVD to the root of the disk. This makes the Thumb drive and the DVD look identical in Windows Explorer. You?re almost there. As you probably know, the MediaSmart or DataVault server doesn?t have a video input, so you?re going to need to do the install via an ?unattend file?. The unattend file is called cfg.ini, and needs to also be in the root of the thumbdrive with the WHS 2011 DVD image on it.


Inside the cfg.ini, you?ll need to answer questions, so design your file like this:



[WinPE] InstallSKU=SERVERHOMEPREMIUM ConfigDisk=1 CheckReqs=0 WindowsPartitionSize=61440 [InitialConfiguration] AcceptEula=true ServerName=VAILSERVER PlainTextPassword=Passw0rd PasswordHint=some password hint Settings=All


Where VAILSERVER is the name of the server, Passw0rd is the server password and some password hint is the hint to remind you of what you set your password to.


Erasing the Primary OS Hard Drive


In order to have the MediaSmart or DataVault boot off the Thumb Drive for installation, you?ll need to completely erase the primary hard drive (the lowest one in the MediaSmart/DataVault server).


Remove the drive from the server and attach it to another PC (I used Windows 7) and then erase the primary partition. When you?re finished, place the drive back into the MediaSmart or DataVault server.


Installing Windows Home Server 2011


HP MediaSmart ServerThis is where the fun starts. Installation without feedback. Please note that this will erase the ENTIRE primary hard disk on your server, so make sure you have a backup of ALL your data, and customization. While you can most likely do a factory reset to bring back WHS v1 and get access to your data on other disks in the system, I don?t cover that detail on this blog, and don?t recommend taking that sort of risk with your data.


I recommend putting the box up on the desk where you can see the Health LED light and also listen to the hard drive(s). So let?s get started:



  1. Connect your MediaSmart or DataVault server to power, and network.

  2. Insert the USB drive into the bottom-rear USB port and disconnect all other USB devices. It needs to be the bottom-rear USB port.

  3. Power on the server. The server should automatically boot off the USB key, format the drive and install all of the operating system files. The health LED will blink the aqua through the BIOS bootup, then aqua/red during the OS installation. The OS installation takes ~ 8-10 minutes. You should hear the hard drives during this phase. I also constantly refreshed my router DHCP list so I could see when the server obtained an IP address.

    1. While the Answer file should take you all the way through setup, once you find your server get?s an IP address you can browse to http://<ip address> and you should see a webpage for WHS 2011 to download and run the wizard. I?d just leave it use the answer file, but if you left out the [Initial Configuration] piece out of the answer file above, you could also just run setup from here.

  4. The installation of the rest of the server took ~20-25 minutes for me. The LED light stopped blinking aqua/red and just went back to blinking aqua when it was done. Also, when I went to http://<ip address>, I saw the remote access site being turned off: Remote Access Disabled

  5. At this point I used ?MSTSC? or Remote Desktop to connect to the server. clicking Start, then Run, and typing in MSTSC /V VAILSERVER, or whatever name you called it in the file above. When you log in using the VAILSERVER\Administrator, and the password you created in the cfg.ini file, you?ll see that the server is indeed setup and ready to roll: Your Server is now ready to use

I wouldn?t say the MediaSmart or DataVault server is as fast as my MicroServer, and it certainly is lacking 4GB of RAM, but it runs reasonably well:


Windows Task Manager


That?s all there is to it. Now just plug in your USB Backup drive, and set it up however you like.


Troubleshooting



  • Make sure you choose a name for your server that doesn?t conflict with another name on the network, this will halt the unattended configuration

  • Make sure you have at least 2GB of RAM, this will halt the unattended configuration.

  • Make sure you clean the system hard drive, otherwise it won?t boot to the USB disk.

Kudos to MediaSmartServer.Net


While I did these instructions myself, I was struggling at the location of having to format the hard drive, so kudos to the folks over at MediaSmartServer.net for the help here. Their steps helped get me over that hump, although I noticed that their cfg.ini file is a beta version, which has since been updated. My cfg.ini file is the correct one for the RC2 and RTM releases of Windows Home Server 2011. They also go into details about using the EX47x series that I don?t cover here.


Installing Windows Small Business Server 2011 Essentials


I targeted this post to Windows Home Server, as it?s more likely to have enthusiasts in the consumer space try this than in the business space. Businesses typically want the hardware RAID functionality that the DataVault or MediaSmart doesn?t offer. Additionally, being able to see what?s going on in a hardware failure is critical to a business, so the lack of a video card of a headless device is a show-stopper. HOWEVER, if you?re the type that wants to run SBS in your house, or you want to take this risk on to leverage this hardware, the same steps above work for SBS 2011 Essentials as well. The cfg.ini file is different though as it has more required fields:



[WinPE] InstallSKU=SERVERHOMEPREMIUM ConfigDisk=1 CheckReqs=0 WindowsPartitionSize=61440 [InitialConfiguration] AcceptEula=true CompanyName=Some Company Name ServerName=AURORASERVER NetbiosName=COMPANY DNSName=COMPANY.local UserName=Admin PlainTextPassword=Passw0rd StdUserName=SomeUser StdUserPlainTextPassword=Passw0rd Settings=All


You?ll want to replace the bold items above with your own. Also, you?ll notice that you can use the cfg.ini file to change the .local of your internal domain name to whatever you want. We recommend .local, or .lan, or .internal work well too. DO NOT choose the same DNS name that you plan on using for your Remote Web Access website. For example, if you plan to use remote.contoso.com as your URL, do not use contoso.com as your DNS name for your internal network. Contoso.lan or Contoso.local is recommended. Or, while I haven?t tested this with SBS 2011 Essentials, I think you can choose internal.contoso.com if you absolutely must. Just don?t make them the same.

pc repair new games pc pc richards and son

13 条评论:

  1. Get Roku and stream unlimited movies and series. Connect your Roku to the TV using the wi-fi or ethernet cable and simultaneously create a Roku account and the enter the unique pin in roku.com/link website. Once activated, head to the Channel Store and pick your choice of entertainment.

    Roku.com/link
    Roku.com/link code
    Roku link code
    Roku enter code
    Roku activation code
    Roku.com/link account
    Roku.com/link create account
    How to activate Roku
    How to set up Roku
    Roku activation

    回复删除
  2. https://hollis2lambert.blogspot.com/2011/04/how-to-install-windows-home-server-2011_16.html?showComment=1548146673929#c3214609525563439156

    回复删除
  3. https://hollis2lambert.blogspot.com/2011/04/how-to-install-windows-home-server-2011_16.html?showComment=1578121388250#c1159168080394544338

    回复删除
  4. Thanks for sharing this useful information. Need support for HP Printer, visit our website.
    HP Envy 5055 Not Connecting To Wifi|hp deskjet plus 4155 not printing


    回复删除