122
Examples
# Switch the storage controller mode to JBOD.
[root@localhost home]# ./storcli64 /c0 set personality=jbod
CLI Version = 007.1017.0000.0000 May 10, 2019
Operating system = Linux 4.18.0-193.el8.x86_64
Controller = 0
Status = Success
Description = None
Controller Properties :
=====================
------------------------------------------------------------------------
Ctrl_Prop Value
------------------------------------------------------------------------
Set Personality JBOD (Reboot the system for the change to take effect.)
------------------------------------------------------------------------
Upgrading the firmware
Perform this task to upgrade the firmware of a storage controller.
Syntax
storcli64 /ccontroller_id download file= fw_file
Parameters
controller_id: Specifies the ID of a storage controller. If only one storage controller exists, the
ID is 0 by default. If multiple storage controllers exist, use the
storcli64 /call show command
to view the controller ID.
fw_file: Specifies the firmware file name.
Usage guidelines
If the firmware file does not exist in the current path, you must add the absolute path to the file
name.
Examples
# Upgrade the storage controller firmware.
[root@localhost home]# ./storcli64 /c0 download file=MR_4MB.rom noverchk
Download Completed.
Flashing image to adapter...
CLI Version = 007.1017.0000.0000 May 10, 2019
Operating system = Linux 4.18.0-193.el8.x86_64
Controller = 0
Status = Success
Description = F/W Flash Completed. Please reboot the system for the changes to take effect
Creating and deleting RAID arrays
Perform this task to create and delete RAID arrays.