Refresh Registration Policy Group
The Refresh Registration policy group folder contains a job that makes CAF register with the server at regular intervals. You can modify policy parameter values by double-clicking a policy to display the Setting Properties dialog.
Denotes the CAF command that performs this job.
Default: register
Lists the days that are excluded from the schedule. Specify any combination of the following values: monday, tuesday, wednesday, thursday, friday, saturday, and sunday. Multiple values are separated by spaces.
Default: empty
Indicates whether the refresh registration job is enabled.
Default: True
For daily schedules, specifies the hour at which the job is scheduled to run. This policy is not used for hourly and minute schedules.
Default: 12
Lists the hours that are excluded from the schedule. Specify hours using the 24-hour clock. Multiple values are separated by spaces.
Default: empty
For daily schedules, specifies the minute past the hour at which the job is scheduled to run. This policy is not used for minute jobs.
Default: 0
Specifies the number of minutes to be added to a random_minute job. The job executes at the specified time plus a random number of minutes up to the value set here. This policy allows a job to run at "fuzzy" regular intervals; that is, it helps to spread the load on servers by partially randomizing the time at which agents make contact.
Default: 90
Specifies the time in seconds within which a random_now job is initiated. The job executes within a random number of seconds up to the value of Random now time. This policy ensures that computers that start up together do not all fire their jobs at the same time.
Default: 0
Indicates the time interval between repetitions of the job. This value depends on the job type. For example, if the type is day, this value represents the number of days between jobs.
Default: 1
Specifies the type of schedule interval. Valid values are day, hour, and minute. You can also add the following optional qualifiers:
Runs the job with a random time added to the specified job time, up to the value of Random Minutes.
Runs at a random hour during the day.
Runs at a random minute during the hour.
Starts the job immediately as well as after the specified job time.
Note: Multiple values are separated by spaces.
Examples: This sample schedule runs the amagent every day at 2:30 p.m.:
type=”day”, repeat=1, hour=14, minute=30, cmd=”start amagent”
This sample schedule runs the amagent when CAF starts up and thereafter every day at a random time between 1:00 a.m. and 2:30 a.m. except on a weekend:
type=”day now random”, hour=1, minute=0, randomminutes=90, excludedays=”Saturday Sunday”, cmd=”start amagent”
Default: now day random
|
Copyright © 2013 CA.
All rights reserved.
|
|