Reference Guide

Qualifier Description
--password
Password associated with the remote username.
Example
Run the following command to download the configuration with the unique identifier 40bb350f-9924-4c3d-b982-
ec3c61087442 to /home/eng.
svc_arrayconfig download --ip=10.12.13.45 --path=/home/eng
--username=tom
--password=password
40bb350f-9924-4c3d-b982-ec3c61087442
Make space on the root partition (svc_cleanup)
This service script allows you to gain access to a system that is full by removing data that is consuming space on the root
partition.
The cleanup deletes old data collections, old journal logs, and old core dumps.
Verify that the root partition is full. If the root partition is not full, the system asks if you want to continue.
Remove old data collections from /cyc_var/cyc_service/data_collection. If a data collection is not found, find old
journal logs in /var/log/journal and delete oldest one.
If a journal log is not found, you can find a core dump at /cyc_var/cyc_dumps/processed/ and delete it.
Usage
Function
System Operations
Mode Service
Usage Service
Requires service user password? Yes
Requires root privileges? No
May cause data unavailability? No
May cause data loss? No
Scope Node
Prerequisites None
Format
svc_cleanup [-h]
Optional arguments
Qualifier
Description
-h, --help Show the help message and exit.
-d, --dataCollection Clean up the data collections.
Service Commands 13