开始新对话

未解决

此帖子已超过 5 年

1878

2014年1月8日 07:00

NetWorker7.4.1+NMO4.5备份Oracle时,不备份Index和Bootstrap

​今天调试Networker遇到一个问题,环境如下:​

​NetWorker7.4.1+NMO4.5,备份Oracle10G 全备份时,rman脚本执行完成了,可以在nsrnmostart.log和msglog.log中看到rman确实执行完成了,之后驱动器没有任何动作了,不再备份index和bootstrap了,也不报错,就在那一直运行,很奇怪的现象。更诡异的是,还是这台主机上的另一个Oracle Archivelog的备份就可以正常执行,全备份的不能执行。以为是nmo兼容性的问题,换成了nmo5,发现还是这个现象。​

​我想请我有高手遇到过这种问题,nmo备份完成后,不自动备份index和bootstrap的情况?如何解决这个问题。​

​1、不要说脚本,日志发上来,这些肯定没有问题,我也是做networker很久的人了,查看日志什么的都没有问题。​

​2、在备份的时候使用ps -ef|grep nsr是可以看到nmo的进程,如果使用kill -9 直接干掉这些进程,就会自动备份index和bootstrap,这是一个现象​

​3、chinaunix上有一篇类似的问题,不过那哥们换了nmo的版本就好了,我换成nmo5后也还是这个问题。​​http://www.chinaunix.net/old_jh/34/726683.html​​ 这个哥们饿解决方法。​

​4、想请问高手或BRS的人,在备nmo备份时,应该是nsrnmo调用nsrnmostart来进行oracle的备份,备份结束后,返回一个值,正常结束,然后备份index和bootstrap,这个过程有参数可以控制?​
​5、在备份一直运行的时候,将任务暂停,然后使用 savegrp -O -G Oracle_full 可以强制执行index和bootstrap备份。​

​这个问题已经折腾2天了,一直找不到原因,在这里先谢谢各位了,如果有遇到过这个问题,能指点一二。​

1.1K 消息

2014年1月9日 00:00

NMO的备份是自动的还是手动的?

258 消息

2014年1月9日 19:00

楼主还是把配置和日志贴出来,看看

1.8K 消息

2014年1月9日 21:00

LZ说的应该是自动的, 因为他有提到暂停任务。

这个情况我以前有遇到过,现在还在回忆当时是怎么处理的。好像最后也是换多个版本去试,换个4.2试下?

1.1K 消息

2014年1月9日 21:00

只有NMO的备份是自动的,CFI和bootstrap的备份才是自动的。

如果NMO的备份是手动的,CFI和bootstrap的备份也是手动的。

4 消息

2014年1月10日 03:00

不对吧,同一台主机,archivelog的备份,不管是手动还是自动,备份都是成功的,index和bootstrap也都可以自动备份。

4 消息

2014年1月10日 03:00

我今天把client和nmo全部卸载干净,然后重新安装,并且安装了nmo4.5和nmo5.0,其结果还是archivelog可以备份,全备还是同样的问题。

我把msglog.log和nsrnmostart.log全贴出来,大家看看啊。

#########msglog.log

RMAN> connect target *
2> run {
3>   allocate channel t1 type 'sbt_tape'
4>   parms 'ENV=(NSR_CLIENT=bwdb,NSR_SERVER=baksvr)';
5>   backup
6>     format "db_%d_t%t_s%s_p%p"
7>     (database);
8>   sql 'alter system archive log current';
9>   crosscheck archivelog all;
10>   backup
11>     format "arch_%d_t%t_s%s_p%p"
12>     (archivelog all delete input);
13>   release channel t1;
14> }
15>
connected to target database: BWP (DBID=2601015720)
using target database control file instead of recovery catalog

allocated channel: t1
channel t1: sid=22 devtype=SBT_TAPE
channel t1: NMO v4.5.0.0
sent command to channel: t1

