The command line tool ARIS Server Administrator is available if you have installed ARIS server or the ARIS Administrator Tools (see Technical Help ARIS client Installation Guide. You can open or download documents and the Technical Help from the Documentation Web site. Documentation is also contained in the ARIS installation package that is available in the ARIS Download Center.
If you have installed ARIS server, navigate to ARIS installation path>\server\bin\work\work_abs_<s, m, or l>\tools\arisadm and run the batch file.
You can find detailed information about default commands in the ARIS Architect online help (see: ARIS Configuration and Administration > ARIS server and Tenant Management > ARIS server Administrator) or in the related user guide.
The following commands are meant only for advanced administration.
Command |
Description and syntax |
---|---|
checkdb |
Checks one or all databases for integrity. This command must not be used for standard database administration. Use this command only to check your database for integrity problems after having performed a manual database migration. If the checkdb command prompted the message needs optimization for a database, run the prepareoptimizedb command. The prepareoptimizedb command generates a repair file that you can use together with the optimizedb command to bring databases back to optimal use. You can use the following options:
Syntax <dbname>|all WORKSPACE_ONLY|INCL_ARCHIVE FULL |
prepareoptimizedb |
Checks one or all databases for integrity. This command must not be used for standard database administration. Use this command only to check your database for integrity problems after having performed a manual database migration. If the checkdb command prompted the message needs optimization for a database, run the prepareoptimizedb command. The prepareoptimizedb command generates a repair file that you can use together with the optimizedb command to bring databases back to optimal use. You can use the following options:
Syntax <dbname>|all WORKSPACE_ONLY|INCL_ARCHIVE FULL |
optimizedb |
Restores the integrity of one or all databases if required. This command must not be used for standard database administration. Use this command only to bring your database back to optimal use after having performed a manual database migration and having run the checkdb and prepareoptimizedb commands. To use the repair file generated by the prepareoptimizedb command, specify the path to the downloaded file as a parameter, for example: optimizedb <copied path to the repair file> You can use the following options:
Syntax <dbname>|all WORKSPACE_ONLY|INCL_ARCHIVE FULL |