$ sudo symsched -l
Module Name On UI Freq Day Time Args
-------------- ------------------------ --- --- -------- ----- ------ ----
LiveUpdate Update All Hourly 1 0 Hourly 13:15 "All Products"
$ sudo symsched -d all
$ sudo symsched LiveUpdate "Update All Hourly" 1 0 -hourly 13:15 "All Products" -quiet
$ sudo symsched -lModule Name On UI Freq Day Time Args
-------------- ------------------------ --- --- -------- ----- ------ ----
LiveUpdate Update All Hourly 1 0 Hourly 13:15 "All Products" -quiet
The first and last command give a listing of the scheduled events. The second command deletes all scheduled events. The third command adds a new event in quiet mode. You can changed the flag to -daily or -weekly as well.