Pico Management

The Pico Management interface provides a comprehensive view of the various pico instances that are currently deployed as well as allow you to create and manage the pico instances.

Pico Management dashboard view


The dashboard displays a list of all pico instances in the system. You can sort the pico instances according to the items at the top of the list or search and filter them out for easy viewing.

ItemDescription

Name

Name of the pico instances. For each and every of one the pico instances (Platform, EC and SC), a JVM is started.

TypeThe pico instance type of the JVM will be displayed here. These types will be labeled as platform, ec and sc.

State

The status of the JVM will be shown here. If the pico instance is up and can be pinged, it will be shown as running. If it cannot be pinged, it will be shown as unreachable. If the pico instance is shut down it will show as not-started.

Action

These are buttons that allow you to make changes to the selected pico. Any of these 2 buttons will be present at any time on your pico.

Edit - Allows you to make changes to the properties related to that particular pico instance. See Editing a Pico Instance for more details.

Delete - Removes the pico instance from the Pico Management dashboard.

Managing the Pico Instances

You can start, stop or restart any of the pico instances, apart from the Platform in the Pico Management dashboard. Selecting one or more of the pico instances will allow you to perform any of the highlighted actions shown at the top of the pico list.

Selecting multiple pico instances to start.

Adding a Pico Instance

You can add an EC or SC pico instance using the New Pico button on the Pico Management dashboard. The following are properties found in the Create New Pico dialog:

PropertiesDescription
Pico Container

Choose between all available containers in your installation to list the pico instance under. This is a mandatory field. 

NameProvide a unique identifier for your pico instance. The name cannot be shared across other pico instances and has to be unique. This is a mandatory field. 
TemplateChoose between the standard-ec template or the standard-sc template for your pico instance. You can then make changes to the JSON template in the text field below, such as add on properties in Execution Context for EC's and Service Context for SC's.

Create New Pico dialog window with the standard-ec option selected.

Editing a Pico Instance

You can add or modify properties pertaining to the particular pico instance as well as their values. The Edit Pico dialog consists of a JSON template text field where you can add new properties, edit the values and View Resolved Config. The View Resolved Config lets you view the current valid configuration for that particular pico instance. You cannot make changes to the text field while viewing the resolved config.

For more details to the properties you can add, refer to:

Platform Properties for the Platform pico.

Execution Context for Execution Context pico.

Service Context for Service Context pico.

Edit Pico dialog window for ec.