backup aborted


 
Thread Tools Search this Thread
Operating Systems Solaris backup aborted
# 1  
Old 09-06-2012
backup aborted

hi all

I am getting following error while taking backup
using the command
Code:
ufsdump  0ubf  512 /dev/rmt/0cbn /database/backup2/rman_backup/level0 >> /database/backup2/backup_tape/level0_rman_06sep12 2>&1;

from the log i got the error
Code:
bash# tail -f level0_rman_06sep12
  DUMP: Date of this level 0 dump: September  6, 2012 10:51:08 AM IST
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/rdsk/c6t600601605F602C004E928CBD81A8E011d0s0 (tsmart1:/database/backup2) to /dev/rmt/0cbn.
  DUMP: Mapping (Pass I) [regular files]
  DUMP: Mapping (Pass II) [directories]
  DUMP: Writing 256 Kilobyte records
  DUMP: Estimated 388306140 blocks (189602.61MB).
  DUMP: Dumping (Pass III) [directories]
  DUMP: Dumping (Pass IV) [regular files]
  DUMP: 7.04% done, finished in 2:12
  DUMP: SIGTERM()  try rewriting   DUMP: The ENTIRE dump is aborted.

# 2  
Old 09-06-2012
At first glance, it looks like you started the command as a foreground process and hit Ctl-C to terminate the dump so you could start tail to watch the progress of the dump you just terminated. Another possibility is that someone else killed your dump. However, it happened, the last line of the tail output seems to indicate that the dump was terminated by a SIGTERM signal.
# 3  
Old 09-06-2012
I agree with @Don_Cragun.

I notice that you are writing to a non-rewind device /dev/rmt/0cbn. As this is a 180 Gb dump level 0 dump, do you want to append to the tape, or would it be better to rewind the tape first (or use the reqind device)?
# 4  
Old 09-07-2012
hi Don Cragun, methyl thanks for your replay.
i re fired the backup today it completed successfully.
thank you.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

Free() - Program getting aborted.

I am trying to learn C and while trying out some code, the program is getting aborted while I am calling free(). Here is the code: #include <stdlib.h> #include <stdio.h> void print_by_ptr(char **str) { printf("<%s>\n",*str); printf("Now I am modifying the str.\n"); *str =... (3 Replies)
Discussion started by: chacko193
3 Replies

2. Shell Programming and Scripting

rsync backup mode(--backup) Are there any options to remove backup folders on successful deployment?

Hi Everyone, we are running rsync with --backup mode, Are there any rsync options to remove backup folders on successful deployment? Thanks in adv. (0 Replies)
Discussion started by: MVEERA
0 Replies

3. AIX

HPOV : coda is aborted

the service coda is aborted in HPOV the OS is AIX 6.1 , i reinstall it but its give me the same message , i remove coda files under /var/opt/OV/datafiles and i restart the service but its aborted agine . ./ovc -status ovcd OV Control CORE (44302556) Running agtrep OV Discovery Agent... (8 Replies)
Discussion started by: thecobra151
8 Replies

4. Cybersecurity

cvs [login aborted]

Hi, I installed CVSNT on PC and trying to checkout files from/on linux box. Logging in to :pserver:user1@16.145.134.210:22/DBMONITOR/CVSROOT CVS password: cvs : unrecognized auth response from 16.145.134.210: SSH-2.0-OpenSSH_5.4 ssh is ok. $ ssh user1@16.145.134.210... (1 Reply)
Discussion started by: zam
1 Replies

5. Linux

/etc/con.daily/prelink aborted

Since a couple of days i get the following message: /etc/cron.daily/prelink: /etc/cron.daily/prelink: line 47: 31091 Aborted /usr/sbin/prelink -av $PRELINK_OPTS >>/var/log/prelink.log 2>&1 Please find attached the prelink.log Can anybody help me out please? Thx a... (2 Replies)
Discussion started by: Jumping
2 Replies

6. Shell Programming and Scripting

aborted due to compilation error

I wanted to edit the time for a cron job that cleans out the quarantine in mailscanner. etc/cron.daily/clean.quarantine I edited the file #!/usr/bin/perl # # IMPORTANT NOTE: # # Change the next line to 0 instead of 1 to enable this script. # By default it will be disabled and... (2 Replies)
Discussion started by: mcraul
2 Replies

7. UNIX for Advanced & Expert Users

rerun a script if aborted and exited

Hello, When I run a script, the script sometimes exited. I need to re-run it automatically again. Currently I am using crontab to run the script each 5 minutes. However, I need to have a better solution. Any idea what to do? thanks (3 Replies)
Discussion started by: melanie_pfefer
3 Replies

8. Programming

Program received signal SIGABRT, Aborted.

I ran degugger in C++ and the followings are the message I got: Program received signal SIGABRT, Aborted. 0x002a57a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 (gdb) info s #0 0x002a57a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0x002e97f5 in raise () from /lib/tls/libc.so.6... (1 Reply)
Discussion started by: napapanbkk
1 Replies

9. UNIX for Advanced & Expert Users

BEGIN failed--compilation aborted

i m trying to run a command from diffrent login ,where i get following messages Empty compile time value given to use lib at /svm_wl1/billing/atai/rel/server/util/ataprocs line 73 Empty compile time value given to use lib at /svm_wl1/billing/atai/rel/server/util/ataprocs line 73 Empty... (1 Reply)
Discussion started by: abhijeetkul
1 Replies
Login or Register to Ask a Question