开始新对话

未解决

此帖子已超过 5 年

3829

2013年11月4日 22:00

networker 增量备份ORACLE无法正常结束

使用networker对ORACLE数据库进行levle 1的增量备份:

备份脚本如下:

CONFIGURE CONTROLFILE AUTOBACKUP on;

run                                                                                    

{                                                                                  

   allocate channel t1 type 'sbt_tape';

   send channel t1 'NSR_ENV=(NSR_CLIENT=xhdb1,NSR_SERVER=xhsd-pt-server,NSR_DATA_VOLUME_POOL=xhdb1ora)';

   allocate channel t2 type 'sbt_tape';

   send channel t2 'NSR_ENV=(NSR_CLIENT=xhdb1,NSR_SERVER=xhsd-pt-server,NSR_DATA_VOLUME_POOL=xhdb1ora)';

   backup  AS BACKUPSET incremental level=1 cumulative  filesperset 5  database                                                         

   format 'ora_%d_%I_%T_%s_%p.bak'                                                            

   (database include current controlfile);                                             

   release channel t1;

   release channel t2;

}

run { 

   allocate channel t1 type 'sbt_tape';

   send channel t1 'NSR_ENV=(NSR_CLIENT=xhdb1,NSR_SERVER=xhsd-pt-server,NSR_DATA_VOLUME_POOL=xhdb1ora)';

   sql 'alter system archive log CURRENT';                                            

   backup filesperset 10

   format 'arch_%d_%I_%s_%p_%t_%e'                                                               

   (archivelog all skip inaccessible delete input);                                   

   release channel t1; 

    }  

   

run                                                                                    

{                                                                                  

   allocate channel t1 type 'sbt_tape';

   send channel t1 'NSR_ENV=(NSR_CLIENT=xhdb1,NSR_SERVER=xhsd-pt-server,NSR_DATA_VOLUME_POOL=xhdb1ora)';

   backup format '%d_CTL_%T_%s_%p.bak' current controlfile;                                           

   release channel t1;

}

此备份脚本通过networker调度后运行的日志为:

Recovery Manager: Release 11.1.0.7.0 - Production on Thu Oct 31 18:58:19 2013

Copyright (c) 1982, 2007, Oracle.  All rights reserved.

connected to target database: JCFX (DBID=3627993123)

using target database control file instead of recovery catalog

RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 8 DAYS;

2> CONFIGURE CONTROLFILE AUTOBACKUP on;

3> run                                                                                    

4>  {                                                                                  

5>    allocate channel t1 type 'sbt_tape';

6>    send channel t1 'NSR_ENV=(NSR_CLIENT=xhdb1,NSR_SERVER=xhsd-pt-server,NSR_DATA_VOLUME_POOL=xhdb1ora)';

7>    allocate channel t2 type 'sbt_tape';

8>    send channel t2 'NSR_ENV=(NSR_CLIENT=xhdb1,NSR_SERVER=xhsd-pt-server,NSR_DATA_VOLUME_POOL=xhdb1ora)';

9>    backup  AS BACKUPSET incremental level=1 CUMULATIVE   filesperset 5  database                                                         

10>    format 'ora_%d_%I_%T_%s_%p_lv1.bak'                                                            

11>    (database include current controlfile);                                             

12>    release channel t1;

13>    release channel t2;

14> }

15>

16> run { 

17>    allocate channel t1 type 'sbt_tape';

18>    send channel t1 'NSR_ENV=(NSR_CLIENT=xhdb1,NSR_SERVER=xhsd-pt-server,NSR_DATA_VOLUME_POOL=xhdb1ora)';

19>    sql 'alter system archive log CURRENT';                                            

20>    backup filesperset 10

21>    format 'arch_%d_%I_%s_%p_%t_%e'                                                               

22>    (archivelog all skip inaccessible delete input);                                   

23>    release channel t1; 

24>     }  

25>    

26> run                                                                                    

27>  {                                                                                  

28>    allocate channel t1 type 'sbt_tape';

29>    send channel t1 'NSR_ENV=(NSR_CLIENT=xhdb1,NSR_SERVER=xhsd-pt-server,NSR_DATA_VOLUME_POOL=xhdb1ora)';

30>    backup format '%d_CTL_%T_%s_%p.bak' current controlfile;                                           

31>    release channel t1;

32> }

