教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 实用模板 >

NetWorker数据备份安装配置及维护手册 - 图文(6)

来源:网络收集 时间:2026-07-13
导读: Networker数据备份管理员手册 2.2.2 RedHat Linux Networker Client软件安装 [root@E2_Interface1 nw761]# ls linux_x86_64 nw76sp1_linux_x86_64.tar [root@E2_Interface1 nw761]# cd linux_x86_64/ [root@E2_Inte

Networker数据备份管理员手册

2.2.2 RedHat Linux Networker Client软件安装

[root@E2_Interface1 nw761]# ls

linux_x86_64 nw76sp1_linux_x86_64.tar [root@E2_Interface1 nw761]# cd linux_x86_64/ [root@E2_Interface1 linux_x86_64]# ls

lgtoclnt-7.6.1-1.x86_64.rpm lgtoko-7.6.1-1.x86_64.rpm LGTO_METAFILE.linuxx86_64 lgtoserv-7.6.1-1.x86_64.rpm

lgtofr-7.6.1-1.x86_64.rpm lgtolicm-7.6.1-1.x86_64.rpm lgtonmc-7.6.1-1.i686.rpm lgtozh-7.6.1-1.x86_64.rpm

lgtoja-7.6.1-1.x86_64.rpm lgtoman-7.6.1-1.x86_64.rpm lgtonode-7.6.1-1.x86_64.rpm sd_products.res

[root@E2_Interface1 linux_x86_64]# rpm -ivh lgtoclnt-7.6.1-1.x86_64.rpm #安装NetWorker Client软件包

Preparing... ########################################### [100%] 1:lgtoclnt ########################################### [100%] Installing Home base agent........

EMC HomeBase Agent is not supported on the Red Hat version 5.4. EMC HomeBase Agent is supported only on following platforms. 1) Red Hat Linux Version 4 or 5 on x86 and amd64 2) Solaris Version 8 or 9 on SPARC. HomeBase Agent not installed

[root@E2_Interface1 linux_x86_64]# /etc/init.d/networker start #Linux系统启动NetWorker进程的命令

- 20 -

Networker数据备份管理员手册

[root@E2_Interface1 linux_x86_64]# /etc/init.d/networker stop #Linux系统停止NetWorker进程的命令

[root@E2_Interface1 linux_x86_64]# ps -ef|grep nsr #在unix/linux系统检查NetWorker进程的命令

root 12642 1 2 10:23 ? 00:00:00 /usr/sbin/nsrexecd #在unix/linux系统NetWorker的进程名称

root 12651 5436 0 10:23 pts/3 00:00:00 grep nsr 也可以执行以下命令在unix/linux系统强制停止NetWorker进程 #nsr_shutdown

在UNIX/Linux主机上,当NetWorker进程启动后,在“/”目录生成“nsr”目录,进入/nsr/res 目录,手动创建文件名为“servers”新文件,编辑此文件,输入备份服务器的主机名,如 ################################################################################### [root@E2_Interface1 res]# vi servers

BackupServer_Hostname ~ ~

\

文件编辑完成后保存退出,重启NetWorker进程

2.3 NMO数据库在线备份模块的安装

安装的NMO模块为5.0

- 21 -

Networker数据备份管理员手册

注意:Oracle在线备份模块在客户端安装成功后,需要拷贝“$legato\\nsr\\bin\\orabat.dll”文件到系统地“system32”目录,为了使Oracle和Networker的环境变量生效,需要重启此客户端。

根据实际应用情况,自定义Oracle在线备份模块文件“nsrnmo.bat”,此文件位于Networker可执行路径$legato\\nsr\\bin

注意:在 Windows 上,修改原始 nsrnmo.bat 文件之前请保存该文件的副本。 创建一个新版本的 nsrnmo 文件示例:

1. 将示例文件 nsrnmo.bat (Windows))复制到一个不同名的新文件中。对于本系统,通过复制nsrnmo.bat创建一个名为“nsrnmooa.bat”(Windows)的新文件,所有版本的

- 22 -

Networker数据备份管理员手册

nsrnmo 文件必须与 NetWorker 可执行文件位于同一目录中(即:新的复制文件需保存在原始nsrnmo.bat 文件所在的目录下)。不要将nsrnmo 文件及其复制文件移到其他目录中。

2、编辑新建的“nsrnmooa.bat”文件

脚本中加粗显示的内容必须根据实际情况进行编辑。

_______________________________________________________________________ REM Uncomment the line below if running in a western European locale other than English REM chcp 1252 ECHO OFF REM

REM $Id: nsrnmo.bat,v 1.7.28.6 2009/02/20 16:47:53 owensk Exp $ Copyright (c) 2004-2008 EMC Corporation REM

REM Copyright (c) 2004-2008 EMC Corporation. REM

REM All rights reserved. This is an UNPUBLISHED work, and REM comprises proprietary and confidential information of EMC. REM Unauthorized use, disclosure, and distribution are strictly REM prohibited. Use, duplication, or disclosure of the software REM and documentation by the U.S. Government is subject to REM restrictions set forth in a license agreement between the REM Government and EMC or other written agreement specifying REM the Government's rights to use the software and any applicable REM FAR provisions, such as FAR 52.227-19. REM

REM nsrnmo.bat REM

REM This script is part of the EMC NetWorker Module for Oracle.

REM Modification of this script should be done with care and only after reading REM the administration manual included with this product.

- 23 -

Networker数据备份管理员手册

REM

REM Users should be aware that no system environment variables will be REM inherited from a parent process. Any environment variables to be used REM in this file have to be set in this file. REM

REM This script should only be run as part of a scheduled savegroup. REM

REM Returns 0 on success; 1 on failure. REM REM

REM Make environment variable changes local REM SETLOCAL REM

REM Configuration variables, modifiable by users. REM REM

REM REQUIRED variable: ORACLE_HOME REM

REM Default value: none (site specific) REM

REM Description: Specifies where the Oracle Server installation is located. REM REM REM

REM Samples: REM REM

SET ORACLE_HOME=D:\\app\\Administrator\\product\\11.2.0\\dbhome_1 REM

- 24 -

It is a requirement that rman or rman80 be located in %ORACLE_HOME%\\bin.

SET ORACLE_HOME=e:\\orant

…… 此处隐藏:2360字,全部文档内容请下载后查看。喜欢就下载吧 ……
NetWorker数据备份安装配置及维护手册 - 图文(6).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/520395.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)