Sun Java System Portal Server 7.1 Command Line Reference

Description

This command is used to schedule commands to be run at a specified time.

Syntax

psadmin schedule-tasks --adminuser | -u userName --passwordfile | -f password_file [--commandfile command_file]

The following are the required options:

-u | --adminuser admin_user

A user name used to authenticate to Portal Server.

-f | --passwordfile password_file

A password file used to fetch and present password to authentic Portal Server.

Following are the optional options:

--commandfile command_file

Specifies a file that contains tasks to run on a schedule. The command format is: command -options | day_of_week@hour:minute; day_of_week@hour:minute day_of_week can vary from 0 to 6. 0 represents Sunday and 6 represents Saturday. Hour varies from 0 to 23 and minute varies from 0 to 59