(Optional) Configure Scheduler for Refresh Location Awareness
The Refresh Location Aware policy group folder contains a job that registers the CAF with the server at regular intervals. To change a policy parameter value, double-click a policy to display the Setting Properties dialog.
Defines the CAF command that performs this job.
Default: location aware
Lists the days to exclude from the schedule. Specify any combination of the following values: monday, tuesday, wednesday, thursday, friday, saturday, and sunday. Separate multiple values with spaces.
Default: empty
Specifies whether to enable the refresh registration job.
Default: True
For daily schedules, defines the hour at which to run the job. This policy is not used for hourly and minute schedules.
Default: 12
Lists the hours to exclude from the schedule. Specify the hours, based on a 24-hour clock. Separate multiple values with spaces.
Default: empty
For daily schedules, defines the minute after the hour at which to run the job. This policy is not used for minute jobs.
Default: 0
Defines how many minutes the feature adds to a random_minute job. The job runs at the specified time plus a random number of minutes up to the specified value. The policy runs a job "fuzzy" regular intervals to spread the server load by partially randomizing when the agents make contact.
Default: 90
Defines the time (in seconds) within which to initiate a random_now job. The job runs within a random number of seconds up to the specified value. This policy ensures that computers that start together do not initiate their jobs simultaneously.
Default: 0
Defines the 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 the job runs.
Default: 1
Specifies the type of schedule interval. The 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 after the specified job time.
Separate multiple values with spaces.
Examples:
Run the amagent job every day at 2:30 p.m.:
type=”day”, repeat=1, hour=14, minute=30, cmd=”start amagent”
Run the amagent job when CAF starts and every day thereafter (except weekends) at a random time between 1:00 a.m. and 2:30 a.m.:
type=”day now random”, hour=1, minute=0, randomminutes=90, excludedays=”Saturday Sunday”, cmd=”start amagent”
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|