Using Cron Jobs and How to Create Schedule Job in WLSDM
Cron allows Linux and Unix users to run commands or scripts at a given date and time. You can schedule scripts to be executed periodically. The cron service runs in the background and constantly checks the /etc/crontab file, and /etc/cron.*/ directories.
You can add new crontab defination using with “crontab -e” and list all jobs with “crontab -l”.

How to Create Schedule Job in WLSDM
We are usually using WebLogic cronjobs such as backups or cleaning ${DOMAIN_HOME}/servers/logs/ directories. WLSDM “Scheduled Jobs” feature same same but different with linux crontab.
WLSDM has:
- Job script execution history
- Script log output view.
Lets create a scheduled job in WLSDM and see what are your advantages.
- Create script: Go to Monitoring & Diagnostics” then click “Page Operations” button then click “New User Defined Action / Script”.

2. Select Script type “file” or “embeded”, select script path or enter script into inbox via embeded option.

3. Go to “Page Operation” again then click “New Scheduled Job / Downtime”.

4. Select job type as “Custom Script” and job execution time. Then check job history if job ececuted successfully or not.


5. You can view script output when script executed.

As you can see; visual job history and script log views in WLSDM. Best way to custom script creation and user friendly scheduled job creation is WLSDM.
Please Watch YouTube Tutorial Video For WLSDM Scheduled Jobs:
Installation is really easy and you can setup a complete monitoring infrastructure in less than 5 minutes. If you want to try then go to download page below URL:
