Cisco Acano X-series

ページ / 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
123
1. Create a certificate and private key for the Recorder, following the steps described in the
Certificates guidelines for an internal CA signed certificate.
2. SSH into the MMP of the Meeting Server hosting the Recorder.
3. Configure the Recorder to listen on the interface(s) of your choice with the following
command:
recorder listen <interface[:port] whitelist>
The Recorder can listen on multiple interfaces, e.g. one on public IP and one on the internal
network. (However, it cannot listen on more than one port on the same interface.)
The following is an example where interfaces are set to interface A and B, both using port
8443.
recorder listen a:8443 b:8443
To use a local Recorder, the Recorder must listen on the loopback interface lo:8443, for
example
recorder  listen lo:8443 b:8443
4. Upload the certificate file, key file and certificate bundle to the MMP via SFTP.
recorder certs <keyfile> <certificatefile> [<crt-bundle>]
5. Add the Call Bridge certificate to the Recorder trust store using the command:
recorder trust <crt-bundle>
6. Specify the hostname or IP address of the NFS, and the directory on the NFS to store the
recordings
recorder nfs <hostname/IP>:<directory>
Note: The Recorder does not authenticate to the NFS.
7. Use the recorder command to list the details for the recorder, for example:
cms1>
recorder
Enabled                 : true
Interface whitelist     : a:8443 b:8443
Key file                : recorder0.key
Certificate file        : recorder0.cer
CA Bundle file          : recorder.crt
Trust bundle            : callbridge.crt
NFS domain name         : examplecompany_nfs
NFS directory           : /home/examplecompany/nfs
8. Enable the Recorder:
recorder enable
9. Create DNS A record for the Recorder and set it to resolve to the IP Address of the Ethernet
interface you want the Recorder to listen on.
14   Recording meetings