load checkpoints
Loads all checkpoints in the Fulfillment Provisioning node.
provadmin load checkpoints [ nodename=<value> ] [ cpnodename=<value> ] [ types=<t1,t2,...,tn> ] [ chunksize=<value> ] [ autoStartFC=<value> ]
The following table describes the general options that are valid with the load command of the checkpoints plug-in.
Option | Description |
---|---|
nodename | Application node name. |
cpnodename | Checkpoint node name. If empty (default), it uses the checkpoint node name configured in the application. |
types | Comma separated list of checkpoint types (kinds) to load. If empty (default), all checkpoint types actually handled by the application are loaded. |
chunksize | Number of checkpoints to load per transaction. If empty, uses the value configured on the node. |
autoStartFC | Start the flow controller at end of command.It is automatically stopped at the beginning of the command.The default value is true. |
The following is a typical output from this command:
>provadmin load checkpoints nodename=banks autoStartFC=false kpsa status is <CheckpointsLoaded> >
Copyright © Cloud Software Group, Inc. All rights reserved.