Operating System - Linux
1828038 Members
2593 Online
109973 Solutions
New Discussion

Re: CCISS controller rescan

 
sandro_14
New Member

CCISS controller rescan

Hi,
i've two Proliant DL585 and two MSA500. I had Red Hat AS 3 U2 installed. I mirror the MSA500 with MD. If i switch off one MSA500 the MD device is still working. That's fine. But if i switch on the MSA500 again the driver does not recognize the missing controller

# /usr/sbin/hpacucli controller all show

MSA500 G2 at 202TLYPN3T
Smart Array 5i in Slot 0
Smart Array 642 in Slot 1
Smart Array 642 in Slot 2

the command "/usr/sbin/hpacucli controller rescan" doesnt work.

# rpm -q hpacucli-7.20-16
hpacucli-7.20-16

I can just reboot the two server to resolve the problem. That cannot be answer after which i'm looking for.

Any ideas ??

Thx

Sandro
3 REPLIES 3
dirk dierickx
Honored Contributor

Re: CCISS controller rescan

i'm sure if you coudl get the controller module/driver reloaded it would probe for controllers again, ofcourse this is not possible since unloading the module would also mean that you disconnect the other msa and then you have no fs anymore to load the modules from.
unless, you use internal disks in the system which are on another type of controller?

try rmmod and modprobe of the controller module.
sandro_14
New Member

Re: CCISS controller rescan

Thank for your reply!

But it will not work because the internal controller (Smart Array Controller) uses the same driver

#cat /proc/driver/cciss/cciss0
cciss0: HP Smart Array 5i Controller
.
.
.
cciss/c0d0: 34.72GB RAID 1(0+1)

sandro_14
New Member

Re: CCISS controller rescan

Thank for your reply!

But it will not work because the internal controller (Smart Array Controller) uses the same driver

#cat /proc/driver/cciss/cciss0
cciss0: HP Smart Array 5i Controller
.
.
.
cciss/c0d0: 34.72GB RAID 1(0+1)



Sandro