33>

old RMAN configuration parameters:

CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 14 DAYS;

new RMAN configuration parameters:

CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 8 DAYS;

new RMAN configuration parameters are successfully stored

old RMAN configuration parameters:

CONFIGURE CONTROLFILE AUTOBACKUP ON;

new RMAN configuration parameters:

CONFIGURE CONTROLFILE AUTOBACKUP ON;

new RMAN configuration parameters are successfully stored

allocated channel: t1

channel t1: SID=1050 instance=jcfx1 device type=SBT_TAPE

channel t1: NMDA Oracle v1.2.0

sent command to channel: t1

sent command to channel: t1

allocated channel: t2

channel t2: SID=998 instance=jcfx1 device type=SBT_TAPE

channel t2: NMDA Oracle v1.2.0

sent command to channel: t2

sent command to channel: t2

Starting backup at 31-OCT-13

channel t1: starting incremental level 1 datafile backup set

channel t1: specifying datafile(s) in backup set

input datafile file number=00006 name=/dev/rlvjc_data01

input datafile file number=00011 name=/dev/rlvjc_data06

input datafile file number=00016 name=/dev/rlvjc_data11

input datafile file number=00004 name=/dev/rlvjc_users

input datafile file number=00021 name=/dev/rlvjc_indx05

channel t1: starting piece 1 at 31-OCT-13

channel t2: starting incremental level 1 datafile backup set

channel t2: specifying datafile(s) in backup set

input datafile file number=00006 name=/dev/rlvjc_data01

input datafile file number=00011 name=/dev/rlvjc_data06

input datafile file number=00016 name=/dev/rlvjc_data11

input datafile file number=00004 name=/dev/rlvjc_users

input datafile file number=00021 name=/dev/rlvjc_indx05

channel t2: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=ora_JCFX_3627993123_20131031_969_1_lv1.bak tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:06:55

channel t1: starting incremental level 1 datafile backup set

channel t1: specifying datafile(s) in backup set

input datafile file number=00007 name=/dev/rlvjc_data02

input datafile file number=00012 name=/dev/rlvjc_data07

input datafile file number=00017 name=/dev/rlvjc_indx01

input datafile file number=00019 name=/dev/rlvjc_indx03

channel t1: starting piece 1 at 31-OCT-13

channel t2: finished piece 1 at 31-OCT-13

piece handle=uaonqa2i_1_1 tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t2: backup set complete, elapsed time: 00:06:56

channel t2: starting incremental level 1 datafile backup set

channel t2: specifying datafile(s) in backup set

input datafile file number=00008 name=/dev/rlvjc_data03

input datafile file number=00013 name=/dev/rlvjc_data08

input datafile file number=00018 name=/dev/rlvjc_indx02

input datafile file number=00020 name=/dev/rlvjc_indx04

channel t2: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=ora_JCFX_3627993123_20131031_971_1_lv1.bak tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:10:45

channel t1: starting incremental level 1 datafile backup set

channel t1: specifying datafile(s) in backup set

input datafile file number=00007 name=/dev/rlvjc_data02

input datafile file number=00012 name=/dev/rlvjc_data07

input datafile file number=00017 name=/dev/rlvjc_indx01

input datafile file number=00019 name=/dev/rlvjc_indx03

channel t1: starting piece 1 at 31-OCT-13

channel t2: finished piece 1 at 31-OCT-13

piece handle=ora_JCFX_3627993123_20131031_972_1_lv1.bak tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t2: backup set complete, elapsed time: 00:10:52

channel t2: starting incremental level 1 datafile backup set

channel t2: specifying datafile(s) in backup set

input datafile file number=00008 name=/dev/rlvjc_data03

input datafile file number=00013 name=/dev/rlvjc_data08

input datafile file number=00018 name=/dev/rlvjc_indx02

input datafile file number=00020 name=/dev/rlvjc_indx04

channel t2: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=udonqb3n_1_1 tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:10:33

channel t1: starting incremental level 1 datafile backup set

channel t1: specifying datafile(s) in backup set

