A newer release of this product is available.
storage stackmon modify
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The storage stackmon modify command modifies stackmon.
Parameters
-node {<nodename>|local}- Node (privilege: advanced)-
This parameter specifies the node on which to modify stackmon.
[-paused {true|false}]- Paused (privilege: advanced)-
This parameter specifies whether stackmon is paused. If set to true, stackmon will not respond to any topology changes.
[-reset-timer <true>]- Reset Stackmon Timer (privilege: advanced)-
This parameter resets stackmon's timer, which will trigger it to check for and resolve any stack ID conflicts.
[-refresh-shelf-table <true>]- Refresh Shelf Table (privilege: advanced)-
This parameter refreshes the table used by
storage shelfcommands.
Examples
The following example pauses stackmon on all nodes.
cluster1::> storage stackmon modify -node * -paused true
The following example triggers stackmon on all nodes.
cluster1::> storage stackmon modify -node * -reset-timer true -paused false