• No results found

What is Content Redirection? What are the Requirements for Content Redirection? How is Content Redirection Configured? How does Content Redirection work? Supporting Content Redirection

N/A
N/A
Protected

Academic year: 2020

Share "What is Content Redirection? What are the Requirements for Content Redirection? How is Content Redirection Configured? How does Content Redirection work? Supporting Content Redirection"

Copied!
34
0
0

Loading.... (view fulltext now)

Full text

(1)
(2)

Content Redirection in MetaFrame XP with Feature Release 2

Content Redirection in MetaFrame XP with Feature Release 2

Barry Flanagan

Senior Systems Engineer Brian Stearman

Systems Engineer

Barry Flanagan

Senior Systems Engineer Brian Stearman

(3)

Citrix Confidential

Agenda

What is Content Redirection?

What are the Requirements for Content Redirection?

How is Content Redirection Configured?

How does Content Redirection work?

(4)

What is Content Redirection?

(5)

Citrix Confidential

What is Content Redirection?

Content Redirection allows administrators to specify whether server or local resources are used to open content, no matter where it is stored.

Use Content Redirection to redirect application launching from:

Client to server Server to client

CLIENT

SERVER

(6)

Citrix Confidential

Client to Server

Content Redirection allows files residing on the local workstation to be opened with a published application rather than a

locally installed application.

CLIENT SERVER Local App (Explorer, Word, IE) Acrobat content located anywhere Published Acrobat

(7)

Citrix Confidential

Server to Client

Content Redirection allows a fixed set of URLs encountered within ICA sessions to be launched within locally installed

applications rather than Internet Explorer or players on the MetaFrame XP server.

CLIENT SERVER URL Content Local App (IE or Player) Published App (Outlook) with URL Link

(8)

What are the Requirements for Content Redirection?

(9)

Citrix Confidential

What are the requirements?

Client to Server

MetaFrame XPa or XPe

FR2 server license, FR2 connection licenses

NFuse Classic 1.7

Program Neighborhood Agent ICA client

Client drive mapping enabled

(10)

Citrix Confidential

What are the requirements?

Server to Client

MetaFrame XP

FR2 server license, FR2 connection licenses

(11)

How is Content Redirection Configured?

(12)

Citrix Confidential

How is Content Redirection Configured?

Server to Client

This type of content redirection is enabled in one of three ways.

Farm-wideServer-wide

(13)

Citrix Confidential

How is Content Redirection Configured?

Server to ClientFarm Wide

settings:

Enable for

(14)

Citrix Confidential

How is Content Redirection Configured?

Server to ClientServer level

settingUse farm

settings – OR –

(15)

Citrix Confidential

How is Content Redirection Configured?

Server to Client

User Policy setting

Configured using FR2 user policies

Precedence:

User policy

Server properties

Farm

(16)

Citrix Confidential

How is Content Redirection Configured?

Client to Server

Plan file types to be redirected to the published

applications.

Publish an application.

(17)

Citrix Confidential

How is Content Redirection Configured?

Install the FR2 PNAgent client

Win32 client only

Specifiy the NFuse Classic webserverFR2 farm only

Specify Authentication mechanism

(18)

Citrix Confidential

How is Content Redirection Configured?

Choose authentication method

(19)

Citrix Confidential

PNAgent / Client configuration

Client Options

Server

Application DisplayIca Options

Deploying/configuring the client:

Config.xml

Command line MSI

(20)

Citrix Confidential

PNAgent / Client configuration

Client OptionsServer

Server URLLogon Mode

Application display

Show apps. in start menu (+location!)Display in desktop folder & system tray

ICA Options

(21)

Citrix Confidential

PNAgent / Client configuration

Deploying the client!Config.xml

Settings contained in Config.xml

Location: Inetpub\wwwroot\Citrix\PNAgent

See pp. 58-70 ICA Win32 Client Admin. GuideIca32a.msi

msiexec /I <MSI_Package> /qn+ [Key=Value]

Key/Value pairs pp. 41-42 ICA Win32 Client Admin. GuideIca32a.exe

Extract files with compression utility

Locate and modify install.ini

(22)

Citrix Confidential

PNAgent / Client configuration

Sample Client options:

Server URL (http or https)

Start Menu location (under Programs)Authentication type / logon mode

NDS ContextScreen sizeAudio quality

Which options users see (tabs)AND More…….

(23)

How does Content Redirection Work?

(24)

Citrix Confidential

