ITEM: HG6731L

sbdevice: Tape control error on /dev/rmt2.1



Question:

Env:
  AIX 4.2.1
  RISC 590
  Tape 7331 with two tape drives
  sysback 4.2.1.2

Problem:
  Customer creates a full system backup to a virtual seq device vdev0
  The customer tries to get a filelist by using this command:

  readsbheader -dlf vdev0

  It displays the header and volume group information correctly, but then
fails when trying to display the filelist with this error message:

sbdevice: Tape control error on /dev/rmt2.1
sbdevice: I/O error

Action Taken:
  Sysback should never use the second device.  It should only use the 
  first device.

1.  cd /usr/sbin
2.  cp readsbheader readsbheader.old
3.  vi readsbheader

     Search for "sbdevice"

Change this line:

runcommand "sbdevice -b $devname" "" $hostname

To this:

runcommand "sbdevice -b $firstdev " "" $hostname

All you are doing is changing $devname to $firstdev

Fixed with sysback.rte 4.2.1.3


Support Line: sbdevice: Tape control error on /dev/rmt2.1 ITEM: HG6731L
Dated: August 1998 Category: N/A
This HTML file was generated 99/06/24~13:30:13
Comments or suggestions? Contact us