nodes_administration command
The nodes_administration command provides options to work with ISIM application server nodes in the cluster.
Usage
CLI.
isimvasvr > isim
isimvasvr: isim > nodes_administration
isimvasvr: nodes_administration >
- restart
- Restarts ISIM server node.
- start
- Starts ISIM server node.
- stop
- Stops ISIM server node. We can use the -force option to stop the servers forcefully.
- sync
- Synchronizes ISIM server node with the cluster manager.
Examples
- At the isimvasrv: nodes_administration prompt, enter restart.
This operation restarts all the servers.
Do you wish to continue?
Enter 'YES' to confirm: YES
Stopping cluster manager server...
Stopping node agent server...
Stopping application member server...
Stopping message member server...
Starting cluster manager server...
Starting node agent server...
Starting application member server...
Starting message member server...
Successfully restarted all the servers.- At the isimvasrv: nodes_administration prompt, enter start.
This operation starts all the servers.
Do you wish to continue?
Enter 'YES' to confirm: YES
Starting cluster manager server...
Starting node agent server...
Starting application member server...
Starting message member server...
Successfully started all the servers.- At the isimvasrv: nodes_administration prompt, enter the stop command.
This operation stops all the servers.
Do you wish to continue?
Enter 'YES' to confirm: YES
Stopping cluster manager server...
Stopping node agent server...
Stopping application member server...
Stopping message member server...
Successfully stopped all the servers.- At the isimvasrv: nodes_administration prompt, enter the sync command.
This operation synchronizes ISIM server node with the cluster manager. Cluster manager should be running for this operation to complete successfully.
ISIM server will be stopped before synchronization.
Do you wish to continue?
Enter 'YES' to confirm: YES
Stopping ISIM server for synchronization
Stopping node agent server...
Stopping application member server...
Stopping message member server...
Synchronizing ISIM server with cluster manager...
Successfully synchronized ISIM server with cluster manager.
Starting ISIM server after synchronization.
Starting node agent server...
Starting application member server...
Starting message member server...
Successfully started ISIM server after synchronization.Parent topic: IBM Security Identity Manager (ISIM) commands