202
Command completed successfully.
Collect logs
Perform this task to collect storage controller logs.
Syntax
arcconf savesupportarchive path
Parameters
path: Specifies the path for storing the log file.
Examples
# Collect storage controller logs and save the log in the home directory.
[root@localhost ~]# arcconf savesupportarchive /home
Controllers found: 1
Collecting uart logs may take few seconds...
The logs are saved in relevant folders in /home/Support
Command completed successfully.
Enable or disable LD cache
Perform this task to enable or disable the LD cache feature.
Syntax
arcconf setcache controller_id logicaldrive LD_id con
arcconf setcache controller_id logicaldrive LD_id coff
Parameters
controller_id: Specifies the ID of the storage controller.
LD_id: Specifies the ID of a LD.
Examples
# Enable cache for LD 0.
[root@localhost Firmware]# arcconf setcache 1 logicaldrive 0 con
Controllers found: 1
Command completed successfully.
# Disable cache for LD 0.
[root@localhost ~]# arcconf setcache 1 logicaldrive 0 coff
Controllers found: 1
Command completed successfully.
# Set the cache write policy to write through.
[root@localhost Firmware]# arcconf setcache 1 logicaldrive 0 wt
Controllers found: 1
Command completed successfully.