Appendix B Repository Properties Reference


Cluster properties

Description

Cluster property names begin with com.sybase.jaguar.cluster . A cluster configure load balancing and failover support for an application that is deployed to two or more host machines. In Jaguar Manager, configure cluster properties in the Cluster Properties dialog box.

See Also

Chapter 6, "Clusters and Synchronization"


com.sybase.jaguar.cluster.bindpassword

Description

Specifies the bind password for cluster name servers. The default value is undocumented.

Syntax

password

Where password is the bind password.

Usage

When you create a cluster, a random bind password is automatically generated. In most cases, you do not need to edit the password. However, if a name server is used by two or more clusters, you must configure the clusters to use the same bind password.

In Jaguar Manager, set this property using the All Properties tab in the Cluster Properties dialog box.


com.sybase.jaguar.cluster.initialcontext

Description

Specifies the initial naming context for the cluster naming services.

Syntax

context

Where context is the initial naming context, for example, "/UK/BusinessComponents".

Usage

In Jaguar Manager, set this property using the All Properties tab in the Cluster Properties dialog box.


com.sybase.jaguar.cluster.ipmirrorgroups

Description

Specifies mirror groups used for in-memory component state replication.

Syntax

Specify a comma-separated list of mirror pairs, each of the form:

url1|url2

Where ur1l and url2 are the IIOP listener URLs for the servers in the mirror pair, using host names. For example, this value specifies two mirror pairs:

iiop://mypc:9000|iiop://yourpc:9100,iiop://hispc:9500|iiop://herpc:9600

Each server in a mirror pair must be a member of the cluster, and one server cannot be a member of more than one mirror pair. Servers in a mirror pair should have the same set of stateful components installed.

Usage

In Jaguar Manager, configure this property on the Mirror Pairs tab in the Cluster Properties dialog box.

See Also

com.sybase.jaguar.cluster.ipmirrorgroups


com.sybase.jaguar.cluster.mirrorgroups

Description

Specifies mirror groups used for in-memory component state replication.

Syntax

Same as for com.sybase.jaguar.cluster.ipmirrorgroups, except that you must use IP addresses rather than host names.

See Also

com.sybase.jaguar.cluster.ipmirrorgroups


com.sybase.jaguar.cluster.name

Description

Specifies the cluster name.

Syntax

name

Where name is the cluster name.

Usage

In Jaguar Manager, this property is set when the cluster is created, and cannot be changed.


com.sybase.jaguar.cluster.nameservers

Description

Specifies the cluster's name servers as a list of IIOP URLs.

Syntax

ns1, ns2, ...

Where ns1, ns2, and so forth are IIOP URLs of the form:

iiop://host:port

Where host is the host name and port is the IIOP port number. For example:

iiop://bigbox:9000

Usage

In Jaguar Manager, set this property using the Name Servers tab in the Cluster Properties dialog box.

See Also

"Adding a name server to a cluster",
"Removing a server from a cluster".


com.sybase.jaguar.cluster.primary

Description

Specifies the IIOP URL of the primary cluster, which is the source server of the last synchronize operation.

Syntax

iiop://host:port

Where host is the host name and port is the IIOP port number.

Usage

This property is set automatically when you synchronize a cluster, and should be considered read-only.

In Jaguar Manager, the primary server is displayed in the Primary Server field on the General tab in the Cluster Properties dialog box.

See Also

"Synchronization".


com.sybase.jaguar.cluster.servers

Description

Specifies the servers in the cluster as a list of IIOP URLs.

Syntax

url1, url2, ...

Where url1, url2, and so forth are IIOP URLs of the form:

iiop://host:port

Where host is the host name and port is the IIOP port number. For example:

iiop://bigbox:9000

Usage

In Jaguar Manager, set this property using the Servers tab in the Cluster Properties dialog box.

See Also

"Configuring a server to enable synchronization",
"Adding a server to a cluster",
"Removing a server from a cluster".


com.sybase.jaguar.cluster.startup

Description

Specifies what form of cluster version control member servers perform before joining a cluster.

Syntax

startup_check

Where startup_check is one of:

Usage

In Jaguar Manager, set this property on the All Properties tab in the Cluster Properties dialog box.

See Also

com.sybase.jaguar.cluster.version,
"Cluster start-up options".


com.sybase.jaguar.cluster.updated

Description

Contains audit information for previous synchronize operation.

Syntax

audit_text

Where audit_text is text describing the last synchronize operation.

Usage

This property is set when you synchronize a cluster and should be considered read-only. In Jaguar Manager, view the property using the All Properties tab in the Cluster Properties dialog box.

See Also

"Synchronization"


com.sybase.jaguar.cluster.version

Description

Specifies the version number of the cluster. The version number automatically increments each time you synchronize the cluster.

Syntax

version

Where version is the version number. The default for a new server is 0.

Usage

This property is set when you synchronize a cluster and should be considered read-only. In Jaguar Manager, view the property using the All Properties tab in the Cluster Properties dialog box.

See Also

"Synchronization",
"Cluster start-up options",
com.sybase.jaguar.cluster.startup.

 


Copyright © 2002 Sybase, Inc. All rights reserved.