Fujitsu Notes

From Alteeve Wiki
Revision as of 21:33, 30 July 2012 by Digimer (talk | contribs) (Created page with "{{howto_header}} This covers specific setup notes for Fujitsu Primenergy servers on EL6. = PrimeEnergy RX300 G7 = == RAID == Install the <span class="code">MegaCLI</span> to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

 AN!Wiki :: How To :: Fujitsu Notes

This covers specific setup notes for Fujitsu Primenergy servers on EL6.

PrimeEnergy RX300 G7

RAID

Install the MegaCLI tools;

Check for an updates MegaCLI from here (under "Management Software and Tools"). If there is an updated version, follow the

mkdir ~/temp
cd ~/temp
# Download the updated 8.04.07_MegaCLI.zip here
unzip 8.04.07_MegaCLI.zip
unzip CLI_Lin_8.04.07.zip 
unzip MegaCliLin.zip
rpm -Uvh MegaCli-8.04.07-1.noarch.rpm Lib_Utils-1.00-09.noarch.rpm

# This makes MegaCli64 app available without the full path
ln -s /opt/MegaRAID/MegaCli/MegaCli64 /sbin/

If you want to install from the AN!Cache, you can do this;

rpm -Uvh https://alteeve.com/files/Lib_Utils-1.00-09.noarch.rpm https://alteeve.com/files/MegaCli-8.04.07-1.noarch.rpm

# This makes MegaCli64 app available without the full path
ln -s /opt/MegaRAID/MegaCli/MegaCli64 /sbin/

Once installed, verify that you can see your hardware:

# Number of adapters in the server
MegaCli64 adpcount

# Make sure the controller will yell if the battery fails
MegaCli64 AdpGetProp BatWarnDsbl aAll

# Is the alarm going off (or has it been silenced)
MegaCli64 AdpGetProp AlarmDsply aAll

# All adapter properties
MegaCli64 AdpAllInfo aAll

# Get the battery info
MegaCli64 AdpBbuCmd aAll

# Get physical drive details
MegaCli64 PDList aAll

# Get virtual drive details
MegaCli64 LDInfo Lall aAll



 

Any questions, feedback, advice, complaints or meanderings are welcome.
Alteeve's Niche! Enterprise Support:
Alteeve Support
Community Support
© Alteeve's Niche! Inc. 1997-2024   Anvil! "Intelligent Availability®" Platform
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions.