Retrieving poll status

Use the itnm_poller.pl script to display the status of poll policies.

The domain provided on the command-line interface (CLI) must have an entry in the domainMgr NCIM 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 poll policies.
    The following example shows how to retrieve the status of all poll policies.
    ncp_perl itnm_poller.pl -domain NCOMS -status all
    You can also retrieve the status of only realtime or static poll polices by specifying -status realtime or -status static.