company logo

ODABA Server Commands

Server commands allow running maintenance utilities from a remote client. Following server commands may be called:

  • DBBackup - create a database backup
  • DBCheck - check database consistence
  • DBRestore - restore database
  • DBSysInfo - provide database system information
  • KillAll - kill all active clients
  • KillClient - kill special client
  • SendMessage - send messages to one or more clients
  • ShowClients - show active clients
  • ShutDown - shut down the server
  • StartPause - pausing write transactions
  • StopPause - restart write transactions

Server commands may be called from a command line in MS CMD or UNIX shell. Server commands act as clients and can be started from any computer in the network that has installed server commands or on the server itself.

In order to access databases or files in a flexible manner, file/database references may be provided via symbolic names (sym_name).

Related topics

Subtopics

  1. DBBackup - Create database backup
  2. DBCheck - Check for (and repair) database errors
  3. DBConnect - Connect to database
  4. DBRestore - Restore database backup
  5. DBSysInfo - Provide system information
  6. DBDictInfo - Provide database statistics
  7. DBStatInfo - Provide database statistics
  8. KillAll - Kill all server clients
  9. KillClient - Kill client
  10. SendMessage - Send message to cient(s)
  11. ShowClients - Show clients active on server
  12. ShutDown - Start server shut down
  13. StartPause - Start Pause
  14. StopPause - Stop pausing the server