security saml-sp repair
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Repair a failed SAML SP configuation
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The security saml-sp repair
command attempts to repair a failed SAML SP configuration on a given node. The status of the individual nodes can be viewed using the security saml-sp status show command.
This restarts the web server. Any active HTTP/S requests to the web server will be disrupted. |
Parameters
-node {<nodename>|local}
- Node (privilege: advanced)-
This identifies a single node that matches the input. The repair job will run on this node.
[-foreground {true|false}]
- Foreground Process (privilege: advanced)-
When this parameter is set to
false
the command runs in the background as a job. The default istrue
, which causes the command to return after the operation completes.
Examples
The following example repairs a failed SAML SP configuration:
cluster1:> security saml-sp repair -node node-2 Warning: This restarts the web server. Any active HTTP/S requests to the web server will be disrupted Do you want to continue? {y|n}: y [Job 1321] Job succeeded. cluster1:>