Re: [Nagios-users] check_Openmanage trouble

2013-08-15 Thread Weberskirch, Timo
Hello Trond,

the check_openmanage -no-storage options works (surely without any physical 
disk... :( ).

I was on the phone with the Dell Pro Support. They told me that the MD3 
only schows the raid disk Information (not the physical disk informations) to 
external devices.
Also they told me that there is no way to filter out the SAS-Card in OMSA.

I have to live with -no-storage option...

Regards,
Timo
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] check_Openmanage trouble

2013-08-15 Thread Trond Hasle Amundsen
Weberskirch, Timo timo.weberski...@offlimits-it.com writes:

 the check_openmanage –no-storage options works (surely without any physical 
 disk… :( ).

 I was on the phone with the Dell Pro Support. They told me that the MD3 
 only schows the raid disk Information (not the physical
 disk informations) to external devices.

 Also they told me that there is no way to filter out the SAS-Card in OMSA.

 I have to live with „—no-storage“ option…

Hmm.. Ok, so this particular server doesn't have any storage other than
the SAS card (connected to the MD3xxx), which OMSA can't manage? If so,
that is exactly what the '--no-storage' option is for :)

You should use the '--no-storage' option if

  1. The server has no storage, which is entirely possible; or
  2. The only storage present is something that OMSA doesn't recognize

Regards,
-- 
Trond H. Amundsen t.h.amund...@usit.uio.no
Center for Information Technology Services, University of Oslo

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] check_Openmanage trouble

2013-08-14 Thread Trond Hasle Amundsen
Weberskirch, Timo timo.weberski...@offlimits-it.com writes:

 thank you all for your fast and helpful response.  Unfortunately the problem
 persists.

 Is there a way to filter out the  (in my opinion faulty) SAS card?

Storage components are tightly interconnected, so from the plugin side
your only option is to not check storage at all:

   check_openmanage --no-storage

But I still believe that this is a software problem, i.e. in OMSA.

Regards,
-- 
Trond H. Amundsen t.h.amund...@usit.uio.no
Center for Information Technology Services, University of Oslo


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_Openmanage trouble

2013-08-13 Thread Weberskirch, Timo
Hallo everyone,

thank you all for your fast and helpful response.  Unfortunately the problem 
persists.
Is there a way to filter out the  (in my opinion faulty) SAS card?

Regards,
Timo
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] check_Openmanage trouble

2013-08-07 Thread Weberskirch, Timo
Hello Trond,

Thank you for your fast response!
I'am new to the userlist and I hope my answer will appear in the right thread.

It's a Server 2012 Standard based SQL Failovercluster.
On each node I can see all physical and virtual disks in the web console.

Maybe there is a problem with the 6 Gbps SAS HBA card which is installed in 
both nodes of the cluster?

Regards,
Timo
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] check_Openmanage trouble

2013-08-07 Thread Rich
Usually, when I've seen this, it's been after doing an upgrade of an
existing OMSA install (= 6.x to 7.x).

In general, I haven't found a good way to resolve it other than automating
a complete uninstall of OMSA prior to installing the newer version.

- Rih


On Wed, Aug 7, 2013 at 8:09 AM, Weberskirch, Timo 
timo.weberski...@offlimits-it.com wrote:

  Hello Trond,



 Thank you for your fast response!

 I’am new to the userlist and I hope my answer will appear in the right
 thread.



 It’s a Server 2012 Standard based SQL Failovercluster.

 On each node I can see all physical and virtual disks in the web console.



 Maybe there is a problem with the 6 Gbps SAS HBA card which is installed
 in both nodes of the cluster?



 Regards,

 Timo


 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when
 reporting any issue.
 ::: Messages without supporting info will risk being sent to /dev/null

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] check_Openmanage trouble

2013-08-07 Thread Trond Hasle Amundsen
Rich rerc...@pha.jhu.edu writes:

 Usually, when I've seen this, it's been after doing an upgrade of an
 existing OMSA install (= 6.x to 7.x).

 In general, I haven't found a good way to resolve it other than
 automating a complete uninstall of OMSA prior to installing the newer
 version.

Yes, I think the logical next step in this case is to do a complete
uninstall, then reinstall of OMSA on the host. The problem is in OMSA
and must be fixed there. The plugin is simply complaining that OMSA
isn't responding as expected.

Regards,
-- 
Trond H. Amundsen t.h.amund...@usit.uio.no
Center for Information Technology Services, University of Oslo

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_Openmanage trouble

2013-08-06 Thread Trond Hasle Amundsen
Weberskirch, Timo timo.weberski...@offlimits-it.com writes:

 maybe one of you has the same problem with the check_openmanage plugin…

 Last week we installed two new Dell PowerEdge R720 with OMSA v 7.3.0
 (check_openmange version: 3.7.10).

 Everytime I try to check my Server I get this error message:

 “SNMP ERROR [storage / pdisk]: Requested entries are empty or do not exist.”

Hello Timo,

There seems to be some sort of issue with the Openmanage installation on
this server. First thing to do is double-check that everything is
installed properly. On a RHEL6 system, the following storage related RPM
packages should be installed:

  # rpm -qa|grep srvadmin-storage
  srvadmin-storageservices-7.3.0-4.4.1.el6.x86_64
  srvadmin-storage-7.3.0-4.93.2.el6.x86_64
  srvadmin-storage-cli-7.3.0-4.93.2.el6.x86_64
  srvadmin-storageservices-snmp-7.3.0-4.4.1.el6.x86_64
  srvadmin-storage-snmp-7.3.0-4.93.2.el6.x86_64
  srvadmin-storageservices-cli-7.3.0-4.4.1.el6.x86_64

Do you see any physical disks in the Openmanage Web Console? (point your
browser to https://server-ip:1311/ and log in as root)

Regards,
-- 
Trond H. Amundsen t.h.amund...@usit.uio.no
Center for Information Technology Services, University of Oslo

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null