Installing Citrix XenTools 6.2 on CentOS Linux release 6.0 (Final) from command line

Installing Citrix XenTools 6.2 on CentOS Linux release 6.0 (Final) from command line Mount the Xe-Tools.iso from XenServer SSH to the CentOS Linux system Mount the Xen Tools: cd /mnt mkdir xe-tools mount /dev/cdrom /mnt/xe-tools verify the xe-tools contents:   [root@centOSSys1 /]# ls /mnt/xe-tools AUTORUN.INF              citrixguestagentx86.msi  citrixvssx86.msi         citrixxendriversx86.msi  dotNetFx40_Full_x86_x64.exe  installwizard.msi  README.txt citrixguestagentx64.msi  citrixvssx64.msi         citrixxendriversx64.msi  copyright.txt            EULA_DRIVERS                 Linux              xenlegacy.exe [root@centOSSys1 /]# ls /mnt/cdrom/Linux/ debian-lenny  versions.deb                             xe-guest-utilities_6.2.0-1120_i386.deb    xe-guest-utilities-xenstore-6.2.0-1120.i386.rpm install.sh    versions.rpm                             xe-guest-utilities-6.2.0-1120.i386.rpm    xe-guest-utilities-xenstore-6.2.0-1120.x86_64.rpm rhel4x        xe-guest-utilities_6.2.0-1120_amd64.deb  xe-guest-utilities-6.2.0-1120.x86_64.rpm  xe-linux-distribution [root@centOSSys1 /]# Run the install.sh script: /mnt/xe-tools/Linux/install.sh [root@centOSSys1 ]# ./install.sh Detected `CentOS Linux release 6.0 (Final)’ (centos version 6). The following changes will be made to […]

Read more

Installing ActiveX Plug-in: Auto-Download the Citrix ICA Web Client and Embed the Wficat.cab Web Client into a Web Page

How to Auto-Download the ICA Web Client When ICA Embedding is not Used This section describes the line of code needed to get the ICA Web Client to auto-download without displaying an embedded ICA link. NOTE: This applies only to the Internet Explorer. If you are using Netscape, each workstation has to manually install the Web Client. For more information about Citrix Web Computing, see the Citrix Web site or the documentation supplied with our products. Typically Citrix associates the auto-download of the ICA Web Client within an embedded ICA link. With the help of this code, when Internet Explorer […]

Read more