Showing posts with label XenApp. Show all posts
Showing posts with label XenApp. Show all posts

Tuesday, October 25, 2011

launch.ica パラメータリスト

ほとんどないと思いますが、どうしても解析が必要な方へ。
それぞれのパラメータの意味と、デフォルト値がCitrix eDocs ICA Settings Referenceにあります。

Citrix ICA File Creator

.icaファイル作成ツールのご紹介です。
激しく使えそうなツールです。

「This tool provides you with the ABILITY to create a connection to your Citrix server. Citrix does not supply support for issues or failures when connecting to your farm using connections created with this tool. This tool was never intended for use on, and never tested with, XenDesktop.」


Citrix ICA File Creatorはこちらから

Saturday, September 10, 2011

AccessGatewayからWebInterfaceへSSOする方法

AccessGatewayで入力したログインクレデンシャルをWebInterfaceへ引き継ぐ(SSOする)ためには、
WebInterface側のIISデフォルトサイトのlogin.javaを専用のものに置き換える必要があります。
このlogin.javaはWebInterfaceのバージョンごとに用意されているので気をつけましょう。
入れ替えをよく忘れるので、自分のために(備忘録シリーズ)

CTX106202 - How to Forward Credentials from Access Gateway 4.x to Web Interface 3.x, 4.x, or 5.x - Citrix Knowledge Center


以下は、WI5.4のlogin.javaのreadmeです。
XenDesktopを使用するのであれば、
\Citrix\XenAppではなく、\Citrix\DesktopWebになるはずです。

INSTRUCTIONS FOR WEB INTERFACE 5.4
==================================
Copy Login.java to \app_code\PagesJava\com\citrix\wi\pages\auth\Login.java, for example:
C:\Inetpub\wwwroot\Citrix\XenApp\app_code\PagesJava\com\citrix\wi\pages\auth\Login.java
Changes take effect immediately.
See article CTX106202 for detailed instructions:
http://support.citrix.com/article/CTX106202
NOTE:
=======
Since client detection with Web Interface 5.4 has been moved to the front before the login page appears, the Client Download page has been skipped in order for Single Sign-on to work. As a workaround, users will have to manually install/upgrade the ICA Plugin by clicking on Settings in the toolbar > run Client Detection. Otherwise, click on the Messages in the toolbar to obtain an ICA Plugin.

Wednesday, June 15, 2011

XenApp 6.0 ライセンスサーバでエラーが出る。

また出た、ライセンスサーバのエラー。KBに該当するものがあったので和訳。

[現象 symptoms]
XenApp6.0のLicense Administrator Consoleでライセンスファイルをインポートすると以下エラーが出る。
「Inconsistent server host ID in C:\Program Files (x86)\Citrix\Licensing\MyFiles\license_xxxxxxx.lic」

[解決策 Resolution]
バグなので、FIX版のライセンスサーバver11.6を使う。

[回避策 workaround]
1.再度ライセンスファイルを読み込んでみる。
2.手動でライセンスファイルを置いてみる。
2-1 再度ライセンスファイルをダウンロード
2-2 C:\Program Files(x86)\Citrix\Licensing\MyFilesにコピー
2-3 citrix lisencing ServiceとCitrix Lisencing WMI Serviceを再起動


参照元のCTX124566はこちら