cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
362
Views
0
Helpful
4
Replies

Cisco Unity: CLI command for displaying settings

bshouse
Level 1
Level 1

I need to check a bunch of settings and would like to avoid clicking around the GUI.

 

Is there a command or SQL statement I can run to find things like: Message Store, Class of Service, Alternate Extensions, Message Options, Template Configurations, Password Settings and Send Message?

 

Exact commands are nice, but pointers to useful documentation would be good too.

 

Thank you.

 

 

4 Replies 4

Jaime Valencia
Cisco Employee
Cisco Employee

Why not use the User Data Dump tool instead??

HTH

java

if this helps, please rate

I run Linux and it requires Windows.

The problem is that the actual tool that gives you the layout  of the DB, is also a Windows tool

http://www.ciscounitytools.com/Applications/CxN/CUDLI/Help/CUDLI.htm

There's no data dictionary for CUC as far as I'm aware of.

HTH

java

if this helps, please rate

It looks like I should be able to use the "show cuc dbschema database_name" and "show cuc dbcontents" to get the actual DB schema and data. According to the CLI documentation, the "unitydirdb" contains the configuration data.

 

So, the information should be available via the CLI, but I was hoping someone had some experience before I got poking around production systems.