![AMCC 3WARE 9500S Manual Download Page 116](http://html1.mh-extra.com/html/amcc/3ware-9500s/3ware-9500s_manual_2921146116.webp)
Chapter 3. Legacy CLI Syntax Reference
108
3ware 9000 Series Serial ATA Controller CLI Guide
sched rebuild
cid
enable
This command enables ALL rebuild background tasks on controller
cid
.
sched rebuild
cid
disable
This command disables ALL rebuild background tasks on controller
cid
.
sched verify
cid
This command displays the current verify background task as illustrated
below.
//localhost> tw_cli sched verify c1
Verify Schedule for controller /c1
========================================================
Slot Day Hour Duration Status
--------------------------------------------------------
0 Mon 2:00am 4 hr(s) disabled
1 - - - -
2 Tue 12:00am 24 hr(s) disabled
3 Wed 12:00am 24 hr(s) disabled
4 Thu 12:00am 24 hr(s) disabled
5 Fri 12:00am 24 hr(s) disabled
6 Sat 12:00am 24 hr(s) disabled
sched verify
cid
add d
day
h
hour
t
duration
This command adds a new background verify task to be executed on day
(range 0 .. 6, where Sunday is zeroth day of the week), at hour (range 0 .. 23),
for a duration of duration (range 1 .. 24) hours. This command will fail if no
(empty) slot is available.
For exmaple:
//localhost> tw_cli sched verify c1 add d0 h16 t3
Adds a verify background task to be executed on Sundays at 4:00 PM for a
duration of 3 hours.
Note:
The new schedule is added to the first available slot. Events do not
need to be added in sequential order.