Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

RMAN Backup failures - NBU 6.5.3

Updated: 21 May 2010 | 8 comments
Dan Giberson's picture
0 0 Votes
Login to vote

Our RMAN backups appear to be failing with the following errors in the logs:

RMAN-03009: failure of backup command on ORA_SBT_TAPE_5 channel at 07/06/2009 03:55:54
ORA-19506: failed to create sequential file, name="05kje21b_1_1", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text:
VxBSACreateObject: Failed with error:
Server Status: Communication with the server has not been iniatated or the server status has not been retrieved from the server.

Occasionally one of the channels will backup successfully while others will faill.  We have checked our networking and no new rules have been added..

Any suggestions?

discussion Filed Under:

Comments

Marianne van den Berg's picture
06
Jul
2009
2 Votes +2
Login to vote

Have you increased timeouts

Have you increased timeouts on the media sever? For Oracle backups we normally change CLIENT_CONNECT_TIMEOUT and CLIENT_READ_TIMEOUT to 1800 (30 min).

Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows.
Handy NBU links

schmaustech's picture
08
Jul
2009
2 Votes +2
Login to vote

RMAN Issues

I saw this issue at Netbackup 6.5.3 and found that if I restarted the master server, the problem would go away for a certain amount of time and then appear again.  It appeared to get resolved with 6.5.3.1, even though nothing in that patch was indicated for RMAN backups.  I managed to trace my issue down to nbpem.

We have sinced moved to 6.5.4 and again we do not see this issue.

Regards,

Benjamin Schmaus

Mouse's picture
09
Jul
2009
2 Votes +2
Login to vote

check the policy settings

if you have multiple streams, the number of streams in the policy should be more or equal to the number of rman channels

maybe it's a good idea to have a look inside the dbclient log as well

Radhakrishnan's picture
09
Jul
2009
1 Vote +1
Login to vote

 Can you try to find the name

 Can you try to find the name resolution is working fine.

Run the bpclntcmd from both the master and the client server with the following switches:

bpclntcmd -self -- This returns who the client believes it is
bpclntcmd -pn -- This returns who the client believes the master is, and what the master says the client is
bpclntcmd -hn <hostname_master> -- This returns the IP address is associated with the master server, using gethostbyname()
bpclntcmd -hn <hostname_client> -- This returns the IP address is associated with the client server, using gethostbyname()

bpclntcmd -ip <IP_address_master> -- This returns the hostname associated with the master server's IP address, using gethostbyaddr()

bpclntcmd -ip <IP_address_client> -- This returns the hostname associated with the client server's IP address, using gethostbyaddr()

All names and IP addresses should match



Stumpr's picture
10
Jul
2009
1 Vote +1
Login to vote

reverse is true

and for oracle rman the reverse name resoltion is required as well.

Bob Stump VERITAS - "Ain't it the truth?" Incorrigible punster -- Do not incorrige

rrosario's picture
10
Jul
2009
1 Vote +1
Login to vote

Client name

what is the client name in the NB_ORA_CLIENT? It should be the same as the client in the policy.

dukekern's picture
22
Jul
2009
1 Vote +1
Login to vote

Error message as well

I have been getting this recently as well. I updated the client from 5.0 to 6.5 and now the rman won't connect at all. I've tried the bpclntcmd commands and those are all fine but I'm still getting the above error message. Where can I find the name of the nb_ora_client?

dukekern's picture
22
Jul
2009
1 Vote +1
Login to vote

Same error

Where does the command find the information for the schedule and policy to use? Is there a config file with this information somewhere?