Maintenance Manual
file view inactivelog file-spec
file view install file-spec
file view system-management-log
PARAMETER file-spec specifies the path to the file to view.
Run Commands
•
run loadxml (page 102)
•
run sql (page 102)
run loadxml
This command can be run on the publisher (the Controller node) as a workaround when service
parameters or product specific information does not appear on the administration screen.
Running this command might necessitate a restart of some services.
COMMAND: run loadxml
run sql
This runs a SQL command to query and select from the database and table.
COMMAND: run sql sql statement [options]
PARAMETER sql statement specifies the SQL command to run. For example, select * from
tablename.
OPTIONS:
[ccm] - operating system database. This is the default. If you do not include the cuic option,
this command runs a sql statement from the system database.
[cuic] - Unified IC database. For example, select * from cuic:tablename
You can run only one sql_statement at a time. But in the sql_statement you can use multiple
tables. For example: Select * from cuic:cuicreport, cuic_data:cuicreportdefinition.
Set Commands
•
set account (page 103)
Administration Console User Guide for Cisco Unified Intelligence Center Release 8.0(3)
102
Command Line Interface
Run Commands