input datafile file number=00003 name=/dev/rlvjc_undo01

input datafile file number=00009 name=/dev/rlvjc_data04

input datafile file number=00014 name=/dev/rlvjc_data09

input datafile file number=00001 name=/dev/rlvjc_system

channel t1: starting piece 1 at 31-OCT-13

channel t2: finished piece 1 at 31-OCT-13

piece handle=ueonqb3v_1_1 tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t2: backup set complete, elapsed time: 00:10:40

channel t2: starting incremental level 1 datafile backup set

channel t2: specifying datafile(s) in backup set

input datafile file number=00005 name=/dev/rlvjc_undo02

input datafile file number=00010 name=/dev/rlvjc_data05

input datafile file number=00015 name=/dev/rlvjc_data10

input datafile file number=00002 name=/dev/rlvjc_sysaux

channel t2: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=ora_JCFX_3627993123_20131031_975_1_lv1.bak tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:08:51

channel t1: starting incremental level 1 datafile backup set

channel t1: specifying datafile(s) in backup set

input datafile file number=00003 name=/dev/rlvjc_undo01

input datafile file number=00009 name=/dev/rlvjc_data04

input datafile file number=00014 name=/dev/rlvjc_data09

input datafile file number=00001 name=/dev/rlvjc_system

channel t1: starting piece 1 at 31-OCT-13

channel t2: finished piece 1 at 31-OCT-13

piece handle=ora_JCFX_3627993123_20131031_976_1_lv1.bak tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t2: backup set complete, elapsed time: 00:08:43

channel t2: starting incremental level 1 datafile backup set

channel t2: specifying datafile(s) in backup set

input datafile file number=00005 name=/dev/rlvjc_undo02

input datafile file number=00010 name=/dev/rlvjc_data05

input datafile file number=00015 name=/dev/rlvjc_data10

input datafile file number=00002 name=/dev/rlvjc_sysaux

channel t2: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=uhonqc83_1_1 tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:08:52

channel t1: starting incremental level 1 datafile backup set

channel t1: specifying datafile(s) in backup set

including current control file in backup set

channel t1: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=ujonqcoo_1_1 tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:00:07

channel t2: finished piece 1 at 31-OCT-13

piece handle=uionqc8a_1_1 tag=TAG20131031T185825 comment=API Version 2.0,MMS Version 1.2.0.0

channel t2: backup set complete, elapsed time: 00:09:02

Finished backup at 31-OCT-13

Starting Control File and SPFILE Autobackup at 31-OCT-13

piece handle=c-3627993123-20131031-02 comment=API Version 2.0,MMS Version 1.2.0.0

Finished Control File and SPFILE Autobackup at 31-OCT-13

released channel: t1

released channel: t2

allocated channel: t1

channel t1: SID=1050 instance=jcfx1 device type=SBT_TAPE

channel t1: NMDA Oracle v1.2.0

sent command to channel: t1

sent command to channel: t1

sql statement: alter system archive log CURRENT

Starting backup at 31-OCT-13

current log archived

channel t1: starting archived log backup set

channel t1: specifying archived log(s) in backup set

input archived log thread=1 sequence=8738 RECID=16424 STAMP=830254153

input archived log thread=1 sequence=8739 RECID=16426 STAMP=830257684

input archived log thread=1 sequence=8740 RECID=16427 STAMP=830259668

input archived log thread=1 sequence=8741 RECID=16429 STAMP=830263677

input archived log thread=1 sequence=8742 RECID=16430 STAMP=830267980

input archived log thread=1 sequence=8743 RECID=16432 STAMP=830271053

input archived log thread=1 sequence=8744 RECID=16433 STAMP=830273267

channel t1: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=arch_JCFX_3627993123_981_1_830288708_8744 tag=TAG20131031T194507 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:00:35

channel t1: deleting archived log(s)

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8738_745529894.dbf RECID=16424 STAMP=830254153

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8739_745529894.dbf RECID=16426 STAMP=830257684

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8740_745529894.dbf RECID=16427 STAMP=830259668

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8741_745529894.dbf RECID=16429 STAMP=830263677

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8742_745529894.dbf RECID=16430 STAMP=830267980

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8743_745529894.dbf RECID=16432 STAMP=830271053

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8744_745529894.dbf RECID=16433 STAMP=830273267

