Tivoli Storage Manager for Sun Solaris Quick Start
You can automate TSM administrative tasks by scheduling administrative
commands. For example, you can automate commands that need to be run
regularly or that require significant processing or other system
resources. In this section, you define a schedule to run expiration
processing.
- Define a schedule named EXPPROC that invokes expiration processing every
night at 2:00 a.m.
This schedule calls for a schedule window that:
- Begins on the date the schedule is defined (the default) at 2:00
a.m.
- Lasts for 1 hour (the default)
- Is repeated every day
- Takes effect immediately
- Stays in effect indefinitely (the default)

+--------------------------------------------------------------------------------+
|define schedule expproc type=administrative - |
| cmd='expire inventory' active=yes starttime=02:00 |
+--------------------------------------------------------------------------------+
OR

- Select Automation.
- Select Administrative Command Schedules.
- From Operations, select Define Schedule.
- Enter the schedule information and Finish.
- Because the EXPPROC schedule is to run daily, you can verify that the
automation is working as it should on the day after you define the
schedule. If the schedule has run successfully, the status will be
Completed.

+--------------------------------------------------------------------------------+
| |
|query event expproc type=administrative begindate=today-1 |
+--------------------------------------------------------------------------------+
OR

- Select Automation.
- Expand Administrative Command Schedules.
- Select Query Administrative Events.
- Enter the required information and Finish.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]