Updating the Script
To change an existing command line or to add a new command
line to a server command script, complete the following fields
and then click Finish, or click Cancel
to end the task.
Notes:
- If the script to be updated is associated with a profile that
has managed servers subscribed to it, profile associations with the script will be
lost in all managed servers that are subscribed to the profile.
- The administrative Web interface only supports ASCII characters for input. If you need to enter characters that are not ASCII,
issue the DEFINE SCRIPT and UPDATE SCRIPT commands from the server console.
Description
Enter or change the description of the schedule.
- The maximum length of the description is 255 characters.
- To remove an existing description, specify a null string
using single quotes ('') for this value.
Script Content
Enter the server commands or paste in the content from another
window.
- Command lines may contain substitution variables (use $1,
$2, etc) and may be continued across multiple command
lines if a continuation character ("-") is
specified as the last character in the command line.
- A command line is limited to 1200 characters.
- Use a special If(...) clause to make logical decisions
based on the return code from the previous command in a
script.
- Use the EXIT command to terminate script processing
early.
- Use GOTO and label statements to branch logic in a
script. Use the label statement as a target of a GOTO
statement.