channel t1: starting archived log backup set

channel t1: specifying archived log(s) in backup set

input archived log thread=1 sequence=8745 RECID=16434 STAMP=830276490

input archived log thread=1 sequence=8746 RECID=16436 STAMP=830277050

input archived log thread=1 sequence=8747 RECID=16437 STAMP=830277086

input archived log thread=1 sequence=8748 RECID=16438 STAMP=830279685

input archived log thread=1 sequence=8749 RECID=16440 STAMP=830281005

input archived log thread=1 sequence=8750 RECID=16441 STAMP=830281033

input archived log thread=1 sequence=8751 RECID=16442 STAMP=830281081

channel t1: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=arch_JCFX_3627993123_982_1_830288746_8751 tag=TAG20131031T194507 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:00:35

channel t1: deleting archived log(s)

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8745_745529894.dbf RECID=16434 STAMP=830276490

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8746_745529894.dbf RECID=16436 STAMP=830277050

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8747_745529894.dbf RECID=16437 STAMP=830277086

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8748_745529894.dbf RECID=16438 STAMP=830279685

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8749_745529894.dbf RECID=16440 STAMP=830281005

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8750_745529894.dbf RECID=16441 STAMP=830281033

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8751_745529894.dbf RECID=16442 STAMP=830281081

channel t1: starting archived log backup set

channel t1: specifying archived log(s) in backup set

input archived log thread=1 sequence=8731 RECID=16414 STAMP=830225872

input archived log thread=1 sequence=8732 RECID=16415 STAMP=830230607

input archived log thread=1 sequence=8733 RECID=16417 STAMP=830235386

input archived log thread=1 sequence=8734 RECID=16418 STAMP=830240075

input archived log thread=1 sequence=8735 RECID=16419 STAMP=830244799

input archived log thread=1 sequence=8736 RECID=16421 STAMP=830248280

input archived log thread=1 sequence=8737 RECID=16422 STAMP=830251362

channel t1: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=arch_JCFX_3627993123_983_1_830288784_8737 tag=TAG20131031T194507 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:00:35

channel t1: deleting archived log(s)

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8731_745529894.dbf RECID=16414 STAMP=830225872

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8732_745529894.dbf RECID=16415 STAMP=830230607

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8733_745529894.dbf RECID=16417 STAMP=830235386

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8734_745529894.dbf RECID=16418 STAMP=830240075

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8735_745529894.dbf RECID=16419 STAMP=830244799

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8736_745529894.dbf RECID=16421 STAMP=830248280

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8737_745529894.dbf RECID=16422 STAMP=830251362

channel t1: starting archived log backup set

channel t1: specifying archived log(s) in backup set

input archived log thread=1 sequence=8752 RECID=16444 STAMP=830281105

input archived log thread=1 sequence=8753 RECID=16445 STAMP=830281122

input archived log thread=1 sequence=8754 RECID=16446 STAMP=830281139

input archived log thread=1 sequence=8755 RECID=16448 STAMP=830281158

input archived log thread=1 sequence=8756 RECID=16449 STAMP=830282811

input archived log thread=1 sequence=8757 RECID=16450 STAMP=830286961

input archived log thread=1 sequence=8758 RECID=16451 STAMP=830288689

input archived log thread=1 sequence=8759 RECID=16453 STAMP=830288698

input archived log thread=2 sequence=7691 RECID=16416 STAMP=830235386

input archived log thread=2 sequence=7692 RECID=16420 STAMP=830248278

channel t1: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=arch_JCFX_3627993123_984_1_830288823_7692 tag=TAG20131031T194507 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:00:25

channel t1: deleting archived log(s)

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8752_745529894.dbf RECID=16444 STAMP=830281105

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8753_745529894.dbf RECID=16445 STAMP=830281122

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8754_745529894.dbf RECID=16446 STAMP=830281139

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8755_745529894.dbf RECID=16448 STAMP=830281158

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8756_745529894.dbf RECID=16449 STAMP=830282811

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8757_745529894.dbf RECID=16450 STAMP=830286961

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8758_745529894.dbf RECID=16451 STAMP=830288689

archived log file name=/emcbackuparch/xhdb1arch/jc/1_8759_745529894.dbf RECID=16453 STAMP=830288698

archived log file name=/arch/xhdb2arch/jc/2_7691_745529894.dbf RECID=16416 STAMP=830235386

archived log file name=/arch/xhdb2arch/jc/2_7692_745529894.dbf RECID=16420 STAMP=830248278

channel t1: starting archived log backup set

channel t1: specifying archived log(s) in backup set

input archived log thread=2 sequence=7693 RECID=16423 STAMP=830252007

input archived log thread=2 sequence=7694 RECID=16425 STAMP=830255006

input archived log thread=2 sequence=7695 RECID=16428 STAMP=830259974

input archived log thread=2 sequence=7696 RECID=16431 STAMP=830271047

input archived log thread=2 sequence=7697 RECID=16435 STAMP=830277046

input archived log thread=2 sequence=7698 RECID=16439 STAMP=830281001

input archived log thread=2 sequence=7699 RECID=16443 STAMP=830281096

input archived log thread=2 sequence=7700 RECID=16447 STAMP=830281156

input archived log thread=2 sequence=7701 RECID=16452 STAMP=830288692

input archived log thread=2 sequence=7702 RECID=16454 STAMP=830288699

channel t1: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=arch_JCFX_3627993123_985_1_830288851_7702 tag=TAG20131031T194507 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:00:35

channel t1: deleting archived log(s)

archived log file name=/arch/xhdb2arch/jc/2_7693_745529894.dbf RECID=16423 STAMP=830252007

archived log file name=/arch/xhdb2arch/jc/2_7694_745529894.dbf RECID=16425 STAMP=830255006

archived log file name=/arch/xhdb2arch/jc/2_7695_745529894.dbf RECID=16428 STAMP=830259974

archived log file name=/arch/xhdb2arch/jc/2_7696_745529894.dbf RECID=16431 STAMP=830271047

archived log file name=/arch/xhdb2arch/jc/2_7697_745529894.dbf RECID=16435 STAMP=830277046

archived log file name=/arch/xhdb2arch/jc/2_7698_745529894.dbf RECID=16439 STAMP=830281001

archived log file name=/arch/xhdb2arch/jc/2_7699_745529894.dbf RECID=16443 STAMP=830281096

archived log file name=/arch/xhdb2arch/jc/2_7700_745529894.dbf RECID=16447 STAMP=830281156

archived log file name=/arch/xhdb2arch/jc/2_7701_745529894.dbf RECID=16452 STAMP=830288692

archived log file name=/arch/xhdb2arch/jc/2_7702_745529894.dbf RECID=16454 STAMP=830288699

Finished backup at 31-OCT-13

Starting Control File and SPFILE Autobackup at 31-OCT-13

piece handle=c-3627993123-20131031-03 comment=API Version 2.0,MMS Version 1.2.0.0

Finished Control File and SPFILE Autobackup at 31-OCT-13

released channel: t1

allocated channel: t1

channel t1: SID=1050 instance=jcfx1 device type=SBT_TAPE

channel t1: NMDA Oracle v1.2.0

sent command to channel: t1

sent command to channel: t1

Starting backup at 31-OCT-13

channel t1: starting full datafile backup set

channel t1: specifying datafile(s) in backup set

including current control file in backup set

channel t1: starting piece 1 at 31-OCT-13

channel t1: finished piece 1 at 31-OCT-13

piece handle=JCFX_CTL_20131031_987_1.bak tag=TAG20131031T194815 comment=API Version 2.0,MMS Version 1.2.0.0

channel t1: backup set complete, elapsed time: 00:00:07

Finished backup at 31-OCT-13

Starting Control File and SPFILE Autobackup at 31-OCT-13

piece handle=c-3627993123-20131031-04 comment=API Version 2.0,MMS Version 1.2.0.0

Finished Control File and SPFILE Autobackup at 31-OCT-13

released channel: t1

Recovery Manager complete.

最后显示的是备份成功完成。

但在增量备份的任务信息最终很长时间未完成而显示为失败:

Unnamed.jpg

