mfsgui(8) This is part of MooseFS mfsgui(8)

mfsgui - start, restart or stop MooseFS GUI server

mfsgui [-c CFGFILE] [-f] [-d] [-u] [-n] [-t LOCKTIMEOUT] [ACTION]

mfsgui -v

mfsgui -h

mfsgui is the MooseFS GUI server. It consist of a HTTP server and scripts that make up the GUI interface to MooseFS. The user can access the GUI via any web browser, using the IP (or appropriate domain name) and port defined in mfsgui.cfg.

print version information and exit
print usage information and exit
specify alternative path of configuration file (default is mfsgui.cfg in system configuration directory)
run in foreground, don't daemonize
run with dangerous options (names: DANGEROUS_*)
log undefined configuration values (when default is assumed)
do not attempt to increase limit of core dump size
how long to wait for lockfile (in seconds; default is 60 seconds)
tells MooseFS GUI server to perform one of the following actions:
Start MooseFS GUI server process if the process is not already running, otherwise display error message.
Stop MooseFS GUI server process if the process is running, otherwise display error message.
(default action) If the MooseFS GUI server process is running, restart it, if it's not running, start it.
Send a signal to MooseFS GUI server process to reload config files.
Send a singal to MooseFS GUI server process to dump debug information file in working directory.
Displays "mfsgui pid: PID" if the MooseFS GUI server is running (and return 0) or "mfsgui is not running" otherwise (and return 1).
Send termination signal to MooseFS GUI server process.
Not implemented.

configuration file for MooseFS GUI server process; refer to mfsgui.cfg(5) manual for details
.mfsgui.lock
lock file of running MooseFS GUI server process (created in data directory)
various python, javascript, and other (static) files used to serve the GUI interface via HTTP; these files are installed in whatever directory is the default at installation time for ROOT_DIR in mfsgui.cfg

Report bugs to <bugs@moosefs.com>.

Copyright (C) 2025 Jakub Kruszona-Zawadzki, Saglabs SA

This file is part of MooseFS.

MooseFS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 (only).

MooseFS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with MooseFS; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA or visit http://www.gnu.org/licenses/gpl-2.0.html

mfsmaster(8), mfsgui.cfg(5)

June 2025 MooseFS 4.57.7-1