...
Only super users can restart MC2 with an authenticated SOAP request. If you are a super user, you can use the following command to restart MC2:
Code Block | ||
---|---|---|
| ||
curl --user username:password --header "commandType:restartmc2" --header "commandValue:all" --header "SOAPAction:/EagleMLWebService/RunTaskRequestSync" --data-binary @RTR_RESTARTMC2.xml https://frontendserver/EagleMLWebService30 -o restartMC2.txt |
The following HTTP headers are required in theĀ RTR_RESTARTMC2.xml that is shown below:
- SOAPAction:/EagleMLWebService/RunTaskRequestSync - for the SOAP request
- commandType:restartmc2
- commandValue:[all] or [current]
...