请问是哪里设置有问题吗?

1.2K 消息

2013年11月4日 23:00

你好。我是论坛版主Jason周。我注意到,你的这个帖子被不小心创建在了你的个人的版面内了。建在个人版块里的帖子其他人基本没机会看到 。至于为什么会发生这样的情况以及如何避免,可参考我写的这个帖子 【帮助说明】如何避免帖子在不经意间被创建在了错误的版面里,导致收不到回复(因为别人看不到帖子)

我现在已把你的帖子移动到中文支持论坛内的 备份和恢复系统 版块里了,这样更多的朋友能够看到,相信稍后会有懂Networker的朋友们来跟你分享或解答。以后建议先由中文支持论坛首页 用顶部的导航按钮先进入相应的版块(例如:备份和恢复系统),然后用右边操作栏里的“开始一个讨论”来创建帖子提问或者分享,这样创建出来的帖子默认就是在你所在的版块的,避免帖子被无意中创建在了个人版块内。

谢谢!

1.8K 消息

2013年11月5日 00:00

LZ能贴下客户端

/nsr/applog/

msglog.log        nmo.messages.raw  nsrnmostart.log

下面的关于这个客户端的信息么。另外就是服务器下面的daemon.raw日志 也可以截取一部分看看。

1.1K 消息

2013年11月5日 00:00

支持,等看日志,呵呵

3 消息

2013年11月5日 00:00

Thanks

由于远程无法访问,明天去客户那里拿这些日志。

3 消息

2013年11月6日 01:00

/nsr/applog/

在oracle服务器上这个目录下面是空的。。。没有文件


但是在/nsr/log/ 下面是有daemon.raw这个文件。

话说这个文件怎么每行没有timestamp ?


下面贴出的是oracle服务器上/nsr/logs/下的daemon.raw尾部一部分日志:

80153 1383163320 5 2 12 1 401856 0 xhdb1 nsrmmd RPC critical 38 Unable to accept client connection: %s 1 24 34 A connection is ended by software.

80153 1383163320 5 2 12 1 401856 0 xhdb1 nsrmmd RPC critical 38 Unable to accept client connection: %s 1 24 34 A connection is ended by software.

80153 1383163320 5 2 12 1 401856 0 xhdb1 nsrmmd RPC critical 38 Unable to accept client connection: %s 1 24 34 A connection is ended by software.

80153 1383163320 5 2 12 1 401856 0 xhdb1 nsrmmd RPC critical 38 Unable to accept client connection: %s 1 24 34 A connection is ended by software.

80153 1383163320 5 2 12 1 401856 0 xhdb1 nsrmmd RPC critical 38 Unable to accept client connection: %s 1 24 34 A connection is ended by software.

80153 1383163320 5 2 12 1 401856 0 xhdb1 nsrmmd RPC critical 38 Unable to accept client connection: %s 1 24 34 A connection is ended by software.

80153 1383163320 5 2 12 1 401856 0 xhdb1 nsrmmd RPC critical 38 Unable to accept client connection: %s 1 24 34 A connection is ended by software.

80153 1383163320 5 2 12 1 401856 0 xhdb1 nsrmmd RPC critical 38 Unable to accept client connection: %s 1 24 34 A connection is ended by software.

93458 1383163321 2 12 11 515 155690 0 xhdb1 nsrexecd GSS warning 130 Session information for '%s/%s@%s' (session number %x:%x) was requested by '%s' but the session has expired and is no longer valid 6 13 6 oracle 12 5 xhdb1 0 0  1 1 0 1 5 55981 13 31 daemon:390104:305/xhdb1@unknown

93458 1383163321 2 12 11 515 155690 0 xhdb1 nsrexecd GSS warning 130 Session information for '%s/%s@%s' (session number %x:%x) was requested by '%s' but the session has expired and is no longer valid 6 13 6 oracle 12 5 xhdb1 0 0  1 1 0 1 5 55983 13 31 daemon:390104:305/xhdb1@unknown

93458 1383163321 2 12 11 515 155690 0 xhdb1 nsrexecd GSS warning 130 Session information for '%s/%s@%s' (session number %x:%x) was requested by '%s' but the session has expired and is no longer valid 6 13 6 oracle 12 5 xhdb1 0 0  1 1 0 1 5 55985 13 31 daemon:390104:305/xhdb1@unknown

