204
Parameters
controller_id: Specifies the ID of the storage controller.
channel_id: Specifies the channel ID of a drive.
slot_id: Specifies the device ID of a drive.
Examples
# Force the physical drive with device ID 14 to go offline.
[root@localhost ~]# arcconf setstate 1 device 0 14 DDD
Controllers found: 1
Changing state from Ready to Failed may delete any data partitions present on the drive.
Are you sure you want to continue?
Press y, then ENTER to continue or press ENTER to abort: y
Command completed successfully.
Configure consistency check
Perform this task to enable and configure consistency check.
Syntax
arcconf consistencycheck controller_id mode
arcconf consistencycheck controller_id parallelcount
parallelcount_number
Parameters
controller_id: Specifies the ID of the storage controller.
channel_id: Specifies the channel ID of a drive.
slot_id: Specifies the device ID of a drive.
mode: Specifies the action. Options include:
on: Enable consistency check.
off: Disable consistency check.
parallelcount_number: Specifies the number of consistency check concurrencies at the back
end.
Examples
# Enable consistency check and set the number of concurrencies to 4.
[root@localhost ~]# arcconf consistencycheck 1 on
Controllers found: 1
Command completed successfully.
[root@localhost ~]# arcconf consistencycheck 1 parallelcount 4
Controllers found: 1
Command completed successfully.