pico(3.0)

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

Commands

CommandDescription

[-add]

Use pico -add to add an EC group to the system.

[-delete <group name>]

Use pico -delete to delete an EC group from the system.

[ -list ]

Use pico -list  to list configured EC groups.

[-view]

Use pico -view to view the status of running groups and processes.

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.