config_nbu - Data Stream Architecture

Teradata Data Stream Architecture (DSA) User Guide

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

Purpose

The config_nbu command configures a DSA system to use Symantec NetBackup third-party software to back up and restore data.

Syntax

config_nbu -f|-file File

Example

dsc config_nbu -f configNbu.xml

Parameters

f|file filename
The full path and name of the file containing the necessary configuration parameters.
nbu_config.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

The policies you define are case-sensitive and must match the policies defined in NetBackup.

The component 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 NetBackup servers.

<?xml version="1.0" encoding="UTF-8" ?> 
<dscConfigNbu xmlns="http://schemas.teradata.com/v2012/DSC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.teradata.com/v2012/DSC DSC.xsd">
 <!--  'third_party_server_name' Required, max characters 30, alphanumeric and "-","_"   
 --> 
 <third_party_server_name>remoteNbu1</third_party_server_name>
 <!--  'ip_address' - Required, max characters 50, alphanumeric and "-","_",".",":"  --> 
 <ip_address>99.23.23.555</ip_address> 
 <!--  'third_party_media_type' - Required, accepted value: net_backup 
 --> 
 <third_party_media_type>net_backup</third_party_media_type>
 <!--  'policy_class' - Required (at least one) --> 
 <policy_class>
  <!--  'policy_class_name' - Required, max characters 128, alphanumeric and "-","_"  --> 
  <policy_class_name>policy711</policy_class_name> 
  <!--  'storage_devices' - Required, max characters 3, numeric range between 1-999 --> 
  <storage_devices>200</storage_devices> 
 </policy_class>
 <policy_class>
  <policy_class_name>policy712</policy_class_name> 
  <storage_devices>100</storage_devices> 
 </policy_class>
 <policy_class>
  <policy_class_name>policy713</policy_class_name> 
  <storage_devices>100</storage_devices> 
 </policy_class>
 <policy_class>
  <policy_class_name>policy721</policy_class_name> 
  <storage_devices>100</storage_devices> 
 </policy_class>
 <policy_class>
  <policy_class_name>policy722</policy_class_name> 
  <storage_devices>100</storage_devices>
 </policy_class>
</dscConfigNbu>