Removing Netbackup Server Software From Unix

To remove NetBackup from UNIX servers

1 Log on as the root user on the server.

2 Perform a catalog backup.

3 If the NetBackup Administration Console is open, you must close it now.

4 Save all important data from any add-on products that you have installed.

5 Stop the NetBackup/Media Manager daemons with the following command:

/usr/openv/netbackup/bin/bp.kill_all

6 Identify any installed add-on products by using the following command:

AIX lslpp -L

HP-UX swlist

Linux rpm -qa

Solaris pkginfo

Seven add-on products can be installed on the server. They are:

SYMCfrnb

SYMCfrnbclt

SYMCjanb

SYMCjanbclt

SYMCzhnb

SYMCzhnbclt

SYMCnbsds

Remove any add-on products found.

7 For Solaris systems only, run the following command:

/usr/openv/volmgr/bin/driver/sg.install -deinstall

<pkg-install-root>

8 To unregister NetBackup from the VxUL master configuration that is stored in

the /etc/vx/vrtslog.conf file, run the following command:

/usr/openv/netbackup/bin/vxlogcfg -r -p 51216

The -p option specifies the product ID, which is 51216 for NetBackup.

9 If BMR is supported and enabled on the server, remove the associated files

with the following command:

/usr/openv/netbackup/bin/bmrsetupmaster -undo -f

Removing NetBackup server software 128

Removing NetBackup from UNIX servers

10 To unregister all NetBackup products with LiveUpdate, enter the following

command:

/usr/openv/netbackup/bin/nblu_registration -r

11 If you moved the NBDB files from their default installation location, you must

delete these files manually as follows:

■ Navigate to the following directory where the NBDB files reside:

/usr/openv/db/data

■ Open the vxdbms.conf file.

This file contains a list of the database-related files and the path for each

file.

■ Delete each of the database-related files.

12 If NetBackup Fibre Transport is supported and enabled on the server, remove

the associated files with the following command:

/usr/openv/netbackup/bin/admincmd/nbftsrv_config -d

13 For the clients that support PureDisk, remove all PureDisk files with the following

command:

/opt/pdag/bin/uninstall.sh

14 For the clients that support MSDP, remove all MSDP files with the following

command:

/opt/pdde/pddeuninstall.sh -basedir /usr/openv/pdde/ -ostdir

/usr/openv/lib/ost/plugins/ -forceclean

Note: Be aware the preceding command is a single command which takes

three parameters (basedir , , ostdir, and forceclean ), and two directory

parameters take paths as input.

15 To remove the NetBackup server package, run the following command:

AIX installp -u SYMCnetbp

HP-UX swremove SYMCnetbp

Linux rpm -e SYMCnetbp

Removing NetBackup server software 129

Removing NetBackup from UNIX servers

pkgrm SYMCnetbp

■ When the script asks if you want to remove the

installed package SYMCnetbp, enter y and press

Enter.

■ When the script asks if you want to continue with

the package removal using superuser permission,

enter y and press Enter.

Solaris

16 Remove the NetBackup-Java Display Console by using the appropriate native

command as follows:

AIX installp -u SYMCnbjava

HP-UX swremove SYMCnbjava

Linux rpm -e SYMCnbjava

Solaris pkgrm SYMCnbjava

17 Remove the NetBackup Java Runtime Environment by using the appropriate

native command as follows:

AIX installp -u SYMCnbjre

HP-UX swremove SYMCnbjre

Linux rpm -e SYMCnbjre

Solaris pkgrm SYMCnbjre

18 Remove the NetBackup client by using the appropriate native command as

follows:

AIX installp -u SYMCnbclt

HP-UX swremove SYMCnbclt

Linux rpm -e SYMCnbclt

Solaris pkgrm SYMCnbclt

Removing NetBackup server software 130

Removing NetBackup from UNIX servers

19 Remove PBX with the appropriate native command as follows:

Note: Remember, you should not remove PBX if your server uses other

Symantec software products that require PBX to run.

AIX installp -u VRTSpbx

HP-UX swremove VRTSpbx

Linux rpm -e VRTSpbx

Solaris pkgrm VRTSpbx

20 To remove the /usr/openv directory, select one of the following methods:

Warning: The rm -f /usr/openv command also removes any add-on products

that are installed on the computer where you perform this command.

■ If /usr/openv is the actual directory, run the following command:

rm -rf /usr/openv

■ If /usr/openv is a symbolic link to that directory, run the following

commands:

cd /usr/openv

pwd

ls

Warning: Before you continue, make sure that you are at the correct location

and verify that the subdirectories are what you expect them to be. To help

prevent removing the wrong directories, the previous commands verify your

current location and list the files in that directory. After you verify the directory

location and its contents, remove the directory with the next commands.

rm -rf *

cd /

rm -f /usr/openv

Removing NetBackup server software 131

Removing NetBackup from UNIX servers

Note: Depending on your operating system, you may need to use the rmdir

command to remove the /usr/openv directory.

rmdir /usr/openv

21 For Linux systems only:

If you modified the startup and the shutdown scripts, run the following command:

/sbin/chkconfig –del netbackup

See “About NetBackup startup and shutdown scripts” on page 113.

Removing NetBackup server software 132

Removing NetBackup from UNIX servers

22 Remove the following startup scripts:

On AIX systems: /etc/rc.netbackup.aix

/sbin/init.d/netbackup

/sbin/rc1.d/K001netbackup

/sbin/rc2.d/S777netbackup

On HP-UX systems:

/etc.init.d/netbackup

/etc/rc0.d/K01netbackup

On Linux Debian

systems:

/etc/rc1.d/K01netbackup

/etc/rc2.d/S95netbackup

/etc/rc.d/init.d/netbackup

/etc/rc.d/rc0.d/K01netbackup

On Linux Red Hat

systems:

/etc/rc.d/rc1.d/K01netbackup

/etc/rc.d/rc2.d/S77netbackup

/etc/rc.d/rc3.d/S77netbackup

/etc/rc.d/rc5.d/S77netbackup

/etc/rc.d/rc6.d/K01netbackup

The following startup scripts appear only if NetBackup Fiber

Transport was enabled on the server:

/etc/rc.d/init.d/nbftserver

/etc/rc.d/rc0.d/K03nbftserver

/etc/rc.d/rc1.d/K03nbftserver

/etc/rc.d/rc2.d/S21nbftserver

/etc/rc.d/rc3.d/S21nbftserver

/etc/rc.d/rc5.d/S21nbftserver

/etc/rc.d/rc6.d/K03nbftserver

Removing NetBackup server software 133

Removing NetBackup from UNIX servers

/etc/init.d/netbackup

/etc/init.d/rc0.d/K01netbackup

/etc/init.d/rc2.d/S77netbackup

/etc/init.d/rc3.d/S77netbackup

/etc/init.d/rc5.d/S77netbackup

/etc/init.d/rc6.d/K01netbackup

The following startup scripts appear only if NetBackup Fiber

Transport was enabled on the server:

/etc/init.d/nbftserver

/etc/init.d/rc2.d/K01nbftserver

/etc/init.d/rc2.d/S05nbftserver

/etc/init.d/rc3.d/K01nbftserver

/etc/init.d/rc3.d/S05nbftserver

/etc/init.d/rc5.d/K01nbftserver

/etc/init.d/rc5.d/S05nbftserver

On Linux SUSE systems:

/etc/init.d/netbackup

/etc/rc0.d/K01netbackup

/etc/rc1.d/K01netbackup

/etc/rc2.d/S77netbackup

The following startup scripts appear only if NetBackup Fiber

Transport was enabled on the server:

/etc/init.d/nbftserver

/etc/rc0.d/K03nbftserver

/etc/rc1.d/K03nbftserver

/etc/rc2.d/S21nbftserver

On other servers:

23 For AIX systems only:

■ In the /etc/inittab file, remove the following NetBackup entry:

/etc/rc.netbackup.aix

■ In the /etc/rc.shutdown file, remove the following line:

/etc/rc.netbackup.aix stop

24 Remove Symantec LiveUpdate components as follows:

■ If NetBackup is the only Symantec product that currently uses LiveUpdate,

run the following command:

/opt/Symantec/LiveUpdate/uninstall.sh -a

Removing NetBackup server software 134

Removing NetBackup from UNIX servers

■ If LiveUpdate is the only product installed in the /opt/Symantec directory,

remove the following files:

rm -f /etc/Symantec.conf

rm -f /etc/Product.Catalog.JavaLiveUpdate

25 To remove the NetBackup-Java application state data for the root account, run

the appropriate command as follows:

Warning: Do not insert a space between the slash character (/) and the period

or the dot character (.) of /.veritas . A space between these characters

removes all of your files from the root level and beyond.

■ To remove the NetBackup-Java application state data for the root account

for all releases, run the following command:

/bin/rm -rf /.veritas

■ To remove the NetBackup-Java application state data for the root account

for a specific release, run the following command:

/bin/rm -rf /.veritas/java/ <version>

Where <version> is the six-digit NetBackup version number. For example,

NetBackup version 7.6 with no upgrades applied would be entered as

760000.

26 Inform NetBackup-Java users that they can remove their $HOME/.veritas

directory.

The $HOME/.veritas and the $HOME/.veritas/java directories contain

application state information, that is saved when the user exits NetBackup-Java

applications. The saved information includes table column order and size. The

process removes this directory for the root user only.

The common subdirectory in $HOME/.veritas/java/.userPrefs/vrts can

be removed.

27 If you enabled NetBackup Access Control, NetBackup placed several files on

clients and servers. These files can be divided into the following categories:

NetBackup application These files are removed with NetBackup.

temporary files

Removing NetBackup server software 135

Removing NetBackup from UNIX servers

These cache files reside in the $HOME/.vxss directory.

Inform all users that they can remove this directory.

Files are generated in the /.vxss directory by a Single

Sign-On operation of the NetBackup Administration

Console on the host where the console runs. The

NetBackup Administration Console cleans these files

when an exit function is performed, so the directory does

not always contain temporary files. However, if a system

crash were to occur, any files in the directory may be

left behind. With the console shutdown , you can delete

these files safely with no data loss.

NetBackup also creates cached certificates for client

and server NetBackup applications. These files reside

within the /.vxss directory. These files typically have

a name that is consistent with a DNS entry for a network

interface, as in machine.company.com. Example

directory entries are as follows:

/usr/openv/var/vxss/credentials/machine.company.com

/usr/openv/var/vxss/credentials/dhcp

These files are created with the command bpnbat

-LoginMachine. If you plan to reinstall NetBackup on

the same computer at a later date, do one of the

following:

■ Preserve the certificates in the vxss/credentials

directory.

■ If you do not preserve the certificates, you must

provide the computer identity password as originally

set on the Root+AB broker. As an alternative, you

can reset the password on the Root+AB broker when

you reinstall.

For more information on Root+AB brokers, see the

NetBackup Security and Encryption Guide .

http://www.symantec.com/docs/DOC5332

For more information on NetBackup Access Control and

how to remove it, see the NetBackup Security and

Encryption Guide.

时间: 2024-10-10 17:52:32

Removing Netbackup Server Software From Unix的相关文章

MySQL不能启动 Can&#39;t start server : Bind on unix socke

MySQL服务器突然不能启动,查看最后的启动日志如下: 080825 09:38:04 mysqld started080825 9:38:04 [ERROR] Can't start server : Bind on unix socket: Permission denied080825 9:38:04 [ERROR] Do you already have another mysqld server running on socket: /var/mysql.sock ?080825 9:

Veritas NetBackup Server 8.0 (Windows版)安装

怎么才能把WORD文档贴上来?

netbackup之oracle的备份恢复

1.1.1 挂载裸LUN 1. 挂载裸LUN,mount到/nbubakcup. 1.1.2 确认安装环境 1.确认磁盘空间 在AIX/Linux环境中,/usr/openv目录下需要3GB以上的剩余空间. 2.解析相关服务器主机名与备份通信的ip地址 我们需要在/etc/hosts文件中添加本机及Master Server的主机名及IP地址. 3.确认Media Server已经正确识别磁带驱动器及磁带库 运行lsdev –Cc tape命令查看Media Server已经正确识别磁带库与磁带

netbackup 7.5.0.7 之oracle数据库的备份和恢复

Oracle数据库的数据结构 Oracle的文件系统主要分为四大部分: 1) 控制文件 2) 数据文件 3) 日志文件 4) 其他文件(如参数文件,密码文件等) 前三种文件系是Oracle文件系统的主要组成部分,一般在以下路径可以找到: $ORACLE_HOME$\oradata\orcl .CTL文件为控制文件 .DBF 文件为数据文件 .LOG 文件为日志文件 除了前三种文件还有一种参数文件,参数文件不是数据库系统中的有效组成部分,在启动数据库时,参数文件不直接参与工作,只是控制文件是由参数

NBU Server For Linux 安装

1.1 添加HOSTS解析 1.安装NBU SERVER前添加本机HOSTS解析 [[email protected] ~]# cat /etc/hosts 127.0.0.1    localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1          localhost localhost.localdomain localhost6 localhost6.localdomain6 10.17.1.62 

Veritas Netbackup Oracle数据库本机备份恢复

概述: 本次实验环境采用Veritas Netbackup 7.7.3软件版本,对Redhat Linux Oracle数据库的备份和恢复. 操作系统 主机名 IP地址 Windows Server 2008R2  nbumaster 192.168.60.59 Redhat Linux 6.5 x86_64 rhel6 192.168.60.100 Oracle备份恢复实验拓扑: 备份RedHat Linux环境下的Oracle 11gR2数据库到Master Server端: 通过Maste

P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1

P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1       May 2016 Contents About This Guide...................................................................................... 11 Shared Topics in This Guide .

MySQL Study之--Percona server 5.5升级5.6

MySQL Study之--Percona server 5.5升级5.6 系统环境:      操作系统:CentOS_6.5(64)            MySQL:   Percona server 5.5(5.6) 一.升级的目的 为什么MySQL升级是必须的? 原因有很多,比如:为了使用新增的特性,基于性能方面的考量, 修复的bug. 但是在没有充分的测试以前就应用到你的应用中是非常危险的, 因为升级可以能会让你的应用不能正常运作- 也可能引起性能的问题. 此外, 我建议你关注MyS

Percona-mysql server 5.5升级5.6

http://blog.csdn.net/lqx0405/article/details/50162557 系统环境:      操作系统:CentOS_6.5(64)            MySQL:   Percona server 5.5(5.6)   一.升级的目的 为什么MySQL升级是必须的? 原因有很多,比如:为了使用新增的特性,基于性能方面的考量, 修复的bug. 但是在没有充分的测试以前就应用到你的应用中是非常危险的, 因为升级可以能会让你的应用不能正常运作- 也可能引起性能