93458 1383163321 2 12 11 515 155690 0 xhdb1 nsrexecd GSS warning 130 Session information for '%s/%s@%s' (session number %x:%x) was requested by '%s' but the session has expired and is no longer valid 6 13 6 oracle 12 5 xhdb1 0 0  1 1 0 1 5 55987 13 31 daemon:390104:305/xhdb1@unknown

93458 1383163321 2 12 11 515 155690 0 xhdb1 nsrexecd GSS warning 130 Session information for '%s/%s@%s' (session number %x:%x) was requested by '%s' but the session has expired and is no longer valid 6 13 6 oracle 12 5 xhdb1 0 0  1 1 0 1 5 57837 13 31 daemon:390104:305/xhdb1@unknown

93458 1383163321 2 12 11 515 155690 0 xhdb1 nsrexecd GSS warning 130 Session information for '%s/%s@%s' (session number %x:%x) was requested by '%s' but the session has expired and is no longer valid 6 13 6 oracle 12 5 xhdb1 0 0  1 1 0 1 5 58910 13 31 daemon:390104:305/xhdb1@unknown

93458 1383163321 3 12 11 515 155690 0 xhdb1 nsrexecd GSS error 130 Session information for '%s/%s@%s' (session number %x:%x) was requested by '%s' but the session has expired and is no longer valid 6 13 6 oracle 12 5 xhdb1 0 0  1 1 0 1 5 58912 13 31 daemon:390104:305/xhdb1@unknown

61633 1383163337 2 0 0 772 324396 0 xhdb1 nsrsnmd NSR warning 33 volume (%s) size is now set to %s 2 22 12 xhdb1ora.001 0 7 3066 GB

78374 1383231307 5 3 13 1 155690 0 xhdb1 nsrexecd RAP critical 150 An unsuccessful attempt to impersonate user %s was made by %s. If %s can be trusted, grant the user "Administrator" privileges on the NetWorker server 3 13 28 administrator@ 13 21 SYSTEM@xhsd-pt-server 13 21 SYSTEM@xhsd-pt-server

90471 1383231307 1 5 0 1505 155690 0 xhdb1 nsrexecd NSR notice 104 User '%s@%s' is authorized by server '%s' through optional remote NetWorker server based authentication. 3 13 13 administrator 12 14 xhsd-pt-server 12 14 xhsd-pt-server

61633 1383271110 2 0 0 772 324396 0 xhdb1 nsrsnmd NSR warning 33 volume (%s) size is now set to %s 2 22 12 xhdb1ora.001 0 7 4331 GB

61633 1383444165 2 0 0 772 324396 0 xhdb1 nsrsnmd NSR warning 33 volume (%s) size is now set to %s 2 22 12 xhdb1ora.001 0 7 3246 GB

61633 1383530314 2 0 0 772 324396 0 xhdb1 nsrsnmd NSR warning 33 volume (%s) size is now set to %s 2 22 12 xhdb1ora.001 0 7 4381 GB

61633 1383616719 2 0 0 772 324396 0 xhdb1 nsrsnmd NSR warning 33 volume (%s) size is now set to %s 2 22 12 xhdb1ora.001 0 7 3254 GB

61633 1383703111 2 0 0 772 324396 0 xhdb1 nsrsnmd NSR warning 33 volume (%s) size is now set to %s 2 22 12 xhdb1ora.001 0 7 3735 GB

1.8K 消息

2013年11月6日 04:00

您没有对日志进行转换。请使用nsr_render_log命令进行日志转换输出。这样日志看起来才正常一点(虽然上一楼的日志勉强也能看)。

示例:nsr_render_log "C:\Program Files\EMC NetWorker\nsr\logs\daemon.raw"

注意: nsr_render_log 程序位于 NetWorker 安装的 bin 目录中。如果 bin 目录不在搜索路径中,则从命令行执行该程序时必须包含其位置。

1.6K 消息

2013年12月2日 19:00

@db_bili, 请问日志转换了不?还是问题已经解决了?

找不到事件!

Top