Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The VMA connects outbound towards Vidinet VidiNet using port 443.

  • Web proxying is supported.

The VMA needs two authentication configurations – one towards your local Vidispine VidiCore API Server (username-password) and one towards VidiNet (Access Key – Secret Key). The procedure is as follows:

  1. Install VMA

    1. Download the suitable VMA package and install it on your Vidispine API Server (or on a separate machine). 

      RedHat/CentOS Debian/Ubuntu

  2. Configure Vidispine VidiCore API Server connection in settings file

    1. Configure the VMA connection to your Vidispine VidiCore API Server by editing the following values in the file /etc/vidispine/management-agent.yaml (see example at the bottom of this email for syntax)

      1. vidispine.apiUrl

      2. vidispine.username

      3. vidispine.password

  3. Configure VidiNet connection

    1. In the VidiNet Dashboard, go to “Settings” and create a VMA access key pair. Remember to copy the Access Key and Secret Key when they are displayed, you will only see the secret key once.

    2. Configure the VidiNet connection by editing the following values in the file /etc/vidispine/management-agent.yaml

      1. vidinet.systemId: f70890fb-4064-41f1-9986-36e36cc86a3d (A UUID)

      2. vidinet.systemName (You decide this, it is used to identify your system and will appear under “My Services” in Vidinet Dashboard and also be inserted into license key)

      3. vidinet.accessKey (obtained in Step 3a)

      4. vidinet.secretKey (obtained in Step 3a)

    3. Save the configuration file

  4. Start the VMA with command systemctl status vidispine-management-agent.service. (VMA must be restarted if configuration file is changed)

  5. Verify the setup (can be done in multiple ways)

    1. In the VMA: The VMA comes with a monitoring interface at http://localhost:9010/overview, see image below:

    2. In Vidinet: In the VidiNet Dashboard, your local Vidispine VidiCore system will now appear under “My Services” as a BYOC licensed system.

    3. In VidispineVidiCore: Verify that your Vidispine VidiCore Server is properly licensed by checking license info under /API/version (NOTE: it may take up to 10 minutes for the system to become licensed).

...

Image Removed  

...

 

EXAMPLE OF vidispine.management-agent.yaml FILE:

...

Logs are written to /var/log/vidispine/management-agent.log.

Let us know if you run into any issue when configuring this.

In future versions of VMA we will add functions for you to allow remote monitoring and remote support of your BYOC Vidispine Server. This may help the Vidispine Support Team if/when you run into trouble.