You are currently viewing Configure NFS Share to Use as Storage for CMS Recorder

Configure NFS Share to Use as Storage for CMS Recorder

Introduction

This document describes how to configure and set a Network File System (NFS) share folder to be used as Cisco Meeting Server (CMS) recorder storage.

Contributed by Octavio Miralrio, Cisco TAC Engineer.

Prerequisites

Requirements

Cisco recomends that you have knowledge of these topics:

  • Recorder service configured on CMS
  • Windows server

Components Used

The information on this document is based on these software and hardware versions:

  • CMS version 2.3
  • Windows server 2012 R2

The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, ensure that you understand the potential impact of any command.

Configure

Network Diagram

The image provides an example of a network diagram;

Configurations

Step 1. Add a second hard disk to the server.

  1. Based on the hardware type used, add a second hard drive to the Windows server, for example a second hard drive of 120 GB.
  2. Open the Windows server interface and navigate to Server Manager > Tools > Computer Management.
  3. In the Computer Management select the option Disk Management in the left panel.
  4. The right panel shows the available volumes in the Windows server.
  5. The new volume shows a red arrow, it means the volume is off-line, as shown in the image:

  1. Right click on the new disk and select Online.
  2. After the disk is online, the red arrow disappears and the disk is now ready to be formatted as a new volume.

Step 2. Format the disk as new volume.

  1. Right click in the blank side and select New simple volume.
  2. Follow the wizard, most of the settings can be left as default.
  3. Specify the volume size, select the size in case not all the size is used for the volume, default is the maximum size in this case 120GB, as shown in the image:

  1. Assign the drive letter, select the letter for the device, in this case E, as shown in the image:

  1. Change the name of the volume by something friendly, as shown in the image:

  1. Once the Wizard finishes, the new volume is ready to be used, as shown in the image:

Step 3. Install NFS Role in Windows server.

  1. Open the Server Manager on Windows server interface.
  2. Navigate to Manage > Add Roles and Features.
  3. In the Select Server roles page, expand the File and Storage Services tree.
  4. In case they are not installed, check the boxes File ServerServer for NFS and Storage Services, as shown in the image:

  1. Continue and finish the installation.
  2. Once the wizard finishes, select the flag in the right top of the Server Manager.
  3. Ensure no more activities are required, you must see Installation succeeded, as shown in the image:

Step 4. Convert the new volume into NFS system.

  1. Open the Server Manager and select File and Storage Services.
  2. Select Shares and then Task > New Share, as shown in the image:

  1. Select NFS Share – Quick.
  2. Select Next.
  3. Select Type a custom path.
  4. Type the path to store the recordings, as shown in the image:

  1. Select Next.
  2. Enter the information in the Share name field. This name is used to configure the recorder in CMS.

  1. Ensure none of the Kerberos checkboxes is selected.
  2. Select Ok when the system warns you the directory is created.
  3. Check the next boxes, as shown in the image:
    • No server authentication
    • Enable unmapped user access
    • Allow unmapped user Unix access

  1. Select Next.
  2. In the Share permissions page, select Add.

Note: The default permission is Read-Only for all machines. The recorder must have Read-Write access, so you can change the default for All Machines, or add specific rules for the recorder. The best practice would be to disable access to All Machines by Add a Host, this is the recorder IP address.

  1. On Language encoding, select ANSI.
  2. On Share Permissions, select Read/Write.
  3. Select Add.
  4. Select All Machines.
  5. On Language encoding, select ANSI.
  6. On Share Permissions, select No access.
  7. Select Add.

  1. Select Next.
  2. In the next page select Next.
  3. Ensure the information is correct and select Create.
  4. Once the configuration finishes, select Close.

Step 5. Configure the security settings on NFS folder.

  1. On Windows server, navigate to the folder location, PC > Disk E > Recording.
  2. Right click on the folder and select Properties, as shown in the image:

  1. Select the Security tab.
  2. Select Edit.
  3. Select Add.
  4. Type the word Everyone and select Check Names, as shown in the image:

  1. Select Ok.
  2. Select the Permissions tab.
  3. Ensure the Allow permission is checked in Full Control for the Everyone group, as shown in the image:

  1. Select Ok.
  2. Select Ok in order to close the Properties tab.

Verify

Use this section to confirm that your configuration works properly.

  1. Recorder service must be configured previously.
  2. Open the CMS Command Line Interface (CLI).
  3. Run the command recorder nfs <hostname/IP>:<directory>.
  4. Use the values of the NFS server and the name of the directory configured previously.
  5. For example: recorder nfs 10.1.1.1:Recording.
  6. Restart the recorder, run the command recorder restart.
  7. Run the command recorder in order to validate the configuration, as shown in the image:

  1. Log in to the CMS with Cisco Meeting App (CMA).
  2. Start to record the meeting.

Note: For the first 5 seconds after recording is started, the call is not recorded. This is intentional and is to aid lipsync between video and audio in the recording. If you record for less than 5 seconds a small file is saved on the NFS, but it does not play back.

  1. Stop the record.
  2. Finish the call.
  3. Wait a couple of minutes for the file to be created.
  4. Open the NFS folder in Windows server.
  5. Ensure the recorded file is in the recording folder, as shown in the image:

  1. Reproduce the video file with the a video reproductor.
  2. The video of the conference must be showed, as shown in the image:

Troubleshoot

There is currently no specific troubleshooting information available for this configuration.

Source: Configure NFS Share to Use as Storage for CMS Recorder