Procedure
- Load the events block file Event-Processing/Generic-Live-Writer/cisco-ucs/ddl/my-ucs_live.sql.
- Run mysql-client.sh.
- Type username, database name, and password.
- Copy the contents of the /my-ucs_live.sql file and paste it into the mysql client at the mysql> prompt.
This creates the ucs_live table.
- Start the event processing manager service.
- To enable events reporting from the frontend:
- Edit the Web-Application configuration file Web-Servers/Tomcat/Default/conf/Catalina/localhost/APG.xml.
- If the
cisco-ucs-events
section is present, uncomment it. - If the
cisco-ucs-events
section is missing, add the following lines:<!-- cisco-ucs-events --> <ResourceLink name="jdbc/FLOW-UCS-LIVE:{ mapping=FLOW-UCS.xml, table=ucs_live }" global="jdbc/FLOW-EVENTS" type="javax.sql.DataSource" />
- Restart the tomcat service.