DP 6.1版本在Linux Client上的问题解决方法

2014-11-24 18:54:38 · 作者: · 浏览: 0

DP 6.1版本在linux Client上由于在backup节点配置无法保存使得restore节点报错的问题,采用如下方法可以解决,就是将Cell Manager上的大写配置文件改名成小写配置文件:


linux下装DP Client,如果无法采用Install Server分发过去时,可以采用本地安装,本地安装时不要加-server参数直接将Client集成过去,在本地装好Client后使用Import导入Client。


1、安装Client:
./omnisetup.sh -install da,ma,oracle8
2、集成Oracle:
./util_oracle8.pl -config -dbname zjoadb -orahome /oracle/ora10g -prmuser system -prmpasswd password -prmservice zjoadb
/usr/omni/bin/util_oracle8.pl -config -dbname -orahome [] [][-client ]
where:


PRIMARY_DB_LOGIN is:


-prmuser


-prmpasswd


-prmservice ,


[, ...]


CATALOG_DB_LOGIN is:


-rcuser


-rcpasswd


-rcservice


if the above command gives RETVAL 0 then configure the oracle integration from DP GUI


3、在GUI上Import Client
Import之前,确保以下nslookup命令都能返回正确输出;Cell Manager、Client彼此主机名能互相解析(将彼此的主机名配置到/etc/hosts文件中)


此例子中zjop02为Cell Manager,zj-test04为Client


- 登录到Cell Manager hostname is zjop2 / HP UX 11.23


nslookup zjop2


nslookup


nslookup zj-test04


nslookup < zj-test04 IP>


登录到Client hostname is zj-test04 / Linux RHAS 5



nslookup zjop2


nslookup


nslookup zj-test04


nslookup < zj-test04 IP>