Page 1 of 1

Vicibox Redux 3.0.5 doesn't initialize ARC Raid Controller

PostPosted: Wed Oct 26, 2011 9:07 am
by phil_discount
Hello,

the actual database server is using redux 3.0.5 database only x64 installation with mysql 5.1.46.
now i want replace the server with my new database server with a ARC-1880IX-16 RAID Controller .. redux 3.0.5 doesn't initialize the raid controller when i type os-install.
i download the driver for linux and type in "make" ...
then i retype os-install and now the installer works and show me my RAID 10 configuration.
after installation and reboot the system doesn't initialize the RAID again.

i'm not really a linux checker .. what i'm doing wrong?
perhaps i've got to do something like below from readme?

thanks for any help!!
regards
philip

EDIT: forgot to say .. error message after reboot:
Want me to fall back to /dev/sda2? (Y/n)

if i boot with the actual redux 3.1.
i get the following error: error: no device for installation found

If not, the driver module can not be built successfully.
2.1 make binary driver file,
#make
2.2 insert the driver on your system,
#insmod arcmsr.ko,
2.3 if you need the driver being inserted automatically after every reboot,
make a new initrd image with the driver as following steps.
Example:
#cp arcmsr.ko /lib/modules/`uname -r`/kernel/drivers/scsi/arcmsr/
#vi /etc/modprobe.conf, and add "alias scsi_hostadapter arcmsr"
#mkinitrd -f -v /boot/initrd-2.6.18-8.el5.custom.img 2.6.18-8.el5
2.4 Add new items for new kernel into /boot/grub/grub.conf, and designate n

PostPosted: Wed Oct 26, 2011 5:42 pm
by phil_discount
now i installed opensuse 11.4 x64 and installed mysql server manually...seems to work fine.
the AST_VDhopper script will be started on a other server

PostPosted: Wed Oct 26, 2011 7:18 pm
by williamconley
Perhaps you should have been using Vicibox 3.1.12 ... latest version ... latest drivers ...?

PostPosted: Thu Oct 27, 2011 2:52 am
by phil_discount
tried it .. i cant install .. during boot 3.1.12 tells me that no installable device is found and stop setup .. opensuse 11.4 works fine .. installed the perl modules and now hopper script runs too

PostPosted: Thu Oct 27, 2011 8:46 pm
by williamconley
You should post your motherboard model number as a warning so others do not try to use it for a stock vicibox installation. Could save someone a bunch of $$ and ::

PostPosted: Fri Oct 28, 2011 2:07 am
by phil_discount
you are right .. it's the raid controller which won't work
ARECA ARC-1880ix-16 SAS 16- / 4-Port

regards
philip

PostPosted: Fri Oct 28, 2011 1:32 pm
by williamconley
and consider offering Kumba $$ to make sure it is included in the next release. if the drivers are indeed available for OpenSuSE that may work out.

PostPosted: Mon Oct 31, 2011 1:01 am
by Kumba
That is a kernel driver thing. I think it went into the Kernel in v.2.6.36. ViciBox v.4.0, whenever that is, will have native support. In the meantime, you will either need to do a manual install on 11.4, or use a different RAID controller that has support in kernel v.2.6.34.

Alternatively, you can mess around with compiling linux drivers if you want. It's not the easiest thing, but is possible.