Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
Sun Cluster MiscellaneousSUNW.rac_udlm(5)


NAME

 SUNW.rac_udlm, rac_udlm - resource type implementation for the configuration of the UNIX Distributed Lock Manager (Oracle UDLM) component of Sun Cluster Support for Oracle Parallel Server/Real Application Clusters

DESCRIPTION

 

The SUNW.rac_udlm resource type enables the management of the Oracle UDLM component of Sun Cluster Support for Oracle Parallel Server/Real Application Clusters. The management of this component involves the following activities:

  • Setting the parameters of the Oracle UDLM component
  • Monitoring the status of the Oracle UDLM component

The SUNW.rac_udlm resource type is a single-instance resource type. Only one resource of this type may be created in the cluster.

To register this resource type and create instances of this resource type, use one of the following utilities:

  • The scsetup(1M) utility, specifying the option for configuring Sun Cluster Support for Oracle Parallel Server/Real Application Clusters
  • The scrgadm(1M) utility

You can set the following extension properties for an Oracle UDLM resource by using the scrgadm utility.

Note – Some extension properties are tunable only when the resource is disabled. You can modify such extension properties only when the Oracle UDLM is not running on any cluster node.
Failfastmode
Type enum; defaults to panic. This property specifies the failfast mode of the node on which the Oracle UDLM is running. The failfast mode determines the action that is performed in response to a critical problem with this node. The possible values of this property are as follows:
off
Failfast mode is disabled.
panic
The node is forced to panic.


You can modify this property at any time. The modified value is used for the next start-up of the Oracle UDLM. The Oracle UDLM is started when a node is rebooted.
Num_ports
Type integer; minimum 16; maximum 64; defaults to 32. This property specifies the number of communications ports that the Oracle UDLM uses. You can modify this property only when the resource is disabled. The modified value is used for the next start-up of the Oracle UDLM. The Oracle UDLM is started when a node is rebooted.
Oracle_config_file
Type string; defaults to /etc/opt/SUNWcluster/conf/udlm.conf. This property specifies the configuration file that the Oracle distributed lock manager (DLM) uses. This file must already exist. The file is installed when the Oracle software is installed. For more information, refer to the documentation for the Oracle software. You can modify this property at any time. The modified value is used for the next start-up of the Oracle DLM.
Port
Type integer; minimum 1024; maximum 65500; defaults to 6000. This property specifies the communications port number that the Oracle UDLM uses. You can modify this property only when the resource is disabled. The modified value is used for the next start-up of the Oracle UDLM. The Oracle UDLM is started when a node is rebooted.
Schedclass
Type enum; defaults to RT. This property specifies the scheduling class of the Oracle UDLM that is passed to the priocntl(1) command. The possible values of this property are as follows:
RT
Real-time
TS
Time-sharing
IA
Interactive


You can modify this property only when the resource is disabled. The modified value is used for the next start-up of the Oracle UDLM. The Oracle UDLM is started when a node is rebooted.
Schedpriority
Type integer; minimum 0; maximum 59; defaults to 11. This property specifies the scheduling priority of the Oracle UDLM that is passed to the priocntl command. You can modify this property only when the resource is disabled. The modified value is used for the next start-up of the Oracle UDLM. The Oracle UDLM is started when a node is rebooted.
Udlm_abort_step_timeout
Type integer; minimum 30; maximum 99999; defaults to 325. This property specifies the timeout (in seconds) for the abort step of an Oracle UDLM reconfiguration. You can modify this property at any time. The modified value is used for the next reconfiguration of the Oracle UDLM.
Udlm_start_step_timeout
Type integer; minimum 30; maximum 99999; defaults to 100. This property specifies the timeout (in seconds) for the start step of an Oracle UDLM reconfiguration. You can modify this property at any time. The modified value is used for the next start-up of the Oracle UDLM. The Oracle UDLM is started when a node is rebooted.
Udlm_step1_timeout
Type integer; minimum 30; maximum 99999; defaults to 100. This property specifies the timeout (in seconds) for step 1 of an Oracle UDLM reconfiguration. You can modify this property at any time. The modified value is used for the next reconfiguration of the Oracle UDLM.
Udlm_step2_timeout
Type integer; minimum 30; maximum 99999; defaults to 100. This property specifies the timeout (in seconds) for step 2 of an Oracle UDLM reconfiguration. You can modify this property at any time. The modified value is used for the next reconfiguration of the Oracle UDLM.
Udlm_step3_timeout
Type integer; minimum 30; maximum 99999; defaults to 100. This property specifies the timeout (in seconds) for step 3 of an Oracle UDLM reconfiguration. You can modify this property at any time. The modified value is used for the next reconfiguration of the Oracle UDLM.
Udlm_step4_timeout
Type integer; minimum 30; maximum 99999; defaults to 100. This property specifies the timeout (in seconds) for step 4 of an Oracle UDLM reconfiguration. You can modify this property at any time. The modified value is used for the next reconfiguration of the Oracle UDLM.
Udlm_step5_timeout
Type integer; minimum 30; maximum 99999; defaults to 100. This property specifies the timeout (in seconds) for step 5 of an Oracle UDLM reconfiguration. You can modify this property at any time. The modified value is used for the next reconfiguration of the Oracle UDLM.

EXAMPLES

 Example 1. Changing a Property of a rac_udlm Resource
 

This example sets the timeout for step 4 of a reconfiguration of the Oracle UDLM component of Sun Cluster Support for Oracle Parallel Server/Real Application Clusters to 45 seconds. The example assumes that an instance of the SUNW.rac_udlm resource type named rac_udlm has been created.

 
example# scrgadm -c -j rac_udlm\
         -x udlm_step4_timeout=45

ATTRIBUTES

 

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWudlm

SEE ALSO

 

priocntl(1), scrgadm(1M), scsetup(1M), attributes(5)



SunOS 5.9Go To TopLast Changed 16 Apr 2003