[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 6


xdat Command

Purpose

Starts Set Date and Time, Schedule a Job, or Remove or View Scheduled Jobs, three of the Visual System Management (VSM) applications.

Syntax

To start Set Date and Time

xdat

To start Schedule a Job

xdat -c "Operation"

To start Remove or View Scheduled Jobs

xdat [ -m]

Description

The xdat command starts Set Date and Time, Schedule a Job, or Remove or View Scheduled Jobs, three of the Visual System Management (VSM) applications. Set Date and Time and Remove or View Scheduled Jobs can also be started from the Common Desktop Environment. From the Front Panel, select the Application Manager. Within Application Manager, select the System_Admin directory. Within System_Admin, select the desired application icon.

Set Date Time enables you to view or change your system date, time, or time zone. Much of the system processing depends on accurate date and time settings. For example, accuracy is important if you schedule jobs to run at a later time or if your system communicates with other systems.

Schedule a Job enables you to schedule operations for future processing. You can specify what shell to run the job in and if you want to be notified when the jobs starts. This graphical dialog can also be started from an application using a Schedule action or a Schedule button. The job is scheduled using the at command.

Remove or View Scheduled Jobs enables you to review and delete previously scheduled operations. The application displays the user's scheduled jobs, the date and time they are scheduled, a description and umask for each job, and directory from where each job will run.

Flags


-c "Operation" Specifies the job (operation) you want to schedule in the Schedule a Job application.
-m Starts the Remove or View Scheduled Jobs application.

Example

  1. To start Set Date and Time and change your system time, enter:

    xdat 
    

    Enter the correct time, and click the Set Date/Time button. If you want help on a field, click the ? button and move the cursor over the field.

  2. To use Schedule a Job to schedule a backup of the / (root) file system, enter:

    xdat -c "backup -0 -u -f /dev/rmt0 /"
    

    Set the date and time for the operation to run. Specify the shell and mail options or accept the defaults.

  3. To start Remove or View Scheduled Jobs and remove a scheduled job, enter:

    xdat -m
    

    Select the job you want to remove from the Scheduled Jobs field, and click the Remove button.

Related Information

The at command.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]