Fujitsu servers

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Fujitsu servers

Post by tgriep »

Can you poll the server directly without using the iRMC interface?
Be sure to check out our Knowledgebase for helpful articles and solutions!
orani
Posts: 169
Joined: Wed May 06, 2015 3:33 pm

Re: Fujitsu servers

Post by orani »

If you mean to execute the command without -A argument, i cant.

Infra3 as server runs windows server 2012 r2 and at the os has a diferent ip so i cant.

Code: Select all

./check_fujitsu_server.pl -H Infra3 -t 120 -C public --chkenv-fan
the above command does not work
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Fujitsu servers

Post by tgriep »

What version of Net::SNMP package is installed in the server that is working versus the one that is not?
Maybe is is a version issue for that package causing the issue.

When the --chkenv-fan option is used, it is will pool the server using the OID below, can you run the following command and post the output?

Code: Select all

time snmpwalk 10.0.5.17 -v 2c -c public 1.3.6.1.4.1.211.1.31.1.1.1.8.
Be sure to check out our Knowledgebase for helpful articles and solutions!
orani
Posts: 169
Joined: Wed May 06, 2015 3:33 pm

Re: Fujitsu servers

Post by orani »

The output of the command is

Code: Select all

time snmpwalk 10.0.5.17 -v 2c -c public 1.3.6.1.4.1.211.1.31.1.1.1.8.
1.3.6.1.4.1.211.1.31.1.1.1.8.: Unknown Object Identifier (Sub-id not found: enterprises -> )

real    0m1.249s
user    0m0.142s
sys     0m0.296s
All servers have the same version of snmp.

Both servers, some times work and some times dont
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Fujitsu servers

Post by tgriep »

It it is intermittent, it will be hard to troubleshoot. Try running this and see if this returns any information

Code: Select all

snmpwalk 10.0.5.17 -v 2c -c public 1.3.6.1.4.1.211.1.31.1.1.1.8 -m ALL
Do you see any errors on the Fujitsu server at all?
Be sure to check out our Knowledgebase for helpful articles and solutions!
orani
Posts: 169
Joined: Wed May 06, 2015 3:33 pm

Re: Fujitsu servers

Post by orani »

No errors at Fujitsu servers.

Code: Select all

[root@telematics ~]# snmpwalk 10.0.5.17 -v 2c -c public 1.3.6.1.4.1.211.1.31.1.1.1.8 -m ALL
RFC1155-SMI::enterprises.211.1.31.1.1.1.8 = No Such Object available on this agent at this OID
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Fujitsu servers

Post by tgriep »

Try running the following until it responds with some valid information.

Code: Select all

snmpwalk 10.0.5.17 -v 2c -c public
How many did you run it before it returned information?

Can you run this as well and post the output?

Code: Select all

nmap 10.0.5.17 -sU -p 161
Be sure to check out our Knowledgebase for helpful articles and solutions!
orani
Posts: 169
Joined: Wed May 06, 2015 3:33 pm

Re: Fujitsu servers

Post by orani »

snmpwalk gets the attachment by the first attempt

Code: Select all

[root@telematics ~]# nmap 10.0.5.17 -sU -p 161

Starting Nmap 5.51 ( http://nmap.org ) at 2017-01-28 00:06 EET
Nmap scan report for 10.0.5.17
Host is up (0.0019s latency).
PORT    STATE SERVICE
161/udp open  snmp
MAC Address: 70:E2:84:0B:56:E8 (Unknown)

Nmap done: 1 IP address (1 host up) scanned in 3.40 seconds
[root@telematics ~]# 



User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Fujitsu servers

Post by tgriep »

I don't know why your Fujitsu server sometimes responds and sometimes it does not. Check and see if there are any settings on the server for permissions, timeout, etc that you can adjust to see if you can get it to respond better.
Also, run the following on the Nagios server and post the output.

Code: Select all

snmpwalk 10.0.5.17 -v 2c -c public 1.3.6.1.4.1.211.1.31
Be sure to check out our Knowledgebase for helpful articles and solutions!
orani
Posts: 169
Joined: Wed May 06, 2015 3:33 pm

Re: Fujitsu servers

Post by orani »

i update the firmware of the irmc, restarted the server and the irmc and seems that the problem solved. i did this at only one of the 21 i got. i did it a few minutes earlier so i will wait to see if it is actually solved and i will get back to you
Locked