客户端8.1.2分为unix版本和linux版本、windows版本等
aix平台解压 gzip -dc file.tar.gz |tar -xvf - #注意最后有个横线
执行install安装,其中需要输入nbu master主机名、token名
token需要在master主机上,用 nbcertcmd -createToken -name testtoken 创建
但创建前需要先认证
bpnbat -login -LoginType WEB,broker 输入maste主机名 端口0 类型是unixpwd,domain也是master主机名,登录root及口令
token是个8个字节的大写字母
安装完软件后,修改客户端/etc/hosts,添加master media ip,在master服务器上hosts添加客户端ip
在master、media上执行bptestbpcd -client 客户端IP,验证连通性
在客户端 /usr/openv/netbackup/bp.conf上增加media_server=xxxx.xx.xx
以oracle用户执行/usr/openv/netbackup/bin/oracle_link
验证访问备份信息 /usr/openv/netbackup/bin/bplist -C orcldb -t 4 -b -l -R /
rman target /
run{
allocate channel c1 type 'sbt_tape';
send 'nb_ora_client=当初发起备份机器的IP';
restore controlfile from 'cntrl_123123123';
}
}
阅读(4039) | 评论(0) | 转发(0) |