This section is located at the libraries service-groups level. To create a service group, use the following command:
Admin@UGOS# create libraries service-groupsSpecify the parameters:
|
Parameter |
Description |
|---|---|
|
name |
Service group name. |
|
description |
Group description. |
|
services |
Services to add to the group. |
To update information about a services group (parameters available to update are identical to those used to create a group), use the following command:
Admin@UGOS# set libraries service-groups <service-group-name>To add services to a group, use the following command:
Admin@UGOS# set libraries service-groups <service-group-name> + [ <service1> < service2> ... ]To delete a service group or services from it, use the following commands:
Admin@UGOS# delete service-groups <service-group-name>
Admin@UGOS# delete service-groups <service-group-name> services [ <service> ... ]To display information about all existing lists, use the following commands:
Admin@UGOS# show libraries service-groupsTo display information about a specific list, use the following command:
Admin@UGOS# show libraries service-groups <service-group-name>To display a list of services added to a group, use the following command:
Admin@UGOS# show libraries service-groups <service-group-name> services