Name
|
Use case
|
---|---|
nc_after_server_restart
|
Executed after the node is restarted.
|
nc_before_server_restart
|
Executed before the node is restarted.
|
nc_recycle_dropped_node
|
Executed after the DROP NODE RECYCLE statement is executed, before the node is restarted.
In order for the DROP NODE RECYCLE statement to succeed, this script must move or delete the existing database because a recycled node must restart without any database.
|
nc_server_outofservice
|
Executed when a node restart has failed a number of consecutive times (as configured in the MaxRestart parameter in controller.ini).
This script can be used to resolve situations where the node controller is not able to restart the node (for example, due to a database corruption or an immediate assertion at startup). After this script is executed, the node controller tries to reconnect to the server.
|