备份还原工具NetBackup7.6.1安装配置使用文档

IP地址和主机名安排

服务端和客户端均使用固定IP地址,不使用动态IP地址。如果Client端使用动态IP地址,在后续使用的时候需要进行额外的配置。

28.6.11.77  RedHatLinux6.4 64Bit  linux1177  8C/8G/30G  【Master/Media server】

28.6.11.79  RedhatLinux6.4 64Bit  linux1179  8C/8G/30G  【Linux NBU client】

28.6.11.80  Windows 2008 64Bit  win1180  8C/8G/30G  【Windows NBU client】

 

二、操作系统设置 【Master/Media server】【28.6.11.77】【linux】

1、修改HOSTNAME

vi /etc/sysconfig/network

修改HOSTNAME=linux1177

 

2、更改selinux设置

vi /etc/selinux/config

修改SELINUX=disabled

 

3、关闭防火墙

iptables –F

service iptables save

service iptables stop

chkconfig iptables off

 

4、系统参数修改

参数

 

类型

 

系统默认值

 

建议值

 

SEMMNI

 

系统核心参数

 

128

 

1024

 

SEMMSL

 

系统核心参数

 

250

 

300

 

SEMMNS

 

系统核心参数

 

32000

 

307200

 

ulimit_nofiles

 

系统用户参数

 

1024

 

8000

 

4.1、系统核心参数修改

如果文件中已经设置了kernel.sem而且均满足建议值,就没有必要再修改sysctl.conf文件,当前系统的kernel.sem值查看方法:sysctl –A|grep sem

如果不满足建议值要求,进行如下操作:

vi /etc/sysctl.conf

在文件的最后添加如下:

# add for netbackup master

kernel.sem = 300        307200  32      1024

执行sysctl –p使设置生效

执行sysctl –A|grep sem检查结果

 

4.2、系统用户参数修改

vi /etc/security/limits.conf

在文件的最后添加如下:

*      hard    nofile         10240

*      soft    nofile          10240

 

5、修改hosts文件(所以客户端的的IP和主机对应记录都需要添加)

vi /etc/hosts

添加如下:

28.6.11.77 linux1177

28.6.11.79 linux1179

28.6.11.80 win1180

 

6、重启该机器

reboot

 

【Client】【28.6.11.79】【linux】

1、修改HOSTNAME

vi /etc/sysconfig/network

修改HOSTNAME=linux1177

 

2、更改selinux设置

vi /etc/selinux/config

修改SELINUX=disabled

 

3、关闭防火墙

iptables –F

service iptables save

service iptables stop

chkconfig iptables off

 

4、修改hosts文件

vi /etc/hosts

添加如下:

28.6.11.77 linux1177

 

5、重启该机器

reboot

 
【Client】【28.6.11.80】【windows】

1、修改HOSTNAME

点击【计算机】选择【属性】,在【计算机名称,域和工作组设置】部分,点击【更改设置】进行修改。

 

2、关闭防火墙

点击【开始】选择【控制面板】,点击【检查防火墙状态】,点击【打开或关闭windows防火墙】,

【家庭或工作(专用)网络位置设置】及【公用网络位置设置】都选择关闭,然后【确定】关闭对话框

 

3、修改hosts文件

编辑C:\Windows\System32\drivers\etc\hosts文件

添加如下:

28.6.11.77 linux1177

 

4、重启该机器

三、NBU软件安装 【Master/Media server安装】

安装用户

使用root用户登陆并进行安装,安装过程中会创建诸多系统级文件,普通用户没有该权限。

 

介质准备

安装介质:

NetBackup_7.6.1_LinuxR_x86_64.tar.gz  1856M

解压:

tar –zxvf NetBackup_7.6.1_LinuxR_x86_64.tar.gz

默认安装目录(安装后占空间6G左右,建议该目录扩充为50G,确保足够的空间,也可以安装后再扩容该目录):

/usr/openv

安装过程需要提供license:

DEXZ-KPPO-8TCN-434O-4O4O-4M77-7777-763R-PO8

 

安装过程(安装过程跟踪文件/usr/openv/tmp/install_trace.7472,记录了安装过程中的输出及输入信息)

进入解压完成后的目录:

cd NetBackup_7.6.1_LinuxR_x86_64

./install

安装过程关键点(安装过程中不要连续敲击enter键,因为选项都有默认值,会导致不期望的选择):

Do you wish to continue? [y,n] (y) y

Participate in the NetBackup Product Improvement Program? [y,n] (y) n

如果系统参数没有设置,会有如下提示:

not ok semaphore_limits: too low:

Performance of NetBackup Master and Media Servers can be affected

adversely if the system is configured with low semaphore limits.  This

test checks whether the current semaphore limits are set as

recommended.  See https://www.symantec.com/docs/TECH203066 for

details.

The current SEMMNI setting is  128; at least  1024 is recommended.

The current SEMMSL setting is  250; at least  300 is recommended.

The current SEMMNS setting is 32000; at least 307200 is recommended.

not ok ulimit_nofiles: nofiles ulimit 1024 is too low.

NetBackup Master and Media Server processes may run slower if they are

limited to fewer than 8000 open file descriptors.  This test runs

'ulimit -n' and checks that the result is at least 8000 on NetBackup

servers.  See

https://www.symantec.com/docs/TECH75332

for more information.

Do you want to install NetBackup and Media Manager files? [y,n] (y) y

NetBackup and Media Manager are normally installed in /usr/openv.

Is it OK to install in /usr/openv? [y,n] (y) y

安装Master/Media server的同时会自动安装与该操作系统匹配的NBUclient端,NBU也可以备份Master/Media server上的内容。

安装过程中写入如下:(代表Master/Media server服务的启动关闭与操作系统的启动关闭同步)

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

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

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

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

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

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

Enter license key:

DEXZ-KPPO-8TCN-434O-4O4O-4M77-7777-763R-PO8:

NetBackup Enterprise Server Base product with all the features enabled

has been registered.

All additional keys should be added at this time.

Do you want to add additional license keys now? [y,n] (y) n

Would you like to use "linux1177" as the configured

NetBackup server name of this machine? [y,n] (y) y

Is linux1177 the master server? [y,n] (y) y

Do you want to add any media servers now? [y,n] (n) n

Do you want to start the job-related NetBackup daemons

so backups and restores can be initiated? [y,n] (y) y

【如果有OpsCenter可以输入,没有直接回车】

Enter the OpsCenter server (default: NONE): 28.6.11.78

NetBackup server installation complete

 

注:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/7a29a703fa09714a15b700dfc0faa254.html