solidDB Help : Configuring and administering : Monitoring solidDB : Querying the status of the most recent backup
  
Querying the status of the most recent backup
To get the status of the most recent local backup, run the following command in solidDB SQL Editor (solsql):
ADMIN COMMAND 'status backup'
To get the status of the most recent network backup, run the following command:
ADMIN COMMAND 'status netbackup'
If the last backup is successful, the result set looks as follows:
RC TEXT
-- ----
0 SUCCESS
If the latest backup has failed, then the RC column returns an error code.
The return code 14003 with text ACTIVE means that the backup is currently running.
For more information, see STATUS BACKUP.
Go up to
Monitoring solidDB