security saml-sp repair
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.
Note
This restarts the web server. Any active HTTP/S requests to the web server will be disrupted.
Parameters
- -node {<nodename>|local} - Node
 - This identifies a single node that matches the input. The repair job will run on this node.
 - [-foreground {true|false}] - Foreground Process
 - When this parameter is set to false the command runs in the background as a job. The default is true, 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:>
    
Give documentation feedback