The syntax is:
setupcluster {/exportpath
exportpath
| /help}
where /exportpath is the absolute or relative path of the directory on a shared disk used to store the
database and server information.
stoptask
The
stoptask
command stops a running task.
The syntax is:
stoptask {/taskid
task-ID
/user
username
{/password
password
| /passwordfile
passwordfile
} | /help}
where:
• /taskid is a task ID. You can confirm the task ID from the
Task Details
window, output of
submittask
command, output of
listtasks
command.
• /user is a user ID.
• /password is the password of the user that is specified in /user.
• /passwordfile is the absolute or relative path of the password file.
submittask
The
submittask
submits a task for a service.
For more information, see the
submittask
command section.
submittask command
Functions
The submittask command has four functions:
• Immediate execution of a service.
• Scheduled execution of a service.
• Recurrent execution of a service.
• Reregistration of tasks.
If this option is specified, you can reregister tasks that were outputted by the
listtasks
command
with the taskdetails option.
Syntax: Immediate execution of a service
submittask {/servicename
ServiceName
[/servicegroup
ServiceGroup
]
[/taskname
TaskName
]
[/taskdescription
TaskDescription
]
[{[/property
Key "Value"
]... | /propertyfile
PropertyFile
}]
/user
UserName
{/password
Password
| /passwordfile
PasswordFile
}
[/wait] | /help}
Syntax: Scheduled execution of a service
submittask {/servicename
ServiceName
[/servicegroup
ServiceGroup
]
[/taskname
TaskName
]
submittask command
101