首页 > √linux > Veritas.Netbackup 6.0 for Linux安装及两个错误的解决

Veritas.Netbackup 6.0 for Linux安装及两个错误的解决

2009年6月25日 vi 发表评论 阅读评论

网上关于Veritas.Netbackup安装的内容太少了,好不容易找着一些。摘抄一下。供后来者参考。

附上VERITAS NetBackup6.0安装指南

下载地址:http://viyin.net/ur/veritas_netbackup.pdf

错误一:
[root@vi /]# /mnt/cdrom/install

VERITAS Installation Script
Copyright 1993 – 2005 VERITAS Software Corporation, All Rights Reserved.

        Installing NetBackup Server Software
 NOTE:  To install only NetBackup Client software locally on this machine
        or to load additional UNIX client software on this server, insert
        the NetBackup UNIX Clients cdrom.
Do you wish to continue? [y,n] (y) y
The NetBackup and Media Manager software is built for use on LINUX hardware.
Do you want to install NetBackup and Media Manager files? [y,n] (y)
NetBackup and Media Manager are normally installed in /usr/openv.
The existing /usr/openv directory will be used for NetBackup and Media Manager.
Reading NetBackup files from /mnt/cdrom/linux/anb
gunzip: /mnt/cdrom/linux/anb/NetBackup.Z: No such file or directory
no data in archive
/mnt/cdrom/linux/catalog/anb/NB.file_trans failed.  Aborting …

File /usr/openv/tmp/install_trace.1984 contains a trace of this install.
That file can be deleted after you are sure the install was successful.
 
 
经测试,方法如下:
从光盘拷贝rebuild.bat、gzip.exe、Linux目录到硬盘上,最好放在根目录(目录结构保持不便)
cmd模式执行rebuild.bat 重新打包文件后替换源光盘里的Linux目录即可。

错误二:
The following package(s) are missing and must be
installed before NetBackup can be installed:

VRTSpbx

The missing package(s) are located on the VERITAS
Infrastructure Core Services (ICS) cdrom which is
included in the NetBackup media kit.  From a different
window, unmount/eject the NetBackup cdrom and insert/mount
the ICS cdrom.  When the ICS cdrom has been properly
mounted, files are visible and you are ready to
proceed, enter the path name to the directory where the
installics script is located followed by a <CR> to continue.
This script will then install the missing package(s).

        OR

Enter q to stop this install and abort.
 

解决方法如下,安装光盘里ICS目录下的rpm即可.
[root@vi ics]# rpm -ivh VRTSicsco-1.2.3.18-18.i386.rpm
Preparing…                ########################################### [100%]
   1:VRTSicsco              ########################################### [100%]
[root@dms ics]# rpm -ivh VRTSpbx-1.2.2.41-1.i386.rpm
Preparing…                ########################################### [100%]
   1:VRTSpbx                ########################################### [100%]

 

 

再说个郁闷的事情。。。我安装过程出错了。。

提示:

<16>bpauthorize main: Function connect_to_remote_server(centos-nbu.(none)) failed: 11
system call failed

You do not have the proper authorization to perform
this task.  Please resolve and try again.

安装时候,我视而不见,可启动netbackup服务的时候,提示出错了,

提示如下 :

[root@vi ~]# /etc/rc.d/init.d/netbackup start
tail: cannot open `+2′ for reading: No such file or directory
tail: cannot open `+2′ for reading: No such file or directory
tail: cannot open `+2′ for reading: No such file or directory
tail: cannot open `+2′ for reading: No such file or directory
tail: cannot open `+2′ for reading: No such file or directory
tail: cannot open `+2′ for reading: No such file or directory
tail: cannot open `+2′ for reading: No such file or directory
NetBackup Database Server started.
NetBackup Notification Service started.
NetBackup Enterprise Media Manager started.
NetBackup Resource Broker started.
tail: cannot open `+2′ for reading: No such file or directory
Rebuilding device nodes.
Media Manager daemons started.
NetBackup request daemon started.
NetBackup compatibility daemon started.
NetBackup Job Manager started.
NetBackup Policy Execution Manager started.
NetBackup Service Layer started.
NetBackup is not configured for clustering.
NetBackup Service Monitor started.
[root@vi ~]#

 

我查了百度和GOOGLE。。。没解决。。。只是看到有人说RHEL4.5安装就没错了。

请哪位高手帮忙解决下……

分类: √linux 标签:
  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.