Unsolved
This post is more than 5 years old
2 Posts
0
5810
August 16th, 2011 16:00
Linux Server not finding Virtual Drives, MD3200
Hello,
I am new to the MD32xx, and was hoping for a little help on what is going on.
The MD3200 appears to be setup correctly at this point. I already have a Windows server hooked up to it and working just fine. Also, it detects the Linux servers card, and seems to work. The linux server, however, does not seem to detect the virtual drive that I have recently attached.
In the docs, it says to run rescan_dm_devs. I assume this has been replaced with SMdevices.
# SMdevices
Modular Disk Storage Manager Devices, Version 10.01.A6.04
Built Wed Oct 06 09:25:41 CDT 2010
Copyright (C) 2011 Dell, Inc. All rights reserved.
Modular Disk Storage Manager Devices found no devices - terminating
I restarted the SMagent before this as well, which doesn't seem to help.
I restarted the machine this morning in order to change the SAS card setting so that the MD3200 would auto detect it. I see this in the log file.
# grep sg /var/log/messages
Aug 16 09:57:05 localhost kernel: scsi 0:0:32:0: Attached scsi generic sg0 type 13
Aug 16 09:57:05 localhost kernel: sd 0:2:0:0: Attached scsi generic sg1 type 0
Aug 16 09:57:05 localhost kernel: sd 0:2:1:0: Attached scsi generic sg2 type 0
This seems interesting :
# ls -l /dev/.udev/failed/ | grep sg
lrwxrwxrwx 1 root root 27 Aug 16 09:56 class@scsi_generic@sg0 -> /sys/class/scsi_generic/sg0
lrwxrwxrwx 1 root root 27 Aug 16 09:56 class@scsi_generic@sg1 -> /sys/class/scsi_generic/sg1
lrwxrwxrwx 1 root root 27 Aug 16 09:56 class@scsi_generic@sg2 -> /sys/class/scsi_generic/sg2
I am running Oracle Enterprise Linux 5.3, 32-bit.
I see that RHEL 5.4+ is supported, and that possibly some packages where not installed because of this? Specifically : mpt2sas-02.00.02.00-2dkms.noarch.rpm, and scsi_dh_rdac-1.4.1.2-3dkms.noarch.rpm.
Do I just need to install these packages?
Any comments are useful. Thanks, Aaron


Aaron 17
2 Posts
0
August 17th, 2011 13:00
An update.
My problem has to do with the installer silently failing to install the two packages above.
I installed mpt2sas-02.00.02.00-2dkms.noarch.rpm with no problems. After the required reboot, SMdevices now shows my drives. Step one complete.
Next I tried installing scsi_dh_rdac-1.4.1.2-3dkms.noarch.rpm, but the reboot failed. I needed to use `linux rescue` to uninstall that patch before it would boot up. I can see that during boot, it was trying to map the drives to /dev/sdc /dev/sdd and so forth. So it mostly worked.
Does anyone know of how to get the scsi_dh_rdac package to work?
Thanks again, Aaron