File name
schedule.conf |
Description
Use this file to specify the operation schedule of the CMDB agent that collects the information of hardware and virtual environments.
By default, information collection is performed every day at two o'clock in the morning.
File location
Admin server
[Windows]
[%SWCMDB_INSTALL_PATH% *]\FJSVcmdba\etc *: The installation directory for the CMDB included with Systemwalker Software Configuration Manager is set to the "%SWCMDB_INSTALL_PATH%" environment variable. |
[Linux]
/etc/opt/FJSVcmdba/etc |
File format
[#] <agent type> <minute> <hour> <day> <month> <day of week> ...
Parameters
The following parameters are regarded as constituting a single schedule definition:
[#] <agent type> <minute> <hour> <day> <month> <day of week>
Column | Item | Meaning | Value | Remarks |
---|---|---|---|---|
# | Comment line Start with # (number sign) to create a comment line. | - | For the agents that have been set up, the operation schedule is defined by default. Therefore, if periodical information collection is not necessary, start with a "#". | |
1 | agent type | Specify the type of the agent to schedule the operation for. The following agent types can be specified.
| AGT_CFMGSRV | - |
2 | minute | Specify the time (minute) to perform collection. | Number between 0 and 59 |
|
3 | hour | Specify the time (hour) to perform collection. | Number between 0 and 23 | |
4 | day | Specify the date to perform collection. | Number between 1 and 31 | |
5 | month | Specify the month to perform collection. | Number between 1 and 12 | |
6 | day of week | Specify the day of the week to perform collection. | Number between 0 and 6 0: Sunday |
Note
Changes take effect when the admin server of this product is restarted. When operating it in coordination with ServerView Resource Orchestrator, restarting of ServerView Resource Orchestrator is also necessary.
Examples
Automatic collection of hardware and virtual environment information is started at 0:30 on the 1st of every month.
AGT_CFMGSRV 30 0 1 * *
Automatic collection of hardware and virtual environment information is started at 1:00 every Sunday.
AGT_CFMGSRV 0 1 * * 0
Automatic collection of hardware and virtual environment information is started at 22:30 on February 1st.
AGT_CFMGSRV 30 22 1 2 *
Automatic collection of hardware and virtual environment information is started.
# AGT_CFMGSRV 0 3 * * *