Well I don't know if this is making it work.
This is probably from the time I set proxmox up. I can't remember if this got it working or what? Here are a couple of cli examples.
This one shows the firmware version.
The program probably came from http://hwraid.le-vert.net/ . There are newer versions there.
The firmware version may be the key. I think with that you could probably then control it with the bios boot settings?
Code:
root@pve:~# dpkg -l |grep sas2ircu
ii sas2ircu 16.00.00.00-2+Debian.stretch.9.9 amd64 LSI Logic Fusion MPT SAS2 command line management tool
root@pve:~#
Code:
root@pve:~# sas2ircu
LSI Corporation SAS2 IR Configuration Utility.
Version 16.00.00.00 (2013.03.01)
Copyright (c) 2009-2013 LSI Corporation. All rights reserved.
SAS2IRCU: No command specified.
sas2ircu <controller #> <command> <parameters> ...
where <controller #> is:
Number between 0 and 255
where <command> is:
DISPLAY - display controller, volume and physical device info
LIST - Lists all available LSI adapters (does not need ctlr #>
CREATE - create an IR volume
DELETE - Delete entire RAID configuration on the selected controller
DELETEVOLUME - Delete a specific RAID Volume on the selected controller
HOTSPARE - make drive a hot spare
STATUS - display current volume status info
SETOFFLINE - set the physical disk to OFFLINE state
SETONLINE - set the physical disk to ONLINE state
CONSTCHK - Start Consistency Check operation on the specified IR Volume
ACTIVATE - Activate an Inactive IR volume
LOCATE - Locate a disk drive on an enclosure
LOGIR - Upload or Clear IR Log data
BOOTIR - Select an IR Boot Volume as primary boot device
BOOTENCL - Select an Enclosure/Bay as primary boot device
ALTBOOTIR - Select an IR Boot Volume as alternate boot device
ALTBOOTENCL - Select an Enclosure/Bay as alternate boot device
HELP - Display help information
where <parameters> are:
Command specific values; enter "sas2ircu <controller #> <command>"
to get command specific help
Code:
root@pve:~# sas2ircu 0 display
LSI Corporation SAS2 IR Configuration Utility.
Version 16.00.00.00 (2013.03.01)
Copyright (c) 2009-2013 LSI Corporation. All rights reserved.
Read configuration has been initiated for controller 0
------------------------------------------------------------------------
Controller information
------------------------------------------------------------------------
Controller type : SAS2008
BIOS version : 7.11.10.00
Firmware version : 7.15.08.00
Channel description : 1 Serial Attached SCSI
Initiator ID : 0
Maximum physical devices : 39
Concurrent commands supported : 2607
Slot : 0
Segment : 0
Bus : 5
Device : 0
Function : 0
RAID Support : Yes
------------------------------------------------------------------------
IR Volume information
------------------------------------------------------------------------
IR volume 1
Volume ID : 79
Status of volume : Okay (OKY)
Volume wwid : 0d689c6c8cd59c8e
RAID level : RAID1
Size (in MB) : 152064
Boot : Primary
Physical hard disks :
PHY[0] Enclosure#/Slot# : 1:0
PHY[1] Enclosure#/Slot# : 1:1
------------------------------------------------------------------------
Physical device information
#Lots more but probably not needed.
The firmware version may be the key. I think with that you could probably then control it with the bios boot settings?
Last edited: