Cluster Node
Syntax
Parameters
Remarks
-
Using the cluster node command
The cluster name is optional. If the name of your cluster is also a cluster command or its abbreviation, such as "node", use /cluster: to explicitly specify the cluster name. For a list of all the cluster commands, see Related Topics.
With /force[cleanup], /start, /stop, and /evict, the command-line option /wait[:Timeout_in_Seconds] specifies how long Cluster.exe waits before canceling the command if it does not successfully complete. If a time-out is not specified, Cluster.exe waits indefinitely or until the node state changes.
The node name (node_name) is optional for all commands except for /listint[erfaces] or when you use the /prop[erties] or /priv[properties] commands to set common or private properties.
-
Using the /stat[us] command-line option
The node name is optional. The status of all nodes is displayed if you do not provide a node name.
-
Using the /evict command-line option
If both the node and the cluster are up, this command evicts the node and removes the cluster configuration from the node. If the cluster is up, but the node is down, this command only evicts the node. The Cluster service will then remove the cluster configuration for the node when it detects that the node no longer belongs to the cluster.
-
Using the /force[cleanup], /start, /stop, /pause, /resume, or /evict command-line options
If the node name is not specified, the command will take effect on the local node, that is, the node where the command is run.
-
Using the /prop[erties] [PropertyList] command-line option
The node name is optional. If you do not specify a node name, properties for all nodes are displayed. For more information on property lists, see Related Topics.
-
Using the /priv[properties] [PropertyList] command-line option
The node name is optional. If you do not provide a node name, private properties for all nodes are displayed . For more information on property lists, see Related Topics.
-
Using the /stat[us], /prop[erties], or /priv[properties] command-line options
If the node name is not specified, the command will display results for all nodes in the cluster.
- Using cluster node common property names
The following table describes the common cluster node property names, their uses, and valid settings.
Common property names Use Description Describes a node. EventEnableLogReplication Specifies if Event Log Replication is enabled or disabled on a node. (True (1) means enabled; False (0) means disabled.) If the cluster Event Log Replication is disabled, Event Log Replication on a node is disabled, regardless of property setting. NodeName Displays the name of the node. NodeHighestVersionNodeLowestVersion
Displays the highest and lowest versions of the Cluster service with which a node is compatible. MajorVersionMinorVersion
Displays the version of the operating system installed on the node (for example, MajorVersion=5 and MinorVersion=00 indicates a version number of 5.00). BuildNumber Displays the build number of the operating system installed on the node. CSDVersion Displays the version of the latest service pack installed on the node. - Using cluster node private property name
By default, there are no private properties for cluster node. Software vendors can add private properties to extend cluster functionality.
Examples
cluster node opsnode1 /status
Formatting legend
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 |