CLI Help
7: ClearKey
Usage: fmsadmin CLEARKEY [FILE...]
Description:
Removes database (FILE) encryption password(s) previously saved on the
server by using the OPEN command with the --savekey option.
If no FILE is specified, all database encryption passwords saved on the
server are removed.
Options:
No command specific options.
8: Close
Usage: fmsadmin CLOSE [FILE...] [PATH...] [options]
Description:
Closes the specified databases (FILE) or all the hosted databases in the
specified folders (PATH). If no FILE or PATH is specified, closes all
hosted databases.
To specify a database by its ID rather than its filename, first use the
LIST FILES -s command to get a list of databases and their IDs.
Options:
-m message, --message message
Specifies a text message to be sent to the clients that are being
disconnected.
-t seconds, --gracetime seconds
Specifies the total number of seconds to wait before forcing
disconnection of clients. The default (and minimum) value is
90 seconds.
-f, --force
Forces a database to be closed, immediately disconnecting
clients (overrides -t option).