Configuring service groups

This section is located at the libraries service-groups level. To create a service group, use the following command:

Admin@nodename# create libraries service-groups <parameter>

Specify the parameters:

Parameter

Description

name

Service group name.

description

Group description.

services

Services to add to the group.

To edit a services group (parameters available to update are identical to those used to create a group), use the following command:

Admin@nodename# set libraries service-groups <service-group-name> <parameter>

To add services to a group, use the following command:

Admin@nodename# set libraries service-groups <service-group-name> [ <service1> < service2> ... ]

To delete a service group or services from it, use the following commands:

Admin@nodename# delete libraries service-groups <service-group-name> Admin@nodename# delete libraries service-groups <service-group-name> services [ <service> ... ]

To display information about all existing lists, use the following commands:

Admin@nodename# show libraries service-groups

To display information about a specific list, use the following command:

Admin@nodename# show libraries service-groups <service-group-name>

To display a list of services added to a group, use the following command:

Admin@nodename# show libraries service-groups <service-group-name> services