...
Code Block |
---|
Usage: pico -list <ip/host> ... | -view <pico name> | -add <ec name> <EC<EC> | ECSA> <ip/host> | -delete <ec name> <EC<EC> | ECSA> <ip/host> | -mark_for_shutdown <ec name> <EC |<EC> ECSA> <ip/host> <true | false> |
This command is used to:
- List, view, add, or delete pico instances
- Signal to the Platform that an EC /ECSA is scheduled to be shut down
...
Info | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
The following commands lists all pico hosts and pico instances.
Output:
|
-view
usage: pico -view <pico name>
...
Info | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||
The following displays the status for all pico instances in the system.
Output:
The If
OutOfMemoryError is further described in /wiki/spaces/MD82/pages/3778787 in the System Administration User's Guide. If If The following command displays the status of the pico instance named ec1.
Output:
|
...
usage: pico -add <ec name> <EC | ECSA> <EC> <ip/host>
Use pico -add
to add a pico instance to the system.
...
usage: pico -delete <ec name> <EC | ECSA> <EC> <ip/host>
Use pico -delete
to delete a pico instance from the system.
Info | |||||||
---|---|---|---|---|---|---|---|
| |||||||
The following command deletes an ECSA EC named ecsa1 ec1 from host 10.0.0.48.
|
mark_for_shutdown
usage: pico -mark_for_shutdown <ec name> <EC | ECSA> <EC> <ip/host> <true | false>
Use pico -mark_for_shutdown
to signal to the Platform that an EC/ECSA is EC is scheduled to be shut down. As a result, the Platform will no assign workflows to the EC/ECSA.
Info | |||||||
---|---|---|---|---|---|---|---|
| |||||||
The following command signals that the EC named EC1 on 10.0.0.48 should not be assigned workflows.
|
...