setUtilThreshold CLI command

Use the setUtilThreshold command to change the cartridge capacity utilization threshold settings. Use the viewUtilThreshold command to view the current settings.

The command has the following options:

  • The -cut (capacity utilization threshold) option controls the behavior of the physical capacity status pod in the bottom left corner of the management GUI System page. When the percentage of slots filled exceeds the -cut value (the default is 99%), the pod changes from green to yellow as a warning. When all licensed slots are filled, the pod turns red.
  • The -daut (dual accessor utilization threshold) option is only applicable to dual-accessor libraries with elastic capacity enabled. It determines the threshold at which cartridges are moved to accessor service areas in the end frames. The default is 98%.

Either -cut or -daut must be specified. Both options can be specified in the same command.

Syntax

setUtilThreshold -cut <nn> -daut <nn> -ssl

Parameters

-cut <nn>
One of the following values. The default setting is 99.0.
  • 50, 55, 60, 65, 70, 75, 80, 85, 90,
  • 91, 92, 93, 94, 95, 96, 97, 98,
  • 99.0, 99.1, 99.2, 99.3, 99.4, 99.5, 99.6, 99.7, 99.8, 99.9

-daut <nn>

A whole number (no decimals) between 90 and 100. The default setting is 98.

-ssl
Required if SSL (HTTPS) is enabled.

Example command

setUtilThreshold -cut 99.5 -daut 95

Example output

The specified utilization threshold(s) were updated.