Difference between revisions of "Recitaladmin"

From Recital Documentation Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
===server===
 
===server===
Perform administration of the recital server daemon. See recitalserver [http://www.recitalsoftware.com/index.php?option=com_content&view=article&id=88] for full details.
 
 
  --server [ options ]
 
  --server [ options ]
 +
Perform administration of the recital server daemon. See recitalserver [http://www.recitalsoftware.com/index.php?option=com_content&view=article&id=88] for full details.
 
===replication===
 
===replication===
Perform administration of the recital replication daemon. See recitalreplication(1) for full details.
 
 
  --replication [ options ]
 
  --replication [ options ]
 +
Perform administration of the recital replication daemon. See recitalreplication(1) for full details.
 
===intergrity===
 
===intergrity===
This  option  is  used  to verify and if needed, repair a Recital data files. Use -f table to verify a table. Use -d directory to verify all files in a directory. Use -D database to verify a database. Use -r  to  recursively  process sub-directories.  Use  -y  to  repair data errors if any are found. Use -q to only display errors. Use -a for verbose mode.
 
 
  --integrity  [ -f table  |  -d directory  | -D database | -r | -y  | -q  | -a]
 
  --integrity  [ -f table  |  -d directory  | -D database | -r | -y  | -q  | -a]
 +
This  option  is  used  to verify and if needed, repair a Recital data files. Use -f table to verify a table. Use -d directory to verify all files in a directory. Use -D database to verify a database. Use -r  to  recursively  process sub-directories.  Use  -y  to  repair data errors if any are found. Use -q to only display errors. Use -a for verbose mode.
 
===convert===
 
===convert===
This options is used to convert data from disparate hardware  platforms  and  databases  into  and  out  of  Recital Databases.  The first parameter is the file type to convert and the second optional parameter is the file(s) to convert.
 
 
--convert  [ all | prg | dbf | fmt | mem  | frx ] [ <files> ]
 
--convert  [ all | prg | dbf | fmt | mem  | frx ] [ <files> ]
 +
This options is used to convert data from disparate hardware  platforms  and  databases  into  and  out  of  Recital Databases.  The first parameter is the file type to convert and the second optional parameter is the file(s) to convert.
 
===execute===
 
===execute===
Execute program file.  Args specified are declared as character variables  in  the  called  program.  The  file name extension defaults to .prg Only program files that have no user input or display output can be run.
 
 
  --execute  filename [ Args ]
 
  --execute  filename [ Args ]
 +
Execute program file.  Args specified are declared as character variables  in  the  called  program.  The  file name extension defaults to .prg Only program files that have no user input or display output can be run.
 
===users===
 
===users===
 
       --users  [ -c | -r | -l  ]
 
       --users  [ -c | -r | -l  ]
 
The  -r  options  will  reset the existing recital users file. All users must be log out before this task can be performed. The -c options will create a new users file if one doesn’t already exist. The -l option will list  the  current recital users.
 
The  -r  options  will  reset the existing recital users file. All users must be log out before this task can be performed. The -c options will create a new users file if one doesn’t already exist. The -l option will list  the  current recital users.
 
+
===shutdown===
 
       shutdown  [ message ]
 
       shutdown  [ message ]
 
Shutdown  the recital daemon and interactive users. This will prevent new connections and disconnect existing connections and users. A shutdown message can be sent to interactive users before the shutdown.
 
Shutdown  the recital daemon and interactive users. This will prevent new connections and disconnect existing connections and users. A shutdown message can be sent to interactive users before the shutdown.
 
+
===disable===
 
       disable
 
       disable
 
Disable the recital daemon and interactive users. This will prevent new connections, but not disconnect existing connections and users.
 
Disable the recital daemon and interactive users. This will prevent new connections, but not disconnect existing connections and users.
 
+
===enable===
 
enable  
 
enable  
 
Enable the recital daemon and interactive users. This will enable new connections and users
 
Enable the recital daemon and interactive users. This will enable new connections and users
 
+
===suspend===
 
       suspend
 
       suspend
 
Suspend the recital daemon and interactive users. This will suspend all connections to the recital server and existing users.
 
Suspend the recital daemon and interactive users. This will suspend all connections to the recital server and existing users.
 
+
===resume===
 
       resume  
 
       resume  
 
Resume the recital daemon and interactive users. This will resume all suspended connections and users.
 
Resume the recital daemon and interactive users. This will resume all suspended connections and users.
 
+
===logout===
 
       logout  [ message ]
 
       logout  [ message ]
 
Log out interactive users.  A log out message can be sent to interactive users before the they are logged out.
 
Log out interactive users.  A log out message can be sent to interactive users before the they are logged out.
 
+
===broadcast===
 
       broadcast  [ message ]
 
       broadcast  [ message ]
 
Broadcast a message to all current interactive users. If no message is specified then any previous broadcast message will be cleared.
 
Broadcast a message to all current interactive users. If no message is specified then any previous broadcast message will be cleared.
 
+
===terminate===
 
       terminate  [ pid ]
 
       terminate  [ pid ]
 
Terminate cleanly the specified recital process.
 
Terminate cleanly the specified recital process.
 
+
===help===
 
       help   
 
       help   
 
Display this information
 
Display this information
 
+
===version===
 
       version
 
       version
 
Display product version
 
Display product version

Revision as of 08:56, 26 October 2009

Administration management tool used with the Recital software suite. It takes the following arguments.

Note: recitaladmin must be run as root. For systems with a hidden root account, please precede commands with ’sudo’.

server

--server [ options ]

Perform administration of the recital server daemon. See recitalserver [1] for full details.

replication

--replication [ options ]

Perform administration of the recital replication daemon. See recitalreplication(1) for full details.

intergrity

--integrity  [ -f table  |  -d directory  | -D database | -r | -y  | -q   | -a]

This option is used to verify and if needed, repair a Recital data files. Use -f table to verify a table. Use -d directory to verify all files in a directory. Use -D database to verify a database. Use -r to recursively process sub-directories. Use -y to repair data errors if any are found. Use -q to only display errors. Use -a for verbose mode.

convert

--convert [ all | prg | dbf | fmt | mem | frx ] [ <files> ] This options is used to convert data from disparate hardware platforms and databases into and out of Recital Databases. The first parameter is the file type to convert and the second optional parameter is the file(s) to convert.

execute

--execute  filename [ Args ]

Execute program file. Args specified are declared as character variables in the called program. The file name extension defaults to .prg Only program files that have no user input or display output can be run.

users

      --users  [ -c | -r | -l  ]

The -r options will reset the existing recital users file. All users must be log out before this task can be performed. The -c options will create a new users file if one doesn’t already exist. The -l option will list the current recital users.

shutdown

      shutdown  [ message ]

Shutdown the recital daemon and interactive users. This will prevent new connections and disconnect existing connections and users. A shutdown message can be sent to interactive users before the shutdown.

disable

      disable

Disable the recital daemon and interactive users. This will prevent new connections, but not disconnect existing connections and users.

enable

enable Enable the recital daemon and interactive users. This will enable new connections and users

suspend

      suspend

Suspend the recital daemon and interactive users. This will suspend all connections to the recital server and existing users.

resume

      resume 

Resume the recital daemon and interactive users. This will resume all suspended connections and users.

logout

      logout  [ message ]

Log out interactive users. A log out message can be sent to interactive users before the they are logged out.

broadcast

      broadcast  [ message ]

Broadcast a message to all current interactive users. If no message is specified then any previous broadcast message will be cleared.

terminate

      terminate  [ pid ]

Terminate cleanly the specified recital process.

help

      help   

Display this information

version

      version

Display product version