security config status show
Display Security Configuration Status
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The security config status show command displays the required reboot status of the nodes in the cluster after security configuration settings have been modified using the security config modify command. Use this command to monitor the status of the required reboot process. When all nodes have rebooted, the cluster is ready to use the new security configuration settings.
Parameters
- { [-fields <fieldname>, ...]
- If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- | [-instance ]}
- If you specify the -instance parameter, the command displays detailed information about all fields.
- [-node {<nodename>|local}] - Node Name
- Select the node whose reboot-status you want to display.
- [-reboot-needed {true|false}] - Reboot Needed
- reboot-needed status of the node that tells if the node requires a reboot for security configuration to take effect.
Examples
The following example displays the status of a configuration change in a four-node cluster.
cluster1::> security config status show
Nodes in Cluster Reboot Needed
--------------------- -------------------
node1 true
node2 true
node3 false
node4 false
4 entries were displayed.
The following example shows the output of the command after the cluster reboot process is complete.
cluster1::> security config status show
Nodes in Cluster Reboot Needed
--------------------- -------------------
node1 false
node2 false
node3 false
node4 false
4 entries were displayed.
Give documentation feedback