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.
Thursday, June 7, 2012
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?
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.
Now Avaya CMS is launching fine
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
I found that port was set to 80 by default for virtual directory and URL was not the blue.
I changed the port to 8080 as suggest by Google uncle and then this URL turned into blue
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)
Even EdgeSight server was giving me different error stating that report server installation is not initialized.
What I found that Report Manager URL had yellow marked . After clicking on apply that went off and url appeared.
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.
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.
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
2. Now perform the following steps as shown below. Unplug/Replug/resize/rescan
3. Xencenter will show the correct size of SR now. Power on all the VM’s
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 below
Check "Show hidden devices" and this will show all the ghost nic driver . Uninstall and reboot the VM
