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

Secure Global Desktop Authentication Tab

The Authentication Wizard

Token Generation

Password Cache

Third-Party Authentication

System Authentication

Search Local Repository

Search LDAP Repository

Use Default Third-Party Identity

Use Default LDAP Profile

Use Closest Matching LDAP Profile

LDAP/Active Directory

Unix

Authentication Token

Windows Domain Controller

SecurID

Anonymous

Search Unix User ID in Local Repository

Search Unix Group ID in Local Repository

Use Default User Profile

Windows Domain

Active Directory

LDAP

Service Objects Tab

The Service Objects List Table

Name

Type

Enabled

URLs

User Name and Password

Connection Security

Active Directory Base Domain

Active Directory Default Domain

Application Authentication Tab

Password Cache Usage

Action When Password Expired

Smart Card Authentication

Dialog Display

"Save Password" Box

"Always Use Smart Card" Box

Display Delay

"Launch Details" Pane

Communication Tab

Unencrypted Connections Port

Encrypted Connections Port

AIP Keepalive Frequency

Timeout for User Session Resumability

Timeout for General Resumability

Resource Synchronization Service

User Session Idle Timeout

Performance Tab

Application Session Load Balancing

Application Load Balancing

Client Device Tab

Windows Client Drive Mapping

Unix Client Drive Mapping

Dynamic Drive Mapping

Windows Audio

Windows Audio Sound Quality

Unix Audio

Unix Audio Sound Quality

Smart Card

Serial Port Mapping

Copy and Paste

Client's Clipboard Security Level

Time Zone Map File

Editing

Printing Tab

Client Printing

Universal PDF Printer

Make Universal PDF Printer the Default

Universal PDF Viewer

Make Universal PDF Viewer the Default

Postscript Printer Driver

Security Tab

New Password Encryption Key

Timeout for Print Name Mapping

Connection Definitions

X Authorization for X Display

Monitoring Tab

Log Filter

Billing Service

Resilience Tab

Array Failover

Monitor Interval

Monitor Attempts

Find Primary Interval

Find Primary Attempts

Action When Failover Ends

Backup Primaries

Caches Tab

Passwords Tab

Description

Command Line

Tokens Tab

Description

Command Line

B.  Secure Global Desktop Server Settings

C.  User Profiles, Applications, and Application Servers

D.  Commands

E.  Login Scripts

F.  Third-Party Legal Notices

Glossary

Index

Resilience Tab

Attributes on the Resilience tab are used to configure settings for array resilience. Array resilience is used when the primary SGD server in an array becomes unavailable.

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

Array Failover

Usage: Select or deselect the check box.

Description

Whether to enable array failover for the array. By default, array failover is disabled.

Changes to this attribute take effect immediately.

Command Line

Command option: --array-failoverenabled 1 | 0

Usage: Specify 1 (true) or 0 (false).

The following example enables array failover for the SGD array.

--array-failoverenabled 1

Monitor Interval

Usage: Type a time period, measured in seconds, in the field.

Description

The length of time, in seconds, between operations used to monitor the array. The default value is 60 seconds.

This attribute is used with the Monitor Attempts attribute to determine the time period before array failover is started.

Changes to this attribute take effect immediately.

Command Line

Command option: --array-monitortime secs

Usage: Replace secs with the array monitor interval, measured in seconds.

The following example sets the array monitor interval to 30 seconds.

--array-monitortime 30

Monitor Attempts

Usage: Type a number in the field.

Description

The number of consecutive array monitoring operations that must fail before array failover is started. The default value is 10.

This attribute is used with the Monitor Interval attribute to determine the time period before array failover is started.

Changes to this attribute take effect immediately.

Command Line

Command option: --array-maxmonitors num

Usage: Replace num with the maximum number of array monitor attempts.

The following example sets the maximum number of array monitor attempts to 5.

--array-maxmonitors 5

Find Primary Interval

Usage: Type a time period, measured in seconds, in the field.

Description

When array failover begins, a new primary server is selected from the backup primaries list. This attribute configures the length of time, in seconds, between attempts to contact the new primary server. The default value is 60 seconds.

This attribute is used with the Find Primary Attempts attribute to determine the timeout period for contacting a new primary server. If the contact operation fails after this time period, the next server in the backup primaries list is used.

Changes to this attribute take effect immediately.

Command Line

Command option: --array-resubmitfindprimarywait secs

Usage: Replace secs with the find primary interval, measured in seconds.

The following example sets the find primary interval to 30 seconds.

--array-resubmitfindprimarywait 30

Find Primary Attempts

Usage: Type a number in the field.

Description

When array failover begins, a new primary server is selected from the backup primaries list. This attribute configures the maximum number of attempts made to contact the new primary server. The default value is 3.

This attribute is used with the Find Primary Interval attribute to determine the timeout period for contacting a new primary server. If the contact operation fails after this time period, the next server in the backup primaries list is used.

Changes to this attribute take effect immediately.

Command Line

Command option: --array-resubmitfindprimarymax num

Usage: Replace num with the maximum number of find primary attempts.

The following example sets the maximum number of find primary attempts to 5.

--array-resubmitfindprimarymax 5

Action When Failover Ends

Usage: Select an option.

Description

Determines what happens when the original primary server becomes available after array failover.

The options are as follows:

Command Line

Command option: --array-primaryreturnaction accept | ignore | acceptsecondary

Usage: Specify the primary return action setting.

The following example specifies that the original primary server, and any attached secondary servers, do not rejoin the array after array failover.

--array-primaryreturnaction ignore

Backup Primaries

Usage: Use the Backup Primaries table to manage the backup primaries list. Use the New and Delete buttons to add and remove servers in the Backup Primaries table. Order the servers using the Move Up and Move Down buttons. Use the Reload button to refresh the table.

Description

The backup primaries list is a list of secondary servers that can be promoted to primary server during array failover. When you build an array, the backup primaries list is created automatically. If you add a secondary server to the array, an entry is added at the end of the list. If you remove a secondary server from the array, the entry for the server is removed from the list.

Entries in the backup primaries list are in order of priority, with the highest priority secondary server at the top of the list.

Clicking the New button displays the Available Secondaries table, a list of secondary servers in the array that are not on the backup primaries list. To add a secondary server in the Available Secondaries table to the backup primaries list, select the server and click Add.

Command Line

On the command line, use the tarantella array commands to manage the backup primaries list. See The tarantella array Command.