Cisco Acano X-series

ページ / 110
Cisco Meeting Server Release 2.0 : Single Combined Meeting Server Deployments
24
messages can be downloaded over SFTP, however Cisco recommends that the host server is
configured to send debug information to a remote Syslog server.
Note: The Syslog server must use TCP, not UDP. Check that your Syslog server is configured to
use TCP.
Follow the instructions below 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 a Network Time Protocol (NTP) server to synchronize time between the Meeting
Server components.
3   Prerequisites