Thursday, June 7, 2012

How to Disable Shift F2 for Citrix published desktop (HSD)

When XenApp desktop (Hosted Shared desktop ) is published user can use Shift +F2 to minimize the desktop . Below test is with  XenApp 6.5 and webinterface 5.4 along with Citrix receiver 3.2. To disable this completely we have to make changes to defult.ica and webinterface.conf for particular site as shown below.

image

Wednesday, June 6, 2012

Avaya CMS Supervisor Error <429> with XenApp 6.5

When Avaya CMS supervisor used to be launch within XA hosted desktop error used to throw <429?

image

This require specific permission per forum. Create folder C:\Program Files\Avaya if this does not exit .  Give authenticated users full control on the folder:

C:\Program Files\Avaya  and C:\Program Files (x86)\Avaya.

image

Now Avaya CMS is launching fine

image

Monday, June 4, 2012

Configuring Reporting Service on SQL 2008 Cluster for EdgeSight

After installing reporting service on SQL 2008 windows cluster , I was getting error HTTP 404 page not found when ever I tried to access the URL

image

I found that port was set to 80 by default for virtual directory and URL was not the blue.

image

I changed the port to 8080 as suggest by Google uncle and then this URL turned into blue

image

Now after this I was able to open the web page but now got some other error message. The report server installation is not initiated. (rsReportServerNotActivated) 

image

Even EdgeSight server was giving me different error stating that report server installation is not initialized.

image

What I found that Report Manager URL had yellow marked . After clicking on apply that went off and url appeared.

image 

This also did not helped then I checked scale out deployment and found that one server has status to be joined. Did cluster failover and connected and joined the server.

image

After that configuration of reporting service was straight forward . Typed the username password and it started configuring ES reporting database without any issue . CTX130967 is a great article to follow for installing EdgeSight.

image

Wednesday, May 30, 2012

Can I expand ISCSI HBA connected to XenServer 6.0.2 online ?

Yes you can and CTX 120865 works like a charm. Make sure from the storage system the lun has been expanded to the desire size. Now ensure all the VM's on that lun is power off to be on safer side.  Below example where SR is expanded from 1 TB to 2TB

1. Run the xe sr-list and note down the UUID for the SR as shown below

clip_image001

2. Now perform the following steps as shown below. Unplug/Replug/resize/rescan

clip_image002

3. Xencenter will show the correct size of SR now. Power on all the VM’s

clip_image003

Hidden Ghost Network Driver on VM running over XenServer

When the network interface is removed or VLAN is changed this can create ghost network driver. When you try to IP the nic it will throw error message "Multiple Default Gateways are intended to provide redundancy ". These are common with VM's running on different hypervisor . 

This can be removed by setting nonpresent devices to show. Run exactly as shown belowimage

Check "Show hidden devices" and this will show all the ghost nic driver . Uninstall and  reboot the VM

image