Symptom:
When I try performing a full backup of remote Oracle instance without selecting the RMAN catalog option, the backup fails. How to correct this?
Solution:
This happens when you try to perform a remote database backup. You can check the mgmtsvc.log file on the server side at
<ARCserve_HOME>\LOG\mgmtsvc.log
and the cli.log file on the client side at
<CA_HOME>\SharedComponents\ARCserve Backup\jcli\cli.log
Perform the following steps to ensure the host name resolution:
Modify the clishell.cfg as:
#jcli.client.IP=0.0.0.0
Remove the '#' and set the correct IP address.
Modify the mgmtsvc.conf as:
#wrapper.java.additional.10=-Djava.rmi.server.hostname=0.0.0.0
Remove the '#' and set a correct IP address.
Note: If you find the
java.rmi.ConnectException: Connection refused to host
in cli.log file, you must modify the server side mgmtsvc.conf configuration file.
If you find the
java.rmi.ConnectException: Connection refused to host
in mgmtsvc.log, you must modify the client side clishell.conf configuration file.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |