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

Performance Tab

Use attributes on the Performance tab to tune the SGD server.

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

Maximum Simultaneous Requests

Usage: Type a number in the field.

Description

The maximum number of requests the server processes simultaneously.

As a rough guide, set this to the number of central processing units (CPUs) multiplied by 4.

Too high a setting might degrade performance.

Changes to this attribute take effect immediately.

Command Line

Command option: --tuning-maxrequests num

Usage: Replace num with the maximum number of simultaneous requests.

The following example sets the maximum number of simultaneous requests to 7.

--tuning-maxrequests 7

Maximum Simultaneous User Sessions

Usage: Type a number in the field.

Description

The maximum number of simultaneous user sessions. A user session is defined as a connection between an SGD Client and the SGD server.

Once the limit is reached, connections are refused.

Too high a setting might degrade performance.

Changes to this attribute take effect immediately.

Command Line

Command option: --tuning-maxconnections num

Usage: Replace num with the maximum number of simultaneous user sessions.

The following example sets the maximum number of simultaneous user sessions to 1000.

--tuning-maxconnections 1000

Maximum File Descriptors

Usage: Type a number in the field.

Description

The maximum number of open file descriptors allowed.

Increasing this value increases the number of simultaneous connections that can be handled.

This value affects all SGD server components.

Too high a setting might degrade performance.

Changes to this attribute take effect when the server restarts.

Command Line

Command option: --tuning-maxfiledescriptors num

Usage: Replace num with the maximum number of open file descriptors.

The following example sets the maximum number of open file descriptors to 4096.

--tuning-maxfiledescriptors 4096

JVM Size

Usage: Type numbers in the fields.

Description

These attributes control the size and expansion rate of the memory allocated to the SGD server’s Java Runtime Environment (JRE). The following attributes are available:

Too high a setting might degrade performance.

Changes to this attribute take effect when the server or JVM software restarts.

Command Line

Command option: --tuning-jvm-initial MB

Usage: Replace MB with the initial memory allocation for the JVM software, in megabytes.

Command option: --tuning-jvm-scale percent

Usage: Replace percentage with a dynamic scaling factor, expressed as a percentage.

Command option: --tuning-jvm-max MB

Usage: Replace MB with the maximum memory allocation for the JVM software, in megabytes.

The following examples set the initial JVM software size to 58 megabytes. The amount of JVM software memory can be scaled up to 150% when needed. The maximum JVM software size is set to 512 megabytes.

--tuning-jvm-initial 58
--tuning-jvm-scale 150
--tuning-jvm-max 512

Daily Resource Synchronization Time

Usage: Type a number in the field.

Description

When to start resource synchronization each day, if enabled for the array.

Use the server’s local time zone.

Express the time in 24-hour clock format. For example, use 16:00 for 4 p.m.

Changes to this attribute take effect immediately.

Command Line

Command option: --tuning-resourcesync-time hh:mm

Usage: Replace hh:mm with the time, in 24-hour clock format.

The following example sets the resource synchronization time to 4:00 (4 a.m.)

--tuning-resourcesync-time 4:00

Load Balancing Groups

Usage: Type the load balancing groups for this SGD server in the field.

Description

This attribute is a string identifying the load balancing group for an SGD server in an array. This information can be used for application load balancing.

This attribute is used to enable optimal bandwidth usage. SGD servers are chosen from the same load balancing groups as application servers, where possible.

Leave this attribute blank unless your array spans a wide area network (WAN), or includes slow links, and you are using load balancing.

More than one string is allowed, but this slows application launch.

If used, set this attribute on all SGD servers in the array, and all application server objects in the organizational hierarchy.

Command Line

Command option: --server-location location

Usage: Replace location with a string identifying the load balancing group for the SGD server in the array.

The following example specifies a location of boston.

--server-location boston