Thursday, February 13, 2014

Creating Microsoft virtual SQL cluster 2012 on SCVMM 2012 R2 Part-1

I wanted to setup Microsoft 2012 virtual cluster using SCVMM 2012R2. Current setup didn’t have option for  ISCSI lun so we have to either use passthrough  lun or use new feature of  windows 2012 R2 “ Shared the disk across the service tier” .

image

From the HyperV cluster option will looks like this

image

I couldn’t find option to create this using GUI. I followed PS command to create the disk and attached to the VM. For SQL fail over cluster , we need to setup windows cluster in such a way that disk are presented as available disk  and not as a CSV . We separated logs/Data and quorum disk. Now we need to create these 3 disk as shared disk.

image

Now make sure we attach this disk to both the SQL server which would be part of the cluster

image

Once these disk are attached it will showup under VM properties under VMM like this

image

Open diskmgmt.msc and scan for new disk. You will find all the disk. Disk should be initialize/format/assign drive letter and then offline. Once disk is offline

image

It is mandatory  that disk should be added in specific fashion with driver letter and stuff  like that or else SQL cluster validation will not go through. Rest of the cluster setup is same as normal but while running validation of cluster make sure that you uncheck option under storage “Validate Microsoft MPIO-based disks”

image

Until Cluster Validation is passed SQL cluster installation will not start

image

and it will throw error

image

Make sure NIC binding is set properly and domain NIC is first one in Advance network property . Here I am not dedicating separate NIC for HeartBeat

image

These clustered VM’s can not be storage motioned . To perform storage motion attached SCSI disk has be removed by following this post

image

In the next series I will explain how to install SQL and then how to add SQL node. This will be 3 blog set Smile Stay tune

The operation Change properties of virtual machine is not permitted on a virtual machine that has shared virtual hard disks

I was trying to remove the shared virtual hard drive from the VM

image

and it was failing with error

Error (23317)

The operation Change properties of virtual machine is not permitted on a virtual machine that has shared virtual hard disks.

Recommended Action

The operation Change properties of virtual machine is not permitted on a virtual machine that has shared virtual hard disks

First try removing harddisk but when it ask save the config cancel and click on generate script

image

Script will come with many lines but focus on this

image

Add force to the line

image

Source

Wednesday, February 5, 2014

How to upgrade rollup pack for HyperV host?

While we  upgraded SCVMM 2012 R2  server and console for rollup pack 1 but couldn’t find a way to upgrade Hyper V host and it was complaining Warning (20510)

An upgrade is available for Virtual Machine Manager agent version 3.2.7510.0 on the computer XXX.COM.

Recommended Action

Update the VMM agent, and then try the operation again.

To find out the status select the host and then choose view status.

image

Once we choose host agent version and select repair all . This will fix all the remaining host in the cluster.

image

Tuesday, January 28, 2014

Integrate Honeywell Barcode Scanner with XD 7.1 and Wyse T10 thinclient

This post to showcase barcode scanner integration with XD 7.1. Here I am using barcode scanner from Honeywell and exact model is

image

Now to start with we need to configure StoreFront for legacy site. Once legacy site is setup we need to configure Wyse T10 which runs WTOS (Wyse Thin OS)  for legacy site. To configure legacy site on T10 we need to configure remote connection and then choose Citrix Xen where we need to supply PNA legacy site address as http://<URL _of_SF_/CITRIX/STORE/PNAgent/Config.xml >

image

Once this information is supplied it will prompt for reboot post which it will provide login screen.

image

Once logged in it will present a desktop where Hosted shared desktop can be launched

image

While testing barcode scanner ,we used XD 7.1 VDA running over Windows 2008 R2. Please check this video and sorry about bad visual.

Saturday, January 11, 2014

AGEE login box and issue with IE compatibility mode.

When we try to open AGEE page via Firefox , login screen is at center to some extent.

image

But when we try to open the same page using IE, UI is not properly lay out

image

Solution : Press F12 and bring IE into normal mode if it is compatibility mode.