jump to navigation

Installing Intel’s RAID Web Console 2 4 April 2007

Posted by Mark in VMware Server.
trackback

Finally got an install of Intel’s RAID Web Console 2 I’m happy with.

My server configuration is an Intel S5000PSL mother board with six SATA drives. Five are in a single RAID 5 logical array, with the sixth configured as a hot spare. All of this was configured through the BIOS RAID utility.

Operating System on the server is the CentOS 4 x86 64 distribution of Linux with megasr driver (version 06.28.11.0.2006). I wanted to avoid installing a graphic user interface on the server. The server will be a VMware host for testing virtual machines, so I would like to keep the packages installed at this level to a minimum.

This meant I needed a way to monitor and configure the RAID system without halting the OS and jumping down to the BIOS. My plan was to use Intel’s RAID Web Console 2 application client on a Windows PC talking to the server software running on CentOS.

Both the Intel Deployment Assistant CD version 1.0.1 (June 2006) that was delivered with the motherboard, and the version 1.2 (November 2006) that I downloaded from the Intel site contained RAID Web Console 1.13. Installing and running this version in client/server mode only gave a Java popup window after 15 seconds or so with the message “No Servers Found”.

I found a more recent version of RAID Web Console 2 for linux on the Intel site (1.19), but struggled to find a similar version for Windows through the Intel site search. Finally, a google search (“RWC2 1.19 site:intel.com”) turned up a ReadMe file for the Windows version that let me guess the URL for the Windows download.

The linux server side installed two services in /etc/init.dmrmonitor and vivaldiframeworkd. I’m not convinced that vivaldiframeworkd started up on its own. It may also be that it died shortly after the installation, but I had to do a sudo /sbin/service vivaldiframeworkd restart before getting a successful test. I should do a reboot on the server to make sure that both of these scripts start up correctly. I also disabled the firewall on the server (using system-config-security) and did lots of netstat -ltpn and scrolling through /tmp/vivaldi_startup.txt before I saw that the service was running on port 49258. With all of the installs and uninstalls of different versions of RWC2 on both client and server, I’m not certain what may have interfered with the server coming up cleanly.

Once both client and server were at version 1.19, the program came up successfully under Windows (though the java app doesn’t seem to show up on the taskbar until you have alt-tabbed it into focus). I did a quick backup of the server, then set disk 4 of my array off-line.

RAID Web Console 2

Success! Though the virtual disk showed up as “degraded” in the RWC2 application, my ssh session from Windows to server was unaffected. My hot spare disk came into play and the array started rebuilding. The lights on the server flashed frantically for the next hour and fifteen minutes, before the Virtual Disk state returned to “optimal”.

I marked disk 4 as a hot spare, then held my breath and physically removed disk 5 from the the disk bay. A rebuild started on disk 4 (again indicated by the RWC2 application and flashing lights). I marched the still-beating disk 5 around the house, showing it to a suitably unimpressed family (though Luke made an effort so I wouldn’t feel bad). RWC2 also removed the disk icon from the port 5 icon. I returned disk 5 to its bay, it showed as “unconfigured & good”, I right-clicked on it and again set it to “hot spare”.

Still to do: See if I can integrate the RAID monitoring service into LogWatch, Big Brother, or some other alert system.

Comments»

1. markscorner - 1 May 2007

I’m not convinced that vivaldiframeworkd started up on its own. It may also be that it died shortly after the installation…

Sure enough, there was no chkconfig header in the startup script. I cribbed the one from mrmonitor and modified it thusly:


#
# Framework Framework serice startup/shutdown script
#
# chkconfig: 2345 36 34
# description: Framework Daemon
# processname: Framework
#description: Framework serice startup/shutdown script

Then I did a sudo /sbin/chkconfig –add vivaldiframeworkd

2. Harry - 19 November 2007

Hi,

The kernel driver you used, is part of the centos distro? Our did you get it from the intel website our maby the lsi site?

I’m planning of installing centos 5 and hope to be able to control it with the web console.

Any tips are welcome!

Thanks!

3. markscorner - 19 November 2007

Hi Harry,

The driver version I’m using is megasr-06.28.1110.2006-1-rhel40-u4-all.img. I downloaded it from the Intel site–I think starting from here.

I’ve since had some mysterious problems running VMware server on the system that looks related to a combination of CentOS 4 and RAID. It might show up with other applications that have heavy CPU use.

An upgrade to CentOS 5 with RAID is supposed to fix the problem, so I’ll probably be upgrading at year’s end when my other projects slow down. Keep in touch and let me know if you have any problems with your installation–I will probably also run into them in a few weeks.

4. Harry - 12 December 2007

Hi,

I got it working! I have a Intel SRCS16 card and on the website of intel they provide an ir2_Linux_Webconsole_v2.8-00-5.tgz and that one works with Centos 5 x86_64. I didn’t use the intel kernel drivers since it did not want to load them.

Surfing to http://myserver:3570 show a webpage and gives me access to manage my raid controller.

Thanks for your inspiration that it was possible without commercial linux.

I also run Vmware (1.03) server on mirror disk set with LVM & XFS. I can make lvm snapshots and boot the copy in vmware, very cool!
It’s running now for almost 1 month and have no problems.
Resizing the XFS with running vmware machine did not give any trouble.

Cheers,
Harry

5. Yury - 17 December 2007

Hi!
I try to install RWC2 , the name is ir3_Linux_RWC2_v2_19_01, it install with error (talking about conflict with libstdc++ library.
After restariting Centos 5, Monitor and frameworkd start normal, but in RWC2 no any server in the servers list.
In Bios I make Mirror 1 on 2 disks.
In Centos5 instalation , i type “linux nostorage”, Afteer that I choise LSI megasr driver megasr-09.21.0914.2007-1-rhel50-ga-all-raid5.img. And install on sda disk. ( only one disk was shown)
What worng I make in instalation? Why RWC2 not working?
Please help me!

6. Nino - 5 February 2008

Same proble as Yury. Any idea?
Plese help us!

7. markscorner - 6 February 2008

Hi Yury/Nino,

Apologies for not responding to Yury’s original question–I had a look at the time and nothing immediately sprung to mind, beyond what was in the original post.

Make sure that the client and server are at the same version (1.19.0 in my case). There are links to the client and server I used in the original article above.

I’m assuming you’ve also done general network troubleshooting to make sure that you are able to connect to your server’s port from the client–I usually shut down Windows firewall completely when testing a new service.

I’m still putting off my upgrade to CentOS 5 until I get a break in my project schedule. I’ll post a new article once I’ve done the upgrade with the collection of CentOS, megasr driver, and RWC versions that I find successful.

Sorry this isn’t of more immediate help.

8. Nikolay Krasko - 4 April 2008

Hi,

to solve problem with libstdc++ you have to install additional pakage from distributive cd or via yum:

yum install compat-libstdc++

after it RAID web console will be successfully installed on CentOS 5

9. asdf - 2 July 2008

I’ve tried multiple versions of web console from intel’s website but none of them work with my centos5. Just get “no raid servers found” when I open the program.

10. Jean - 10 July 2008

I get the linux version installed fine on my server and the windows version also ok on my workstation but how do I actually configure the workstation to see the server and use the RAID Web Console? I just get a “No Server Found” error when I open it on my Windows workstation

11. andre - 4 September 2008

Hi All! That’s /etc/init.d/msm_profile ? thanks.

12. markscorner - 4 September 2008

The script in comment 1 above is the top of /etc/init.d/vivaldiframeworkd .

My /etc/init.d/msm_profile is:
MSM_HOME="/usr/local/RAID Web Console 2"
export MSM_HOME
PRODUCTNAME="RAID Web Console 2"
export PRODUCTNAME
MSM_PRODUCT=RWC2
export MSM_PRODUCT

Hope that’s what you were asking…

13. Andre - 5 September 2008

markscorner big thanks !

14. kvf069 - 12 September 2008

Hi:
I recently need to use this onboard fakeraid bios to install on RedHat 4u6 and 5u1. I notice that there is a strange situation that I don’t know why. My motherboard has 6321 esb and the driver is megasr for linux. My configuration is raid 1 mirroring two drives. If I use linux dd=http://myserver/driver.img noprobe=ata1 noprobe=ata2 at the installation prompt. It shows two drives which are sda and sdb in 4.6 and shows /dev/mapper/ddifxxxxx in 5.1. If I use linux dd noprobe=ata1 noprobe=ata2 and choose driver disk from my usb pen drive later, it only shows sda (LSi MegaSR) which should be correct in both 4.6 and 5.1. Does anyone know why it has this difference? Either way it all prompts “loading megasr” when it is auto-detecting and loading driver. I use the 4u6 driver for 4.6 and 5u1 driver for 5.1, but I don’t know why the way from http differs from usb pen drive. Any help will be greatly appreciate.

15. Russell Stevens - 26 May 2009

Should I be concerned that RAID Web Console 2 – v2.91 – 04 is reporting a Windows 2008 server as Windows Vista?

16. Leszek - 7 July 2009

Hi,

I’d like to contact You about RWC 2 on CentOS.
Is that possible? Please write to me.

17. chismi - 25 April 2010

Hi,there. Intel just released the new version RWC2, I’ve set it up successfully on Centos5.4.

18. Raymond - 15 May 2010

With the RWC 2.8 i get “No Raid Servers available”.
CentOS 5.4 Final installed
Any suggestions?

chismi - 15 May 2010

Make sure to use the latest version of RWC intel released. I’m using RWC 6.71-02 which relased in 4/20/01.

19. Seth - 14 October 2010

Will this work with CLI only on CentOS? I’m using 5.5 for a PBX, and have the latest RWC2 installed with no errors, but my workstation still cannot find any servers.
This is nearly the only discussion on the net, any help would be loved thanks!

20. Mark - 14 October 2010

Hi Seth,

I’m using CLI only on CentOs 4. I have some X libraries installed, but I boot into text only.

I found RWC2 very sensitive to version compatibility between client and server. I would double check that first.

This is nearly the only discussion on the net, any help would be loved thanks!

I’m always surprised at how much traffic it gets–I just documented everything I did (with lots of keywords) three years ago. I only have a few days’ experience and a fuzzy understanding setting up RAID on this system, but luckily it has focused the attention of several people with similar systems. Thanks to those of you who follow this page in email and are willing to add your experience to questions that are asked here!

21. Seth - 23 November 2010

Mark,
Thanks for the reply. I found what seems to be the latest version 8.05-04 and at the end of the installation, CLI reported errors updating sas_snmp package and sas-IR package. If I use YUM update, these versions it wants to install are not listed in the repository. Do I need to manually push these updates? I’m afraid of making my current install unstable…
Both services are installed and running, firewall down at the moment, no servers found still…

22. Seth - 23 November 2010

…doing a little more homework helped me realize these are the LSI Integrated Raid driver and the SNMP agent for it. im a little inexperience with doing so, but I will try updating these to see if it makes a difference.

23. Tim - 25 February 2011

Just wanted to thank you for this post- saved me a LOT of time getting Webconsole working under 4 U1. The console seems to crash after 15+ minutes of usage, but otherwise works well.

24. plin2s - 21 April 2011

One thing i dont understand. Can RWC send allerts if UI is not start now?

25. Find Out More - 2 February 2013

I pay a quick visit each day some websites and blogs to
read posts, but this web site presents feature based writing.

26. treating toenail fungus - 18 April 2013

Fabulous, what a weblog it is! This blog gives useful information to us,
keep it up.

27. enter.smsklubben.net - 11 July 2013

Thank you for any other informative website.
Where else could I am getting that type of information written in such an ideal way?
I’ve a undertaking that I’m just now operating on, and I’ve been at the glance out for such information.

28. pest control - 23 July 2013

Good day! I could have sworn I’ve been to this web site before but after looking at some of the articles I realized it’s new to me.

Anyhow, I’m certainly pleased I stumbled upon it and I’ll be bookmarking it and checking back regularly!

29. http://www.youtube.com/ - 14 March 2014

Hello! Quick question that’s entirely off topic.
Do you know how to make your site mobile friendly? My site looks weird when viewing from
my iphone. I’m trying to find a template or plugin that might be able to
fix this issue. If you have any recommendations, please share.
Appreciate it!

30. best social provider - 5 July 2014

My brother suggested I might like this web site. He was
entirely right. This post truly made my day. You can not imagine just how much time I
had spent for this info! Thanks!

31. buy bitcoin for paypal - 21 February 2015

buy bitcoin for paypal

Installing Intel’s RAID Web Console 2 | Mark’s Corner

32. Marcelo Mcfarren - 18 July 2017

Bitcoin has experienced incredible growth over the last year and there will be some who will claim that the bubble is about to burst and Bitcoin plummet. Some of us still believe in the idea of a user owned outside of the control of the banks. We will not believe that Bitcoin is past it’s best. We will be staying with Bitcoin and I am quite certain that it will continue to rise more steeply than previously.

33. bitcoin mining hardware price in india - 19 August 2018

bitcoin mining profitability Calculator euro

Installing Intel

34. email list - 24 September 2018

example of marketing plan

Installing Intel

35. bodacious career - 26 September 2018

Education in south Korea

Installing Intel

36. Divorced spouse pension - 27 September 2018
37. The Divorcee - 1 October 2018

Divorce Court 2017 New

Installing Intel

38. divorces in north carolina - 3 October 2018

Divorce Corp

Installing Intel

39. Divorce quotes for him - 5 October 2018

91Pron91Pron.Com

Installing Intel

40. Georgianna - 22 October 2018

When I originally commented I appear to have clicked the -Notify me when new
comments are added- checkbox and now every time
a comment is added I get four emails with the exact same comment.
There has to be an easy method you are able to remove me from that service?
Appreciate it!

41. buy a business - 23 October 2018

Company means

Installing Intel

42. high school jobs - 25 October 2018

Network Marketing Business

Installing Intel

43. healthcare administration career - 26 October 2018

company website

Installing Intel

44. Ellis - 31 October 2018

Very soon this website will be famous amid all blogging and
site-building visitors, due to it’s pleasant posts

45. forum.sandstone-Hoa.org - 8 November 2018

That is a really good tip particularly to those fresh to the blogosphere.
Simple but very accurate information… Thank you for sharing
this one. A must read article!

46. job search engine - 24 November 2018

Life Quotes

Installing Intel

47. Code Violation Sell House Charlotte - 20 February 2019

Code Violation Sell House Charlotte

Installing Intel

48. tax accountant description - 26 February 2019

bookkeeping software Reviews

Installing Intel

49. Tech blog wordpress - 17 March 2019

vm-01.magneticgrid.Com

Installing Intel

50. Top pr firm - 23 May 2019
51. Rf terminator - 27 June 2019
52. Press release service - 5 July 2019

Press release service

Installing Intel’s RAID Web Console 2 | Mark’s Corner

53. sales lead Generation - 11 August 2019

sales lead Generation

Installing Intel’s RAID Web Console 2 | Mark’s Corner

54. Mens Long Sleeve Ralph Lauren Polo Shirts - 13 September 2019

Mens Long Sleeve Ralph Lauren Polo Shirts

Installing Intel’s RAID Web Console 2 | Mark’s Corner

55. dumps questions - 27 September 2019

I’m very happy to uncover this web site. I need to to thank you for your time just for this
wonderful read!! I definitely appreciated every bit of it and i also have you saved as a favorite to check
out new information in your blog.

56. o chinois vitrolles - 5 October 2019

Hi there, everything is going sound here and ofcourse every one
is sharing data, that’s really excellent, keep up writing.

57. shopping eviews - 9 October 2019

This piece of writing presents clear idea in favor of the
new users of blogging, that really how to do blogging.

58. Lo and Derek Jones - 17 October 2019

Lo and Derek Jones

Installing Intel’s RAID Web Console 2 | Mark’s Corner

59. elektrik Taahhut - 27 October 2019

elektrik Taahhut

Installing Intel’s RAID Web Console 2 | Mark’s Corner

60. what Is a botox treatment - 15 November 2019

what Is a botox treatment

Installing Intel’s RAID Web Console 2 | Mark’s Corner

61. Sfili ilm specialist - 9 December 2019

I’d like to find out more? I’d like to find out more details.

62. avakin life hack - 25 December 2019

avakin life hack

Installing Intel’s RAID Web Console 2 | Mark’s Corner

63. affiliate marketing apps - 4 January 2020

affiliate marketing apps

Installing Intel’s RAID Web Console 2 | Mark’s Corner

64. First Time Home Buyer - 9 January 2020

First Time Home Buyer

Installing Intel’s RAID Web Console 2 | Mark’s Corner

65. Sustaining A Relationship - 10 January 2020

Sustaining A Relationship

Installing Intel’s RAID Web Console 2 | Mark’s Corner

66. news feeds - 9 February 2020

Hey there this is somewhat of off topic but I was wanting to know if blogs use WYSIWYG editors
or if you have to manually code with HTML. I’m starting a blog soon but have
no coding experience so I wanted to get advice from someone
with experience. Any help would be greatly appreciated!

67. Interior Painters Scrub - 11 February 2020

Interior Painters Scrub

Installing Intel’s RAID Web Console 2 | Mark’s Corner

68. goedkope photo booth huren - 13 February 2020

goedkope photo booth huren

Installing Intel’s RAID Web Console 2 | Mark’s Corner

69. Ideas For Painting Kitchen Cabinets - 14 February 2020

Ideas For Painting Kitchen Cabinets

Installing Intel’s RAID Web Console 2 | Mark’s Corner

70. wat kost Dat een fotohokje huren - 16 February 2020

wat kost Dat een fotohokje huren

Installing Intel’s RAID Web Console 2 | Mark’s Corner

71. Situs aduqq - 20 February 2020

Definitely consider that that you said. Your
favourite reason appeared to be at the net the easiest thing to take
into account of. I say to you, I certainly get annoyed even as other folks think about worries that they
just don’t realize about. You managed to hit
the nail upon the top and outlined out the entire thing without having side effect
, other people could take a signal. Will likely
be back to get more. Thank you

72. türkiye export - 25 February 2020

turkey’den her zaman tüm ülkelere iyi ihracat yapabiliyoruz africa amerika germany ukrayna rusya persian için bizden her zaman, destek alabilirsiniz.

tüm dünyaya tekstil, gıda, elektronik, medikal ve daha
fazlasını ihraç ediyoruz. turkey good export.
turkey’den her zaman tüm ülkelere kıyafet gıda elektronic insaat malzemeleri
otomotiv yedek parca sağlık malzemeleri ihracatı yapabiliyoruz Bizimle iletişime geçin. http://www.exportsturkey.com

73. blodig utflod etter mens - 29 February 2020

Hi, I want to subscribe for this weblog to get most up-to-date updates, so where can i do it please
help out.

74. judi dadu online terpercaya - 10 March 2020

Informasi artikel yang unik, bermanfaat, dan mesnarik gan.
Saya jadi lebih mengerti lagi setelah membaca artikel anda.

75. daftar bandarq online - 29 March 2020

daftar bandarq online

Installing Intel’s RAID Web Console 2 | Mark’s Corner

76. Sexzilla.Pl - 30 March 2020

Sexzilla.Pl

Installing Intel’s RAID Web Console 2 | Mark’s Corner

77. https://l.facebook.com/ - 10 April 2020

I have read so many articles about the blogger lovers but this post is
genuinely a good paragraph, keep it up.

78. Crypto Wealth - 25 April 2020

Veery descriptive article, I loved that a lot. Will
there be a part 2?

79. teen webcam sex - 3 May 2020

Pleasse սpdate to appreciate your cһat experience.

80. creampie compilation - 20 June 2020

Alⅼ galleries and links are suplied by 3rd pаrties.

Also visiit mmy homepаge :: creampie compilation

81. cara daftar bandar sbobet - 22 June 2020

Definitely imagine that thɑt you said. Your favorіte reason seemеd to be at the internet the simplest thing to beаr in mind of.
I say to you, I ceгtainly get irked whilst other peopⅼe consider woгries
that they just don’t realize about. You controlled to hit the naiⅼ upon the top and also outlined out the whole thing with no need side effect
, other folks could take a signal. Will likely be again to get more.
Thanks

82. FX게임 - 30 June 2020

FX게임

Installing Intel’s RAID Web Console 2 | Mark’s Corner

83. click the following page - 10 July 2020

click the following page

Installing Intel’s RAID Web Console 2 | Mark’s Corner

84. c0ck - 11 September 2020

Right away I am ready to do my breakfast, after
having my breakfast coming again to read other news.

85. drummond Dental montreal - 12 June 2022

drummond Dental montreal

Installing Intel’s RAID Web Console 2 | Mark’s Corner


Leave a reply to Top pr firm Cancel reply