system services manager policy add
Add a new service policy
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system services manager policy add command adds a new service policy to the services manager. Policies determine which versions of a service can run on the nodes of the cluster.
Parameters
- -service <text> - Service
- Use this parameter to specify the name of the service for which to add a policy.
- -version <service version> - Version
- Use this parameter to specify the minimum version number of the service to run.
Examples
This example adds a service manager policy for version 1.0 of the diagnosis service.
cluster1::> system services manager policy add -service diagnosis -version 1.0
Give documentation feedback