Cisco Acano X-series

ページ / 114
Cisco Meeting Server Release 2.0 : Single Split Meeting Server Deployments
25
(Edge and Core) are configured to send debug information to a remote Syslog server.
BothMeeting Servers must use the same Syslog server; when using a Syslog server for
troubleshooting, remember to look in the logs for both Meeting Servers.
Note: The Syslog server must use TCP, not UDP. Check that your Syslog server is configured to
use TCP.
Follow the instructions below on each Meeting Server to define a Syslog server.
1. SSH into the MMP and log in.
2. Enter the following command, syslog server add <server address> [port]
Examples:
syslog server add syslog01.example.com 514
syslog server add 192.168.3.4 514
3. Enable the Syslog server by entering:
syslog enable
4. Optionally, if you want to send the audit log to a Syslog server follow these steps.
(The audit log facility records configuration changes and significant low-level events. For
example, changes made to the dial plan or configuration of a space via the Web Admin
Interface or the API, are tracked in this log file, and tagged with the name of the user that
made the change. The file is also available via SFTP.)
a. Create a user with the audit role.
user add <username> (admin|crypto|audit|appadmin)
user add audituser audit
b. Log out of the MMP and log back in with the newly created user account.
c. Enter the command (this command can only be run by a user with the audit role):
syslog audit add <servername>
syslog audit add audit-server.example.org
Note: Normally local Syslog files are overwritten in time, but you can permanently store system
and audit log files using the syslog rotate <filename> and syslog audit rotate
<filename>
commands. These files can also be downloaded over SFTP. See the MMP
Command Reference.
3.1.5 Network Time Protocol server
Configure one or more Network Time Protocol (NTP) servers to synchronize time between the
Meeting Server components.
3   Prerequisites