Refreshing polls

Use the itnm_poller.pl script to refresh a poll policy configuration and its entity list.

The domain provided on the command-line interface (CLI) must have an entry in the NCIM topology database domainMgr table.
  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 refresh a single poll policy, or of poll policies.
    The following example shows how to refresh a poll policy with a policy ID of 10.
    ncp_perl itnm_poller.pl -domain NCOMS -refresh 10
    The following example shows how to refresh all poll policies.
    ncp_perl itnm_poller.pl -domain NCOMS -refresh all