cd /tmp tar xzvf /home/src/lsi/MSM_linux_x64_installer/current.tgz cd /tmp/disk ./install.csh -l ln -s "/usr/local/MegaRAID Storage Manager" "/opt/services/MegaRAID"You may see errors about systemctl. Systemctl is an RHEL7 feature and it can be safely ignored.
/etc/init.d/vivaldiframeworkd statusIf it isn't, start it with
/etc/init.d/vivaldiframeworkd start
cd / rm -rf /tmp/disk
/opt/services/MegaRAID/StorCLI/storcli64 /call show cc /opt/services/MegaRAID/StorCLI/storcli64 /call/vall show cc /opt/services/MegaRAID/StorCLI/storcli64 /call show pr
cc_start="`date '+%Y/%m/%d' --date='friday'` 23"
/opt/services/MegaRAID/StorCLI/storcli64 /call set cc=conc starttime=${cc_start} delay=336
pr_start="`date '+%Y/%m/%d' --date='friday 7 days'` 23"
/opt/services/MegaRAID/StorCLI/storcli64 /call set pr=on mode=auto starttime=${pr_start} delay=336
/opt/services/MegaRAID/startupui.shThe software looks at the local password file so you need to login as root with root's password for that machine.
/opt/services/MegaRAID/StorCLI/storcli64 adpallinfo aall | grep -i temp
/opt/services/MegaRAID/StorCLI/storcli64 /c0/eall/sall show all | grep -i temp
/opt/services/MegaRAID/StorCLI/storcli64 /call/cv show status | grep -i temp
/opt/services/MegaRAID/StorCLI/storcli64 /call/eall show status
/opt/services/MegaRAID/StorCLI/storcli64 /c0/dall show
/opt/services/MegaRAID/StorCLI/storcli64 /c0 show events type=sincereboot filter=warning
| Description | MegaRAID Storage Manager | storcli64 | Example storcli64 |
|---|---|---|---|
| 1 List drives | Use Physical and Logical tabs | /cx show | |
| 2 Locate the failed drive | Right-click and select Start Locating Drive | /cx[/ex]/sx start locate | /opt/services/MegaRAID/StorCLI/storcli64 /c0 /e62 /s1 start locate |
| 3 Physically locate the drive and label it with a sticky note | |||
| 4 Stop locating drive | Right-click and select Stop Locating Drive | /cx[/ex]/sx stop locate | /opt/services/MegaRAID/StorCLI/storcli64 /c0 /e62 /s1 stop locate |
| 5 Make drive offline or UBad | Right-click Make Drive Offline | /cx[/ex]/sx set offline | /opt/services/MegaRAID/StorCLI/storcli64 /c0 /e62 /s1 set offline |
| 6 Prepare drive for removal | Right-click Prepare for Removal | /cx[/ex]/sx spindown | device state doesn't support requested command |
| 7 Physically remove the drive | |||
| 8 Physically insert a new drive | |||
| 9 List drives | Use Physical and Logical tabs | /cx show | (RAID 6 will rebuild) 62:1 39 Rbld 0 3.637 TB SATA HDD N N 512B WDC WD4000FYY U |
| 10 Set new drive to UGood (not necessary for RAID 6) |
Right-click and select Unconfigured Good | /cx[/ex]/sx set good | (only on RAID 5) |
| 11 Set new drive to DHS (not necessary for RAID 6) |
Right-click and select Dedicated Hot Spare | /cx[/ex]/sx add hostsparedrive dgs=x | (only on RAID 5) |
| 12 Ensure the alarm is off | Click on Silence alarm | /cx set alarm=silence | /opt/services/MegaRAID/StorCLI/storcli64 /c0 set alarm=silence |
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.