Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 35

Thread: dell perc 5/i - megaraid storage manager

  1. #21
    Join Date
    Oct 2006
    Location
    Italy
    Beans
    33
    Distro
    Ubuntu

    Thumbs down Re: dell perc 5/i - megaraid storage manager

    YAY!


    How to install MegaRAID Storage Manager 8.10-04 on Ubuntu 10.10

    1. Download and install megacli_5.00.12-1_i386.deb (mirror) or megacli_5.00.12-1_amd64.deb (mirror)
    2. Download and install megaraid-storage-manager_8.10-04_i386.deb (mirror) or megaraid-storage-manager_8.10-04_amd64.deb (mirror)
    3. Set a password for the root user:
      Code:
      sudo passwd
    4. Start MSM and login as root!
      Code:
      /usr/local/MegaRAID\ Storage\ Manager/startupui.sh


    Launcher settings (optional)
    Code:
    Exec="/usr/local/MegaRAID Storage Manager/startupui.sh"
    Name=MegaRAID Storage Manager StartupUI
    Icon=/usr/local/MegaRAID Storage Manager/setdisp.png
    Last edited by JD82; November 6th, 2010 at 02:50 AM.

  2. #22
    Join Date
    May 2009
    Beans
    22

    Re: dell perc 5/i - megaraid storage manager

    Holy crap! You sir, are awesome! I will try this out this weekend and report my results!
    Thanks!

  3. #23
    Join Date
    May 2009
    Beans
    22

    Re: dell perc 5/i - megaraid storage manager

    Well... mixed results. I was able to get everything installed, and the GUI even launches. But it does not find my server. I have tried having it goto 127.0.0.1 but no luck. It still will not pickup my SAS card.

    Any suggestions? I have tries running the MSM as root and everything.

  4. #24
    Join Date
    Nov 2010
    Beans
    0

    Re: dell perc 5/i - megaraid storage manager

    Quote Originally Posted by BooDaddy View Post
    Well... mixed results. I was able to get everything installed, and the GUI even launches. But it does not find my server. I have tried having it goto 127.0.0.1 but no luck. It still will not pickup my SAS card.

    Any suggestions? I have tries running the MSM as root and everything.
    sounds hard prob to deal with.

  5. #25
    Join Date
    Oct 2006
    Location
    Italy
    Beans
    33
    Distro
    Ubuntu

    Re: dell perc 5/i - megaraid storage manager

    Quote Originally Posted by BooDaddy View Post
    Well... mixed results. I was able to get everything installed, and the GUI even launches. But it does not find my server. I have tried having it goto 127.0.0.1 but no luck. It still will not pickup my SAS card.

    Any suggestions? I have tries running the MSM as root and everything.
    Are you using amd64 architecture? I did some testing and actually does not seem to find any server on amd64 .

  6. #26
    Join Date
    May 2009
    Beans
    22

    Re: dell perc 5/i - megaraid storage manager

    Yes, I am indeed running 64 bit. Oh well. Was so close Maybe someone will get this working on 64 bit, as thats a bit above my knowledge level

  7. #27
    Join Date
    May 2009
    Beans
    22

    Re: dell perc 5/i - megaraid storage manager

    Well,
    I just tried this on another machine I built. This time I am using Ubuntu Server 10.10 32 bit. I have ubuntu-desktop installed, and followed the directions that JD82 posted.

    MSM launches, but it never is able to connect to the card. I have tried 127.0.0.1 as the host and still doesnt find it. Any suggestions?

    What other packages could you suggest JD82?

  8. #28
    Join Date
    Jul 2008
    Beans
    62

    Re: dell perc 5/i - megaraid storage manager

    I just wanted to add my little bit in here. I noticed that after applying several fixes referenced in this thread, the /etc/init.d/mrmonitor was still not functioning properly. I found that this was due to the lack of a 32-bit comparability library on my system.

    I found that there is no such library in debian/ubuntu so I did the next best thing. I search around for the libstdc++5 package to install on my system.

    I found it here: http://packages.ubuntu.com/maverick/...dc++5/download

    And installed it via the command:
    Code:
    dpkg --force-architecture libstdc++5_3.3.6-20_i386.deb
    Previously mrmonitor was providing an error about libstdc++.5.so and saying No such file or directory.

    A symlink to the .6.so didn't work out so I installed the 32bit version of .5.so and the error message no longer appears.

    I'm now having difficulties getting the client software to see the server like most others in this thread.
    Last edited by maxim99; January 26th, 2011 at 05:06 PM.

  9. #29
    Join Date
    Jul 2008
    Beans
    62

    Re: dell perc 5/i - megaraid storage manager

    I was able to get it to work. However, I ended up using Intel's RAID Web Console 2.

    I found that the key to getting it to work is setting up the libraries so that they're functioning.

    For me the key library was libxerces-c.so.28. This library came along with Intel RAID Web Console 2 in a separate RPM in an apache directory.

    I symlinked the library into my /usr/lib and then did ldconfig, restarted the services and afterwards the controller was listed.
    Code:
    # ln -s /opt/lsi/Apache/libxerces-c.so.28 /usr/lib/libxerces-c.so.28
    # ldconfig
    Code:
    # ldd /usr/local/bin/mrmonitord
            linux-gate.so.1 =>  (0xf771a000)
            libdl.so.2 => /lib32/libdl.so.2 (0xf76fa000)
            librt.so.1 => /lib32/librt.so.1 (0xf76f1000)
            libpthread.so.0 => /lib32/libpthread.so.0 (0xf76d7000)
            libxerces-c.so.28 => /usr/lib/libxerces-c.so.28 (0xf72c8000)
            libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf71d2000)
            libm.so.6 => /lib32/libm.so.6 (0xf71ac000)
            libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf718d000)
            libc.so.6 => /lib32/libc.so.6 (0xf7032000)
            /lib/ld-linux.so.2 (0xf771b000)

  10. #30
    Join Date
    Mar 2011
    Beans
    1

    Re: dell perc 5/i - megaraid storage manager

    Damn, not working in 10.10 maveric 64bit. Have you figured this out yet? Seems to be the same as with everyone else, no server found. Vivaldiframework does start, and mrmonitor tries to, but according to syslog it does not find my controller!

Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •