JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle Real Application Clusters Guide
search filter icon
search icon

Document Information

Preface

1.  Installing Support for Oracle RAC

2.  Configuring Storage for Oracle Files

3.  Registering and Configuring the Resource Groups

4.  Enabling Oracle RAC to Run in a Cluster

5.  Administering Support for Oracle RAC

6.  Troubleshooting Support for Oracle RAC

7.  Modifying an Existing Configuration of Support for Oracle RAC

8.  Upgrading Support for Oracle RAC

A.  Sample Configurations of This Data Service

B.  Preset Actions for DBMS Errors and Logged Alerts

C.  Support for Oracle RAC Extension Properties

SUNW.asm_diskgroup Extension Properties

SUNW.crs_framework Extension Properties

SPARC: SUNW.rac_cvm Extension Properties

SUNW.rac_framework Extension Properties

SUNW.rac_svm Extension Properties

SPARC: SUNW.rac_udlm Extension Properties

SUNW.scalable_asm_diskgroup_proxy Extension Properties

SUNW.scalable_asm_instance Extension Properties

SUNW.scalable_asm_instance_proxy Extension Properties

SUNW.scalable_rac_listener Extension Properties

SUNW.scalable_rac_server Extension Properties

SUNW.scalable_rac_server_proxy Extension Properties

SUNW.ScalDeviceGroup Extension Properties

SUNW.ScalMountPoint Extension Properties

SPARC: SUNW.vucmm_cvm Extension Properties

SUNW.vucmm_framework Extension Properties

SUNW.vucmm_svm Extension Properties

SUNW.wait_zc_boot Extension Properties

D.  Command-Line Alternatives

Index

SUNW.ScalMountPoint Extension Properties

debug_level

This property specifies the level to which debug messages from the resource for a file-system mount point are logged. When the debug level is increased, more debug messages are written to the log files.

Data type: Integer

Default: 0

Range: 0–10

Tunable: Any time

filesystemtype

This property specifies the type of file system whose mount point the resource represents. You must specify this property. Set this property to one of the following values:

nas

Specifies that the file system is a file system on a qualified NAS device.

s-qfs

Specifies that the file system is a Sun QFS shared file system.

Data type: String

Default: No default defined

Range: Not applicable

Tunable: When disabled

iotimeout

This property specifies the timeout value in seconds that the fault monitor uses for file input/output (I/O) probes. To determine if the mounted file system is available, the fault monitor performs I/O operations such as opening, reading, and writing to a test file on the file system. If an I/O operation is not completed within the timeout period, the fault monitor reports an error.

Data type: Integer

Default: 300

Range: 5–300

Tunable: Any time

monitor_retry_count

This property specifies the maximum number of restarts by the process monitor facility (PMF) that are allowed for the fault monitor.

Data type: Integer

Default: 4

Range: No range defined

Tunable: Any time

monitor_retry_interval

This property specifies the period of time in minutes during which the PMF counts restarts of the fault monitor.

Data type: Integer

Default: 2

Range: No range defined

Tunable: Any time

mountoptions

This property specifies a comma-separated list of mount options that are to be used when the file system that the resource represents is mounted. This property is optional. If you do not specify a value for this property, mount options are obtained from the file system's table of defaults.

  • For a Sun QFS shared file system, these options are obtained from the /etc/opt/SUNWsamfs/samfs.cmd file.

  • For a file system on a qualified NAS device, these options are obtained from the /etc/vfstab file.

Mount options that you specify through this property override the mount options in the file system's table of defaults.

Data type: String

Default: ""

Range: Not applicable

Tunable: When disabled

mountpointdir

This property specifies the mount point of the file system that the resource represents. The mount point is the full path to the directory where the file system is attached to the file system hierarchy when the file system is mounted. You must specify this property.

The directory that you specify must already exist.

Data type: String

Default: No default defined

Range: Not applicable

Tunable: When disabled

targetfilesystem

This property specifies the file system that is to be mounted at the mount point that the mountpointdir extension property specifies. You must specify this property. The type of the file system must match the type that the filesystemtype property specifies. The format of this property depends on the type of the file system as follows:

  • For a Sun QFS shared file system, set this property to the name that was assigned to the file system when the file system was created. The file system must be correctly configured. For more information, see your Sun QFS shared file system documentation.

  • For a file system on a qualified NAS device, set this property to nas-device:path. The replaceable items in this format are as follows:

    nas-device

    Specifies the name of the qualified NAS device that is exporting the file system. You can optionally qualify this name with a domain.

    path

    Specifies the full path to the file system that the qualified NAS device is exporting.

    The qualified NAS device and the file system must already be configured for use with Sun Cluster. For more information, see Oracle Solaris Cluster 3.3 With Network-Attached Storage Devices Manual.

Data type: String

Default: No default defined

Range: Not applicable

Tunable: When disabled