znelbok Posted December 26, 2011 Posted December 26, 2011 Hi All Its taken a while, but I have finally got the serverpower up and running. I have followed the information given here http://lime-technology.com/forum/index.php?topic=14695.0 I have a SM X9SCM motherboard with a LSI (IBM) M1015 SAS card. Using ESXi5 and I have the LSI card set for passthrough. I have started UnRaid and can log in via the web interface, but there are no drives available. This is my first unRaid attempt so I dont really know what I am doing yet. Here is the log Dec 26 11:30:56 Tower emhttp: shcmd (33): modprobe md-mod super=/boot/config/super.dat slots=3 |& logger Dec 26 11:30:56 Tower kernel: md: unRAID driver 2.1.3 installed Dec 26 11:30:56 Tower kernel: read_file: error 2 opening /boot/config/super.dat Dec 26 11:30:56 Tower kernel: md: could not read superblock from /boot/config/super.dat Dec 26 11:30:56 Tower kernel: md: initializing superblock Dec 26 11:30:56 Tower kernel: mdcmd (1): import 0 0,0 Dec 26 11:30:56 Tower kernel: mdcmd (2): import 1 0,0 Dec 26 11:30:56 Tower kernel: mdcmd (3): import 2 0,0 Dec 26 11:30:56 Tower emhttp: shcmd (34): /usr/local/sbin/emhttp_event driver_loaded Dec 26 11:30:56 Tower emhttp_event: driver_loaded Thanks Mick
prostuff1 Posted December 26, 2011 Posted December 26, 2011 assuming you have everything passed through correctly you should be good to go. The error you posted means that your super.dat file can't be read. That could be because it is corrupt. rename it to super.dat.old and reassign your drives.
WeeboTech Posted December 26, 2011 Posted December 26, 2011 >> Dec 26 11:30:56 Tower kernel: read_file: error 2 opening /boot/config/super.dat error 2 is probably ENOENT and that equates to ./asm-generic/errno-base.h:#define ENOENT 2 /* No such file or directory */ which means the file does not exist or it's unreadable. I think this error is before it's read and considered corrupt. It cannot even open it, so it may not exist or the /boot path is not mounted correctly. The file probably needs to be recreated. I would recreate it as suggested then do an ls -l /boot/config/super.dat to insure it was created and the mtime updates.
znelbok Posted December 26, 2011 Author Posted December 26, 2011 Thanks guys The file super.dat does not exist in the directory specified. How do I re-assign the drives if none are showing up? Does the M1015 need to be re-flashed to get it to work in UnRaid. There is a thread about the different controllers, and this particular card is listed, but it does not say (or I have missed it) why it needs to be done. Could that be the root of my problems? Mick
znelbok Posted December 26, 2011 Author Posted December 26, 2011 Reflashed the M1015 using the files on the forum and my drives showed up fine Mick
prostuff1 Posted December 26, 2011 Posted December 26, 2011 Reflashed the M1015 using the files on the forum and my drives showed up fine Mick Thanks for updating us on this. I had completely forgottent that SATA controller card needed to be flashed.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.