cancel
Showing results for 
Search instead for 
Did you mean: 

RMAN job failing but filesystem backup ok

JasonJ54
Level 2

Hi

I have a problem where an RMAN job run on the client is unable to connect (get generic eror 250) but I can connect from master server ie open hist properties and the o/s backup is running fine

 

any ideas anyone?

 

Thanks

Jason

3 REPLIES 3

DoctorRob
Level 2
Employee

Are you sure it is a 250?

This could be many things. Can you share the job details?

Nicolai
Moderator
Moderator
Partner    VIP   

hi @JasonJ54 

I have seen this before. There are multiple reason as of why this can happen since database backup in general are much more complex than file system backup.

Did the setup work before or is this a new client ?

Examples - not a exhaust list.

  • NBU media manager library not correctly configured
  • configuration errors in rman script
  • name resolution errors.
  • bp.conf errors.

Thing to check:

 

StoneRam-Simon
Level 6
Partner    VIP    Accredited Certified

Check the CLIENT_NAME in bp.conf / host properties that is set on that client,  an RMAN backup takes the client name from the client, or is hard coded in the rman script...   If the name used is different to the name in the policy, it may not be able to communicate.  

If this is a unix/linux client, you may also have a bp.conf in the oracle home folder that would OVERRIDE settings in the normal bp.conf so check that too..

If you have many databases that are using different names to connect, you may need to update host mappings in the NetBackup host management section of the Master so connections from a different name are associated with the correct client....