GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ESTMASTER(1) Hyper Estraier ESTMASTER(1)

estmaster - master process of node servers

estmaster init [-ex] rootdir

estmaster start [-bg] [-ro] [-st] rootdir

estmaster stop rootdir

estmaster unittest rootdir

estmaster crypt key [hash]

estmaster 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.
estmaster init [-ex] rootdir
Create the server root directory.
If -ex is specified, some users and some nodes are set for example. By default, only a super user whose name and password are both "admin" is set.
estmaster start [-bg] [-ro] [-st] rootdir
Start the node master.
If -bg is specified, the server runs in background as a daemon process.
If -ro is specified, the server runs in read-only mode regardless of the configuration.
If -st is specified, the server runs in single thread mode.
estmaster stop rootdir
Stop the running node master.
estmaster unittest rootdir
Perform unit tests.
estmaster crypt key [hash]
Output an encrypted string of a string.
key specifies a target string.
If hash is specified, it checks whether the key and the hash matches.

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.

estconfig(1), estcmd(1), estcall(1), estwaver(1), estraier(3), estnode(3)

Please see http://hyperestraier.sourceforge.net/nguide-en.html for detail.

2007-03-06 Man Page

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.