Changes between Version 55 and Version 56 of FAQ


Ignore:
Timestamp:
Jan 21, 2009, 3:00:45 PM (15 years ago)
Author:
Bruno Cornec
Comment:

ia64 tape OBDR Q35 added

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v55 v56  
    302302Pin: version 2.0.*
    303303Pin-Priority: 500
     304
    304305
    305306Package: mondo
     
    556557'''''<broadcast>''''': the broadcast address[[BR]]
    557558'''''<gateway>''''': the gateway ip address[[BR]]
     559
     560== Q35/ Why isn't my IBDR tape working on ia64 ? ==
     561
     562At restore time, you may need to use the /dev/nst0 device instead of the classical /dev/st0 device name so that your tape is handle correctly.
     563
     564Also you may need to change VT (ALT+F2 e.g.) in order to modify the way the tape drive is working (changing mode from OBDR - USB CD boot emulation to tape mode) by passing the command similar to:
     565{{{
     566echo "scsi remove-single-device 1 0 3 0" > /proc/scsi/scsi
     567# reset tape (power cycle)
     568echo "scsi add-single-device 1 0 3 0" > /proc/scsi/scsi
     569}}}
     570
     571(input provided by Giuseppe Grassi giuseppe.grassi2_at_italtel.it)