Starting backup at 10-JAN-14
channel t1: starting full datafile backupset
channel t1: specifying datafile(s) in backupset
input datafile fno=00004 name=/oracle/BWP/sapdata2/sr3_1/sr3.data1
input datafile fno=00005 name=/oracle/BWP/sapdata2/sr3_2/sr3.data2
input datafile fno=00006 name=/oracle/BWP/sapdata2/sr3_3/sr3.data3
input datafile fno=00007 name=/oracle/BWP/sapdata2/sr3_4/sr3.data4
input datafile fno=00013 name=/oracle/BWP/sapdata2/sr3_4/sr3.data5
input datafile fno=00014 name=/oracle/BWP/sapdata2/sr3_6/sr3.data6
input datafile fno=00015 name=/oracle/BWP/sapdata2/sr3_7/sr3.data7
input datafile fno=00016 name=/oracle/BWP/sapdata2/sr3_8/sr3.data8
input datafile fno=00017 name=/oracle/BWP/sapdata2/sr3_9/sr3.data9
input datafile fno=00018 name=/oracle/BWP/sapdata2/sr3_10/sr3.data10
input datafile fno=00019 name=/oracle/BWP/sapdata2/sr3_11/sr3.data11
input datafile fno=00020 name=/oracle/BWP/sapdata2/sr3_12/sr3.data12
input datafile fno=00021 name=/oracle/BWP/sapdata2/sr3_13/sr3.data13
input datafile fno=00022 name=/oracle/BWP/sapdata2/sr3_14/sr3.data14
input datafile fno=00023 name=/oracle/BWP/sapdata2/sr3_15/sr3.data15
input datafile fno=00024 name=/oracle/BWP/sapdata2/sr3_16/sr3.data16
input datafile fno=00025 name=/oracle/BWP/sapdata2/sr3_17/sr3.data17
input datafile fno=00026 name=/oracle/BWP/sapdata2/sr3_18/sr3.data18
input datafile fno=00027 name=/oracle/BWP/sapdata2/sr3_19/sr3.data19
input datafile fno=00028 name=/oracle/BWP/sapdata2/sr3_20/sr3.data20
input datafile fno=00029 name=/oracle/BWP/sapdata2/sr3_21/sr3.data21
input datafile fno=00030 name=/oracle/BWP/sapdata2/sr3_22/sr3.data22
input datafile fno=00031 name=/oracle/BWP/sapdata2/sr3_23/sr3.data23
input datafile fno=00032 name=/oracle/BWP/sapdata2/sr3_24/sr3.data24
input datafile fno=00033 name=/oracle/BWP/sapdata2/sr3_25/sr3.data25
input datafile fno=00034 name=/oracle/BWP/sapdata2/sr3_26/sr3.data26
input datafile fno=00035 name=/oracle/BWP/sapdata2/sr3_27/sr3.data27
input datafile fno=00041 name=/oracle/BWP/sapdata2/sr3_33/sr3.data33
input datafile fno=00040 name=/oracle/BWP/sapdata2/sr3_32/sr3.data32
input datafile fno=00036 name=/oracle/BWP/sapdata2/sr3_28/sr3.data28
input datafile fno=00037 name=/oracle/BWP/sapdata2/sr3_29/sr3.data29
input datafile fno=00038 name=/oracle/BWP/sapdata2/sr3_30/sr3.data30
input datafile fno=00039 name=/oracle/BWP/sapdata2/sr3_31/sr3.data31
input datafile fno=00002 name=/oracle/BWP/sapdata1/undo_1/undo.data1
input datafile fno=00043 name=/oracle/BWP/sapdata2/sr3_35/sr3.data35
input datafile fno=00044 name=/oracle/BWP/sapdata2/sr3_36/sr3.data36
input datafile fno=00009 name=/oracle/BWP/sapdata3/sr3700_2/sr3700.data2
input datafile fno=00010 name=/oracle/BWP/sapdata3/sr3700_3/sr3700.data3
input datafile fno=00008 name=/oracle/BWP/sapdata3/sr3700_1/sr3700.data1
input datafile fno=00011 name=/oracle/BWP/sapdata3/sr3700_4/sr3700.data4
input datafile fno=00042 name=/oracle/BWP/sapdata2/sr3_34/sr3.data34
input datafile fno=00045 name=/oracle/BWP/sapdata2/sr3_37/sr3.data37
input datafile fno=00046 name=/oracle/BWP/sapdata2/sr3_38/sr3.data38
input datafile fno=00001 name=/oracle/BWP/sapdata1/system_1/system.data1
input datafile fno=00003 name=/oracle/BWP/sapdata1/sysaux_1/sysaux.data1
input datafile fno=00012 name=/oracle/BWP/sapdata4/sr3usr_1/sr3usr.data1
channel t1: starting piece 1 at 10-JAN-14
channel t1: finished piece 1 at 10-JAN-14
piece handle=db_BWP_t836497844_s23681_p1 tag=TAG20140110T163043 comment=API Version 2.0,MMS Version 4.5.0.0
channel t1: backup set complete, elapsed time: 00:49:06
Finished backup at 10-JAN-14

