Chinaunix首页 | 论坛 | 博客
  • 博客访问: 180922
  • 博文数量: 44
  • 博客积分: 2071
  • 博客等级: 大尉
  • 技术积分: 490
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-18 19:07
文章分类

全部博文(44)

文章存档

2009年(4)

2008年(40)

最近访客

分类: LINUX

2008-07-07 07:55:59

   为了用Symantec BU Exec 11D在WIN系统中备份LINUX系统,需要在LINUX中安装代理软件,下面是我使用的代理软件板本。下载该软件并解压。
 
#tar zxvf BEWS_11D.7170_LINUX-UNIX-MAC-NT4_AGENTS.2.tar.gz
 
 
安装前发现需要libstdc++支持,也安装一下。
[root@server]# rpm -ivh libstdc++5-3.3.6-3mdk.x86_64.rpm
warning: libstdc++5-3.3.6-3mdk.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 70771ff3
Preparing...                ########################################### [100%]
   1:libstdc++5             ########################################### [100%]
 
#cd /cdimg/RALUS64  由于是64位系统。
 
 ./installralus
 
Enter the system names separated by spaces on which to install RALUS: (linux01)
 
 
 
                     Symantec Backup Exec for Windows Servers Remote Agent for Linux/Unix Servers 11.00.7170                    
 
installralus will install the following RALUS packages on Linux target system: linux01
 
VRTSvxmsa        VERITAS - VxMS Mapping Service, Application Libraries.
VRTSralus        VERITAS Backup Exec for Windows Servers Remote Agent for Linux/Unix Servers
 
Press [Return] to continue:
Checking system installation requirements:
 
Checking RALUS installation requirements on Linux target systems: linux01
 
Checking RALUS installation requirements on linux01:
 
    Checking file system space ................................................................. required space is available
 
Installation requirements checks completed successfully.
 
Press [Return] to continue: 
 
To display the Remote Agent as a selection in a media server's backup selection tree, and to be able to specify a local network for use between the Remote Agent and a media server, enter the names or IP addresses of the media servers that you want the Remote Agent to communicate with.
 
        An IP Address: XXX.XXX.XXX.XXX
        A Host Name: COMPUTERNAME
 
Enter a directory host:
 
 
 
Hostnames and/or IP addresses verification:
 
        Address: window01       备份服务器名
        Address: 192.168.1.10   备份服务器IP (这个很重要)
 
Is this information correct? [y, n] (y)
 
To perform backups, you must have a 'beoper' user group. This user group can be created only if you are not using NIS server. Your system will be scanned to detect a NIS server, group and membership.
 
Press [Return] to continue: 
 
Press [Return] to continue:
    Checking if system uses NIS server: ................................................................................ No
 
The installer will now check your system for the 'beoper' user group and root membership.
 
Press [Return] to continue: 
 
Press [Return] to continue:
    Checking for 'beoper' user group: ............................................................................ Not Found
    Checking for 'root' user membership in 'beoper' user group: .................................................. Not Found
 
You can create 'beoper' user group manually or you can choose to have it created automatically.
 
Do you want installer to create 'beoper' user group? [y, n] (y)
 
You can create 'beoper' user group manually or you can choose to have it created automatically.
 
Do you want installer to create 'beoper' user group? [y, n] (y)
 
Do you want to use specific group ID when creating 'beoper' user group? [y, n] (n)
 
    Creating group 'beoper': .......................................................................................... Done
 
Do you want to add the 'root' user to 'beoper' user group? [y, n] (y)
 
Do you want to add the 'root' user to 'beoper' user group? [y, n] (y)
 
    Adding 'root' user to 'beoper' user group: ....................................................................... Done
 
Press [Return] to continue:
Checking Symantec Backup Exec for Windows Servers Remote Agent for Linux/Unix Servers on linux01:
 
    Checking VRTSvxmsa package ............................................................................... not installed
    Checking VRTSralus package ............................................................................... not installed
 
Press [Return] to continue: 
 
Installing Symantec Backup Exec for Windows Servers Remote Agent for Linux/Unix Servers on linux01:
 
    Installing VRTSvxmsa 4.4.021 on linux01 ......................................................... done 1 of 2 steps
    Installing VRTSralus 11.00.7170 on linux01 ...................................................... done 2 of 2 steps
 
Symantec Backup Exec for Windows Servers Remote Agent for Linux/Unix Servers installation completed successfully.
 
Press [Return] to continue: 
 
Configuring Symantec Backup Exec for Windows Servers Remote Agent for Linux/Unix Servers:
 
    Creating configuration files ...................................................................................... Done
 
Symantec Backup Exec for Windows Servers Remote Agent for Linux/Unix Servers configured successfully.
 
Press [Return] to continue: 
 
Press [Return] to continue:
The response file is saved at:
 
    /var/tmp/vxif/installralus306220847/installralus306220847.response
 
The installralus log is saved at:
 
    /var/tmp/vxif/installralus306220847/installralus.log
 
****************************
 
Restart the Symantec Remote Agent for Linux and UNIX Servers (RALUS). Open Terminal.
#cd /opt/VRTSralus/bin/VRTSralus.init stop
#./VRTSralus.init stop
#./VRTSralus.init start
 
配置文件在:
 
#cd /etc/VRTSralus
 
# cat ralus.cfg
Software\Symantec\Backup Exec For Windows\Backup Exec\Agent Browser\TcpIp\AdvertisementPort=6101
Software\Symantec\Backup Exec For Windows\Backup Exec\Debug\AgentConfig=0
Software\Symantec\Backup Exec For Windows\Backup Exec\Debug\VXBSAlevel=
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\Agents\Advertise All=1
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\Agents\Advertise Now=0
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\Agents\Advertisement Purge=0
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\Agents\Advertising Disabled=0
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\Agents\Advertising Interval Minutes=240
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\Agents\Agent Directory List 1=192.168.1.10
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\Agents\Auto Discovery Enabled=1
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\Logging\RANT NDMP Debug Level=0
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\Encoder=
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\ShowTSAFS=
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\SystemExclude1=/mnt/nss/pools/
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\SystemExclude2=/mnt/nss/.pools/
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\SystemExclude3=/_admin/*.*
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\SystemFSTypeExclude1=devpts
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\SystemFSTypeExclude2=proc
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\SystemFSTypeExclude3=sysfs
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\SystemFSTypeExclude4=rpc_pipefs
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\SystemFSTypeExclude5=tmpfs
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\SystemFSTypeExclude6=ftp
Software\Symantec\Backup Exec For Windows\Backup Exec\Engine\RALUS\SystemFSTypeExclude7=ntfs
 
 
阅读(1938) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~