Neoview Workload Management Services Guide (R2.5)

DELETE SERVICE Command
The DELETE SERVICE command removes a service from the WMS configuration on the Neoview
platform.
NOTE: Only administrators are permitted to run this command. By default, an administrator
is a user associated with ROLE.DBA, SUPER.SERVICES, or SUPER.SUPER.
Syntax
DELETE SERVICE service-name
service-name
is the name of an existing, user-defined service for managing queries. service-name must
exist in the WMS configuration and cannot be the SYSTEM service.
Considerations
You cannot delete a service that is in the ACTIVE state. You must stop the service before
you delete it.
You cannot delete a service that begins with the reserved “HPS_” prefix or that has the same
name as one of the predefined services, HPS_TRANSPORTER and HPS_MANAGEABILITY.
Administrators can alter those predefined services.
Example
This command removes SERVICE3 from the WMS configuration:
DELETE SERVICE SERVICE3;
DELETE SERVICE Command 211