Stop rac node with no lost service
Hi cracks,
When I would like to do some kind of maintenance in one of the nodes, I always stop the crs as root user in the node:
# crsctl stop crs
but the live connections on this node instance are killed losing service of active connections.
I know that the new connections are redirected to the surviving nodes, but which is the best option if I would like to wait the current sessions end?
Stop the local listener on the node and wait?
srvctl stop listener [-l <lsnr_name>] [-n <node_name>] [-f]sql> select count(*) from gv$sessions where inst_id=...