The restore node reports an error on DP 6.1 linux Client because the backup node configuration cannot be saved. The following method can be used to solve the problem, it is to rename the upper-case configuration file on the Cell Manager to the lower-case configuration file:
1. sign on as root on the cell server 2. cd/etc/opt/omni/server/integ/config/Oracle8 3. mv ZJ-OADB-01 % _ OB2_GLOBAL zj-oadb-01 % _ OB2_GLOBAL mv ZJ-OADB-01 % zjoadb zj-oadb-01 % zjoadb
DP Client in linux. If you cannot use Install Server for distribution, you can use local installation. During local installation, do not add the-server parameter to directly integrate the Client, install the Client locally and use Import to Import the Client.
1. Install the Client:
./Omnisetup. sh-install da, ma, oracle8
2. Integrate Oracle:
./Util_oracle8.pl-config-dbname zjoadb-orahome/oracle/ora10g-prmuser system-prmpasswd password-prmservice zjoadb
/Usr/omni/bin/util_oracle8.pl-config-dbname <DB_NAME>-orahome <ORACLE_HOME> <PRIMARY_DB_LOGIN> [<strong>] [<STANDBY_DB_LOGIN>] [-client <CLIENT_NAME>]
Where:
PRIMARY_DB_LOGIN is:
-Prmuser <PRIMARY_USERNAME>
-Prmpasswd <PRIMARY_PASSWORD>
-Prmservice <primary_net_service_name_1>,
[<Primary_net_service_name_2>,...]
CATALOG_DB_LOGIN is:
-Rcuser <CATALOG_USERNAME>
-Rcpasswd <CATALOG_PASSWORD>
-Rcservice <catalog_net_service_name>
If the above command gives RETVAL 0 then configure the oracle integration from DP GUI
3. Import Client on GUI
Before Import, make sure that the following nslookup commands can return correct output; Cell Manager and Client can resolve each other's host names (configure each other's host names in the/etc/hosts file)
In this example, zjop02 is Cell Manager and the zj-test04 is Client
-Log on to the Cell Manager hostname is zjop2/hp ux 11.23
Nslookup zjop2
Nslookup <zjop2 IP>
Nslookup zj-test04
Nslookup <zj-test04 IP>
Log on to Client hostname is zj-test04/Linux RHAS 5
Nslookup zjop2
Nslookup <zjop2 IP>
Nslookup zj-test04
Nslookup <zj-test04 IP>