RHEL 5.3 64-bit系统安装Netbackup 6.5 client故障处理一例

因为之前安装client的时候没出现过问题,所以这次安装完之后也没注意看日志,安装好之后就在服务端新建策略,谁知道竟然连接不上client端,开始排查问题所在。

仔细查看安装日志,在日志最后发现如下信息:

+ /bin/cp NB-Java.tar.Z /usr/openv

Installing NB-Java.

/bin/tar: Read 2048 bytes from -

+ /bin/cp ./nbj.conf /usr/openv/java

Checking for a bpcd entry in /etc/inetd.conf: egrep: /etc/inetd.conf: No such

file or directory

cp: cannot stat `/etc/inetd.conf’: No such file or directory

Adding bpcd entry.

chmod: cannot access `/etc/inetd.conf’: No such file or directory

Original /etc/inetd.conf saved as /etc/inetd.conf.06-18-07.13:11:40.

Checking for a vnetd entry in /etc/inetd.conf: Adding vnetd entry.

Original /etc/inetd.conf saved as /etc/inetd.conf.06-18-07.13:11:40.

Checking for a vopied entry in /etc/inetd.conf: Adding vopied entry.

Checking for a bpjava-msvc entry in /etc/inetd.conf: Adding bpjava-msvc entry.

No [x]inetd process found.

以上信息说明系统中没有/etc/inetd.conf文件,也没有xinetd进程,然后检查系统中有没有安装xinetd

rpm -qa | grep xinetd

显示没有这个rpm包,立即在系统安装光盘上找到该rpm包进行安装

rpm -ivh xinetd-2.3.14-10.el5.x86_64.rpm

安装成功之后启动xinetd服务

service xinetd start

正常启动之后删除之前安装错误的NBU

rm -rf /usr/openv/

重新运行NUB的install进行安装

查看日志发现之前报错的地方已经正常

+ /bin/cp NB-Java.tar.Z /usr/openv

Installing NB-Java.

/bin/tar: 从 – 读入 4096 字节

/bin/tar: 从 – 读入 8704 字节

+ /bin/cp ./nbj.conf /usr/openv/java

Send a SIGHUP to inetd or xinetd so the (x)inetd.conf file will be reread.

重新载入配置:[确定]

再在备份服务器端创建策略,能够正常连接。

2 comments to RHEL 5.3 64-bit系统安装Netbackup 6.5 client故障处理一例

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>