start fpstats

This command starts the period managers, data savers, counters, and threshold objects.
provadmin start 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 start 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 start all counters linked to a period manager.
The following shows the parameters taken into account by start fpstats according to the value of parameter 'otype'.
  • provadmin start fpstats otype=pm name=PeriodManagerName [ withall=false|true ]

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

  • provadmin start fpstats otype=ds name=DataSaverName

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

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

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