145
slot_id: Specifies the ID of the physical drive slot.
mode: Specifies the action to take. Options include offline and online.
Examples
# Manually make a physical drive go offline.
[root@localhost home]# ./storcli64 /c0/e2/s23 set offline
CLI Version = 007.1017.0000.0000 May 10, 2019
Operating system = Linux 4.18.0-193.el8.x86_64
Controller = 0
Status = Success
Description = Set Drive Offline Succeeded.
# Manually make a physical drive come online.
[root@localhost home]# ./storcli64 /c0/e2/s23 set online
CLI Version = 007.1017.0000.0000 May 10, 2019
Operating system = Linux 4.18.0-193.el8.x86_64
Controller = 0
Status = Success
Description = Set Drive Online Succeeded.
Configuring Patrol Read parameters
Perform this task to view and configure Patrol Read parameters.
Syntax
storcli64 /ccontroller_id set patrolread starttime=start_time
maxconcurrentpd=number
storcli64 /ccontroller_id set patrolread delay=delay_time
storcli64 /ccontroller_id show patrolread
Parameters
controller_id: Specifies the ID of a storage controller. If only one storage controller exists, the
ID is 0 by default. If multiple storage controllers exist, use the
storcli64 /call show command
to view the controller ID.
start_time: Specifies the start time.
number: Specifies the number of drives to be checked concurrently.
delay_time: Specifies the check cycle.
Usage guidelines
Patrol read takes effect only on member drives of RAID arrays.
The start time must be a sharp hour.
Examples
# Configure Patrol Read parameters.
[root@localhost home]# ./storcli64 /c0 set pr starttime=2022/03/19 15 maxconcurrentpd=32
CLI Version = 007.1017.0000.0000 May 10, 2019
Operating system = Linux 4.18.0-193.el8.x86_64
Controller = 0
Status = Success
Description = None