Difference between revisions of "IBM MegaRAID Storage Manager"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Filesystem_or_partition_tools|Filesystem tools</yambe:breadcrumb> =IBM MegaRAID Storage Manager= To install IBM MegaRAID storage manager in Linux use follow...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>Filesystem_or_partition_tools|Filesystem tools</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Filesystem or partition tools]] > [[IBM MegaRAID Storage Manager]]
=IBM MegaRAID Storage Manager=


To install IBM MegaRAID storage manager in Linux use following steps:
To install IBM MegaRAID storage manager in Linux use following steps:
Line 17: Line 16:
#:</pre>
#:</pre>
# Login into Storage Manager GUI with server root user and root password.  Note that root password should be simple such as rekall123.  One can put old password back after necessary configuration is done.
# Login into Storage Manager GUI with server root user and root password.  Note that root password should be simple such as rekall123.  One can put old password back after necessary configuration is done.
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Filesystem or partition tools]] > [[IBM MegaRAID Storage Manager]]

Latest revision as of 13:40, 24 August 2022

Home > CentOS > CentOS 6.x > Filesystem or partition tools > IBM MegaRAID Storage Manager

To install IBM MegaRAID storage manager in Linux use following steps:

  1. Download correct drivers from http://www-947.ibm.com/support/entry/portal/Downloads
  2. Choose correct server (eg System x 3650 M3 7945)
  3. Download "MegaRAID Storage Manager" from Utility sub-section
  4. Ensure that you are connected to server over ssh -X and run following commands:
    yum -y install libstdc++ compat-libstdc++-33 libXau libxcb libX11 libXext libXi libXtst
    yum -y install glibc.i686
    chmod +x ibm_utl_msm_15.05.01.51_linux_32-64.bin
    ./ibm_utl_msm_15.05.01.51_linux_32-64.bin -x raid_manager_setup
    cd raid_manager_setup/64-bit
    ./RunRPM.sh
    /usr/local/MegaRAID\ Storage\ Manager/startupui.sh
  5. Login into Storage Manager GUI with server root user and root password. Note that root password should be simple such as rekall123. One can put old password back after necessary configuration is done.


Home > CentOS > CentOS 6.x > Filesystem or partition tools > IBM MegaRAID Storage Manager