cancel
Showing results for 
Search instead for 
Did you mean: 

SCRIPT RMAN - BSA_SERVICE_HOST

DanMarch
Level 2

Hi,

 

I try to back up a oracle server anda I give a CORBA erro, the agent in oracle returns a message "Unable to contact the media server".

 

I run in the RMAN console the script was execute by Backup Exec. The IP specified in the BSA_SERVICE_HOST it's my gateway. How can I change this IP address?

 

RUN {
 ALLOCATE CHANNEL ch0
     TYPE 'SBT_TAPE';
 SEND 'BSA_SERVICE_HOST=172.16.10.14,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={06B0B5B8-CBE6-45E2-9580-C75D649327D5},NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\RAC-prdmv-3931048352\prdmv';
 BACKUP
     INCREMENTAL LEVEL=0
     FORMAT 'BE_U'
     TABLESPACE
         'USERS' FORCE;
 BACKUP CURRENT CONTROLFILE
     FORMAT 'BE_U';
 
 RELEASE CHANNEL ch0;
 }

Thanks

2 REPLIES 2

fwolf
Level 4

Hi Dan,

 

did you find a solution for this problem?

Symantec seems not to use the Windows/system32/drivers/etc/hosts file for nameresolution. 

My I enter the correct ipaddress anywhere?

 

Regards

Florian

AmolB
Moderator
Moderator
Employee Accredited Certified

Hi Florian

 Refer to the below article, it may fix the issue.

 http://www.symantec.com/docs/TECH58180