CLI Help

28: StandbyUpdate
Usage: fmsadmin STANDBY UPDATE [FILE...] [PATH...] [options]
Description:
Updates the specified databases (FILE) or folders (PATH) from the primary
server to the standby server.
The server must be a primary server to run this command.
The STANDBY UPDATE command cannot be run on open databases. First, run the
PAUSE command, then run the STANDBY UPDATE command, and then run the RESUME
command. Alternatively, run the CLOSE command, then run the STANDBY UPDATE
command, and then run the OPEN command.
Specify a PATH item to update system folders and files. The PATH must not
include files in reserved folders, such as folders containing hosted files.
Options:
-r, --recursive
Update the folder and child folders.
29: Start
Usage: fmsadmin START [TYPE]
Description:
Starts the server or process(es) of specified TYPE.
Valid server TYPEs:
ADMINSERVER Starts the Admin Server.
SERVER Starts the Database Server.
Valid process TYPEs:
FMSE Starts the FileMaker Script Engine process.
FMSIB Starts the Server Progressive Backup process.
XDBC Starts the ODBC/JDBC listener process.
WPE Starts all Web Publishing processes.
FMDAPI Starts all FileMaker Data API processes.
This command works only if the FileMaker Server service (Windows)
or fmserver_helperd daemon (macOS) is running.
Options:
No command specific options.