To configure queue calendars from the command line, type the following command with appropriate options:
% qconf options |
The following options are available:
qconf -acal calendar-name
The -acal option (add calendar) adds a new calendar configuration named calendar-name to the cluster. An editor with a template configuration appears, enabling you to define the calendar.
qconf -Acal filename
The -Acal option (add calendar from file) adds a new calendar configuration to the cluster. The added calendar is read from the specified file.
qconf -dcal calendar-name [,...]
The -dcal option (delete calendar) deletes the specified calendar.
qconf -mcal calendar-name
The -mcal option (modify calendar) modifies an existing calendar configuration named calendar-name. An editor opens calendar-name, enabling you to make changes to the definition.
qconf -Mcal filename
The -Mcal option (modify calendar from file) modifies an existing calendar configuration. The calendar to modify is read from the specified file.
qconf -scal calendar-name
The -scal option (show calendar) displays the configuration for calendar-name.
qconf -scall
The-scall option (show calendar list) displays a list of all configured calendars.