Re: [CentOS] RAID / OS Monitoring tools ?

2008-09-23 Thread MHR
On Mon, Sep 22, 2008 at 5:10 PM, John [EMAIL PROTECTED] wrote:

 JohnStanley Writes:

  Please see linux.dell.com and search for OMSA. With just one machine it
 may be a little over kill but provides a GUI for all administration of the
 server. Other wise you can direct all inquiries to
 [EMAIL PROTECTED], just sgn up for the list.


John, you've been around for a while - how about if you start bottom
posting and editing a little more out?

Thanks.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] RAID / OS Monitoring tools ?

2008-09-23 Thread Bowie Bailey
Spiro Harvey wrote:
  Now I want to be able to monitor the box, specifically with respect
  to the RAID drives so I'll know if one has gone bad and the RAID
  configuration has failed over to it. Anyone have any suggestions for
  tools to use ?
 
 We use 3Ware RAID cards, and they have a CLI util called tw_cli. We
 run tw_cli info c0 every hour into a rotating file. Then from
 crontab we run a script that diffs the current output to the last
 hour's output. 
 
 If there's a difference, it emails us.

The current 3Ware software has an option to email errors.  You shouldn't
need to do anything that fancy just to find out if something fails.

-- 
Bowie
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAID / OS Monitoring tools ?

2008-09-23 Thread Harald Wegscheider

Joshua Baker-LePain wrote:

On Mon, 22 Sep 2008 at 5:53pm, Fred Kienker wrote

If you're like me and generally hate vendor tools, I believe that 
Dell's PERC controllers are rebadged LSIs.  LSI has a command line 
tool you can use to monitor them.  MegaCli is more than just a bit 
obtuse, but a little bit of scripting goes a long way.



There is also a GUI tool from LSI called Megaraid Storage Manager (msm).
We use it with LSI and Perc controller on CentOS and RedHat.

Harald Wegscheider
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] RAID / OS Monitoring tools ?

2008-09-22 Thread kevin kempter

Hi List;

I just got a new server (my first **real** server).

It's a dell 2900 :
quad core XEON (with a spare slot for a 2nd quad core chip)
8G memory (expandable to 64G)
8 hot swap SATA HD slots onboard
PERC6i RAID controller
etc

I initially setup the system / RAID as follows:

1)  booted off the dell setup CD
2) walked through the RAID setup and formatted the drives
3) the setup bombed when it asked for a RHEL install media (I suspect  
cause I gave it a CentOS 5 install DVD instead)

4) powered off
5) restarted the box with the CentOS DVD in the drive and installed  
CentOS 5


The RAID configuration was as I had set it up in the DELL setup cd so  
I'm happy.



Now I want to be able to monitor the box, specifically with respect to  
the RAID drives so I'll know if one has gone bad and the RAID  
configuration has failed over to it. Anyone have any suggestions for  
tools to use ?


Thanks in advance...








___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] RAID / OS Monitoring tools ?

2008-09-22 Thread Fred Kienker
 -Original Message-
 From: kevin kempter [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 22, 2008 5:28 PM
 To: CentOS mailing list
 Subject: [CentOS] RAID / OS Monitoring tools ?
 
 Hi List;
 
 I just got a new server (my first **real** server).
 
 It's a dell 2900 :
 quad core XEON (with a spare slot for a 2nd quad core chip) 
 8G memory (expandable to 64G)
 8 hot swap SATA HD slots onboard
 PERC6i RAID controller
 etc
 
 I initially setup the system / RAID as follows:
 
 1)  booted off the dell setup CD
 2) walked through the RAID setup and formatted the drives
 3) the setup bombed when it asked for a RHEL install media (I 
 suspect cause I gave it a CentOS 5 install DVD instead)
 4) powered off
 5) restarted the box with the CentOS DVD in the drive and 
 installed CentOS 5
 
 The RAID configuration was as I had set it up in the DELL 
 setup cd so I'm happy.
 
 
 Now I want to be able to monitor the box, specifically with 
 respect to the RAID drives so I'll know if one has gone bad 
 and the RAID configuration has failed over to it. Anyone have 
 any suggestions for tools to use ?
 
 Thanks in advance...
 
 
 
 
 
 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
 


