New RAID controller from LSI/AVAGO MegaRAID SAS 9361-16i on my Linux
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a new RAID controller from LSI/AVAGO MegaRAID SAS 9361-16i on my Linux server installed as hardware.
I booted with LiveCD and installed the latest Firmware for this controller.
After that I could see controller with all HDDs and data on it. So it was configured correctly under LiveCD.
After that I boot the server normally.
My OS Linux is:
# uname -a
Linux XXXXX 3.16.0-5-amd64 #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08) x86_64 GNU/Linux
# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
The last actual driver is installed
# lspci | grep -i raid
03:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 00ce (rev 01)
under
# fdisk -l
I can't see nothing from this RAID controller.
My problem is:
# storcli64 /c0 show
Controller = 0
Status = Failure
Description = Controller 0 not found
With LiveCD it has worked, but with normal boot - nothing...
raid
 |Â
show 2 more comments
up vote
0
down vote
favorite
I have a new RAID controller from LSI/AVAGO MegaRAID SAS 9361-16i on my Linux server installed as hardware.
I booted with LiveCD and installed the latest Firmware for this controller.
After that I could see controller with all HDDs and data on it. So it was configured correctly under LiveCD.
After that I boot the server normally.
My OS Linux is:
# uname -a
Linux XXXXX 3.16.0-5-amd64 #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08) x86_64 GNU/Linux
# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
The last actual driver is installed
# lspci | grep -i raid
03:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 00ce (rev 01)
under
# fdisk -l
I can't see nothing from this RAID controller.
My problem is:
# storcli64 /c0 show
Controller = 0
Status = Failure
Description = Controller 0 not found
With LiveCD it has worked, but with normal boot - nothing...
raid
Which driver is the livecd using (lspci -k
) vs. your installed system.
â frostschutz
Sep 13 at 11:56
With normal boot:03:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 00ce (rev 01) Subsystem: LSI Logic / Symbios Logic Device 9371
With LiveCD:03:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 3316 [Intruder] (rev 01) Subsystem: LSI Logic / Symbios Logic MegaRAID SAS 9361-16i Kernel driver in use: megaraid_sas Kernel modules: megaraid_sas
â Adminisrator
Sep 13 at 12:33
What kernel version does your live CD have?
â Stephen Kitt
Sep 13 at 12:53
LiveCD kernel version:Linux XXXX 4.15.0-13-generic
â Adminisrator
Sep 13 at 13:28
being a NEW raid controller, did you do a CTRL-R to enter it's config page during boot up and set your attached disks to either JBOD or create a virtual drive? Be careful you don't kill the partition table on existing disks you care about.
â ron
Sep 13 at 14:35
 |Â
show 2 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a new RAID controller from LSI/AVAGO MegaRAID SAS 9361-16i on my Linux server installed as hardware.
I booted with LiveCD and installed the latest Firmware for this controller.
After that I could see controller with all HDDs and data on it. So it was configured correctly under LiveCD.
After that I boot the server normally.
My OS Linux is:
# uname -a
Linux XXXXX 3.16.0-5-amd64 #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08) x86_64 GNU/Linux
# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
The last actual driver is installed
# lspci | grep -i raid
03:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 00ce (rev 01)
under
# fdisk -l
I can't see nothing from this RAID controller.
My problem is:
# storcli64 /c0 show
Controller = 0
Status = Failure
Description = Controller 0 not found
With LiveCD it has worked, but with normal boot - nothing...
raid
I have a new RAID controller from LSI/AVAGO MegaRAID SAS 9361-16i on my Linux server installed as hardware.
I booted with LiveCD and installed the latest Firmware for this controller.
After that I could see controller with all HDDs and data on it. So it was configured correctly under LiveCD.
After that I boot the server normally.
My OS Linux is:
# uname -a
Linux XXXXX 3.16.0-5-amd64 #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08) x86_64 GNU/Linux
# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
The last actual driver is installed
# lspci | grep -i raid
03:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 00ce (rev 01)
under
# fdisk -l
I can't see nothing from this RAID controller.
My problem is:
# storcli64 /c0 show
Controller = 0
Status = Failure
Description = Controller 0 not found
With LiveCD it has worked, but with normal boot - nothing...
raid
raid
edited Sep 13 at 11:51
Rui F Ribeiro
36.8k1273117
36.8k1273117
asked Sep 13 at 11:51
Adminisrator
314
314
Which driver is the livecd using (lspci -k
) vs. your installed system.
â frostschutz
Sep 13 at 11:56
With normal boot:03:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 00ce (rev 01) Subsystem: LSI Logic / Symbios Logic Device 9371
With LiveCD:03:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 3316 [Intruder] (rev 01) Subsystem: LSI Logic / Symbios Logic MegaRAID SAS 9361-16i Kernel driver in use: megaraid_sas Kernel modules: megaraid_sas
â Adminisrator
Sep 13 at 12:33
What kernel version does your live CD have?
â Stephen Kitt
Sep 13 at 12:53
LiveCD kernel version:Linux XXXX 4.15.0-13-generic
â Adminisrator
Sep 13 at 13:28
being a NEW raid controller, did you do a CTRL-R to enter it's config page during boot up and set your attached disks to either JBOD or create a virtual drive? Be careful you don't kill the partition table on existing disks you care about.
â ron
Sep 13 at 14:35
 |Â
