Jobs and corrective action
Many enterprise systems and applications require batch jobs. For example, you may have a requirement to restart your WebLogic Servers every Sunday at mid-night or restart your WLST script that initializes some data for your application. Many customers use cron jobs to automate such jobs. Enterprise Manager provides capabilities to schedule one time or recurring jobs.
Let us discus how you can schedule a WebLogic Server control job to schedule a job to restart WebLogic Server.
You can schedule the Job from the Administration tab from the Domain, Cluster, or Server homepage as shown in the following figure. This page provides a list of jobs submitted for the domain/cluster.
We have to enter the schedule, credentials, job type, and so on for a job. You have to enter a name for the job to uniquely identify the job. Note that these are stored in the repository database.
You have to select the parameters to specify whether to start/stop or restart the cluster/server....