The following are ctmdiskspace utility examples:
The following command returns a "failed" status if the amount of free disk space in the Control‑M user directory is below 25%:
ctmdiskspace -limit 25% -path /ctm_server/ctmuser
The following command returns a "failed" status if the amount of free disk in the Control‑M user directory is below 20M:
ctmdiskspace -limit 20M -path /ctm_server/ctmuser -path /ctm/tmp
Parent Topic |