Archive for Servers – Page 11

Mouse without Borders

The current “cool” thing is to have more than one monitor on your workstation.

But, what if you have multiple computers that you regularly use at your office or workbench? Perhaps your primary workstation with two screens, a laptop you are using for some development work, and your server?

Up until now, you would either have three keyboards/mice, or you would be using a KVM (keyboard/video/mouse) device to share between the computers.

But now you have another choice — Mouse without Borders

Mouse without Borders (MWB) was developed in Microsoft’s “The Garage” – a company wide program that encourages grass roots invention, tinkering and exploring new ideas.

With MWB you can use one mouse and one keyboard to control up to four separate computers, with no additional hardware! Not only can you move your mouse seamlessly from screen to screen, but just like you can move (drag) a file from one folder to another, you can drag files and folders from one computer to another with MWB!

Note: AFAIK, it only works with Windows operating systems. Give it a try!

Exchange Defender Cloudshare

Vlad Mazek (CEO, Own Web Now) announced the ExchangeDefender CloudShare file sharing and synchronization platform on July 19, 2012.

There is a one page overview that compares CloudShare to Dropbox, YouSendIt, Google, Skydrive and Box on his site.

ExchangeDefender CloudShare Diagram

HP MicroServer AddIn Cards

The HP MicroServer is a great little unit to use for development/testing purposes. I have one on my workbench with 8gb of memory with Hyper-V. It allows to test out new versions of Workstation software, WHS, SBS and Multipoint.

Note that the HP MicroServer comes with built-in Raid-0/Raid-1 support.

The server has slots for two half-size cards.

The inner slot (the one closer to the on-board NIC) can only be used for the HP MicroServer Remote Access Card (RAC), which is sort of like a basic version of the HP ILO card for servers, and provides remote (virtual) KVM.

image

The second slot (the one closer to the outer edge of the box) can be used for other purposes, such as a low profile PCIe X16 Graphic Add-in card.

TechEd 2012 Sharepoint Presentation

I finally attended my first Microsoft TechEd conference this year. All I can is “Wow”!

I was asked to speak and facilitate a Birds of a Feather session on the topic of “Advanced Architectures for Microsoft SharePoint 2010”. the room was standing-room only (SRO) – over 100 people.

image

The specifics of this session was listed as: “In this session we discuss advanced SharePoint architectures with specific highlights on service applications, cross-farm services, multi-tenants, and architecting search for performance. We examine pain points from the participants in the group and discuss possible strategies to overcome challenges.”.

To say I was a bit nervous and intimidated is an understatement. But what a great time it was. I really enjoyed talking and speaking with so many people from a wide variety of businesses and technical backgrounds.

image

Click on the link above to view the video of the entire session.

BPA How to UNDO a “Do Not Show Me” Choice

Installing and running the Best Practices Analyzer for your SBS server is strongly recommended. In addition to identifying errors that you need to address, the BPA may also generate a list of warnings that you should review.

You may determine that a particular BPA event is not applicable to your server, and you do not want to keep seeing it. That’s easily handled by clicking on the “Do not show me this item again for all instances” option – which will hide that event when viewing or generating a BPA report.

image

But, what if you accidentally selected the wrong item to hide? How do you get it back?

Well, the answer is simple, but perhaps not intuitive.

With your BPA report on display, change the “Select Report Type” from “List Reports” to “Other Reports” and, voila, you will see a list of BPA events that you previously selected to not show. Locate the event you wish to unhide and click on the “Show me this item again for all instances” option.

image

 

P.S. Please note that there are different versions of the Best Practices Analyzer for SBS 2003, SBS 2008, and SBS 2011.

Installing Exchange 2010 SP2 for SBS 2011

Exchange 2010 Service Pack 2 was released on December 4, 2011. But I’ve waited over a month before deciding to install this on my production server.

First, two questions you may have:

Q: Why don’t I see the Exchange SP2 in WSUS or Windows Update?
A: The explanation is simple: there is no ability to uninstall Exchange Service Packs, so Microsoft does not automatically push them out.

Q: If it doesn’t show up in WSUS or WU, how would I know that there is an Exchange Service Pack to download?
A: The SBS 2011 Best Practices Analyzer will inform you if there is a Service Pack to be installed (see screenshot of warning message)

image

And since we have to manually download and install Exchange Service Packs, this also gives us a chance to make sure that our server has been backed up before proceeding. So, let’s get started:

Step1: Reboot, Backup and Download

  • I would strongly advise that you restart your server before proceeding
  • Then make sure you have a current backup of your server on hand (just in case)
  • Download SP2 by clicking  on the link in the Resolution portion of the BPA warning message, or click this link to go to the Exchange 2010 SP2 Download page
  • Click on the Download button and then select to Save the SP2 file (be sure to click on SAVE, and not RUN
    I normally create a specific folder for service packs. In this case, I created E2010SP2.
    image   image
  • When finished with the download, click on Open Folder
    image

Step 2: Unblock – Extract – Stop Services

This is a very important, and perhaps unexpected step: after downloading the SP2 executable, you must UNBLOCK it before you can extract it, and then we must stop a service before we begin installing SP2.

  • Right click on the Exchange2010-SP2-x64.exe file, then click Properties. From the bottom of the Properties window click Unblock –> Apply –> OK
    image   image
  • Double click the .exe file to extract it, then click OK to extract it to the directory you created
    image  
    image  
    image  
  • Click OK when you see the Extraction Complete message
    image
  • Click Start –> type: services.msc, and then locate and stop the Windows SBS Manager service.
    image

Step 3: Run the Update

Finally, we are ready to install Exchange 2010 SP2!

  • Double click on setup.exe
    image
  • Click on ‘Install Microsoft Exchange Server upgrade’
    image
  • Click Next on the Introduction window:
    image
  • Click to “I accept the terms in the license agreement”, then click Next
    image
  • It now performs a Readiness check to verify that Exchange is ready to be upgraded. If everything passes, you are ready to click Next. Otherwise you will need to resolve any identified issues, and then restart setup.exe.
    image
  • Click finish when the upgrade is completed
    image
  • Be sure to restart the Windows SBS Manager that we stopped in Step 2. Although not required, I would also suggest rebooting your server

Rerun the BPA to confirm that the Exchange SP2 warning no longer displays.