Categories
ConfigMgr

ConfigMgr 2012 : Prevent Configuration Manager Using a Hard Drive

You may have noticed that when you deploy site roles to System Center 2012 Configuration Manager servers that more often than not content is distributed across one or more drives. In Configuration Manager 2012 you can configure the drives that are used by some roles, such as the Distribution Point, during deployment. There is however a simple alternative; for every dive you do not want to contain Configuration Manager files (note that WDS will still choose whatever drive it wants when you enable PXE, unless you install and configure before hand!) create a file in the root of that drive named NO_SMS_ON_DRIVE.SMS as illustrated below:

NoSMS

Categories
VMWare

Vyatta : Slow Network Performance x-Subnet

Note When Vyatta Core got discontinued, a group of its users who wanted to keep using it forked the last available source code to start VyOS. See more here: https://vyos.io/

I’ve just moved the Vyatta device I deployed previously on Hyper-V to an ESXi environment. Initially all appeared well however yesterday I started to get some strange issues when accessing resources that were on a different subnet and thus passing through the Vyatta router.I did some simple copy paste tests and locally, in the same subnet, I was getting ~100 MB/sec, cross-subnet I was getting…wait for it… 15 KB/sec!

On further investigation the Vyatta device had ‘Flexible’ NIC’s instead of ‘vmxnet3’ NIC’s. On changing these NIC’s and reconfiguring the Vyatta device, including NAT rules, followed by a reboot I’m now getting 100MB/sec+.

Categories
ConfigMgr

ConfigMgr 2012 : Secondary Site Distibution Point PXE Error 53

I’m working on an odd issue at the moment with System Center ConfigMgr 2012 RTM. I have a Primary Site and a Secondary Site, the Secondary Site is PXE enabled however PXE boot isn’t working, clients are getting the following error: PXE E-53 No boot filename Received

Categories
Citrix

NetScaler : Upgrading VPX 9.3 to VPX 10

With NetScaler VPX 10 now released I thought I’d upgrade the HA pair I’ve configured for the recent articles on the site.

Needless to say the pocess is fairly quick and fairly simple, click the jump to read more.

Categories
Citrix

NetScaler : Configuring Access Gateway for Storefront 1.1

Following the XenApp 6.5 deployment in my previous article I thought I’d detail how to configure Access Gateway for Storefront 1.1, I’ll also leverage the Load Balancer I configured in a previous article so essentially users will be able to login remotely using Access Gateway, then be Load Balanced by the NetScaler to an appropriate StoreFront Server on your internal network.

This article assumes you have deployed the NetScaler Appliance (instructions here) and configured basic Network Settings including a DNS Nameserver.

Categories
Citrix

NetScaler : Load Balancing Storefront 1.1

In this article I’ll cover setup of an internal NetScaler VPX Load Balancer for Storefront 1.1. Note that this configuration will also work with Storefront 1.0, just the Storefront MMC snap-in doesn’t work as-of the 1st April this year!

Use the following article to install and configure Storefront for internal use first.

Categories
Citrix

Citrix : Deploying XenApp 6.5

In this article I’ll briefly cover the deployment of XenApp 6.5 alongside the Citrix Licensing Server configuration, this is very much geared towards an article that I’m working on at the moment for Citrix Access Gateway (NetScaler VPX based) configuration for Storefront 1.1 and also Local Balancing Storefornt via the NetScaler VPX appliance.

Categories
ConfigMgr

System Center 2012 : ConfigMgr E1000 PXE Boot Crash / Hang

I’ve come across an issues with a Configuration Manager 2012 deployment where an ESXi 4.1 VM configured with an E1000 NIC will Crash / Hang at Boot just as Windows PE loads the GUI. The boot gets stuck on “Windows is Starting Up.” I’m unable to do anything other that hard-reset the VM.

Categories
Exchange Server 2010

Exchange 2010 : How to Deploy a Mailbox Database Availability Group (DAG)

In this article I’ll cover deployment of a two-node, multi-role Exchange 2010 Database Availability Group (DAG). The required steps from schema updates to post-installation configuration will be detailed in order to get you up and running… hopefully!

Categories
Citrix

NetScaler : Using VMACs for High Availability

This article is a natural progression of the recent serieis of articles I have published on deployment and configuration of NetScaler VPX devices for load balancing Exchange 2010:

 

What are VMACs are why use them?

VMAC’s are a useful addition in the NetScaler high availability tool set. In brief a VMAC creates a virtual MAC address that can ‘failover’ between devices. VMACs can be used to compliment the built-in HA or to create an active/active NetScaler pair.

By virtualising the MAC address there is no drop in network connectivity during failovers as the MAC address is shared across NetScaler devices – this means that the CAM table in the upstream switches does not require any update. As a result, failovers between NetScaler devices should be faster and less intrusive with regards to user sessions/connections.

VMAC’s work using a ‘priority’ – the higher priority determines ownership of the VMAC between devices. In a NetScaler HA configuration the priority of the VMAC between devices is the same, without HA it is configurable. For example if we had two NetScalers not using HA, NS1 and NS2, and a single VMAC configured on each we could set NS1 to have a priority of 100 and NS2 to have a priority of 90. NS1 would have ‘ownership’ of the VMAC because of its higher priority.

There are a couple of options when configuring VMAC’s:

  1. If you are using the built-in NetScaler HA then you will continue to get Active/Passive HA
  2. If you chose not to use the built-in HA feature then you can get Active/Active HA

One key benefit of using HA as well is that it synchronises the session tables across devices, without HA a failover of VMACs will disconnect Outlook Web Access users as their sessions is lost at failover, with HA sessions are kept, there is just a brief interruption to the user before they can carry on.

It is also possible to assign a VMAC to a single IP address, or group multiple IP addresses into a single VMAC. The first option allows for granularity when assigning ownership as you can assign each VMAC to a device of your choice whereas grouping the IP’s into a single VMAC reduces configuration but also reduces the options you have for splitting traffic. One option could be to group the IP’s into VMACs that represent services, so if you are load balancing multiple services via your NetScalers create a VMAC per service, i.e. Exchange 2010, Citrix Access Gateway etc.