41cletype 1
Invalid type
The type that you specified with the -t or -p option does not exist.
Examples EXAMPLE l Adding a SCSI Quorum Device
The following clquorum command configures a SCSI quorum device that is connected to all the cluster nodes.
# clquorum add /dev/did/rdsk/d4s2
When you use the add subcommand, the shared_disk type is the default. To add a shared_disk quorum device, you do not need to specify -t shared_disk.
EXAMPLE 2 Adding a Network Appliance NAS Quorum Device
The following clquorum command adds the Network Appliance NAS quorum device qd1 that is connected to all the cluster nodes.
# clquorum -t netapp_nas -p filer=nas1.sun.com -p lun_id=0 qd1
The name of the NAS quorum device must be unique across all cluster quorum devices.
EXAMPLE 3 Adding a Quorum Server
The following clquorum command configures a quorum server, qsl:
# clquorum add -t quorum_server -p qshost=10.11.114.81 -p port=9000 qs1
EXAMPLE 4 Removing a Quorum Device
The following clquorum command removes the d4 quorum device.
# clquorum remove d4
The command that you use to remove a quorum device is the same, whether your device has a type of shared_disk, nas, or quorum_server.
EXAMPLE 5 Putting a Quorum Device into a Maintenance State
The following clquorum command puts a quorum device, qs1 into a maintenance state and verifies that the device is in a maintenance state.
# clquorum disable qs1
# clquorum status qs1
=== Cluster Quorum === — Quorum Votes by Device —
Device Name Present Possible Status qs1 1 1 Offline
EXAMPLE 6 Resetting the Quorum Votes of a Quorum Device
The following clquorum command resets the configured quorum vote count of a quorum device, d4, to the default.
# clquorum enable d4
EXAMPLE 7 Displaying the Configured Quorum Devices in the Cluster
The following clquorum commands display the quorum devices in concise format and verbose format.
# clquorum list qd1
pcow1
pcow2
# clquorum list -v
Quorums Type d4 shared_disk qd1 netapp_nas
EXAMPLE 7 Displayingthe Configured Quorum Devices in the Cluster (Continued)
pcowl node pcow2 node
Attributes See attributes(5) for descriptions of the following attributes:
Post a comment