unload fpstats

This command removes the period managers, data savers, counters, and threshold objects from memory.

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

The following table describes the general options that are valid with the unload 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.

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

  • provadmin unload fpstats otype=pm name=PeriodManagerName

    A period manager can be removed only if there is no counter linked to it.

  • provadmin unload fpstats otype=ds name=DataSaverName

    A data saver can be removed only if there is no counter linked to it.

  • provadmin unload fpstats otype=c ctrname=CounterName

    If CounterName is a dynamic counter, all its related dynamic instance counters are removed.

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