This command changes the name of a server group, or changes the locator lights or monitoring status on a group of servers.
Change the name of a server group:
set group group name name |
Refresh the N1 System Manager with the latest settings and status of the group of servers:
set group group refresh |
Enable or disable monitoring on a group of servers:
set group group monitored monitored-state |
Set the polling interval on a monitoring type for a specific group of servers:
set group group monitor monitor interval interval |
Turn the locator light on or off on a group of servers:
set group group locator locator-state |
Set the threshold values for an OS resource attribute on a group of servers:
set group group threshold threshold [criticallow value] [criticalhigh value] [warninglow value] [warninghigh value] |
group – The name of a server group.
interval – Set the polling interval for monitoring, in seconds. Valid values are integers above zero.
locator-state – Turn the locator light on or off on the group of servers. Valid values are true (on) and false (off).
monitor – Specify a type of monitoring on the group of servers in order to set its polling interval. Valid values are hardwarehealth, osresources, and network.
monitored-state – Enable or disable monitoring on the group of servers. Valid values are true (enable) and false (disable)
name – A new name for the server group.
refresh – Refresh the management server with the latest settings and status of the group of servers. This status includes monitoring information, currently installed software, and other details.
threshold– Choose an OS resource attribute for which to set one or multiple threshold values. Valid values are:
cpustats.loadavg1min – System load expressed as average number of queued processes over 1 minute.
cpustats.loadavg5min – System load expressed as average number of queued processes over 5 minutes.
cpustats.loadavg15min – System load expressed as average number of queued processes over 15 minutes.
cpustats.pctusage – Overall CPU usage percentage.
cpustats.pctidle – Overall CPU idle percentage.
memusage.pctmemused – Percentage of memory in use.
memusage.pctmemfree – Percentage of memory free.
memusage.mbmemused – Memory in use (MBytes).
memusage.mbmemfree – Memory free (MBytes).
memusage.pctswapused – Percentage of swap space in use.
memusage.mbswapfree – Free swap space (MBytes).
fsusage.pctused – Percentage of file system space in use.
value– Set a threshold value for an OS resource attribute on the group of servers. Valid values for the criticallow, criticalhigh, warninglow, and warninghigh thresholds depend on the attribute. For attributes measuring percentages, the valid value range is 0–100. A value of none disables monitoring of the attribute for that threshold.