Starting Control File and SPFILE Autobackup at 10-JAN-14
piece handle=c-2601015720-20140110-01 comment=API Version 2.0,MMS Version 4.5.0.0
Finished Control File and SPFILE Autobackup at 10-JAN-14

sql statement: alter system archive log current

validation succeeded for archived log
archive log filename=/oracle/BWP/oraarch/BWParch1_109593_637841704.dbf recid=109413 stamp=836485037
validation succeeded for archived log
archive log filename=/oracle/BWP/oraarch/BWParch1_109594_637841704.dbf recid=109414 stamp=836500795
Crosschecked 2 objects


Starting backup at 10-JAN-14
current log archived
channel t1: starting archive log backupset
channel t1: specifying archive log(s) in backup set
input archive log thread=1 sequence=109593 recid=109413 stamp=836485037
input archive log thread=1 sequence=109594 recid=109414 stamp=836500795
input archive log thread=1 sequence=109595 recid=109415 stamp=836500796
channel t1: starting piece 1 at 10-JAN-14
channel t1: finished piece 1 at 10-JAN-14
piece handle=arch_BWP_t836500796_s23683_p1 tag=TAG20140110T171956 comment=API Version 2.0,MMS Version 4.5.0.0
channel t1: backup set complete, elapsed time: 00:00:04
channel t1: deleting archive log(s)
archive log filename=/oracle/BWP/oraarch/BWParch1_109593_637841704.dbf recid=109413 stamp=836485037
archive log filename=/oracle/BWP/oraarch/BWParch1_109594_637841704.dbf recid=109414 stamp=836500795
archive log filename=/oracle/BWP/oraarch/BWParch1_109595_637841704.dbf recid=109415 stamp=836500796
Finished backup at 10-JAN-14

Starting Control File and SPFILE Autobackup at 10-JAN-14
piece handle=c-2601015720-20140110-02 comment=API Version 2.0,MMS Version 4.5.0.0
Finished Control File and SPFILE Autobackup at 10-JAN-14

released channel: t1

Recovery Manager complete.
#####################nsrnmostart.log

