Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-2002104.1
Update Date:2017-02-15
Keywords:

Solution Type  Technical Instruction Sure

Solution  2002104.1 :   EMS :: Backup Failing On Tape Drive  


Related Items
  • Oracle Communications EAGLE (Software)
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec EMS
  •  




In this Document
Goal
Solution
References


Created from <SR 3-10542595391>

Applies to:

Oracle Communications EAGLE (Software) - Version EMS 43.x and later
Tekelec

Goal

Automatic Backup fails with below mentioned error:

  DUMP: Warning - block 1516267098 is beyond the end of `/dev/rdsk/c1t0d0s7'
  DUMP: Warning - block 1651131480 is beyond the end of `/dev/rdsk/c1t0d0s7'
  DUMP: Warning - block 1147170420 is beyond the end of `/dev/rdsk/c1t0d0s7'
  .
  .
  .
  DUMP: More than 32 block read errors from dump device `/dev/rdsk/c1t0d0s7'
  DUMP: NEEDS ATTENTION: Do you want to attempt to continue? ("yes" or "no") DUMP: NEEDS ATTENTION: Do you want to attempt to continue? ("yes" or "no") DUMP: The ENTIRE dump is aborted.
Dump of /u01 to /dev/rmt/0mn FAILED
--- REWINDING tape ---
Dump had 1 errors


Backup logfile shows following status:

###############################################
Backup Job Starting
Host: hostname
Date: Day Mon 16 05:30:01 GST 2015
Run: 313
Level: 0
Filesystems: /
/usr
/var
/opt
/u01
###############################################
  --- REWINDING tape ---
--- Dumping / to /dev/rmt/0mn ---
  DUMP: Date of this level 0 dump: Day Mon 16 05:30:03 2015
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/rdsk/c1t0d0s0 (hostname:/) to /dev/rmt/0mn.
  DUMP: Mapping (Pass I) [regular files]
  DUMP: Mapping (Pass II) [directories]
  DUMP: Dumping (Pass III) [directories]
  DUMP: Dumping (Pass IV) [regular files]
  DUMP: DUMP IS DONE
  DUMP: Level 0 dump on Day Mon 16 05:30:03 2015
--- Dumping /usr to /dev/rmt/0mn ---
  DUMP: Date of this level 0 dump: Day Mon 16 05:30:41 2015
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/rdsk/c1t0d0s3 (hostname:/usr) to /dev/rmt/0mn.
  DUMP: Mapping (Pass I) [regular files]
  DUMP: Mapping (Pass II) [directories]
  DUMP: Dumping (Pass III) [directories]
  DUMP: Dumping (Pass IV) [regular files]
  DUMP: DUMP IS DONE
  DUMP: Level 0 dump on Day Mon 16 05:30:41 2015
--- Dumping /var to /dev/rmt/0mn ---
  DUMP: Date of this level 0 dump: Day Mon 16 05:38:05 2015
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/rdsk/c1t0d0s4 (hostname:/var) to /dev/rmt/0mn.
  DUMP: Mapping (Pass I) [regular files]
  DUMP: Mapping (Pass II) [directories]
  DUMP: Dumping (Pass III) [directories]
  DUMP: Dumping (Pass IV) [regular files]
  DUMP: 112865662 blocks (55110.19MB) on 1 volume at 16216 KB/sec
  DUMP: DUMP IS DONE
  DUMP: Level 0 dump on Day Mon 16 05:38:05 2015
--- Dumping /opt to /dev/rmt/0mn ---
  DUMP: Date of this level 0 dump: Day Mon 16 06:36:58 2015
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/rdsk/c1t0d0s6 (hostname:/opt) to /dev/rmt/0mn.
  DUMP: Mapping (Pass I) [regular files]
  DUMP: Mapping (Pass II) [directories]
  DUMP: Dumping (Pass III) [directories]
  DUMP: Dumping (Pass IV) [regular files]
  DUMP: 6258366 blocks (3055.84MB) on 1 volume at 6059 KB/sec
  DUMP: DUMP IS DONE
  DUMP: Level 0 dump on Day Mon 16 06:36:58 2015
--- Dumping /u01 to /dev/rmt/0mn ---
  DUMP: Date of this level 0 dump: Day Mon 16 06:45:54 2015
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/rdsk/c1t0d0s7 (hostname:/u01) to /dev/rmt/0mn.
  DUMP: Mapping (Pass I) [regular files]
  DUMP: Mapping (Pass II) [directories]
  DUMP: Dumping (Pass III) [directories]
  DUMP: Dumping (Pass IV) [regular files]
  DUMP: Warning - block 1516267098 is beyond the end of `/dev/rdsk/c1t0d0s7'
  DUMP: Warning - block 1651131480 is beyond the end of `/dev/rdsk/c1t0d0s7'
  DUMP: Warning - block 1147170420 is beyond the end of `/dev/rdsk/c1t0d0s7'
  .
  .
  .
  DUMP: More than 32 block read errors from dump device `/dev/rdsk/c1t0d0s7'
  DUMP: NEEDS ATTENTION: Do you want to attempt to continue? ("yes" or "no") DUMP: NEEDS ATTENTION: Do you want to attempt to continue? ("yes" or "no") DUMP: The ENTIRE dump is aborted.
Dump of /u01 to /dev/rmt/0mn FAILED
--- REWINDING tape ---
Dump had 1 errors

  

Solution

Backup is not completing because the total size of backup is more than the size of a single tape. Hence there is need for deleting any unwanted data from /u01 and /var directories of th EMS.

For /var and /u01 cleanup:
1. check for any files that are older than 15 days in the log directories.
Here is an example to check in one such directory:

find /u01/app/netboss/local/STP/ -mtime +15 -exec ls -al {} \;

2. Make sure that all files older than 15 days should be deleted and there is no script file or other important file.
3. Delete the files using following command:

  find /u01/app/netboss/local/STP/ -mtime +15 -exec rm -rf {} \;

NOTE: Take extreme care while running rm command because data once deleted cannot be recovered
 

References

<NOTE:2001551.1> - /u01 is Full On EMS Server

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback