I believe it should be... can you see anything in the output of dmesg
or lsscsi regarding the RAID controller and/or volumes or disks?
Provide the output of 'ls -ltr /opt/sbin/' so we can confirm they are
installed. What happens when you manually run the 'hpacucli' or
hpssacli' tools on the shell?
>They are all installed as seen on the "Output.png" picture
>When i run either the hpacucli or the hpssacli tool, i get into a command line like shown on the picture "hpacucli and hpssacli.png"
I think you will need to actually run a command to list that… (Detecting controllers could mean it just found none)
From the ACU command shell run a command like “ ctrl all show config” or “ ctrl all show status” and this will actually tell you what it has detected
You can manipulate all drives and arrays from this shell via commands online. You will need to setup the arrays and determine the Linux block devices presented.
(be careful however there is great potential to lose large amounts of data very quickly here)
Btw What server model are you running these “HP Smart Array P400i RAID Controllers on”??
--
From the ACU command shell run a command like “ ctrl all show config” or “ ctrl all show status” and this will actually tell you what it has detected
You can manipulate all drives and arrays from this shell via commands online. You will need to setup the arrays and determine the Linux block devices presented.
(be careful however there is great potential to lose large amounts of data very quickly here)
Btw What server model are you running these “HP Smart Array P400i RAID Controllers on”??
To check controller detected config:
First list all controllers with: ctrl all show
Then list each controllers logical drives with (e.g. for controller 0): ctrl slot=0 ld all show detail
This will output all the logical drives defined, look for a line “Disk Name” which will be your Linux block device e.g. /dev/sda
From: esos-...@googlegroups.com [mailto:esos-...@googlegroups.com]
On Behalf Of Elias Gutknecht
Sent: Thursday, 3 May 2018 9:29 PM
To: esos-users <esos-...@googlegroups.com>
Subject: Re: HW RAID CLI Tools
From the ACU command shell run a command like “ ctrl all show config” or “ ctrl all show status” and this will actually tell you what it has detected
--
To check controller detected config:
First list all controllers with: ctrl all show
Then list each controllers logical drives with (e.g. for controller 0): ctrl slot=0 ld all show detail
This will output all the logical drives defined, look for a line “Disk Name” which will be your Linux block device e.g. /dev/sda