Page 3 of 4

Re: Fujitsu servers

Posted: Wed Jan 25, 2017 4:23 pm
by tgriep
Can you poll the server directly without using the iRMC interface?

Re: Fujitsu servers

Posted: Wed Jan 25, 2017 6:34 pm
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

Re: Fujitsu servers

Posted: Thu Jan 26, 2017 9:57 am
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.

Re: Fujitsu servers

Posted: Thu Jan 26, 2017 4:18 pm
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

Re: Fujitsu servers

Posted: Fri Jan 27, 2017 10:34 am
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?

Re: Fujitsu servers

Posted: Fri Jan 27, 2017 4:26 pm
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

Re: Fujitsu servers

Posted: Fri Jan 27, 2017 5:00 pm
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

Re: Fujitsu servers

Posted: Fri Jan 27, 2017 5:07 pm
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 ~]# 




Re: Fujitsu servers

Posted: Mon Jan 30, 2017 11:57 am
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

Re: Fujitsu servers

Posted: Mon Jan 30, 2017 12:03 pm
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