Wednesday, July 30, 2008

FAST : nCtrl

nCtrl is an executable file to control the FAST Server Node.It resides in FAST_HOME/bin.nCtrl gets the data's from the NodeConfig.xml which is resides in FAST_HOME/etc directory

Commands :

nCtrl [Options] [Commands]

Status -> Display Process/Modules details which is available in this Node.
Ex : nCtrl status

Start : - > Start the Process/Modules
Ex : nCtrl start [process1] [process2]...

Stop : - > Stop the Process/Modules
Ex : nCtrl stop [process1] [process2]...

Kill : - > Force to kill the Process/Modules
Ex : nCtrl kill [process1] [process2]...

Suspend : - > Suspend the Process/Modules
Ex : nCtrl suspend [process1] [process2]...

Resume : - > Resume the Process/Modules which is previously suspended
Ex : nCtrl resume [process1] [process2]...

Create : - > Create a new Process/Modules
Ex : nCtrl create [process1]

Reload Config : - > Reload the NodeConfig.xml.
Ex : nCtrl reloadcfg