Friday, June 21, 2013

The Citrix Credential Wallet service is not running

While doing storefront deployment we came across the error " The Citrix Credential Wallet service is not running"

image

It also had following error in the event log which point to some kind of timeout while starting the service.

image

We tried putting service into delay start mode to see if that fix the issue

image

While doing research we found that config file need to be modified if StoreFront server do not have Internet connectivity

image 

And change the value from true to false and finally service got started

image

Wednesday, June 19, 2013

Allocating Lun to Hyper-V host

There might be multiple ways to allocate lun to Hyper-V clusters but I follow below way . Once lun is allocated via storage system it will be available via disk management on one of the cluster node. Bring it online and format it without drive letter and partition name.

image

Once drive is formatted open cluster manager and browse to storage right click to add the storage

image

Once added it will show up as available storage

image

Now we need to allocate this to cluster shared volumes

image

Once this is allocated it will showup under cluster manager and under SCVMM

image

Tuesday, June 18, 2013

Failover Cluster validation warning: No disk were found

While running cluster validation it keep throwing warning image

Warning message says that "No Disks were found on which to perform cluster validation tests. To correct this,review that following possible causes:

image

Here it clearly says that disk should be offline when running this cluster validation test. After bring quorum disk offline and run the validation test and it went through.

image

Monday, June 17, 2013

Error 12700 VMM cannot complete host operation while creating Virtual Networks

While creating virtual networking on one of the Hyper-V 2008R2 host

image

It was giving an error  12700 VMM cannot complete the host operation on <servername> server because of the error

image

I tried rebooting/removing and reading back to cluster . But then it always throw an error while creating Virtual Network. Because of this I was not even able to create VM on the cluster . It was giving error "Error 20400  1 parallel subtasks failed during execution.

image

Found MS KB 2486812 which explain how to fix and what is the root cause. Downloaded nvspbind and run it on problematic Hyper-V cluster.

 image

And finally I was able to create Virtual Network

image

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