User Tools

Site Tools


backup:tape

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
backup:tape [2011/03/31 09:30] – [List SCSI devices] aorthbackup:tape [2011/11/09 12:51] aorth
Line 1: Line 1:
-====== Tape backup ======+====== Storix ====== 
 +<note>As of mid 2011 we don't use Storix anymore.  The new HPC uses Amanda instead, as it is free, open-source software.</note>
  
 Tape backups are run manually __once per week__, __on Friday afternoon__.  We have four cassettes, each of which can hold seven tapes.  Our current tape backup needs are around ten tapes, so each pair has eleven tapes total just in case the size of the backups increases.  Each week we rotate the set of cassettes so that we always have a week of archived data. Tape backups are run manually __once per week__, __on Friday afternoon__.  We have four cassettes, each of which can hold seven tapes.  Our current tape backup needs are around ten tapes, so each pair has eleven tapes total just in case the size of the backups increases.  Each week we rotate the set of cassettes so that we always have a week of archived data.
Line 105: Line 106:
 | March 11, 2011  |  A  | Completed successfully | | March 11, 2011  |  A  | Completed successfully |
 | March 18, 2011  |  B  | Completed successfully | | March 18, 2011  |  B  | Completed successfully |
 +| March 25, 2011  |  A  | Completed successfully |
 +| April 1, 2011  |  B  | Was running a restore for Anne so couldn't run backups |
 +| April 8, 2011  |  A  | Completed successfully |
 +| April 15, 2011  |  B  | Completed successfully |
 +| April 21, 2011  |  A  | Completed successfully |
 +| April 29, 2011  |  B  | Completed successfully |
 +| May 6, 2011  |  A  | failed... not sure why |
 +| May 13, 2011  |  A  | haven't started because I can't eject the tapes yet |
 ====== Storix Backup Administrator ====== ====== Storix Backup Administrator ======
 We are using an Exabyte Tape library for backups and the commercial Storix Backup Administrator software [[http://www.storix.com/]]. We are using an Exabyte Tape library for backups and the commercial Storix Backup Administrator software [[http://www.storix.com/]].
Line 146: Line 155:
  
 ===== Troubleshooting ====== ===== Troubleshooting ======
-Use the following commands to troubleshoot problems with devices: +The following commands can be useful in determining problems with devices. 
-  * **mtx**: +==== mtx ==== 
-  <code>mtx -f /dev/sg0 inquiry+<code>mtx -f /dev/sg0 inquiry
 Product Type: Medium Changer Product Type: Medium Changer
 Vendor ID: 'EXABYTE ' Vendor ID: 'EXABYTE '
Line 154: Line 163:
 Revision: '2.18' Revision: '2.18'
 Attached Changer: No</code> Attached Changer: No</code>
-  * **tapeinfo**: +==== tapeinfo ==== 
-  <code>tapeinfo -f /dev/sg0+<code>tapeinfo -f /dev/sg0
 Product Type: Medium Changer Product Type: Medium Changer
 Vendor ID: 'EXABYTE ' Vendor ID: 'EXABYTE '
Line 165: Line 174:
 SCSI LUN: 0 SCSI LUN: 0
 Ready: yes</code> Ready: yes</code>
-  * **loaderinfo**: +==== loaderinfo ==== 
-  <code>loaderinfo -f /dev/sg0+<code>loaderinfo -f /dev/sg0
 Product Type: Medium Changer Product Type: Medium Changer
 Vendor ID: 'EXABYTE ' Vendor ID: 'EXABYTE '
Line 184: Line 193:
  
 ==== List SCSI devices ==== ==== List SCSI devices ====
-'/dev/sg*'' are apparently all SCSI devices (some of which are the disks attached to the OS), which can be quite confusing.  ''/proc/scsi/scsi'' will show you information about attached scsi devices:+'/dev/sg*' are apparently all SCSI devices (some of which are the disks attached to the OS), which can be quite confusing.  ''/proc/scsi/scsi'' will show you information about attached scsi devices:
 <code>cat /proc/scsi/scsi <code>cat /proc/scsi/scsi
 Attached devices: Attached devices:
Line 201: Line 210:
 Host: scsi1 Channel: 00 Id: 02 Lun: 00 Host: scsi1 Channel: 00 Id: 02 Lun: 00
   Vendor: 3ware    Model: Logical Disk 02  Rev: 1.00   Vendor: 3ware    Model: Logical Disk 02  Rev: 1.00
-  Type:   Direct-Access                    ANSI SCSI revision: ffffffff +  Type:   Direct-Access                    ANSI SCSI revision: ffffffff</code> 
-</code>+   
 +==== Force tape location ==== 
 +<code>TAPE=/dev/sg0 mtx status</code> 
 +==== /dev/st0 not ready ==== 
 +Try to reset the library and drives from the front panel. 
 ==== Tape library commands ==== ==== Tape library commands ====