Disabling Storage Node Agent Hosted Services

To disable all services associated with a stopped SNA use the disable-services utility. This helps isolate failed services to avoid hard rollbacks during a failover. The usage for the utility is:

java -Xmx256m -Xms256m \
-jar KVHOME/lib/kvstore.jar disable-services [-verbose]
-root KVROOT [-config <bootstrapFileName>] 

The disable-services utility marks all hosted services for a stopped SNA as disabled so that they will not start when the SNA is started. In this way, the configuration can be updated during recovery after a failover. This command fails if called while the SNA is running.