Configure the Tape Library in Linux
To check autoloader/library detected or not, give command
Check the version of Redhat Linux
Add following line in /etc/modules.conf
“options scsi_mod max_luns=255”
“options scsi_mod scsi_noreportlun=1”
If it is Redhat Linux 4
Add following line in /etc/modprobe.conf
“options scsi_mod max_luns=255”
“options scsi_mod scsi_noreportlun=1”
Then create new initrd file…..
root@indiangnu.org:/home/arun# cd /boot
and again you have to re-scan. using first command cat /proc/scsi/scsi
Thank you,
Ravi Bhure
Similar Posts:
- How to create edit/extract initrd in Ubuntu/Debian and Redhat/Fedora Linux ?
- How to disable core(s) of CPU
- GRUB (GRand Unified Bootloader)
- Ubuntu – GRUB splash image as background for GRUB menu
- How to configure TATA Indicom/BSNL/Reliance Broadband+ Netconnect ( EDVO usb modem ) on Ubuntu Linux
- What’s new in GRUB-2?
- How to rename files extension in given directory recursively?