stop fpstats

This command stops the period managers, data savers, counters, and threshold objects.

provadmin stop fpstats [ nodename=<value> ]
                                        otype=<value>
                                        [ ctrname=<value> ]
                                        [ dataname=<value> ]
                                        [ name=<value> ]
                                        [ withall=<value> ]

The following table describes the general options that are valid with the stop fpstats command.

Option Description
nodename Fulfillment Provisioning node name. By default, it is the name of the server.
otype Type of object:
  • "pm" or "PeriodManager" for period manager,
  • "ds" or "DataSaver" for data saver,
  • "c" or "Counter" for counter,
  • "t" or "Threshold" for threshold.
ctrname Counter name.
dataname CounterData name.
name Period manager name, data saver name, or threshold name.
withall "true" or "false" (false by default) to stop all counters linked to a period manager.

The following shows the parameters taken into account by stop fpstats according to the value of parameter 'otype'.

  • provadmin stop fpstats otype=pm name=PeriodManagerName [ withall=false|true ]

    If withall=true, all counters linked to the period manager are stopped.

  • provadmin stop fpstats otype=ds name=DataSaverName

  • provadmin stop fpstats otype=c ctrname=CounterName [ withall=false|true ]

    If withall=true, the period manager to which counter "CounterName" is linked and all counters linked to it are stopped.

  • provadmin stop fpstats otype=t ctrname=CounterName dataname=DataName name=ThresholdName