Option
Description
/taskname
Specify a task name.
The name of the task. If you omit this option, the system defaults to
service-name
_
YYYYMMDDhhmmss
, where
service-name
is the
value of the /servicename option and
YYYYMMDDhhmmss
is the
time when the service runs.
The task name can be 1 to 128 characters long and can consists of
any characters except control characters ('\u0000'~'\u001F' or
\u007F'~'\u009F').
This is an optional parameter.
/taskdescription
Specify a task description.
The description of the task. The description can be 1 to 256
characters long and can consists of any characters except control
characters ('\u0000'~'\u001F' or \u007F'~'\u009F').
This is an optional parameter.
/property
Specify a property key and value.
One or more property key-value combinations that are used by the
service to be performed.
If a property value is not set for a key, the default value used. If the
value of a required property key is not set, then an error occurs.
You cannot specify both the /property and the /propertyfile options. If
you do, then an error occurs.
You can specify this option more than once, for example,
/
property property-key-1 property-value-1 /property
property-key-2 property-value-2
. The maximum number of
combinations of property keys and values available is 1000 pairs.
This value can be changed by using the
server.editor.publicProperty.perTemplate.maxnum key in the
config_user.properties
file.
•
key
is the property key for the service. It can be 1 to 1024
characters long. The key consists of half-width alphanumeric
characters and the following characters: / (slash), . (period),
(hyphen), and _ (underscore). Specifying the same property key
more than once causes an error.
•
value
is the value for the
key
property. If the value includes a
space or special character, the value must be enclosed in double
quotation marks (").
Table Continued
CLI commands
103