Specifications

262 ExtremeWare XOS 10.1 Command Reference Guide
Commands for Status Monitoring and Statistics
configure node priority
configure node slot <slot_id> priority <node_pri>
Description
Configures the priority of the node.
Syntax Description
Default
Default node priority is 0.
Usage Guidelines
Use this command to configure the priority of the node. The lower the number, the higher the priority.
The node priority is part of the selection criteria for the primary node. The following list describes the
parameters used to determine the primary node:
Node stateThe node state must be ONLINE to participate in leader election and to be selected
primary. If the node is in the INIT, OFFLINE, or FAIL states, the node will not participate in leader
election.
Configuration priorityUser assigned priority. The configured priority is compared only after the
node meets the minimum thresholds in each category for it to be healthy.
Control channel bandwidthThis is a function of the number of links available and the total
bandwidth of these links.
Software healthRepresents the percent of processes available.
Software versionRepresents the software version the node is running.
Health of secondary hardware componentsRepresents the health of the power supplies, fans, etc.
Slot IDThe number of the slot where the node is installed.
MAC addressThe MAC address is used to determine the primary node if all other parameters are
equal.
Example
The following command configures a priority of 2 for the MSM installed in slot 10:
configure node slot 10 priority 2
slot_id Specifies the slot of the node. Slots:
1-8 specify I/O modules
9-10 specify MSM modules (slot 9 is MSM-A, slot 10 is MSM-B)
node_pri Specifies the priority of the node. The default is 0. The range is 0 to 100.