My tape jukebox still doesn't work after mkdev juke.
Keywords
changer, juke, autoloader, HP Surestore 6x24, edge.changer
Release
BackupEDGE 01.01.06 / RecoverEDGE 2
Problem
I configured my HP Surestore jukebox, but edge.changer does not
see it.
Cause
By default, LUN scanning is disabled in the device driver for many
SCSI host adapters in SCO OpenServer, so even though you've specified
the correct LUN, the juke driver will never be able to find it.
Solution
The solution is to edit /etc/conf/pack.d/[driver]/space.c, look for a
line like:
int blad_scan_lun = 0;
Change that to:
int blad_scan_lun = 1;
Relink and reboot.
This example line was from /etc/conf/pack.d/blad/space.c
Note
If you are using SCO OpenServer 5.0.4 you should also install
SLS504c. This supplement will include the juke binary and other bug fixes.