Exit Print View

Oracle Secure Global Desktop Administration Guide for Version 4.6

Document Information

Preface

1.  Networking and Security

2.  User Authentication

3.  Publishing Applications to Users

4.  Configuring Applications

5.  Client Device Support

6.  SGD Client and Webtop

7.  SGD Servers, Arrays, and Load Balancing

A.  Global Settings and Caches

B.  Secure Global Desktop Server Settings

Secure Global Desktop Servers Tab

The Secure Global Desktop Server List Table

General Tab

External DNS Names

User Login

Redirection URL

Security Tab

Connection Types

SSL Accelerator Support

Firewall Forwarding URL

Performance Tab

Maximum Simultaneous Requests

Maximum Simultaneous User Sessions

Maximum File Descriptors

JVM Size

Daily Resource Synchronization Time

Load Balancing Groups

Protocol Engines Tab

Character Protocol Engine Tab

Maximum Sessions

Exit Timeout

Command-Line Arguments

X Protocol Engine Tab

Monitor Resolution

Font Path

RGB Database

Keyboard Map

Client Window Size

Session Start Timeout

Maximum Sessions

Exit Timeout

Command-Line Arguments

Execution Protocol Engine Tab

Maximum Sessions

Exit Timeout

Login Script Directory

Command-Line Arguments

Channel Protocol Engine Tab

Packet Compression

Packet Compression Threshold

Exit Timeout

Print Protocol Engine Tab

Packet Compression

Packet Compression Threshold

Exit Timeout

Audio Protocol Engine Tab

Packet Compression

IO Protocol Engine Tab

Packet Compression

User Sessions Tab

The User Session List Table

Application Sessions Tab

The Application Session List Table

C.  User Profiles, Applications, and Application Servers

D.  Commands

E.  Login Scripts

F.  Third-Party Legal Notices

Glossary

Index

Channel Protocol Engine Tab

Use the attributes on the Channel Protocol Engine tab to tune SGD channel processes. The SGD channel is used to detect information about the client. For example, to detect client drives or audio devices.

From the command line, use the tarantella config list command to list these settings, and the tarantella config edit command to edit these settings.

Changes to these attributes take effect for new Protocol Engines only. Existing Protocol Engines are not affected.

Packet Compression

Usage: Choose a compression setting option.

Description

Whether a Channel Protocol Engine uses data compression on a client connection.

Select On Slow Connection to enable the Channel Protocol Engine to compress data if the connection is slow.

Command Line

Command option: --chpe-compression auto | always | never

Usage: Specify a valid compression setting.

The following example enables data compression for slow client connections only.

--chpe-compression auto

Packet Compression Threshold

Usage: Type a compression threshold value, measured in bytes, in the field.

Description

The smallest size of network packet that a Channel Protocol Engine can compress.

Command Line

Command option: --chpe-compressionthreshold bytes

Usage: Replace bytes with a compression threshold setting, in bytes.

In the following example, a minimum packet size of 256 bytes is specified. Network packets smaller than this value are not compressed.

--chpe-compressionthreshold 256

Exit Timeout

Usage: Type a number in the field.

Description

The length of time, in seconds, a Channel Protocol Engine process continues to run without any active connections.

Command Line

Command option: --chpe-exitafter secs

Usage: Replace secs with the time period, measured in seconds.

In the following example, the Protocol Engine exits after 60 seconds if there are no active connections.

--chpe-exitafter 60