Provisioning datastore reset - PingFederate - 11.3

PingFederate Server

bundle
pingfederate-113
ft:publication_title
PingFederate Server
Product_Version_ce
PingFederate 11.3 (Latest)
category
Administrator
Administratorguide
Audience
Capability
ContentType
DeploymentMethod
Guide
Product
Productdocumentation
SingleSignonSSO
Software
SystemAdministrator
pf-113
pingfederate
ContentType_ce
Guide > Administrator Guide
Product documentation
Guide

If you are upgrading from PingFederate 9.0.0 or 9.0.1, reset the provisioning datastore on the upgraded installation.

Use the provmgr command-line tool to reset the provisioning datastore on the upgraded installation.

The provmgr command-line tool is located in the <pf_install>/pingfederate/bin directory:

  • Windows: provmgr.bat
  • Linux: provmgr.sh

For more information about the provmgr command-line tool, see Outbound provisioning CLI.

  1. To obtain a list of provisioning channel IDs, run the following command:
    provmgr --show-channels
  2. Reset the provisioning datastore for a given channel by its ID:
    provmgr -c <channel_id> --reset-all
    Note:

    If you have multiple provisioning channels, run the command for each channel. The order of the parameters doesn't matter.