Archive

Archive for June, 2009

TCP Checksum errors in Forefront TMG or ISA Server in XenServer Environment

June 19th, 2009 No comments

Hi,

When I first tried to install Forefront TMG on a test XenServer, there was no way to get any network traffic flowing.
By looking at the logs I could see that the rules where fine, but that every packet was dropped because a wrong TCP Checksum.

To solve this I had to disable the generation of TCP Checksums on each virtual network interface.

Read more…

Fakeraid with XenServer

June 17th, 2009 No comments

Do you also have “fakeraid”, and want to use it with XenServer?
Well, you might be in luck, or maybe not :)

If you use RAID0, RAID1 or RAID10 you are lucky.
However, if you use RAID5 like me, you have a problem.

Read more…

Categories: XenServer Tags: , ,

Attaching disk to XenServer Guest

June 17th, 2009 3 comments

It is possible to attach a hard disk directly to a XenServer guest.
I use this so I can always read these disks with another Windows Server, whenever the XenServer host would fail completely.

Read more…

Categories: XenServer Tags: ,

Installing SBS 2008 on XenServer

June 17th, 2009 2 comments

Hi,

When trying to install Windows Small Business Server 2008 on a XenServer System, i encountered several errors.

The first ones I don’t really remember, but they where fixed by installing the XS-Tools before starting the SBS configuration wizard.

  • Install SBS 2008
  • On first boot (when the Configuration Wizard shows up), press Ctrl+Shift+Esc
  • Choose xs-tools.iso in the DVD Drive dropdown list
  • Go back to the Task Manager, click on “File”, “New Task”.
  • Browse to the cd and run the setup.
  • After this reboot the server (once or twice).
  • Continue with normal installation

Then there was another problem when trying to install on XenServer 5.5. At some point in the installation the server rebooted and then stated that you should retry the setup.
The only fix for this problem that I found was to choose  ”Other install media” as the Template, and not “Windows Server 2008 x64″

How to add an Edge Subscription

June 17th, 2009 No comments

Here are the steps you need to take, and some things to keep in mind

  • Open Exchange Management Shell (as Administrator)
  • New-EdgeSubscription -file C:\EdgeSubscription.xml
  • Answer “Y”
  • Transfer EdgeSubscription.xml to the Exchange Server
  • Open Exchange Management Console
  • In the left tree choose “Organization Configuration” and then “Hub Transport”
  • In the Actions pane click “New Edge Subscription”

Check if everything is working:

  • In the Exchange Management Console, Organization Configuration, Hub Transport, Edge Subscriptions.
    Your Edge Server should be listed
  • Open Exchange Management Shell and run Start-EdgeSynchronization

Problems:

  • “New-EdgeSubscription : The task couldn’t add the certificate to the ADAM directory service store. Error: access is denied.”
    Open Exchange Management Console as Administrator
  • “Start-EdgeSynchronization : unable to contact EdgeSync service”
    Go to Services, search for “Microsoft Exchange EdgeSync”, and click Properties
    Change Startup type to Automatic and Start the service.
  • Firewall Issues:
    I’ve installed EdgeServer together with Forefront TMG. You have to allow port 50636 from Exchange to EdgeServer
  • Also bare in mind that the EdgeSubscription.xml file is only valid for 24 hours or so