2005-10-23 21:28
maping
legato recovery manager install
安装前提:
系统要求是solaris 8以下.
先要安装legato networker,保证能正常文件备份.
必须提供一个专门的recovery manager boot server
1.Install the recover manager boot server
放入legato光盘,
#pkgadd –d . NRMclnt NRMsbns NRMman (关于NRMman可选)
This package contains scripts which will be executed with
super-user permission during the process of installing this
package.
Do you want to continue with the installation of <NRMman> [y,n,?]
[Return]
其实这都是软件包的安装部分,根据提示就OK
#nrmsetup
(根据提示需要solaris的安装介质和legato networker,legato recovery manager的安装介质.)
------------------------------------------------------------
The nrmsetup script is used to configure a dedicated computer as
a subnet boot server for the NetWorker Recovery Manager (NRM).
This will allow computers to boot across the network in the event
of a disaster, and automates the complete recover of a computer
using its NetWorker Backups.
This scripts requires:
1) Installation CDs for the Solaris OS version you wish to boot
across the network.
2) A copy of the NetWorker installation packages. (Either the
installation CDs or an unpacked package from the web.) The
version must be the same as your NetWorker server.
3) A copy of the NRM installation packages. (Either the
installation CDs or an unpacked package from the web.)
------------------------------------------------------------
Do you wish to proceed? [Enter]
Enter the location of the Solaris installation CD.
[/cdrom/cdrom0]? [Enter] —插入solaris 8安装介质
Enter the directory name where the boot server software will be
installed [base_image_path] --指定boot_image文件存放位置
Where are the NetWorker installation packages located
[/cdrom/cdrom0/solaris]? [Return]--在插入legato networker 安装介质并指定路径
Where are the NRM installation packages located
[/cdrom/cdrom0/NRM/solaris]? /cdrom/cdrom0/nwrecovmgr/solaris ---插入legato recovery manager安装介质并指定路径
2.Install the recovery manager server
#pkgadd –d .NRMclnt NRMsrvr NRMman (关于NRMman可选)
其实这都是软件包的安装部分,根据提示就OK
3.Install the recovery manager client
#pkgadd –d .NRMclnt NRMman (关于NRMman可选)
4.To add Recovery manager client resources to the recovery manager srever
在recovery manager server上用root用户登录
确认license server
#nrmconfig –l L1000(license_server)
# nrmconfig -a -n boot_server -i base_image_path -o os_version
Boot server 就是recovery manager boot server
Base_image_path是前面制作的boot_image的路径
Os_version是指的boot server的系统版本
例:#nrmconfig –a –u dns1 –i /export/home/boot_image –o 5.8
Adding boot server 'dns1'
Adding boot server 'dns1' complete
在分别将client注册到server上(包括recover manager boot server 和recover manager server)
# nrmconfig -a -c client -b boot_server -S nw_server
Nw_server指的是legato networker server的主机.
例:# nrmconfig –a –c mail0 –b dns1 –S L1000
# nrmconfig –a –c L1000 –b dns1 –S L1000
# nrmconfig –a –c dns1 –b dns1 –S L1000
5.分别用命令查看软件安装配置及运行情况
# nrminfo -B
List of boot servers registered with l1000:
----------------------------------------------
Dns1
# nrminfo -C
List of boot servers registered with l1000:
----------------------------------------------
Dns1
L1000
Mail0
# nrminfo -c l1000
Information gathered on Fri Oct 21 13:00:46 2005
System Info:
------------
name : l1000
aliases : l1000 L1000.com loghost
NRM version : 2.0.1
OS type : SunOS
OS version : 5.8
NRM boot server : dns1
NRM schedule : 0 3 24,10 * *
NRM disk : c0t0d0 c0t1d0 c0t2d0 c4t0d0 c5t0d0 c4t0d7 c4t0
d6 c4t0d5 c4t0d4 c4t0d3 c4t0d2 c5t0d7 c5t0d6 c5t0d5 c5t0d4 c5t0d3 c5t0d2 c4t0d1
c5t0d1
显示主机L1000所有硬盘分区信息,下面我省去了.
如果以上情况都成功那就OK
关于恢复测试,等有时间在给大家介绍.