show 2 more comments
Which driver is the livecd using (lspci -k
) vs. your installed system.
â frostschutz
Sep 13 at 11:56
With normal boot:03:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 00ce (rev 01) Subsystem: LSI Logic / Symbios Logic Device 9371
With LiveCD:03:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 3316 [Intruder] (rev 01) Subsystem: LSI Logic / Symbios Logic MegaRAID SAS 9361-16i Kernel driver in use: megaraid_sas Kernel modules: megaraid_sas
â Adminisrator
Sep 13 at 12:33
What kernel version does your live CD have?
â Stephen Kitt
Sep 13 at 12:53
LiveCD kernel version:Linux XXXX 4.15.0-13-generic
â Adminisrator
Sep 13 at 13:28
being a NEW raid controller, did you do a CTRL-R to enter it's config page during boot up and set your attached disks to either JBOD or create a virtual drive? Be careful you don't kill the partition table on existing disks you care about.
â ron
Sep 13 at 14:35
Which driver is the livecd using (
lspci -k
) vs. your installed system.â frostschutz
Sep 13 at 11:56
Which driver is the livecd using (
lspci -k
) vs. your installed system.â frostschutz
Sep 13 at 11:56
With normal boot:
03:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 00ce (rev 01) Subsystem: LSI Logic / Symbios Logic Device 9371
With LiveCD: 03:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 3316 [Intruder] (rev 01) Subsystem: LSI Logic / Symbios Logic MegaRAID SAS 9361-16i Kernel driver in use: megaraid_sas Kernel modules: megaraid_sas
â Adminisrator
Sep 13 at 12:33
With normal boot:
03:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 00ce (rev 01) Subsystem: LSI Logic / Symbios Logic Device 9371
With LiveCD: 03:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 3316 [Intruder] (rev 01) Subsystem: LSI Logic / Symbios Logic MegaRAID SAS 9361-16i Kernel driver in use: megaraid_sas Kernel modules: megaraid_sas
â Adminisrator
Sep 13 at 12:33
What kernel version does your live CD have?
â Stephen Kitt
Sep 13 at 12:53
What kernel version does your live CD have?
â Stephen Kitt
Sep 13 at 12:53
LiveCD kernel version:
Linux XXXX 4.15.0-13-generic
â Adminisrator
Sep 13 at 13:28
LiveCD kernel version:
Linux XXXX 4.15.0-13-generic
â Adminisrator
Sep 13 at 13:28
being a NEW raid controller, did you do a CTRL-R to enter it's config page during boot up and set your attached disks to either JBOD or create a virtual drive? Be careful you don't kill the partition table on existing disks you care about.
â ron
Sep 13 at 14:35
being a NEW raid controller, did you do a CTRL-R to enter it's config page during boot up and set your attached disks to either JBOD or create a virtual drive? Be careful you don't kill the partition table on existing disks you care about.
â ron
Sep 13 at 14:35
 |Â
show 2 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f468778%2fnew-raid-controller-from-lsi-avago-megaraid-sas-9361-16i-on-my-linux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Which driver is the livecd using (
lspci -k
) vs. your installed system.â frostschutz
Sep 13 at 11:56
With normal boot:
03:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 00ce (rev 01) Subsystem: LSI Logic / Symbios Logic Device 9371
With LiveCD:03:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 3316 [Intruder] (rev 01) Subsystem: LSI Logic / Symbios Logic MegaRAID SAS 9361-16i Kernel driver in use: megaraid_sas Kernel modules: megaraid_sas
â Adminisrator
Sep 13 at 12:33
What kernel version does your live CD have?
â Stephen Kitt
Sep 13 at 12:53
LiveCD kernel version:
Linux XXXX 4.15.0-13-generic
â Adminisrator
Sep 13 at 13:28
being a NEW raid controller, did you do a CTRL-R to enter it's config page during boot up and set your attached disks to either JBOD or create a virtual drive? Be careful you don't kill the partition table on existing disks you care about.
â ron
Sep 13 at 14:35