pico(4.3)
Usage
pico <command> [<args>]
Add a Group
Usage: -add [options] GroupName
Delete a Group
Usage: -delete GroupName
List Groups
Usage: -list GroupName
View Running Groups & Processes
Usage: -view Pico Name
This command is used to:
View, add, or delete EC groups.
List running EC groups and processes
Options
Option | Description |
---|---|
[-add] | Use |
[-delete <group name>] | Use |
[ -list ] | Use |
[-view] | Use |
Example - How to add an EC group
This example shows how to add an EC group:
 java -jar mzcli.jar --port 9024 --password dr pico -add ecgroup -t ec
Â
See also EC Groups(4.2).
Return Codes
Listed below are the different return codes for the pico
command:
Code | Description |
---|---|
0 | Will be returned if the command was successful, or if arguments are missing. |
1 | Will be returned if arguments can not be parsed |
2 | Will be returned if the communication with the Platform fails. |
3 | Will be returned if checking of user privileges failed, or if pico already exists when trying to add a new pico. |
4 | Will be returned if the user does not have permission to add or delete picos. |
5 | Will be returned if an unexpected error occurs. |
Â