Command line reference : fmsadmin commands : STATUS command
 
STATUS command
Format
fmsadmin STATUS [TYPE] [CLIENT_NUMBER] [FILE]
Description
Retrieves the status of the specified TYPE.
Valid TYPES
CLIENT: Retrieves the status of a client specified by CLIENT_NUMBER. For example:
fmsadmin STATUS client 2
Use the LIST CLIENTS command to obtain a list of clients and their ID numbers.
FILE: Retrieves the status of an open database specified by FILE. For example, to get the status of a database named “Database”:
fmsadmin STATUS file Database
Options
None.
Related topics 
LIST command
Command line reference