Avid Interplay Central Services Version Hot Fix ReadMe

Size: px
Start display at page:

Download "Avid Interplay Central Services Version Hot Fix ReadMe"

Transcription

1 Avid Interplay Central Services Version Hot Fix ReadMe Document Version: The Interplay Central Services hot fix resolves a key issue reported from the field. For more information, see Fixed on page 11. Note: The hot fix installation package is available as an update installer only. It can only be installed on systems already running ICS 1.8 or ICS Note: The hot fix is cumulative. It includes all the fixes in If you have not already installed you can go directly to Document History Date Revised Version Changes Made May 15, First publication. Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. Important: Search the Avid Knowledge Base at for the most upto-date ReadMe file, which contains the latest information that might have become available after the documentation was published. The ICS 1.8.x documentation can be found here: Documentation.

2 Contents Document History... 1 Important Information... 1 Contents... 2 Compatibility Notes and Issues... 3 Obtaining the Software... 3 Update Installation versus Full Installation... 3 Installing ICS Using the Update Package... 3 Mounting the USB Key... 4 Unmounting and Removing the USB Key... 5 Single Node Installation... 5 Cluster Installation... 7 Fixed Fixed in Fixed in Copyright and Disclaimer

3 Compatibility Notes and Issues This document is a release note for the Interplay Central Services (ICS) hot fix for use with Interplay Central 1.8, Interplay Pulse, Interplay Sphere, and Interplay MAM. The following table indicates compatibility in this release: Component Interplay Central 1.8 Interplay MAM Interplay Sphere Version Supported 4.3.x Interplay Pulse 1.2, 1.3 Latest plug-in for Media Composer 6.5.x and 7.0.x and corresponding NewsCutter version. ICDS and later. Supported by Interplay Engine 2.5 and later. Note: For details on compatibility and the latest information on the Interplay Central Services, see the documentation available from the Interplay Central Services page of the Avid Knowledge Base: Documentation Obtaining the Software The ICS hot fix release is available directly on the Avid Download Center. Update Installation versus Full Installation As noted, the ICS release is a hot fix and can only be installed on systems that are already running ICS 1.8 or It is not available as a full installation. Installing ICS Using the Update Package The update package installation is for systems where ICS 1.8 (or ) is already installed. No backing up or restoring of system or other settings is required. However, the hot fix requires a restart of the Interplay Central service, so end-users will be kicked off without warning and will need to log in once the system is running again. Note the following: Alert end-users to save their work and log out of Interplay Central. The hot fix update process terminates the service. Unsaved work might be lost. Expected downtime is 10 minutes for the first server, and 5 minutes for subsequent servers. 3

4 For a cluster, note that the entire cluster must be taken off-line to perform the hot fix. Avid recommends that you install the hot fix during a maintenance window. After upgrading from ICS 1.8 to you must manually restart certain services (as indicated in this document). Mounting the USB Key To mount the USB key as a device: 1. Log in as root and insert the USB key into the ICS server. 2. Verify the name of the USB device. dmesg Linux information relating to hardware appears on the screen. Information for the USB key will appear near the end of the output, near the list of SCSI devices. The name of the USB key is found inside square brackets (e.g. [sdc]). This is the name you use to mount the key. 3. Create a mount point for the USB key and mount it. For example: mkdir /media/usb mount /dev/sdc1 /media/usb For a hot fix update, the /media/usb directory might already exist, dating from the initial install. Note: The name of the USB key, sdc (in this example), takes a 1 (one) in the mount command. This simply indicates a partition exists on the USB key. Formatting the USB key in Windows, when you prepared the USB key, created the partition. The USB key is now mounted and available for use. 4. Verify the success of mounting by listing the contents of the USB key. ls /media/usb 5. The system outputs the contents of the USB key, including the following: Interplay_Central_Services_Update_ _Linux.tar.gz This compressed Linux tar ball file contains the Linux package(s), installation script, etc., needed for the upgrade. 6. Alternately, verify the USB key has been mounted using the Linux df command. df -h Information is displayed about all mounted filesystems and devices, and should include information about the USB key, similar to the following (other output has been omitted, for clarity): Filesystem /dev/sdc1 Size Used Avail Use% Mounted on 7.5G 4.5G 3.0G 61% /media/usb 4

5 Unmounting and Removing the USB Key Once you have installed the hot fix, unmount and remove the USB key from the server. To unmount the USB key: 1. Ensure you are not currently on the USB key by changing directories: cd Note: In Linux the cd command without any arguments takes you directly to the user s home directory. If you are logged in as root, it takes you to the /root directory. You must be off the USB key to unmount it. 2. Unmount the USB key: umount /media/usb The USB key is now available for use in another server. If you receive an error message that the USB device is busy, unmount the USB key using the lazy ( -l ) option: umount l /media/usb Linux unmounts the filesystem, even when in use. 3. Remove the USB key from the server. Single Node Installation Before you begin: Alert end-users to save their work and log out of Interplay Central. The hot fix update terminates the service. Unsaved work might be lost. To install the hot fix using the update package on a single node: Note: This hot fix is available as an update package only. There is no full installation package. 1. Mount the USB key. 2. Change to the mount point. cd /media/usb 3. Unzip the installation package. tar -zxovf Interplay_Central_Services_Update_ _Linux.tar.gz 4. Change to the hot fix directory. cd Interplay_Central_Services_Update_ _Linux 5

6 5. Start the installation script../update-ics.sh Note: Be sure to use the dot-slash (./ ) notation, which tells Linux to look for the update-ics script in the current directory. Otherwise you will receive the following error message: -bash: update-ics.sh: command not found For security, Linux does not include the current directory (. ) in its PATH variable. You must specify the path, even when you are in the directory where the script or command is located. During the installation process, progress is displayed (details have been omitted, for clarity): Cleaning repos: ics_1_8_0_2 Cleaning up Everything Those familiar with Linux yum updates process will recognize the pattern of the output. The update completes with an indication of success: Complete! 6. Once the installation script has completed, verify version information for the installed ICS components. sh ics_version.sh Version information similar to the following is output: UMS Version: IPC Version: ICPS Version: ICPS manager Version: ACS Version: ICS installer: (Build 6) 7. Restart the Interplay Central service: service avid-interplay-central restart The service is restarted: Avid Interplay Central process has been started. Wait for Interplay Central web interface... Avid Interplay Central has been started successfully (12 seconds) 8. Restart the AAF Generator service: service avid-aaf-gen restart The service is restarted: Stopping the avid-aaf-gen_5 process [ OK ] Stopping the avid-aaf-gen_4 process [ OK ] Stopping the avid-aaf-gen_3 process [ OK ] 6

7 Stopping the avid-aaf-gen_2 process [ OK ] Stopping the avid-aaf-gen_1 process [ OK ] Starting process avid-aaf-gen_1 - Stat: [ OK ] Starting process avid-aaf-gen_2 - Stat: 0 [ OK ] Starting process avid-aaf-gen_3 - Stat: 0 [ OK ] Starting process avid-aaf-gen_4 - Stat: 0 [ OK ] Starting process avid-aaf-gen_5 - Stat: 0 [ OK ] 9. Unmount the USB key. Cluster Installation Installing the hot fix on a cluster is a simple automated update of the affected package(s). All ICS 1.8 system settings are preserved. There is no need to manually back up and/or restore any ICS system settings. All nodes in the cluster must be brought off-line to perform the update. Before you begin: Alert end-users to save their work and log out of Interplay Central. The hot fix update terminates the service. Unsaved work might be lost. Identify the master, slave, and load-balancing nodes Bring the cluster off-line by putting all nodes into standby To identify the master, slave, and load-balancing nodes: Recall that there are three types of nodes in a cluster: master, slave, and load-balancing. The master owns the cluster IP address. The slave assumes the role of master in the event of a failover. Any extra nodes play a load-balancing role, but can never take on the role of master. 1. Identify the master node of the cluster. Log into any machine in the cluster as root and type: crm_mon 2. In the output of that command, look for the line containing AvidClusterIP this service runs on the master server. For example, if the crm_mon command output contains the line: AvidClusterIP (ocf::heartbeat:ipaddr2): the master server is ics To identify the slave, look for the line containing Master/Slave Set. For example, if the crm_mon command output contains the lines: Started ics-1 Master/Slave Set: ms_drbd_postgres [drbd_postgres] Masters: [ ics-1 ] Slaves: [ ics-2 ] the slave server is ics To identify the extra nodes, look for the line containing Clone Set. For example, if the crm_mon command output contains the lines: 7

8 Clone Set: AvidAllEverywhere [AvidAll] Started: [ ics-1 ics-2 ics-3] the extra server in this case is ics-3. To bring the cluster off-line: 1. Alert all end-users to save their work and log out of Interplay Central (if you have not already done so). 2. Bring the cluster off-line by putting the load-balancing nodes into standby mode: crm node standby <node name> 3. Next, put the slave node into standby mode: crm node standby <node name> 4. Finally, put the master node into standby mode: crm node standby <node name> 5. The hot fix can now be installed on the cluster. To install the hot fix using the update package on the cluster: Note: This hot fix is available as an update package only. There is no full installation package. 1. On any node in the cluster, mount the USB key. 2. Change to the mount point. cd /media/usb 3. Unzip the installation package. tar -zxovf Interplay_Central_Services_Update_ _Linux.tar.gz 4. Change to the hot fix directory. cd Interplay_Central_Services_Update_ _Linux 5. Start the installation script../update-ics.sh Note: Be sure to use the dot-slash (./ ) notation, which tells Linux to look for the update-ics script in the current directory. Otherwise you will receive the following error message: -bash: update-ics.sh: command not found For security, Linux does not include the current directory (. ) in its PATH variable. You must specify the path, even when you are in the directory where the script or command is located. 8

9 During the installation process, progress is displayed (details have been omitted, for clarity): Cleaning repos: ics_1_8_0_1 Cleaning up Everything Those familiar with Linux yum updates process will recognize the pattern of the output: The update completes with an indication of success: Complete! 6. Once the installation script has completed, verify version information for the installed ICS components. sh ics_version.sh Version information similar to the following is output: UMS Version: IPC Version: ICPS Version: ICPS manager Version: ACS Version: ICS installer: (Build 6) 7. Unmount the USB key, proceed to the next node and follow the same pattern: a. Mount the USB key. b. Run the installation script. c. Unmount the USB key. 8. When all nodes have been updated, bring the master node back online: crm node online <node name> Bringing the master node back online starts the Avid Interplay Central service (which was stopped when you put the node into standby). 9. On the master node and slave node, restart the AAF Generator service: service avid-aaf-gen restart Note: The avid-aaf-gen service runs on all nodes, but is only used on the master and slave nodes. The service is restarted: Stopping the avid-aaf-gen_5 process [ OK ] Stopping the avid-aaf-gen_4 process [ OK ] Stopping the avid-aaf-gen_3 process [ OK ] Stopping the avid-aaf-gen_2 process [ OK ] Stopping the avid-aaf-gen_1 process [ OK ] Starting process avid-aaf-gen_1 - Stat: [ OK ] Starting process avid-aaf-gen_2 - Stat: 0 [ OK ] Starting process avid-aaf-gen_3 - Stat: 0 [ OK ] Starting process avid-aaf-gen_4 - Stat: 0 [ OK ] Starting process avid-aaf-gen_5 - Stat: 0 [ OK ] 9

10 10. Next, bring the slave node back online: crm node online <node name> 11. Finally, bring the load-balancing nodes back online: crm node online <node name> 12. Verify the cluster status and cluster failover status crm_mon crm_mon -f Verify the master, slave, and load-balancing nodes have rejoined the cluster, as expected. Verify the fail counts for the following resources (at a minimum): AvidIPC, AvidUMS, AvidACS, pgsqldb. Verify the cluster status. 13. If there are fail counts listed, run the cluster resource manager cleanup command to reset them: crm resource cleanup <rsc> [<node>] <rsc> is the resource name of interest: AvidIPC, AvidUMS, AvidACS, pgsqldb (or another) <node> (optional) is the node of interest. Note: If you receive an object/attribute does not exist error message, it indicates the resource is active on more than one node. Repeat the command using the group name for the resource (the everywhere form). For example, for the AvidAll resource, use AvidAllEverywhere. For AvidConnectivityMon, use AvidConnectivityMonEverywhere. Note: You can address the services contained in the postgres resource group (postgres_fs, AvidClusterIP and pgsqldb) individually, or as a group. For example, to reset the fail count for AvidALL resource, issue the following command: crm resource cleanup AvidAllEverywhere 10

11 Fixed The bug fixes listed in this section pertain to Interplay Central and/or Interplay MAM, as indicated. Note: For bugs fixed in ICS 1.8 see the Interplay Central Services 1.8 ReadMe. Fixed in MPLAY-1056 (Interplay MAM) Some proxies created by Mog Speedrail ingest devices would not play. MPLAY-1173 (Interplay MAM) Video Analysis failed for some MPG files. MPLAY-1223 (Interplay MAM) Some Harmonic media would how off-line or cause an ICS service to crash. MPLAY-1227 (Interplay MAM) Under certain conditions video analysis could result in excessive memory usage, resulting in server crash. MPLAY-1332 (Interplay MAM) Audio dropout could be heard during playback of some WMV media formats. MPLAY-1336 (Interplay Central) Some XDCAM media showed as offline when loaded into the player even though it was available. MPLAY-1338 (Interplay MAM) Load times for MPG media could be very slow. MPLAY-1339 (Interplay Central) Some Op1a media originating from an AirSpeed 5000 was substandard in quality. MPLAY-1402 (Interplay Central) For some MXF media transcoded by a Mog device, the first frame appeared online but the rest displayed as media offline. 11

12 MPLAY-1403 (Interplay Central) Some MXF media originating from a Mog devices showed visual artifacts in the player MPLAY-1417 (Interplay MAM) Playback of file-based formats that cannot be natively loaded in the player (e.g. MPEG-1, Sony XDCAM, WMV, Harmonic MXF) could fail after performing a seek. Seeking now works as expected. OS-1676 (Interplay Central) Audio channel settings for Natural Sound (NAT) and Sound on Tape (SOT) made using the Interplay Administration application were treated incorrectly in Interplay Central. Script sequences in Interplay Central showed 2 NAT or 2 SOT channels, although NAT or SOT were set to 1-Channel in the Interplay Administration application (via Application Database settings). Audio channel settings for NAT and SOT are now displayed and handled correctly in Interplay Central. Fixed in EA-2035 (Interplay Central) In some cases audio and video would fall out of sync during playback of groups clips containing audio-only clips. In addition, the sequence would display the incorrect frame rate. 12

13 Copyright and Disclaimer Product specifications are subject to change without notice and do not represent a commitment on the part of Avid Technology, Inc. The software described in this document is furnished under a license agreement. You can obtain a copy of that license by visiting the Avid Web site at The terms of that license are also available in the product in the same directory as the software. The software may not be reverse assembled and may be used or copied only in accordance with the terms of the license agreement. It is against the law to copy the software on any medium except as specifically allowed in the license agreement. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, for any purpose without the express written permission of Avid Technology, Inc. Copyright 2014 Avid Technology, Inc. and its licensors. All rights reserved. Attn. Government User(s). Restricted Rights Legend U.S. GOVERNMENT RESTRICTED RIGHTS. This Software and its documentation are commercial computer software or commercial computer software documentation. In the event that such Software or documentation is acquired by or on behalf of a unit or agency of the U.S. Government, all rights with respect to this Software and documentation are subject to the terms of the License Agreement, pursuant to FAR (a) and/or DFARS (a), as applicable. This product may be protected by one or more U.S. and non-u.s patents. Details are available at Trademarks Adrenaline, AirSpeed, ALEX, Alienbrain, Archive, Archive II, Assistant Avid, Avid Unity, Avid Unity ISIS, Avid VideoRAID, CaptureManager, CountDown, Deko, DekoCast, FastBreak, Flexevent, FXDeko, inews, inews Assign, inews ControlAir, Instinct, IntelliRender, Intelli-Sat, Intelli-sat Broadcasting Recording Manager, Interplay, ISIS, IsoSync, LaunchPad, LeaderPlus, ListSync, MachineControl, make manage move media, Media Composer, NewsCutter, NewsView, OMF, OMF Interchange, Open Media Framework, Open Media Management, SIDON, SimulPlay, SimulRecord, SPACE, SPACEShift, Sundance Digital, Sundance, Symphony, Thunder, Titansync, Titan, UnityRAID, Video the Web Way, VideoRAID, VideoSPACE, VideoSpin, and Xdeck are either registered trademarks or trademarks of Avid Technology, Inc. in the United States and/or other countries. All other trademarks contained herein are the property of their respective owners. Interplay Central Services v Hot Fix ReadMe 15 May 2014 This document is distributed by Avid in online (electronic) form only, and is not available for purchase in printed form. 13

Avid MediaCentral Platform Services Version Patch ReadMe

Avid MediaCentral Platform Services Version Patch ReadMe Avid MediaCentral Platform Services Version 2.0.1 Patch ReadMe Document Version: 1.0.1 This document is a guide to updating MediaCentral Platform Services (MCS) from 2.0 to 2.0.1. It resolves regressions

More information

Interplay Common Services Version 1.3 ReadMe

Interplay Common Services Version 1.3 ReadMe Interplay Common Services Version 1.3 ReadMe Document Version: 1.0.1 Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any

More information

Automation Standard and Control Applications

Automation Standard and Control Applications Automation Standard and Control Applications ReadMe Date Revised 21 January 2011 Changes Made This release highlights compatibility with Windows 7 (32 bit), Software changes made to Automation Archive

More information

inews MOS Gateway Version 4.0 ReadMe

inews MOS Gateway Version 4.0 ReadMe inews MOS Gateway Version 4.0 ReadMe Revision History Date Revised Changes Made 10 September 2012 Adding updates for v4.0 19 Mar 2012 Adding updates for v3.1.0 26 July 2010 Adding updates for v3.0.2 1

More information

Avid Router Control. Version ReadMe

Avid Router Control. Version ReadMe Avid Router Control Version 2.4.6 ReadMe Date Revised 30 September 2015 18 December 2013 10 September 2013 18 June 2013 16 April 2013 Changes Made Corrected the tested software version for the Harris Broadcast

More information

Interplay Router Control

Interplay Router Control Interplay Router Control Version 3.7.1 ReadMe Date Revised Changes Made April 07, 2016 See Changes for v3.7.1. November 21, 2016 August 10, 2016 Added support for Imagine Communications Platinum router

More information

Interplay Central. Version ReadMe

Interplay Central. Version ReadMe Interplay Central Version 1.2.1 ReadMe Date Revised Changes Made 15 June 2012 Added changes made for version 1.2.1 23 April 2012 Added changes made for version 1.2 7 December 2011 Added changes made for

More information

Avid Editing Application

Avid Editing Application Avid Editing Application ReadMe Fixed in v3.5.13 The following were fixed in Avid Media Composer v3.5.13 and Avid Symphony v3.5.13. Bug Number: UDevC00134200. Opening bins in an Avid Unity shared project

More information

Avid Editing Application

Avid Editing Application Avid Editing Application ReadMe Revision History Date April 7, 2016 April 6, 2016 Description Additional bug fixes added. Added note below and additional fixes. IMPORTANT NOTE: With this release, do not

More information

Avid Motion Graphics. Version 2.0 ReadMe

Avid Motion Graphics. Version 2.0 ReadMe Avid Motion Graphics Version 2.0 ReadMe Date Revised 16 August 2012 Changes Made Added compatibility information, known limitations, hardware, and software changes for version 2.0. This release includes

More information

inews Newsroom Computer System

inews Newsroom Computer System inews Newsroom Computer System Version 2017.1 ReadMe Date Revised Changes Made 16 September 2017 Initial v2017.1 version Important Information Avid recommends that you thoroughly read all of the information

More information

Avid Editing Application

Avid Editing Application Avid Editing Application ReadMe Installation Note On a Windows system, if you have already installed a patch on your system, you must first uninstall the previous patch before installing a new patch. On

More information

28 September 2012 Added a last minute fix to the All other changes topic.

28 September 2012 Added a last minute fix to the All other changes topic. Avid Motion Graphics Version 1.1 ReadMe Date Revised Changes Made 28 September 2012 Added a last minute fix to the All other changes topic. 06 September 2012 Added Known Limitations and Hardware and Software

More information

Avid MediaCentral Platform Services Version 2.0 Upgrading Guide

Avid MediaCentral Platform Services Version 2.0 Upgrading Guide Avid MediaCentral Platform Services Version 2.0 Upgrading Guide Document Version: 1.0.1 This document is a guide to upgrading to MediaCentral Platform Services (MCS) 2.0 from a previous version of Interplay

More information

28 September 2012 Added a last minute fix to the All other changes topic.

28 September 2012 Added a last minute fix to the All other changes topic. Avid Motion Graphics Version 1.2.1 ReadMe (Deko v6.2.2 software) Date Revised 7 June 2013 12 April 2013 Changes Made Added one new feature regarding the ability to set hardware vertical offset timing.

More information

How to Buy Hardware for Interplay Central Services 1.7

How to Buy Hardware for Interplay Central Services 1.7 How to Buy Hardware for Interplay Central Services 1.7 Important Information For the latest information on the Interplay Central Services, see the documentation available from the Interplay Central Services

More information

Avid Editing Application

Avid Editing Application Avid Editing Application ReadMe Fixed in v3.5.9.15 and v7.5.9.15 The following were fixed in Avid Media Composer v3.5.9.15, Avid NewsCutter v7.5.9.15, and Avid Symphony v3.5.9.14. Bug Number: UDevC00146952.

More information

AVID Liquid 7.x activating without connecting the system to the Internet

AVID Liquid 7.x activating without connecting the system to the Internet AVID Liquid 7.x activating without connecting the system to the Internet Every time when you start Liquid the following window will be shown. Click on Activate Now. Click in the following window on View

More information

SIDON. Version 2.01T9 ReadMe

SIDON. Version 2.01T9 ReadMe a SIDON Version 2.01T9 ReadMe Revision History Date Revised Changes Made 12 June 2009 Original 02 December 2009 Trademarks and copyright update Important Information Avid recommends that you read all the

More information

Avid Unity MediaNet. Release Service Pack 1 Release Notes. for the Macintosh and Windows NT Operating Systems. Important Information

Avid Unity MediaNet. Release Service Pack 1 Release Notes. for the Macintosh and Windows NT Operating Systems. Important Information a Avid Unity MediaNet Release 1.2.1 Service Pack 1 Release Notes for the Macintosh and Windows NT Operating Systems Important Information Avid recommends that you read all the information in these release

More information

12 October 2010 Added changes for v2.7.1; 18 Oct. Added Vizrt information (Rev B)

12 October 2010 Added changes for v2.7.1; 18 Oct. Added Vizrt information (Rev B) Avid inews Command Version 2.8.1 ReadMe Date Revised Changes Made 14 December 2010 Added changes for v2.8.1 5 November 2010 Added changes for v2.8 12 October 2010 Added changes for v2.7.1; 18 Oct. Added

More information

Titan. Version ReadMe

Titan. Version ReadMe a Titan Version 3.8.4.025 ReadMe Revision History Date Revised March 31, 2009 Changes Made Original Important Information Avid recommends that you read all the information in this ReadMe file thoroughly

More information

Avid Unity TransferManager

Avid Unity TransferManager a Avid Unity TransferManager Version 2.9.4 Addendum Important: Search the Avid Knowledge Base for the most up-to-date version of this document, which contain the latest information that might have become

More information

SIDON. Version 2.01 T3 ReadMe

SIDON. Version 2.01 T3 ReadMe a SIDON Version 2.01 T3 ReadMe Revision History Date Revised Changes Made 17 December 2008 Reformat from QA notes. 01 December 2009 Trademarks update Important Information Avid recommends that you read

More information

Avid DMS Broker. Version 2.5 Readme

Avid DMS Broker. Version 2.5 Readme a Avid DMS Broker Version 2.5 Readme Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before using any new software version. This document describes

More information

Avid Application Manager v Read Me

Avid Application Manager v Read Me Avid Application Manager v2.4.2 Read Me This Read Me documents important compatibility information, fixed bugs, and known issues for using Avid Application Manager 2.4.2. When available, workarounds for

More information

Dual Boot Upgrade for HP xw8200 & xw9300 Nitris Systems

Dual Boot Upgrade for HP xw8200 & xw9300 Nitris Systems a Dual Boot Upgrade for HP xw8200 & xw9300 Nitris Systems An Avid DS Nitris or Avid Symphony Nitris HP xw8200 or xw9300 systems can be upgraded to a dual-boot system to run both software applications.

More information

Rack-Mount Kit. Installation Instructions. for the Compaq EVO Workstation W8000. Important Information

Rack-Mount Kit. Installation Instructions. for the Compaq EVO Workstation W8000. Important Information a Rack-Mount Kit Installation Instructions for the Compaq EVO Workstation W8000 Important Information Avid recommends that you read all the installation instructions thoroughly before installing the Compaq

More information

17 Nov 2016 Added changes for August 2013 Added changes for v June 2013 Initial v4.5.0 version (based on v4.0.4 doc.

17 Nov 2016 Added changes for August 2013 Added changes for v June 2013 Initial v4.5.0 version (based on v4.0.4 doc. Date Revised Changes Made 17 Nov 2016 Added changes for 4.6.1 31 August 2013 Added changes for v4.6.0 18 June 2013 Initial v4.5.0 version (based on v4.0.4 doc.) Important Information Avid recommends that

More information

1 Avid AirSpeed Multi Stream Reimaging Your System

1 Avid AirSpeed Multi Stream Reimaging Your System 1 Avid AirSpeed Multi Stream Reimaging Your System This document provides information on how to use the USB Flash Drive (UFD) provided to reimage your AirSpeed Multi Stream system in the event that you

More information

Avid DVD by Sonic v4.5.1 ReadMe

Avid DVD by Sonic v4.5.1 ReadMe a Avid DVD by Sonic v4.5.1 ReadMe for the Windows XP Operating System Important Information Avid recommends that you read all the information in these release notes thoroughly before installing or using

More information

Avid inews Command Version ReadMe

Avid inews Command Version ReadMe Avid inews Command Version 2017.1 ReadMe Date Revised Changes Made 17 September 2017 Initial 2017.1 Version Important Information Avid recommends that you read all the information in this ReadMe file thoroughly

More information

4/10/07 Updated MediaNetwork versions and minor edits. 4/04/07 Added section on performing an upgrade on the Avid Interplay Engine.

4/10/07 Updated MediaNetwork versions and minor edits. 4/04/07 Added section on performing an upgrade on the Avid Interplay Engine. a Avid Interplay Version 1.1 ReadMe Date Revised Changes Made 5/05/07 Added sections on restoring a database after v1.1 upgrade and Media Indexer cache files 4/10/07 Updated MediaNetwork versions and minor

More information

MediaReactor Lite. MediaReactor Lite for Adobe User Guide Drastic Technologies Ltd. All Rights Reserved

MediaReactor Lite. MediaReactor Lite for Adobe User Guide Drastic Technologies Ltd. All Rights Reserved MediaReactor Lite MediaReactor Lite for Adobe User Guide 2018 Drastic Technologies Ltd. All Rights Reserved Information in this document is subject to change without notice and does not represent a commitment

More information

Interplay Central Services Version 1.8 Installation & Configuration Guide

Interplay Central Services Version 1.8 Installation & Configuration Guide Interplay Central Services Version 1.8 Installation & Configuration Guide ICS Version: 1.8 Document Version: 1.0.1 Important Information This document provides instructions to install and configure Avid

More information

Interplay Production Works For Everyone

Interplay Production Works For Everyone Interplay Production Works For Everyone Empowering Your Team Producers, assistants, journalists and others can contribute early on in production by using Interplay Assist to log, annotate, and select video.

More information

Avid Collect Suite for Linux Version 3.0 Documentation

Avid Collect Suite for Linux Version 3.0 Documentation Avid Collect Suite for Linux Version 3.0 Documentation Important Information Avid recommends that you read all the information in this document thoroughly before installing or using any new software release.

More information

Avid Editing Application

Avid Editing Application Avid Editing Application ReadMe Installation Note On a Windows system, if you have already installed a patch on your system, you must first uninstall the previous patch before installing a new patch. On

More information

Avid Interplay Transfer

Avid Interplay Transfer Avid Interplay Transfer Version 3.0 ReadMe Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. Important:

More information

inews Newsroom Computer System

inews Newsroom Computer System a inews Newsroom Computer System Version 2.5.2 ReadMe Revision History Date Revised Changes Made 15 Dec 2005 Initial Version (Final Edit 19 Dec) Important Information Avid recommends that you read all

More information

Getting Started with PhraseFind

Getting Started with PhraseFind Getting Started with PhraseFind Legal Notices Product specifications are subject to change without notice and do not represent a commitment on the part of Avid Technology, Inc. This product is subject

More information

Avid DMS Broker and ProEncode

Avid DMS Broker and ProEncode a Avid DMS Broker and ProEncode Version 2.7.2 ReadMe Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release.

More information

Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release.

Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. Avid AirSpeed 5000 ReadMe Version 2.0 Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. Important:

More information

ZBG 100 Gateway Recovery Guide Version 02 ZBG pikkerton GmbH ZBG Gateway Recovery Guide.docx Page 1/11

ZBG 100 Gateway Recovery Guide Version 02 ZBG pikkerton GmbH ZBG Gateway Recovery Guide.docx Page 1/11 2015 pikkerton GmbH ZBG.docx Page 1/11 1 History DVers.: Date Modified by Changes State 01 04.06.2015 PI FG Born Release 02 13.10.2015 PI FG Update of file links Release 2015 pikkerton GmbH ZBG.docx Page

More information

Avid Editing Application

Avid Editing Application Avid Editing Application ReadMe Revision History Date January 13, 2010 Description Added information on systems qualified with the Nvidia driver v259.77. Fixed in v5.0.3.7r and v9.0.3.7r The following

More information

MediaCentral Platform Services Installation and Configuration Guide Version 2.4

MediaCentral Platform Services Installation and Configuration Guide Version 2.4 MediaCentral Platform Services Installation and Configuration Guide Version 2.4 Important Information This document provides instructions to install and configure Avid MediaCentral Platform Services (MCS)

More information

Avid Interplay Engine, Avid Interplay Archive, and Avid Interplay Access

Avid Interplay Engine, Avid Interplay Archive, and Avid Interplay Access a Avid Interplay Engine, Avid Interplay Archive, and Avid Interplay Access Version 1.0.1 ReadMe Revision History Date Revised Changes Made 9/15/06 Additional limitations for 1.0 9/21/06 1.0.1 inclusions

More information

Aimetis Symphony Mobile. 2.7.x. (Mobile Bridge and Mobile Devices) Copyright 2016 Aimetis Corp. 1

Aimetis Symphony Mobile. 2.7.x. (Mobile Bridge and Mobile Devices) Copyright 2016 Aimetis Corp. 1 Aimetis Symphony Mobile (Mobile Bridge and Mobile Devices) 2.7.x Copyright 2016 Aimetis Corp. 1 Disclaimers and Legal Information Copyright 2016 Aimetis Inc. All rights reserved. This material is for informational

More information

Avid inews Instinct. If You Need Help. Version ReadMe

Avid inews Instinct. If You Need Help. Version ReadMe a Avid inews Instinct Version 1.1.1 ReadMe Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. This

More information

MediaStream Documentation Addendum

MediaStream Documentation Addendum a MediaStream Documentation Addendum Version 3.20 Important Information Avid recommends that you read all the information in this Addendum file thoroughly before installing or using any new software release.

More information

Hardware and Software Requirements Installing the Software New in Version New in Version

Hardware and Software Requirements Installing the Software New in Version New in Version Avid Instinct Version 2.0.4 ReadMe Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. Important:

More information

Avid Interplay Assist

Avid Interplay Assist Avid Interplay Assist Version 2.4.1 ReadMe Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. Important:

More information

MediaCentral Platform Services Version 2.2 Installation and Configuration Guide

MediaCentral Platform Services Version 2.2 Installation and Configuration Guide MediaCentral Platform Services Version 2.2 Installation and Configuration Guide MCS Version: 2.2 Document Version: 1.1.1 Important Information This document provides instructions to install and configure

More information

Avid Interplay Transfer

Avid Interplay Transfer Avid Interplay Transfer Version 2.5 ReadMe Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. Important:

More information

XDCAM Browser. Installation Guide Before operating the unit, please read this manual thoroughly and retain it for future reference.

XDCAM Browser. Installation Guide Before operating the unit, please read this manual thoroughly and retain it for future reference. 4-261-700-16 (1) XDCAM Browser Installation Guide Before operating the unit, please read this manual thoroughly and retain it for future reference. 2010 Sony Corporation NOTICE TO USERS Documentation 2010,

More information

Microsoft Service Pack and Security Bulletin Support Addendum

Microsoft Service Pack and Security Bulletin Support Addendum Microsoft Service Pack and Security Bulletin Support Addendum to the Avid Security Guidelines and Best Practices document (Last updated 02/28/17) What s New? 1. Support announced for February s security

More information

MediaCentral Platform Services Installation and Configuration Guide Version 2.3

MediaCentral Platform Services Installation and Configuration Guide Version 2.3 MediaCentral Platform Services Installation and Configuration Guide Version 2.3 Important Information This document provides instructions to install and configure Avid MediaCentral Platform Services (MCS)

More information

Introduction to Administration

Introduction to Administration Oracle Enterprise Manager Ops Center Administer Your Environment Using Oracle Enterprise Manager Ops Center 12c Release 3 (12.3.0.0.0) E59991-01 June 2015 This guide provides an end-to-end example for

More information

Starting a Project. Section 1

Starting a Project. Section 1 Section 1 Starting a Project Duration: 15 minutes This section introduces you to the Avid DS Nitris post-production process. You will learn how to create a project in Avid DS Nitris. The following topics

More information

USING AVID TRANSFER MANAGER/ENGINE VERSION 2.6 WITH FLIPFACTORY

USING AVID TRANSFER MANAGER/ENGINE VERSION 2.6 WITH FLIPFACTORY App Not e USING AVID TRANSFER MANAGER/ENGINE VERSION 2.6 WITH FLIPFACTORY Synopsis... 2 Installing Avid Interplay TransferManager Components... 3 Obtaining Interplay TransferManager Components...3 Installing

More information

Avid Editing Application

Avid Editing Application Avid Editing Application ReadMe Changed in v5.0.3.8 and v9.0.3.8 The following was changed in Avid Media Composer v5.0.3.8 and Avid Symphony v5.0.3.8: The Macintosh editing application has been qualififed

More information

You cannot use the Animation Key button to remove animation on a clip, track, or timeline effect when there are expressions in that effect.

You cannot use the Animation Key button to remove animation on a clip, track, or timeline effect when there are expressions in that effect. Avid DS 11.1 Known Issues and Limitations This section provides information on known limitations that were not addressed in this release. Any available workaround procedures are also documented, when possible.

More information

Avid Editing Application

Avid Editing Application Avid Editing Application ReadMe Installation Note On a Windows system, if you have already installed a patch on your system, you must first uninstall the previous patch before installing a new patch. On

More information

Avid Editing Application

Avid Editing Application Avid Editing Application ReadMe Installation Note On a Windows system, if you have already installed a patch on your system, you must first uninstall the previous patch before installing a new patch. On

More information

MXF/DNxHD with ALEXA SUP 6.0

MXF/DNxHD with ALEXA SUP 6.0 MXF/DNxHD with ALEXA SUP 6.0 WHITE PAPER Digital Workflow Solutions, 5 April 2012 Version History Version Author Change Note 2011-12-20 Grafwallner First document draft 2012-02-15 Temmler AMA Volume Plugin

More information

Avid CaptureManager. Version ReadMe

Avid CaptureManager. Version ReadMe Avid CaptureManager Revision History Date Revised Changes Made 24 September 2010 Added Known Incompatibilities section: Windows Vista 64 bit, Windows 7 (any version), Windows Server 2008 (any version)

More information

User s Manual for H4S & NetPoint 2.2

User s Manual for H4S & NetPoint 2.2 User s Manual for H4S & NetPoint 2.2 2015 BIGPOND TECHNOLOGY Co., Ltd. All rights reserved. www.sunde.net.pk USER MANUAL FOR NETPOINT2.2 AND H4S 1 2015 BIGPOND TECHNOLOGY Co., Ltd. All rights reserved.

More information

Veritas NetBackup for Lotus Notes Administrator's Guide

Veritas NetBackup for Lotus Notes Administrator's Guide Veritas NetBackup for Lotus Notes Administrator's Guide for UNIX, Windows, and Linux Release 8.0 Veritas NetBackup for Lotus Notes Administrator's Guide Document version: 8.0 Legal Notice Copyright 2016

More information

SUNDE. User s Manual for NetPoint2.2 & H4S USER MANUAL FOR NETPOINT2.2 AND H4S 1

SUNDE. User s Manual for NetPoint2.2 & H4S USER MANUAL FOR NETPOINT2.2 AND H4S 1 SUNDE User s Manual for NetPoint2.2 & H4S USER MANUAL FOR NETPOINT2.2 AND H4S 1 2015 Huiyuan Co., Ltd. All rights reserved. www.sundenc.com THANK YOU FOR PURCHASING SUNDE NETWORK TERMINAL. PLEASE READ

More information

Implementing a Cloud-based Newsroom. Manuel Minut, Avid Solution Specialist

Implementing a Cloud-based Newsroom. Manuel Minut, Avid Solution Specialist Implementing a Cloud-based Newsroom Manuel Minut, Avid Solution Specialist 2 The way things used to be Industry Dynamics 4K MPEG 2HD DNxHD H.264 IMX 50 IMX 30 AVC-Intra XD Cam DV25 DV50 HDV XAVC AVC Ultra

More information

Avid Editing Application

Avid Editing Application Avid Editing Application ReadMe Installation Note On a Windows system, if you have already installed a patch on your system, you must first uninstall the previous patch before installing a new patch. On

More information

USING AVID TRANSFER MANAGER/ENGINE VERSION 2.4 WITH FLIPFACTORY

USING AVID TRANSFER MANAGER/ENGINE VERSION 2.4 WITH FLIPFACTORY App Not e USING AVID TRANSFER MANAGER/ENGINE VERSION 2.4 WITH FLIPFACTORY Synopsis... 2 Installing Avid Interplay TransferManager Components... 3 Obtaining Interplay TransferManager Components... 3 Installing

More information

MediaCentral Platform Services Installation and Configuration Guide Version 2.7

MediaCentral Platform Services Installation and Configuration Guide Version 2.7 MediaCentral Platform Services Installation and Configuration Guide Version 2.7 Important Information This document provides instructions to install and configure Avid MediaCentral Platform Services (MCS)

More information

The following table lists the formats and resolutions available when you work with XDCAM media: 8 MPEG 30 MPEG 40 MPEG 50 MPEG-4 (proxy media) 4 or 8

The following table lists the formats and resolutions available when you work with XDCAM media: 8 MPEG 30 MPEG 40 MPEG 50 MPEG-4 (proxy media) 4 or 8 XDCAM Users Guide XDCAM and AVID...2 Working with XDCAM HD Media...2 Connecting the XDCAM Device...3 Importing XDCAM Media...4 Setting the XDCAM Import Options...5 Automatically Importing Proxy Media...6

More information

Aimetis Mobile Bridge. 2.7 Release Notes

Aimetis Mobile Bridge. 2.7 Release Notes Aimetis Mobile Bridge 2.7 Release Notes Contents Contents Legal information...3 Document history... 4 Version 2.7.7... 5 Version 2.7.6... 6 Version 2.7.5... 7 Version 2.7.4.3... 8 Version 2.7.4.2... 9

More information

USING AVID V2.6 TRANSFER ENGINE WITH VANTAGE

USING AVID V2.6 TRANSFER ENGINE WITH VANTAGE App Note USING AVID V2.6 TRANSFER ENGINE WITH VANTAGE Synopsis...2 Installing Avid Interplay Transfer Engine Components...4 Installing Interplay Transfer Engine Components...4 Copying the DLL to Interplay

More information

Oracle DIVArchive Suite

Oracle DIVArchive Suite Oracle DIVArchive Suite Release Notes Release 7.5 E79745-02 April 2017 This document provides product release information for the Oracle DIVArchive Suite 7.5, and Oracle DIVArchive Suite 7.5.1 releases.

More information

IMPORTANT NOTE for. Choose the zip file v and unzip it in USB. Do not rename the UPG folder. Follow

IMPORTANT NOTE for. Choose the zip file v and unzip it in USB. Do not rename the UPG folder. Follow IMPORTANT NOTE for (HTB3280G/12 HTB3520/40/55/94/98 HTB3520G/12/51 HTB3550/40/98 HTB3550G/12 HTB3580/40/79/98 HTB3580G/12/51 HTB4520G/51 HTB4580G/51 HTB5260G/12 HTB5520/55/94/98 HTB5520G/12 HTB5550/98

More information

Avid Interplay Media Services

Avid Interplay Media Services Avid Interplay Media Services Version 2.4 ReadMe Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release.

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager Management Agent Release Notes for HP-UX Itanium 10g Release 2 (10.2.0.1) B28767-01 April 2006 These Release Notes identify differences between the delivered Oracle Enterprise

More information

Alfresco 2.1. Backup and High Availability Guide

Alfresco 2.1. Backup and High Availability Guide Copyright (c) 2007 by Alfresco and others. Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Readme 11g Release 1 Update 3 (11.1.3.0.0) E21574-05 November 2011 Oracle Enterprise Manager Ops Center Readme (this document) includes the following: Section 1, Prerequisites

More information

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure Oracle Communications Method of Procedure Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure E82603-01 January 2017 Page 1 E82603-01 Oracle Communications Oracle

More information

Managing file systems 1

Managing file systems 1 Contents Managing file systems 1 Overview 1 File systems 1 Directories 2 Files 2 Specifying a directory name or file name 3 FIPS compliance 3 File system management restrictions and guidelines 4 Managing

More information

Avid Interplay. What s New in Version 2.7

Avid Interplay. What s New in Version 2.7 Avid Interplay What s New in Version 2.7 Legal Notices Product specifications are subject to change without notice and do not represent a commitment on the part of Avid Technology, Inc. This product is

More information

2 Latest Upgrade Information

2 Latest Upgrade Information Oracle Database Release Notes 12c Release 1 (12.1) for Linux E51263-08 November 2014 This document contains information that was not included in the platform-specific or product-specific documentation

More information

Overview Upgrading Unifier to Unifier

Overview Upgrading Unifier to Unifier Unifier Upgrade Guide 16 R1 April 2016 Contents Overview... 5 Upgrading Unifier 9.9.4 to Unifier 9.13.1.0... 7 Upgrading Unifier 9.11.0.0 to Unifier 9.13.1.0... 11 Upgrading Unifier 9.12.0.0 (and Later

More information

Interplay Central. Administration Guide Version 1.3

Interplay Central. Administration Guide Version 1.3 Interplay Central Administration Guide Version 1.3 Legal Notices Product specifications are subject to change without notice and do not represent a commitment on the part of Avid Technology, Inc. This

More information

DejaEdit. User manual. DejaEdit version 1.2 CAN Film 1

DejaEdit. User manual. DejaEdit version 1.2 CAN Film 1 DejaEdit User manual DejaEdit version 1.2 CAN Film 1 Table of Contents About DejaEdit... 3 Installation... 4 The DejaEdit menu... 4 The eye-icon... 4 Sync... 5 Information... 5 Force MediaSync... 5 Force

More information

F5 BIG-IQ Centralized Management: Upgrading Logging Nodes to Version 5.1. Version 5.1

F5 BIG-IQ Centralized Management: Upgrading Logging Nodes to Version 5.1. Version 5.1 F5 BIG-IQ Centralized Management: Upgrading Logging Nodes to Version 5.1 Version 5.1 Table of Contents Table of Contents Upgrading BIG-IQ Centralized Management with Logging Nodes to Version 5.2... 5

More information

Thunder. Version ReadMe

Thunder. Version ReadMe Thunder Version 7.1.10 ReadMe Important Information c Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. Black burst or

More information

MySQL and Virtualization Guide

MySQL and Virtualization Guide MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit

More information

Avid DekoCast Plug-ins

Avid DekoCast Plug-ins Avid make manage move media Avid DekoCast Plug-ins Installation and User s Guide Copyright and Disclaimer Product specifications are subject to change without notice and do not represent a commitment on

More information

Visara Master Console Center. Software Installation P/N

Visara Master Console Center. Software Installation P/N Visara Master Console Center Software Installation P/N 707133-001 Visara Master Console Center Technical Support Contacting the Visara Intellicenter For US domestic customers, Visara provides technical

More information

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Veritas NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Last updated: 2018-02-16 Document version:netbackup

More information

Agilent SureCall 3.5. Installation Guide. Agilent Technologies. For Research Use Only. Not for use in diagnostic procedures.

Agilent SureCall 3.5. Installation Guide. Agilent Technologies. For Research Use Only. Not for use in diagnostic procedures. Agilent SureCall 3.5 Installation Guide For Research Use Only. Not for use in diagnostic procedures. Agilent Technologies Notices Agilent Technologies, Inc. 2016 No part of this manual may be reproduced

More information

Solution Brief: Archiving Avid Interplay Projects using NLT and XenData

Solution Brief: Archiving Avid Interplay Projects using NLT and XenData Solution Brief: Archiving Avid Interplay Projects using NLT and XenData Contents 1. Introduction to the Open Interplay Archive 2. Solution Benefits 3. System Architecture 4. How to Archive and Restore

More information

1 CD-ROM Image Contents

1 CD-ROM Image Contents Oracle Secure Backup Readme Release 10.3 E14817-06 September 2010 Purpose of this Readme This Readme applies only to Oracle Secure Backup release 10.3.0.3.0. This Readme documents licensing, supported

More information

StorNext M440 Metadata Appliance Release Notes

StorNext M440 Metadata Appliance Release Notes StorNext M440 Metadata Appliance 4.3.2 Release Notes Purpose of this Release The StorNext M440 combines industry-proven Quantum hardware and StorNext software into one convenient, out-of-the-box solution.

More information

Avid Interplay Access User s Guide. Version 3.0

Avid Interplay Access User s Guide. Version 3.0 Avid Interplay Access User s Guide Version 3.0 Legal Notices Product specifications are subject to change without notice and do not represent a commitment on the part of Avid Technology, Inc. This product

More information