|
NAMEestmaster - master process of node serversSYNOPSISestmaster init [-ex] rootdirestmaster start [-bg] [-ro] [-st] rootdir estmaster stop rootdir estmaster unittest rootdir estmaster crypt key [hash] DESCRIPTIONestmaster is an aggregation of sub commands. The name of a sub command is specified by the first argument. Other arguments are parsed according to each sub command. The argument rootdir specifies the server root directory which contains configuration file and so on.
All sub commands return 0 if the operation is success, else return 1. A running node master finishes with closing the database when it catches the signal 1 (SIGHUP), 2 (SIGINT), 3 (SIGQUIT), or 15 (SIGTERM). Moreover, when a node master running as a daemon catches the signal 1 (SIGHUP), the process is re-start and re-read the configuration files. A running node server should be finished by valid means by command line or via network. Otherwise, the index may be broken. SEE ALSOestconfig(1), estcmd(1), estcall(1), estwaver(1), estraier(3), estnode(3)Please see http://hyperestraier.sourceforge.net/nguide-en.html for detail.
Visit the GSP FreeBSD Man Page Interface. |