REORGBEGINTIME

The REORGBEGINTIME option specifies the earliest time that the Tivoli® Storage Manager server can start a table or index reorganization.

Schedule server-initiated reorganizations to start during periods when server activity is low. Use this option together with the REORGDURATION option. The REORGDURATION specifies an interval during which reorganization can start.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-REORGBEGINTime--hh:mm---------------------------------------><

Parameters

hh:mm
Specifies the time that the server can start a reorganization: The default start time 6:00 a.m. Use a 24-hour format to specify the time.
Time Description Values
hh The hour of the day Specify a number 00 - 23.
mm The minute of the hour Specify a number 00 - 59.

Examples

Specify 6:00 a.m. as the earliest time that a reorganization can start.
reorgbegintime 06:00
Specify 8:30 p.m. as the earliest time that a reorganization can start.
reorgbegintime 20:30
Specify noon as the earliest time that a reorganization can start.
reorgbegintime 12:00
Specify 3:30 p.m. as the earliest time that a reorganization can start.
reorgbegintime 15:30
Specify midnight as the earliest time that a reorganization can start.
reorgbegintime 00:00