Administrator Guide
Table Of Contents
- Dell EMC Storage Systems Administrator Guide for PowerStore and Unity XT metro node feature
- CLI Workspace and User Accounts
- Meta Volumes
- System Management
- Thin support in metro node
- Provisioning Storage
- Volume expansion
- Data migration
- About data migrations
- Migrating thin-capable storage
- About rebuilds
- One-time data migrations
- Batch migrations
- Prerequisites
- Creating a batch migration plan
- Checking a batch migration plan
- Modifying a batch migration file
- Starting a batch migration
- Pausing/resuming a batch migration (optional)
- Canceling a batch migration (optional)
- Monitoring a batch migration’s progress
- Viewing a batch migration’s status
- Committing a batch migration
- Cleaning a batch migration
- Removing batch migration records
- Configure the WAN Network
- Consistency Groups
- Performance and Monitoring
- Metro node with active-passive storage arrays
- Index
Use the set command to disable, or modify automatic polling for a monitor.
In the following example:
● The set command changes the period attribute to 0, disabling automatic polling
● The ll command displays the change:
VPlexcli:/monitoring/directors/director-2-1-B/monitors/director-2-1-B_TestMonitor>
set period 0
VPlexcli:/monitoring/directors/director-2-1-B/monitors/director-2-1-B_TestMonitor> ll
Attributes:
Name Value
--------------- --------------------------------------------------------------
average-period -
bucket-count 64
bucket-max -
bucket-min -
bucket-width -
collecting-data false
firmware-id 4
idle-for 5.78min
ownership true
period 0s
.
.
.
To re-enable polling, use the set command to change the period attribute to a non-zero value.
Enabling/disabling sinks
Use the set command to enable or disable a monitor sink.
About this task
To disable a monitor sink:
VPlexcli:/monitoring/directors/director-2-1-B/monitors/director-2-1-B_TestMonitor/sinks/
console> set enabled false
VPlexcli:/monitoring/directors/director-2-1-B/monitors/director-2-1-B_TestMonitor/sinks/
console> ll
Name Value
------- -------
enabled false
format table
sink-to console
type console
To enable a monitor sink:
VPlexcli:/monitoring/directors/director-2-1-B/monitors/director-2-1-B_TestMonitor/sinks/
console> set enabled true
VPlexcli:/monitoring/directors/director-2-1-B/monitors/director-2-1-B_TestMonitor/sinks/
console> ll
Name Value
------- -------
enabled true
format table
sink-to console
type console
90
Performance and Monitoring