Home
Audit Logs on CUCM Part 2

In April I wrote a blog: Audit Logs on Cisco Unified Communications Manager.  This blog focused on new audit features available with Cisco Unified Communications Manager (CUCM) 7.1(2) and later.  Recent Netpro discussions around a similar topic provided a reminder that there were other aspects of the CUCM system that can be audited, such as database transactions, operating system events, and remote support account activities.

 

Audit Logging

 

Simply stated, audit logging is a process on the Cisco UC appliance which is responsible for logging certain events to log files used specifically for auditing.  With CUCM, there are several audit logs:

  • Application Log
  • Database Log
  • Operating System Log
  • Remote Support Account Log

The above sources are tracked in separate log files written to the common partition.

Application Log

The application audit log can be used to track configuration changes and activities for the following applications/services:

  • CUCM administrative web pages
  • CUMC serviceability web pages
  • Command Line Interface
  • RTMT
  • Disaster Recovery System (DRS)
  • CDR Analysis and Reporting (CAR)

The application log was the focus of a previous blog article: Audit Logs on Cisco Unified Communications Manager.

Database Log

This log focuses on tracking database changes.  It can track changes to the schema, database updates, and database reads.  You actually can select administrative changes here, which will increase the level of audit information available for auditing admin level information.  So, clearly a little overlap between functions. 

Database logging is configured using the Unified Serviceability pages.  This is same location used to configure the application audit log parameters.  These logs can be accessed from RTMT using the "Cisco Audit Logs/informixauditlogs" subfolder:

If you are looking for these files from the CLI:

admin:file list activelog audit/informixauditlogs/*
iecucm01_ccm7_1_3_32900_4.3817          iecucm01_ccm7_1_3_32900_4.3818
iecucm01_ccm7_1_3_32900_4.3819          iecucm01_ccm7_1_3_32900_4.3820
iecucm01_ccm7_1_3_32900_4.3821          iecucm01_ccm7_1_3_32900_4.3822
iecucm01_ccm7_1_3_32900_4.3823          iecucm01_ccm7_1_3_32900_4.3824
iecucm01_ccm7_1_3_32900_4.3825          iecucm01_ccm7_1_3_32900_4.3826
iecucm01_ccm7_1_3_32900_4.3827          iecucm01_ccm7_1_3_32900_4.3828
iecucm01_ccm7_1_3_32900_4.3829          iecucm01_ccm7_1_3_32900_4.3830
iecucm01_ccm7_1_3_32900_4.3831          iecucm01_ccm7_1_3_32900_4.3832
iecucm01_ccm7_1_3_32900_4.3833          iecucm01_ccm7_1_3_32900_4.3834
iecucm01_ccm7_1_3_32900_4.3835          iecucm01_ccm7_1_3_32900_4.3836
iecucm01_ccm7_1_3_32900_4.3837          iecucm01_ccm7_1_3_32900_4.3838
iecucm01_ccm7_1_3_32900_4.3839          iecucm01_ccm7_1_3_32900_4.3840
iecucm01_ccm7_1_3_32900_4.3841          iecucm01_ccm7_1_3_32900_4.3842

Operating System Log

The CUCM appliance OS, like any other, performs functions and runs routines in the background.  The activities of these functions and routines can be tracked via the system's audit logging.  Interestingly enough, this audit log can only be enabled or disabled.  Further, you have to enable or disable it from the CLI.  For example:

admin:utils auditd enable

The auditd daemon has been started and was set to start upon reboot.

The OS audit log will show you when a process executes, what was executed,  the process ID, and other, somewhat cryptic information.

These logs can be accessed from RTMT using the "Cisco Audit Logs/vos" subfolder or from the CLI:

admin:file list activelog audit/vos/*
vos-audit.log
dir count = 0, file count = 1

Remote Support Accounting Log

So, there is a feature which allows Cisco TAC to logon to your OS platform and do some low level magic.  TAC can access the root shell and look/touch/modify things that standard admins cannot.  Remote support accounting tracks the CLI commands that are issued by the technical support teams.  You cannot enable/disable this auditing feature.  It is engaged automatically when the remote support account is enabled.

The logs themselves are stored in the same location as the operation system logs.

 

 

 

Comments (2)Add Comment
0
Any way to get the serial number of UCM/Unity/Unity Cxn?
written by Chris Lee, October 14, 2010
I know that you can use the CLI admin:show hardware to find the serial number. Is there a way in the GUI? If yes, where would I have to look? You know, when opening a TAC case, they'll want the serial number - and if we've loaded UCM on a spec authorized HP, TAC doesn't want the HP server chassis serial number. They'll want the Cisco generated/tracked serial number.
William Bell
Re: Any way to get the serial number of UCM/Unity/Unity Cxn?
written by William Bell, October 18, 2010
For CUCM or Unity Connection you can connect to the platform portal (cmplatform). Go to Show--Hardware. The serial number will be displayed. I am not aware of a method to get this information from the Unity web interface.

HTH.

Regards,
Bill

Write comment

busy