You need the Dell OMSA tools. They are easy to install and work great with 
CentOS. Google Dell and OMSA to find them. You can add the Dell repository to 
yum to make it even easier to install and maintain them.

Best regards, 
Fred 

Fred Kienker
AT4B
5261 Sunset Trail
Marietta, GA 30068

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
770.518.6166 Phone
770.518.6992 Fax

Advanced Technologies For Business


This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you.

 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] RAID / OS Monitoring tools ?

2008-09-22 Thread Joshua Baker-LePain

On Mon, 22 Sep 2008 at 5:53pm, Fred Kienker wrote


It's a dell 2900 :
quad core XEON (with a spare slot for a 2nd quad core chip)
8G memory (expandable to 64G)
8 hot swap SATA HD slots onboard
PERC6i RAID controller

*snip*

Now I want to be able to monitor the box, specifically with
respect to the RAID drives so I'll know if one has gone bad
and the RAID configuration has failed over to it. Anyone have
any suggestions for tools to use ?


You need the Dell OMSA tools. They are easy to install and work great 
with CentOS. Google Dell and OMSA to find them. You can add the Dell 
repository to yum to make it even easier to install and maintain them.


If you're like me and generally hate vendor tools, I believe that Dell's 
PERC controllers are rebadged LSIs.  LSI has a command line tool you can 
use to monitor them.  MegaCli is more than just a bit obtuse, but a little 
bit of scripting goes a long way.


--
Joshua Baker-LePain
QB3 Shared Cluster Sysadmin
UCSF
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAID / OS Monitoring tools ?

2008-09-22 Thread Spiro Harvey
 Now I want to be able to monitor the box, specifically with respect
 to the RAID drives so I'll know if one has gone bad and the RAID  
 configuration has failed over to it. Anyone have any suggestions for  
 tools to use ?

We use 3Ware RAID cards, and they have a CLI util called tw_cli. We run
tw_cli info c0 every hour into a rotating file. Then from crontab we
run a script that diffs the current output to the last hour's output.

If there's a difference, it emails us.



-- 
Spiro Harvey  Knossos Networks Ltd
021-295-1923www.knossos.net.nz

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] RAID / OS Monitoring tools ?

2008-09-22 Thread John
JohnStanley Writes:

 Please see linux.dell.com and search for OMSA. With just one machine it
may be a little over kill but provides a GUI for all administration of the
server. Other wise you can direct all inquiries to
[EMAIL PROTECTED], just sgn up for the list.

There are also depending on your raid card, Mega-Cli or PERC Non GUI tools
to assist you.


JohnStanley

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of kevin kempter
Sent: Monday, September 22, 2008 5:28 PM
To: CentOS mailing list
Subject: [CentOS] RAID / OS Monitoring tools ?

Hi List;

I just got a new server (my first **real** server).

It's a dell 2900 :
quad core XEON (with a spare slot for a 2nd quad core chip) 8G memory
(expandable to 64G)
8 hot swap SATA HD slots onboard
PERC6i RAID controller
etc

I initially setup the system / RAID as follows:

1)  booted off the dell setup CD
2) walked through the RAID setup and formatted the drives
3) the setup bombed when it asked for a RHEL install media (I suspect cause
I gave it a CentOS 5 install DVD instead)
4) powered off
5) restarted the box with the CentOS DVD in the drive and installed CentOS 5

The RAID configuration was as I had set it up in the DELL setup cd so I'm
happy.


Now I want to be able to monitor the box, specifically with respect to the
RAID drives so I'll know if one has gone bad and the RAID configuration has
failed over to it. Anyone have any suggestions for tools to use ?

Thanks in advance...








___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos