Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RMAN error ... Help needed.
Dear List,
When I run the following script with type disk, it works fine. When changed to type 'SBT_TAPE' , I get the following error. Does anybody have any clue? Any help is appreciated. (The script is integrated and run thru shell script with netbackup in HP-UX 11.0 and oracle 815)
Error Message:
Networker: Unable to contact system to determine port ranges:
bugati.ucdavis.edu
Networker: RAP error, Service not available.
Script:
run {
allocate channel d1 type 'SBT_TAPE' ;
setlimit channel d1 kbytes 2048000 maxopenfiles 10 readrate 200;
backup
incremental level 0 filesperset 10 format '/u01/oracle/rtest_bkup/%d_%t_%s_%p' database;