Enabling and disabling polls

Use the itnm_poller.pl script to enable and disable individual poll policies.

About this task

The domain provided on the command-line interface (CLI) must have an entry in the domainMgr NCIM table.

Procedure

  1. Change to the $NCHOME/precision/scripts/perl/scripts directory and locate the itnm_poller.pl script.
  2. Run the itnm_poller.pl script program to retrieve the status of the various poll policies, as shown in the following example.
    ncp_perl itnm_poller.pl -domain NCOMS -status all
    In the output of the command you can see the ID for each poll policy. Make a note of the ID for the poll policy that you want to enable or disable.
  3. Run the itnm_poller.pl script program to enable or disable individual poll policies, specifying the poll policy ID as a parameter.
    The following example shows how to enable a poll policy with a policy ID of 10.
    ncp_perl itnm_poller.pl -domain NCOMS -enable 10
    The following example shows how to disable a poll policy with a policy ID of 15.
    ncp_perl itnm_poller.pl -domain NCOMS -disable 15