Friday, June 14, 2013

Change DataBase location for System Center VMM 2012

I wanted to provide CNAME as a DB connection for SCVMM rather than actual server name. The reason for doing so was to make sure incase of mirrored DB goes down, I can make DNS changes and that can take care of SCVMM rather than making registry or application level changes.There are many ways to do so but one registry hack can also make changes.

"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft System Center Virtual Machine Manager Server\Settings\Sql " and update following changes

image

Restart System Center service and this will update SCVMM as well.

image

  image

This node is an active node in a failover cluster - Windows 2008R2

When I was trying to add node into existing cluster it throws the error message "The computer is joined to a cluster." I also found that cluster service was not started.

image

Hence I decided to remove feature  failover cluster but then it throws the message "This server is an active node in a failover cluster. Though this node were not visible under fail over cluster

image

This seems to issue with stale connections . In order to clear this run PS command clear-clusternode

image

And finally it will allow to remove failover clustering feature.

 image

Thursday, June 13, 2013

DDC setup does not showup virtual machine storage?

While performing configuration of Citrix XenDesktop we found that there were no storage resource available to assign for virtual machine manager. Here we are trying to integrate System Center Virtual Machine Manager 2012 with XenDesktop 5.6

image

So there are few pre-requisite for storage to showup and this need to configured via SCVMM and Hyper-V host. Here we need to insure that for EVERY host placement is defined as show below

 image

And for same path which is under placement sharing is enabled

image

Once this done you can view storage under virtual machine storage.

image

Source : http://blog.itvce.com/?p=675

Tuesday, June 11, 2013

How to setup Quorum for fail over cluster for Hyper-V

While configuring quorum for Hyper-V fail over cluster

image

It gave message that "No quorum witness has been configured for the cluster"

image

This was because quorum disk which was presented were not formatted . So formatted and assigned the drive letter Q

image

As soon it was added under cluster manager ->  storage, it was available

image

Now when I ran cluster configuration again it shown up under storage

image

Finally this configuration will finish

image

Hyper V VM high availability grayed out

I came across situation where VM created via non SCVMM had HA grayed out (Currently below screenshot is for reference)

image

While doing migration it was throwing error 23001 - cannot create or update a non highly available storage.

image

To fix this perform the migration again using following box "Make this VM highly available"

image

After migration this will become highly available.