How does Content Redirection Work?

Client to Server

The user authenticates to the farm using the PNAgent client.

The PNAgent client edits the file type associations in the registry to point to published applications (pulled from config.xml on NFuse Classic server).

When a user clicks on a file type configured for content redirection, the published application is utilized.

(25)

Citrix Confidential

How does Content Redirection Work?

Client to Server – Registry Modifications

A sample of the registry modifications made to the client workstation if MS Paint were the published application:

HKEY_CURRENT_USER\Software\Classes\PAINT.PICTURE\shell\

open\command=(Default) REG_SZ "C:\Program Files\Citrix\

PNAgent\pnagent.exe" /launch <Twincam88 Paint> /param:”\\Client\ %1\”

HKEY_CLASSES_ROOT\Paint.Picture\shell\open\

command=(Default) REG_SZ "C:\\Program Files\Citrix\PNAgent\ pnagent.exe" /launch <Twincam88 Paint> /param:"\\Client\%1\"

(26)

Citrix Confidential

How does Content Redirection Work?

Server to Client

On install of Feature Release 2, the server registry is modified.

HKEY_CLASSES_ROOT\http\shell\open\command.

The current value for the key copied to a new key “command_backup”. The command key set to

“ServerFTA.exe %1”. ServerFTA.exe executes Server to Client Redirection.

(27)

Citrix Confidential

How does Content Redirection Work?

Server to Client - Once a URL linked is clicked in a published application:

Three checks are made:

ServerFTA.exe checks session id to verify this is an ICA session (not console or RDP).

Verify that a valid FR2 license is on the server.

Verify that Server to Client Redirection is enabled for farm, server, or user.

If all answers are yes, ServerFTA proceeds. If any answer is no, control is passed to the executable called in the

(28)

Citrix Confidential

How does Content Redirection Work?

ServerFTA.exe sends a message to the client via the ICA Control Virtual Channel to launch link via local application.

Local client passes link info to appropriate local application.

If the client does not have an appropriate player or cannot directly access the

(29)

Citrix Confidential

How does Content Redirection Work?

URLs Redirected by Default

http Hypertext Transfer Protocol

https Secure Hypertext Transfer Protocol

rtsp Real Player and QuickTime

rtspu Real Player and QuickTime

pnm Older Real Players

(30)

Supporting Content Redirection

(31)

Citrix Confidential

Supporting Content Redirection

Issues

Content Redirection is unidirectional. For

example, mailto: links will not be redirected to server.

Microsoft Word does not redirect HTTP or HTTPS type hyperlinks to the Web browser on the client device. This is because the Microsoft Office suite does not directly access the “Shell” values and redirects these types of links directly to the

(32)

Citrix Confidential

Supporting Content Redirection

Issues

Neither the Notepad text editor

(Notepad.exe) nor the Write text editor (Write.exe) support URL hyperlinks.

Any applications installed manually (not

(33)

Citrix Confidential

Supporting Content Redirection

Support Utilities

Microsoft provides a free utility FTYPE to check current File Type Associations.

If PN Agent crashes, it may be necessary to clean up File Type Associations. FTACLN.exe is

provided to restore client’s File Type

(34)

Questions?

References

Related documents

การขออนุมัติไปราชการ ในกรณีที่โครงการดังกลาวจัดนอกมหาวิทยาลัย (หมายถึง นอกพื้นที่มหาวิทยาลัยนเรศวร ทั้งภายในจังหวัดพิษณุโลก

We have carried out an auditors’ review of the condensed consolidated financial statements – consisting of the consolidated statement of comprehensive income, balance sheet,

The rendering engine, sup- ported by a specialized client application for the automatic generation of goal oriented motion of synthetic characters, is used to produce realistic

The total value of the world’s financial assets—including equities, private and government debt, and deposits—climbed in 2007 by $29 trillion in nominal terms to $196 trillion, an

indicated that an increase of intracellular calcium ion levels by thapsigargin stimulates pip92 expression via ERK- as well as Src kinase-dependent signaling pathways, suggesting

• The proportion of General Enquiries resolved within 3 working days fell just short of the 95% target (94.1%) after meeting or exceeding its target in the previous two quarters..

This study was conducted to examine the effects of low-level Nd:YAG laser irradiation for Gin-1, and for investigating for the presence of cellular damage arising from the

A: The IRS only has 10 years from the date of assessment to collect your delinquent taxes. Once the statute of limitations expires, your liability expires. However, this