Cluster resource type
Syntax
Parameters
Remarks
-
Using the cluster resourcetype command
The cluster name is optional. If the name of your cluster is also a cluster command or its abbreviation, such as "cluster" or "c," use /cluster: to explicitly specify the cluster name. For a list of all the cluster commands, see Related Topics.
-
Using the /list command-line option
Resource type display name is optional. If you do not provide a resource type display name, all installed resource types are listed.
-
Using the /delete [/type] command-line option
If the resource DLL cannot be accessed by the Cluster service, specify the resource type name with the /type command-line option instead of specifying the resource type display name.
-
Using the /prop[erties] [PropertyList] command-line option
Resource type display name is optional. Properties for all resourcetypes are displayed if you do not provide a resource type display name. For more information on property lists, see Related Topics.
-
Using the /priv[properties] [PropertyList] command-line option
The resource type display name is optional. If you do not provide a resource type display name, the private properties for all resourcetypes are displayed. For more information on property lists, see Related Topics.
-
Using cluster resourcetype common property names
The following table describes the common cluster resourcetype property names, their uses, and valid settings.
Common Property Names Use Name Changes a resource type display name. Description Changes the text that describes a resource type. DllName Specifies the name of the dynamic-link library (DLL) for a specific resource type. DebugPrefix Specifies the appropriate debugger for the resource type. For more information, see the Microsoft Platform Software Development Kit. DebugControlFunctions Specifies if debugger breakpoint is set at the resource control function. (True (1) it is set; False (0) it is not set.) AdminExtensions Describes one or more class identifiers (CLSID) for Cluster Administrator extensions. LooksAlivePollInterval Specifies the interval (in milliseconds) that the Cluster service polls resources of a particular resource type to determine if the resources appear operational. IsAlivePollInterval Specifies the interval (in milliseconds) that the Cluster service polls resources of a particular resource type to determine if the resources are operational. -
Using cluster resourcetype private property name
By default, there are no private properties for cluster resourcetype. Software vendors can add private properties to extend cluster functionality.
Examples
cluster opsclust1 resourcetype "generic application" /properties
Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |