Appendix B
118
Sample Configuration File on MOS Gateway Servers
This section provides the default configuration file installed on MOS
Gateway Servers. Text enclosed by
<!--
and
-->
is a comment and will
be ignored by the MOS Gateway.
n
Because of this book’s margin requirements, some wrapping of text may
occur in the following example that should not appear in the actual file.
<?xml version="1.0" encoding="UTF-16" standalone="no"?>
<!-- MOS GATE WAY 2.0 Config file -->
<!-- This file contains configuration settings for the iNEWS MOS Gateway and is
meant to be used as a template. -->
<!-- It is in an XML-based format, with the root element being
mosGatewayConfiguration. -->
<mosGatewayConfiguration>
<!--The logging element specifies the directory in which to put log files,-->
<!--the maximum number of log files to create,& how big each one can grow.-->
<logging>
<directory>C:\Program Files\Avid\MOSGateway\Logs</directory>
<maxFileCount>100</maxFileCount>
<maxFileBytes>1000000</maxFileBytes>
<!-- YES/NO Also sends all logging to OutputDebugString so any Windows debugger
will see it. -->
<winDebugTrace>yes</winDebugTrace>
<!-- on/off Sends all incoming socket traffic to seperate log files. -->
<socket>off</socket>
</logging>
<!-- -->
<!-- The tcpPorts element specifies the TCP ports on which the MOS Gateway
listens for -->
<!-- MOS connections. Every MOS that connects to the MOS Gateway must use the
same ports. -->
<tcpPorts>
<out_upper>10541</out_upper>
<out_lower>10540</out_lower>
<in_upper>10541</in_upper>
<in_lower>10540</in_lower>
</tcpPorts>
<!-- -->
<!-- Newsroom system info -->
<ncs>
<!-- -->
<!--The ncsID used for replication, this must match the ncsID on MOS Device-->
<!--and the system ID of the iNEWS Server. This setting is case sensitive. -->
<ncsID>KIDDO</ncsID>
<!-- -->
<!-- NCS's Host Name -->
<!-- Make sure this is resolves to the correct IP address of the iNEWS server-->
<host>kiddo-a</host>
<!-- -->
<!-- Allow or Disallow Replication -->
<!-- YES/NO -->
Summary of Contents for iNEWS
Page 1: ...Avid Technology Inc MOS Gateway Installation Operations Manual Version 2 0 ...
Page 6: ...6 ...
Page 12: ...12 ...
Page 76: ...Chapter 4 76 ...
Page 98: ...Chapter 5 98 ...
Page 104: ...Chapter 6 104 ...
Page 116: ...Appendix A 116 ...
Page 130: ...Appendix B 130 ...
Page 150: ...Index 150 ...
Page 152: ... 152 Reader s Comments ...