Fri Jan 10 16:30:41 2014
nwora_agent_get_parameters: Entering.
nwora_agent_get_parameters_from_getopt: Entering.
nwora_agent_get_parameters_from_getopt: Exiting.
nwora_agent_get_parameters_from_env: Entering.
nwora_agent_get_parameters_from_env: Exiting.
nwora_agent_set_fields_using_lnm_parms: Entering.
nwora_agent_parse_msglog_name: Exiting.
nwora_agent_read_res_file: Entering.
nwora_get_resource_from_res_file: Entering.
nwora_read_res_file_image: Entering.
nwora_read_res_file_image: Opening the NWORA resource file for reading.
nwora_get_res_file_lock: Entering.
nwora_get_res_file_lock: Checking to see if the lock file '/nsr/tmp/nwora.res.lck' exists.
nwora_get_res_file_lock: Locking file '/nsr/tmp/nwora.res.lck'.
nwora_get_res_file_lock: Exiting.
nwora_open_res_file: Entering.
nwora_open_res_file: Opening the NWORA resource file for reading.
nwora_open_res_file: Exiting.
nwora_set_resource: Entering.
nwora_set_resource: Setting a NWORA header resource.
nwora_set_resource: Exiting.
nwora_update_resource_list: Entering.
nwora_update_resource_list: Adding NWORA resource:
type: 1
nwora_update_resource_list: Dup'ing the NWORA resource.
nwora_update_resource_list: Adding the NWORA resource to the front of the list.
nwora_update_resource_list: Exiting.
nwora_set_resource: Entering.
nwora_set_resource: Setting a NWORA parameter resource.
nwora_set_resource: The NWORA resource has been set to:
type: 2
NSR_NWPATH=/usr/bin
nwora_set_resource: Exiting.
nwora_read_res_file_image: Obtained resource:
type: 2
NSR_NWPATH=/usr/bin
nwora_update_resource_list: Entering.
nwora_update_resource_list: Adding NWORA resource:
type: 2
NSR_NWPATH=/usr/bin
nwora_update_resource_list: Dup'ing the NWORA resource.
nwora_update_resource_list: Exiting.
nwora_set_resource: Entering.
nwora_set_resource: Setting a NWORA parameter resource.
nwora_set_resource: The NWORA resource has been set to:
type: 2
NSR_ORACLECAT_MODE=undetermined
nwora_set_resource: Exiting.
nwora_read_res_file_image: Obtained resource:
type: 2
NSR_ORACLECAT_MODE=undetermined
nwora_update_resource_list: Entering.
nwora_update_resource_list: Adding NWORA resource:
type: 2
NSR_ORACLECAT_MODE=undetermined
nwora_update_resource_list: Dup'ing the NWORA resource.
nwora_update_resource_list: Exiting.
nwora_set_resource: Entering.
nwora_set_resource: Setting a NWORA parameter resource.
nwora_set_resource: The NWORA resource has been set to:
type: 2
NSR_REMOVE_ON_FAILURE=FALSE
nwora_set_resource: Exiting.
nwora_read_res_file_image: Obtained resource:
type: 2
NSR_REMOVE_ON_FAILURE=FALSE
nwora_update_resource_list: Entering.
nwora_update_resource_list: Adding NWORA resource:
type: 2
NSR_REMOVE_ON_FAILURE=FALSE
nwora_update_resource_list: Dup'ing the NWORA resource.
nwora_update_resource_list: Exiting.
nwora_set_resource: Entering.
nwora_set_resource: Setting a NWORA parameter resource.
nwora_set_resource: The NWORA resource has been set to:
type: 2
NSR_ORACLE_NLS_LANG=Null
nwora_set_resource: Exiting.
nwora_read_res_file_image: Obtained resource:
type: 2
NSR_ORACLE_NLS_LANG=Null
nwora_update_resource_list: Entering.
nwora_update_resource_list: Adding NWORA resource:
type: 2
NSR_ORACLE_NLS_LANG=Null
nwora_update_resource_list: Dup'ing the NWORA resource.
nwora_update_resource_list: Exiting.
nwora_set_resource: Entering.
nwora_set_resource: Setting a NWORA parameter resource.
nwora_set_resource: The NWORA resource has been set to:
type: 2
NSR_ORACLECAT_LOG_FILE=Null
nwora_set_resource: Exiting.
nwora_read_res_file_image: Obtained resource:
type: 2
NSR_ORACLECAT_LOG_FILE=Null
nwora_update_resource_list: Entering.
nwora_update_resource_list: Adding NWORA resource:
type: 2
NSR_ORACLECAT_LOG_FILE=Null
nwora_update_resource_list: Dup'ing the NWORA resource.
nwora_update_resource_list: Exiting.
nwora_set_resource: Entering.
nwora_set_resource: Setting a NWORA parameter resource.
nwora_set_resource: The NWORA resource has been set to:
type: 2
NSR_ORACLECAT_DEBUG_FILE=Null
nwora_set_resource: Exiting.
nwora_read_res_file_image: Obtained resource:
type: 2
NSR_ORACLECAT_DEBUG_FILE=Null
nwora_update_resource_list: Entering.
nwora_update_resource_list: Adding NWORA resource:
type: 2
NSR_ORACLECAT_DEBUG_FILE=Null
nwora_update_resource_list: Dup'ing the NWORA resource.
nwora_update_resource_list: Exiting.
nwora_set_resource: Entering.
nwora_set_resource: Setting a NWORA parameter resource.
nwora_set_resource: The NWORA resource has been set to:
type: 2
NSR_TMPDIR=Null
nwora_set_resource: Exiting.
nwora_read_res_file_image: Obtained resource:
type: 2
NSR_TMPDIR=Null
nwora_update_resource_list: Entering.
nwora_update_resource_list: Adding NWORA resource:
type: 2
NSR_TMPDIR=Null
nwora_update_resource_list: Dup'ing the NWORA resource.
nwora_update_resource_list: Exiting.
nwora_set_resource: Entering.
nwora_set_resource: Setting a NWORA parameter resource.
nwora_set_resource: The NWORA resource has been set to:
type: 2
NSR_BUNDLING=disabled
nwora_set_resource: Exiting.
nwora_read_res_file_image: Obtained resource:
type: 2
NSR_BUNDLING=disabled
nwora_update_resource_list: Entering.
nwora_update_resource_list: Adding NWORA resource:
type: 2
NSR_BUNDLING=disabled
nwora_update_resource_list: Dup'ing the NWORA resource.
nwora_update_resource_list: Exiting.
nwora_set_resource: Entering.
nwora_set_resource: Setting a NWORA parameter resource.
nwora_set_resource: The NWORA resource has been set to:
type: 2
NSR_INCR_EXPIRATION=disabled
nwora_set_resource: Exiting.
nwora_read_res_file_image: Obtained resource:
type: 2
NSR_INCR_EXPIRATION=disabled
nwora_update_resource_list: Entering.
nwora_update_resource_list: Adding NWORA resource:
type: 2
NSR_INCR_EXPIRATION=disabled
nwora_update_resource_list: Dup'ing the NWORA resource.
nwora_update_resource_list: Exiting.
nwora_close_res_file: Entering.
nwora_close_res_file: Closing the NWORA resource file.
nwora_close_res_file: Exiting.
nwora_release_res_file_lock: Entering.
nwora_release_res_file_lock: Releases the lock on '/nsr/tmp/nwora.res.lck'.
nwora_release_res_file_lock: Exiting.
nwora_read_res_file_image: Exiting.
nwora_get_resource_from_res_file: Getting the resource 'NSR_BUNDLING' of type '2' from the list.
nwora_get_resource_from_res_file: Exiting.
nwora_get_resource_from_res_file: Entering.
nwora_get_resource_from_res_file: Getting the resource 'NSR_INCR_EXPIRATION' of type '2' from the list.
nwora_get_resource_from_res_file: Exiting.
nwora_get_resource_from_res_file: Entering.
nwora_get_resource_from_res_file: Getting the resource 'NSR_TMPDIR' of type '2' from the list.
nwora_get_resource_from_res_file: Exiting.
The 'NSR_BUNDLING' and 'NSR_INCR_EXPIRATION' NWORA resource are both disabled.
nwora_agent_set_fields_using_lnm_parms: Exiting.
nwora_agent_check_parameters: Entering.
nwora_agent_check_parameters: Exiting.
nwora_agent_get_parameters: Exiting.
nwora_agent_setup_fds: Entering.
nwora_agent_setup_fds: Exiting.
The ID of the parent job is: 6656005
nwora_agent_setup_staging: Entering.
nwora_agent_setup_staging: Exiting.
nwora_agent_ss_start: Entering.
nwora_agent_start_rman: Entering.
nwora_set_RMAN_location: Entering.
nwora_set_RMAN_location: Setting the location of RMAN to '/oracle/BWP/102_64/bin'.
nwora_set_RMAN_location: The location of RMAN is: /oracle/BWP/102_64/bin
nwora_set_RMAN_location: The name of the RMAN binary is: rman
nwora_set_RMAN_location: Exiting.
nwora_agent_build_send: Entering.
nwora_agent_send_parms_to_str: Entering.
nwora_agent_send_parms_to_str: Exiting.
nwora_agent_build_send: Exiting.
nwora_set_RMAN_script: Entering.
nwora_set_RMAN_script: Exiting.
nwora_set_RMAN_args: Entering.
nwora_set_RMAN_args: Setting the RMAN args:
nocatalog msglog '/nsr/applogs/msglog.log' append
send 'NSR_ENV=(NSR_GROUP=OracleFull_BI_BWP,NSR_JOBID=6656005,NSR_SERVER=baksvr,NSR_SAVESET_NAME=RMAN:/oracle/BWP/rman_script/OracleFull.bwp)'
nwora_set_RMAN_args: 2 arguments set.
nwora_set_RMAN_args: Exiting.
cmd_args = nocatalog msglog '/nsr/applogs/msglog.log' append
cmd_args = send 'NSR_ENV=(NSR_GROUP=OracleFull_BI_BWP,NSR_JOBID=6656005,NSR_SERVER=baksvr,NSR_SAVESET_NAME=RMAN:/oracle/BWP/rman_script/OracleFull.bwp)'
rman_script = /oracle/BWP/rman_script/OracleFull.bwp
saveset_name = RMAN:/oracle/BWP/rman_script/OracleFull.bwp
Launching backup process
nwora_run_RMAN: Entering.
nwora_run_RMAN: Writing out the RMAN script.
nwora_run_RMAN: The argv[] is:
/oracle/BWP/102_64/bin/rman
nocatalog msglog '/nsr/applogs/msglog.log' append
send 'NSR_ENV=(NSR_GROUP=OracleFull_BI_BWP,NSR_JOBID=6656005,NSR_SERVER=baksvr,NSR_SAVESET_NAME=RMAN:/oracle/BWP/rman_script/OracleFull.bwp)'
cmdfile
'/oracle/BWP/rman_script/OracleFull.bwp'
nwora_run_RMAN: The envp is:
nwora_run_RMAN: Spawning the RMAN session.
nwora_spawn_RMAN: Entering.
nwora_spawn_RMAN: Creating the communication pipe.
nwora_spawn_RMAN: Making the pipe non-blocking.
nwora_spawn_RMAN: Spawning the RMAN process.
nwora_spawn_RMAN: Spawned the RMAN process 483550.
nwora_spawn_RMAN: Exiting.
nwora_run_RMAN: Exiting.
RMAN returned success.
nwora_agent_start_rman: Exiting.
nwora_agent_ss_start: Exiting.
nwora_agent_perform_staging: Entering.
nwora_agent_perform_staging: Exiting.
nwora_agent_backup_files: Entering.
nwora_sman_start: Entering.
nwora_find_in_path: Returning the path /bin/save.
The save parameters are:
/bin/save
-s
baksvr
-g
OracleFull_BI_BWP
-l
full
-q
-N
RMAN:/oracle/BWP/rman_script/OracleFull.bwp
/nsr/res/nwora.res
nwora_pman_check: Entering.
nwora_pman_check: Exiting.
nwora_pman_spawn: Entering.
nwora_pman_setup_args: Entering.
nwora_pman_setup_args: Exiting.
nwora_pman_spawn: Exiting.
nwora_sman_start: Exiting.
nwora_sman_monitor: Entering.
nwora_pman_check: Entering.
nwora_pman_check: Exiting.
nwora_pman_monitor: Entering.
nwora_pman_check_for_death: Entering.
nwora_pman_check_for_death: Exiting.
nwora_pman_check_for_death: Entering.
nwora_pman_get_finished: Entering.
nwora_pman_get_finished: Exiting.
nwora_pman_check_for_death: Exiting.
nwora_pman_monitor: Exiting.
nwora_sman_monitor: Exiting.
The nwora.res has been backed up.
The Oracle environment backup was successful.
The NWORA resource file save process exited with the message:
save: RMAN:/oracle/BWP/rman_script/OracleFull.bwp level=full, 4 KB 00:00:01      4 files


nwora_agent_backup_files: Exiting.
nwora_agent_print_summary: Entering.

bwdb: Oracle Backup: RMAN:/oracle/BWP/rman_script/OracleFull.bwp    level=full,    348 GB 00:49:24      4 files


completed savetime=1389342641

nwora_agent_print_summary: Exiting.
nwora_agent_teardown_fds: Entering.
nwora_agent_load_message: Entering.
nwora_agent_load_message: Exiting.
nwora_agent_teardown_fds: Exiting.
nwora_agent_teardown_jobs: Entering.
nwora_agent_teardown_jobs: Exiting.
nwora_agent_teardown_staging: Entering.
nwora_agent_teardown_staging: Exiting.
Exiting with return code: 0

并且和archivelog的备份日志进行了比较,完全一样,唯一不同的是,全备数据量很大350G,archivelog比较小。

4 消息

2014年1月10日 03:00

有几个问题:

1、用户的备份以前是没问题的,lanfree备份,全备份和archivelog都正常,1-3日他们的VTL换了一块电池,结果,这台主机的全备就出现这个问题了,其他的备份正常,这个备份系统很大,有很多个Oracle的备份,都正常,唯独这个主机的全备不正常。

2、VTL现在已经正常,为了保险起见,我还让VTL断电重启了一次。

3、今天我卸载client和nmo,重新安装后,重新进行配置,发现rman如果用2个channel备份,会出现

RMAN-03009: failure of backup command on t1 channel at 01/10/2014 14:54:00

ORA-27192: skgfcls: sbtclose2 returned error - failed to close file

ORA-19511: Error received from media manager layer, error text:

   The NMO error message has been lost.  Please set NSR_DEBUG_FILE and run NMO

这个错误,我很奇怪,但还改成一个chnnel备份后,就没有问题了,同样的脚步,昨天,前天都是可以备份的,今天就得改成一个channel备份才能成功。

用户对面有个庙,我是不是应该去拜拜啊!

43 消息

2014年1月10日 07:00

1、启动全库备份时,查看警告里面有没有等待可写的卷、池信息等??

2、在这个全备份组里,把客户端里面的备份命令取消,只备份文件试试,能备份index和bootstrap吗?

1.1K 消息

2014年1月12日 20:00

LZ的这个版本太久远了,没见过,而且官方早就不支持了。

站在官方的角度,建议升级到NW最新版+NMDA。

258 消息

2014年1月13日 00:00

楼主的问题解决了吗?

找不到事件!

Top