remove fp

This command is used to stop and remove a Fulfillment Provisioning node.
provadmin remove fp [ nodename=<value> ]
                      [ savelog=<value> ]
                      [ saveconf=<value> ]
The following table describes the general options that are valid with the remove command.
Option Description
nodename Fulfillment Provisioning node name. By default, it is the name of the server.
savelog If true, the log files are saved. The default value is true.
saveconf If true, the configuration files are saved. The default value is true.

The following shows the usage and output of the remove fp command.

>$ provadmin remove fp
    Saving catalog data to /home/nicolas/saved/conf
    Copying  log files  to /home/nicolas/saved/log_2012-10-10:14:17:59
    Checkpoint directory is ../checkpoints

    Stopping node einsteinium...
    Done.

    Removing node einsteinium directory ...
$ >