Tivoli Header
User's Guide
Stops or starts profiles or resource models at endpoints; also deletes
profiles at endpoints.
Syntax
wdmeng -e endpoint
[-p profile#region]
resource_model -start
wdmeng -e endpoint
[-p profile#region]
resource_model -stop
wdmeng -e endpoint
-p profile#region
-start
wdmeng -e endpoint
-p profile#region
-stop
wdmeng -e endpoint
-p profile#region
-delete
Description
The wdmeng command allows you to stop and start the Tivoli
Monitoring engine for a specific profile or resource model at a specified
endpoint; it also allows you to delete a profile at a specific
endpoint.
Options
- endpoint
- Defines the endpoint on which the command is to be performed; only
one endpoint can be specified in each use of the command.
- -delete
- Deletes the named profile.
- Note:
- To delete a resource model at an endpoint, you should disable the resource
model in the profile at the Tivoli server using the wdmeditprf
command and distribute the new profile to the endpoint, using this command to
delete the old profile.
- -p profile#region
- Defines the profile on which the command's actions will be carried
out. If the profile is not specified, the command is performed on all
profiles at the named endpoint. The profile name must always be fully
qualified with the policy region name in the syntax shown.
- Note:
- To obtain a listing of the complete names of all the profiles that are on an
endpoint, issue the following command:
wdmlseng -e endpoint
- resource model
- Defines the resource model to be started or stopped.
- -start
- Starts the named resource model or profile.
- -stop
- Stops the named resource model or profile.
Authorization
Requires the super, senior or admin roles.
Examples
- The following example starts the resource model MyResourceModel
on the endpoint MyEndpoint in all profiles.
wdmeng -e MyEndpoint MyResourceModel -start
- The following example stops the resource model MyResourceModel
on the endpoint MyEndpoint in all profiles.
wdmeng -e MyEndpoint MyResourceModel -stop
- The following example starts the resource model MyResourceModel
in the profile MyProfile in policy region MyRegion on
the endpoint MyEndpoint.
wdmeng -e MyEndpoint -p MyProfile#MyRegion MyResourceModel -start
- The following example stops the resource model MyResourceModel
in the profile MyProfile in policy region MyRegion on
the endpoint MyEndpoint.
wdmeng -e MyEndpoint -p MyProfile#MyRegion MyResourceModel -stop
- The following example starts the profile MyProfile in policy
region MyRegion on the endpoint MyEndpoint.
wdmeng -e MyEndpoint -p MyProfile#MyRegion -start
- The following example stops the profile MyProfile in policy
region MyRegion on the endpoint MyEndpoint.
wdmeng -e MyEndpoint -p MyProfile#MyRegion -stop
- The following example deletes the profile MyProfile in policy
region MyRegion on the endpoint MyEndpoint.
wdmeng -e MyEndpoint -p MyProfile#MyRegion -delete
See Also
wdmcmd
wdmlseng
wdmtrceng
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]