I need to check the Raid status on a few HP servers
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
I need to check the Raid status on a few HP servers
I am trying to find a wizard, or check that I can use to get the status of my raid controllers and arrays.
I was trying to use check_cciss, but I do not see an argument for putting in an address.
What does everyone else use,
Thank you in advance for any and all input.
I was trying to use check_cciss, but I do not see an argument for putting in an address.
What does everyone else use,
Thank you in advance for any and all input.
Re: I need to check the Raid status on a few HP servers
There are 97 listings under the "RAID Controllers" category on the Nagios Exchange:
http://exchange.nagios.org/index.php?op ... hword=raid
There must be something that you can use in your environment. Have you checked them all?
http://exchange.nagios.org/index.php?op ... hword=raid
There must be something that you can use in your environment. Have you checked them all?
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: I need to check the Raid status on a few HP servers
I did not see all these, i am looking for an HP linux raid plugin
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: I need to check the Raid status on a few HP servers
What specific array? Sounds like it might also be software side arrays? Can you give us some more details, all you really need to do is enter a proper name for the hardware/software you are looking for, such as "HP Linux SMART". You may also be able to monitor it via SNMP, but once again, you've not given us much to go on.
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: I need to check the Raid status on a few HP servers
Okay, i am trying to figure out how to get the Check_CCISS plus in to work.
I do not see any directions, can someone that has used it please advice.
I am new to linux and nagios,
Thank you
I do not see any directions, can someone that has used it please advice.
I am new to linux and nagios,
Thank you
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: I need to check the Raid status on a few HP servers
I have an hp DL380-g5 with a HP Smart array e200 with the latest firmware 1.86 just installed, i want to monitor the array health from my nagios server. I have looked and most run on the hp server, and I am not sure how to get the results back to nagios.
Thank you for your help
Thank you for your help
Re: I need to check the Raid status on a few HP servers
After you have downloaded the plugin from the Nagios Exchange, you can install it very easily from the Nagios XI Web interface:Okay, i am trying to figure out how to get the Check_CCISS plus in to work.
I do not see any directions, can someone that has used it please advice.
Admin->Manage Plugins->Browse->...->Upload Plugin
After the plugin has been installed, you can run it from the CLI with the "-h" flag to see the usage:
Code: Select all
cd /usr/local/nagios/libexec
./check_cciss-1.12 -hhttp://assets.nagios.com/downloads/nagi ... ios_XI.pdf
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: I need to check the Raid status on a few HP servers
I had done all that, but i need to monitor the array on a remote machine so I am unsure hoe to procede. There is no option for an IP address so that the plug in can test on a remote machine like Cisco BGP for example.
Thank you again for any assistance.
Thank you again for any assistance.
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: I need to check the Raid status on a few HP servers
Okay, update time
On my test box, i have copied over the cciss plug in, i have updates the hpacucli to the latest version, updated the key for it from HP.
I can now run run the plug in on the test box successfully.
[root@RonbTestBox libexec]# ./check_cciss -v
RAID OK: Smart Array E200 in Slot 3 array A logicaldrive 1 (33.9 GB, RAID 1, OK) array B logicaldrive 2 (205.0 GB, RAID 0, OK) [Controller Status: OK Cache Status: OK]
[root@RonbTestBox libexec]#
How do I get this info to the nagios server and monitor the output
Thank you again
On my test box, i have copied over the cciss plug in, i have updates the hpacucli to the latest version, updated the key for it from HP.
I can now run run the plug in on the test box successfully.
[root@RonbTestBox libexec]# ./check_cciss -v
RAID OK: Smart Array E200 in Slot 3 array A logicaldrive 1 (33.9 GB, RAID 1, OK) array B logicaldrive 2 (205.0 GB, RAID 0, OK) [Controller Status: OK Cache Status: OK]
[root@RonbTestBox libexec]#
How do I get this info to the nagios server and monitor the output
Thank you again
Re: I need to check the Raid status on a few HP servers
You will need to use an agent: nrpe, ncpa, or check_by_ssh.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.