Troubleshooting Tips for Unified IC 9.0
From DocWiki
Back: Troubleshooting Unified Intelligence Center
Add tip: Create Troubleshooting Tips
Print PDF: Print Troubleshooting Tips for Unified IC 9.0
The following tips were added by Cisco Documentation:
Contents |
Installation
Migration
- Migration: Collections do not appear in the filter page
- Migration: Report Filter page does not list any values
- Migration: Value list does not get Migrated
- Migration: Value list values are blank
- Migration: Gauge value update failed
System
- System: Checking Replication Status
- System: Checking the status of services
- System: Deleting the NTP Server in Cisco Unified OS Administration
- System: Low Disk Space error at login to the Administation application
- System: Two Users on the Same Client Must use Different Browsers
- System: Loss of functionality when publisher node goes down in multi-node deployments
Reporting
Accessibility
- Accessibility: Selecting items on a dropdown using the keyboard
- Accessibility: JAWS Screenreader and Category "trees"
- Accessibility: JAWS Screenreader Shortens Button Names to First Letter
Charts and Gauges
- Charts and Gauges: Gauge value update failed. The footer is null or not a number.
- Charts and Gauges: Printing
- Charts and Gauges: The Report View is Blank
- Charts and Gauges: The Chart Save Fails
- Charts and Gauges: Unexpected JavaScript exception
Dashboards
Data Sources
Report Definitions
Reports
- Reports: Export Errors
- Reports: Field content in wrapping in grid view
- Reports: Import button is disabled
- Reports: Import errors
- Reports: Unable to perform a SaveAs on Stock Reports
- Reporting: Right-click on field in Grid Editor does not work
- Reporting: Running reports that span daylight savings time changes
- Reporting: Super Header does not appear in the report viewer
- Reporting: The Imported Report is Associated with the Wrong Data Source
- Reporting: Script slows down the Filter page in Internet Explorer
Schedules
- Schedules: A scheduled job is unable to process at the scheduled time
- Schedules: The Schedule option is disabled when I right-click a report name
- Schedules: I do not see all scheduled reports on the Schedule List page
Security Center
Value Lists and Collections
- Value Lists and Collections: Cannot refresh value list
- Value Lists and Collections: Wildcard Collections and Java Regex Expressions
Administration (OAMP)
Admin User Management
Command Line Interface
Control Center
Device Configuration
License Management
Log and Trace Settings
RTMT
SNMP
Unified CCE User Integration
CUIC Log file Growth - How to delete unwanted logs
The following commands can be run from either /var/log/active or /var/log/inactive
1. To print the total number of log files under current directory:
find . -type f -print | egrep -i "*\.out$|*\.zip$|*\.csv$|*\.txt$|*\.log$|*\.gz$|*_activity\.log_*" | wc -l
2. To print the total size of logs in bytes. (It may come as an exponential number, like 1.96367e+10. You can read it as 1.96367 * 10^10, ie, 19636700000 bytes, equalling around 19.6 Gb.)
find . -type f -print | egrep -i "*\.out$|*\.zip$|*\.csv$|*\.txt$|*\.log$|*\.gz$|*_activity\.log_*" | xargs ls -all | awk '{total += $5} END {print total}'
3. To delete all the log files under the current directory (/var/log/active or /var/log/inactive)
find . -type f -print | egrep -i "*\.out$|*\.zip$|*\.csv$|*\.txt$|*\.log$|*\.gz$|*_activity\.log_*" | xargs /bin/rm -f
After deleting the logs, you can run the command #1 and #2 above to check the count and size and make sure that they are deleted. Some files may still remain, but that is expected.
Log locations and Troubleshooting tips
| Component/Area | Common Issues | Reasons for Failure and What needs to be done | Log Level to be enabled | Log files | Comments |
|---|---|---|---|---|---|
| CUIC - Report | • Execution fails with dataset error • Importing a zip file fails | Report execution failed due to some issues in the production of a dataset
| Report Failures :CUIC1 -> Cisco Unified Intelligence Center -> Log level = Detailed
| / var/log/active/cuic/logs/cuic/Error-cuic*.log / var/log/active/cuic/logs/cuic/CCBU-cuic*.log | If there are issues with parsing the XML, CUIC logs will clearly mark it in the logs.
|
| CUIC - Report Definition | Creating query parameters fail | • Create the parameters or correct the query syntax and recreate the parameters. An expression of non-boolean type specified in a context where a condition is expected, near ';'.
• Note : End of SQL statement ';' should not be mentoned in the report definition query used in CUIC | | /var/log/active/cuic/logs/cuic/Error-cuic*. | Query syntax errors are clearly defined in the logs
|
| CUIC - Datasource | Exception message something like:
Cannot open database "<..>" requested by the login. The login failed | One of the following could be wrong:
| NA | /var/log/active/cuic/logs/cuic/Error-cuic*.startup.log
| Exceptionmessage something like: Cannot open database "<..>" requested by the login. The login failed.
|
| CUIC -- Dashboard, Valuelists | | | | /var/log/active/cuic/logs/cuic/Error-cuic*.startup.log
| ??
|
| CUIC - Scheduler | Schedule successful, but Email not sent
| Check the following
• SMTP server is reachable • SFTP location is reachable | Data processing center failure :
CUIC1 -> CUIC DATA PROCESSING -> Log level = Detailed Subsystem Trace Definitions -> DCP,DCP_WORKER | /var/log/active/cuic/logs/cuic/Error-cuic*.
|
|
| OAMP - Licensing | License file is invalid | Check the following • License file is not tampered • License file is generated with the correct licensing MAC. • To get the licensing MAC of CUIC, run the CLI 'show status' | OAMP -> Infrastructure -> Log level = DetailedSubsystem Trace Definitions -> TRACE_LICENSING | /var/log/active/cuic/logs/cuic/CCBU-cuic*.log, Error-cuic*.log |
|
| OAMP- CUIC status - unknown | | • Run the foll URL : https://<IP>:8443/cuic-dp/rest/ReportingService/csvc/GetStatus to get the CUIC service status | | • /var/log/active/cuic/logs/diag-portal/CCBU-diag-portal.*.startup.log • /var/log/active/cuic/logs/diag-portal /Error-diag-portal.*.startup.log |
|
| DBReplication | • Replication totally not setup • Replication is fine, but data is not seen across the cluster [OS Cache] |
• Check the following:
How to fix the Replication setup issue: | | • /var/log/active/cm/trace/dbl/sdi/replication_scripts_output.log • /var/log/active/cm/trace/dbl/sdi/startrpc.log • /var/log/active/cm/trace/dbl/ *.dbl_repl_cdr_define.log • /var/log/active/cm/trace/dbl/*_dbl_repl_cdr_Broadcast.log • /var/log/active/cm/trace/dbl/*_dbl_repl_output_Broadcast.log • /var/log/active/cm/trace/dbl/sdi/dblrpc.err |
|
| CUIC-Oscache | Entities are not getting replicated across cluster although DB Replication is UP. |
- Execute the command: netstat -an | grep -i 45566. \\
| |
|
|
| DRF (Backup and Restore) |
| check the following services on publisher: - Cisco DRF Master - Cisco DRF Local - A Cisco DB check the following service on all subscribers: - Cisco DRF Local | |
| |
| CLI – show cuic component-status show cuic license-info show cuic properties show cuic tech show cuic trace | Command executed unsuccessfully | | |
| |
| CLI - platform | | | |
| |
| Install |
| Refer to CUIC Install Guide Sec 'What do I do if the installation fails?' | |
| |
| Upgrade | | Search for the following messages in the log files:
| |
| Search for the following messages in the log files:
|
| AFG (Answer File Generator) | | check the following:
| |
| |
| Failed to Start “A Cisco DB” service | | | |
| |
| Failed to start “Intelligence Center Reporting Service” service | | | |
| |
| Failed to start “Cisco Tomcat” service | | | |
| |
| User Authentication (LDAP) | Invalid username or password. Please try again. |
Usually occurs when CUIC is not able to authenticate the user entered. check the following: Check the Active Directory Configuration OAMP -> Cluster Configuration -> Reporting Configuration.
| CUIC1 -> CUIC Security -> Log level = Detailed Subsystem Trace Settings ->PERMISSION_OBJECT, PERMISSION_OPERATION |
| This will give detailed level of logging including the VALID domains for login, logged-in user’s dn etc. |
| UCCE User Integration | Sync fails with errors | Previous sync has not deleted the temp tabls created for bulk insert of UCCE entities. | CUIC1 -> CUIC Security -> Log level = Detailed Subsystem Trace Settings ->PERMISSION_OBJECT, PERMISSION_OPERATION |
| SQLException: Temp table (tanya_perm_toadd_vlteams) already exists in session.: There was an exception that occurred. 0000000415: 10.78.90.232: Jun 26 2012 16:53:14.470 |
Audit Trail Report Schema
| Column Name | Data Type | Maximum Allowed Length | Description |
| ID | Char | 32 | UUID to uniquely indentify a row in a table |
| USERID | Char | 32 | User ID of the user who performed a particular operation |
| RUNASUSERID | Char | 32 | User ID of the RunAs user who performed a particular operation |
| CATEGORY | nvarchar | 32 | Entity type, for example, REPORT, DATASOURCE, VALUELIST, REPORTDEFINITION |
| OPERATION | nvarchar | 32 | Operation performed by a user, for example, CREATE, SAVE, UPDATE, IMPORT,EXPORT |
| LOGGEDTIME | datetime year to fraction(3) | Date and Time of the operation | |
| DESCRIPTION | lvarchar | 1000 | Detailed description of the performed operation |
| SERVERIP | nvarchar | 100 | IP address of the Unified Intelligence Center server |
| SERVERNAME | nvarchar | 100 | Hostname of the Unified Intelligence Center server |
| STATUS | nvarchar | 32 | Status of the operation SUCCESS or FAILURE |
Raw Schema:
CREATE TABLE informix.CUICAUDITLOG(
ID char(32),
USERID char(32),
RUNASUSERID char(32),
CATEGORY nvarchar(32),
OPERATION nvarchar(32),
LOGGEDTIME datetime year to fraction(3) NOT NULL,
DESCRIPTION lvarchar(1000),
SERVERIP nvarchar(100),
SERVERNAME nvarchar(100),
STATUS nvarchar(32)
)