config_media_servers - Data Stream Architecture

Teradata Data Stream Architecture (DSA) User Guide

Product
Data Stream Architecture
Release Number
16.00
Published
November 2016
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
zgh1474305420348.ditamap
dita:ditavalPath
3150_DSA_UG_1600.ditaval.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities

Purpose

The config_media_servers command configures the BAR media servers.

Syntax

config_media_servers -f|-file File

Example

dsc config_media_servers -f configMediaServers.xml

Parameters

f|file filename
The full path and name of the file containing the necessary configuration parameters.
configMediaServers.xml
u|user_authentication User
Required when security management is enabled. Supplies the command with the Viewpoint user, and triggers a password prompt for authentication.

Usage Notes

You must issue this command before creating a target group.

The media_server_name can only use the following characters: 'A-Z', 'a-z', '0-9', '-', '_', and '.'

XML File Example

The sample XML file below specifies parameters to configure BAR media servers.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

          <!--****The command below must be on one line.****-->
<dscConfigMediaServers dscVersion="dscVersion1" xmlns="http://schemas.teradata.com/v2012/DSC"
xmlns:xsi="http://www.w3.org/2001/ XMLSchema-instance" xsi:schemaLocation="DSC.xsd">

<!-- Required, max characters 32, alphanumeric plus "-","_", ".",
first character can only be alphanumeric
-->
<media_server_name>media_server71</media_server_name>
<!-- Required, max characters 5, Value range 1-65535
-->
<ip_info>
<!-- 'ip_address' - Required (atleast one), Only supporting IPV4
and IPV6 standards. No DNS support.
-->
<ip_address>111.111.111.111</ip_address>
<!-- 'netmask' - Required (atleast one), Only supporting IPV4 and
IPV6 standards. No DNS support.
-->
<netmask>255.255.255.0</netmask>
</ip_info>
<ip_info>
<!-- 'ip_address' - Required (atleast one), Only supporting IPV4
and IPV6 standards. No DNS support.
-->
<ip_address>222.222.222.222</ip_address>
<!-- 'netmask' - Required (atleast one), Only supporting IPV4 and
IPV6 standards. No DNS support.
-->
<netmask>255.255.255.0</netmask>
</ip_info>
</dscConfigMediaServers>