config_nbu - BAR - Data Stream Architecture

Teradata® DSA 用户指南

Product
BAR
Data Stream Architecture
Release Number
17.20
Published
2022 年 3 月
Language
中文 (简体)
Last Update
2022-04-14
dita:mapPath
zh-CH/bis1632417576364.ditamap
dita:ditavalPath
zh-CH/vwp1576617377804.ditaval
dita:id
B035-3150
Product Category
Software
Teradata Tools and Utilities

用途

config_nbu 命令可配置 DSA 系统以使用第三方软件 Veritas NetBackup 来备份和恢复数据。

语法

config_nbu -f|-file File

示例

dsc config_nbu -f configNbu.xml

参数

f|file filename
包含必要配置参数的文件的完整路径和文件名。
示例: nbu_config.xml
u|user_authentication User
如果启用了安全管理,则需要使用此参数。为命令提供 Viewpoint 用户,并触发用于身份验证的密码提示。

所需权限:管理员角色

用法说明

您定义的策略区分大小写,并且必须与 NetBackup 中定义的策略一致。

组件名称只能使用以下字符:“A-Z”、“a-z”、“0-9”和“_”。

XML 文件示例

以下示例 XML 文件指定了用于配置 NetBackup 服务器的参数。

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

          <!--****The command below must be on one line.****-->
<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 32, alphanumeric and "-","_",
       first character must be alphanumeric --> 
 <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' - Optional --> 
 <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>

<!-- 'media_server_name' - Required, used to communicate with NBU server to request 
      information about the catalog --> 
<media_server_name>bets_media_server</media_server_name>
</dscConfigNbu>