Page 1 of 2
Monitor Dead mails for Lotus Domino server built in Azure
Posted: Fri Jul 23, 2021 6:29 am
by lanxessinfy
Hi Team,
We want to monitor Dead mails for Lotus Domino server which was built in Azure.
They have enabled SNMP port.
Here is the output of command.
[LNGIOSAD@xxxxxxxxxx ~]$ snmpwalk x.x.x.x.x -v 2c -c xxxxxx 1.3.6.1.4.1.334.72.1.1.4.1.0
SNMPv2-SMI::enterprises.334.72.1.1.4.1.0 = No more variables left in this MIB View (It is past the end of the MIB tree).
It's working for other lotus domino servers which are not in azure.
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Fri Jul 23, 2021 1:28 pm
by gsmith
Hi,
Let's try the walk a little bit higher in the hierarchy. Run this and report
the output please:
Code: Select all
snmpwalk x.x.x.x.x -v 2c -c xxxxxx 1.3.6.1.4.1.334.72.1.1.4
Thanks
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Mon Jul 26, 2021 3:34 am
by lanxessinfy
HI,
Please find the output.
[LNGIOSAD@xxxxxx ~]$ snmpwalk x.x.x.x.x -v 2c -c xxxxxx 1.3.6.1.4.1.334.72.1.1.4
SNMPv2-SMI::enterprises.334.72.1.1.4 = No more variables left in this MIB View (It is past the end of the MIB tree)
[LNGIOSAD@xxxxxx ~]$ snmpwalk x.x.x.x.x-v 2c -c xxxxxx 1.3.6.1.4.1.334.72.1.1
SNMPv2-SMI::enterprises.334.72.1.1 = No more variables left in this MIB View (It is past the end of the MIB tree)
[LNGIOSAD@xxxxxx ~]$ snmpwalk x.x.x.x.x-v 2c -c xxxxxx 1.3.6.1.4.1.334
SNMPv2-SMI::enterprises.334 = No more variables left in this MIB View (It is past the end of the MIB tree)
[LNGIOSAD@xxxxxx ~]$ snmpwalk x.x.x.x.x-v 2c -c xxxxxx 1.3.6.1.4.1
SNMPv2-SMI::enterprises.77.1.1.1.0 = STRING: "10"
SNMPv2-SMI::enterprises.77.1.1.2.0 = STRING: "0"
SNMPv2-SMI::enterprises.77.1.1.3.0 = Hex-STRING: 03 00 00 00
.....
.....
.....
.....
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Mon Jul 26, 2021 10:00 am
by gsmith
Hi
Could you run:
Code: Select all
snmpwalk x.x.x.x.x -v 2c -c xxxxxx 1.3.6.1.4.1.334.72.1.1.4.1.0
against one of the Lotus Domino servers not in Azure and post the results here please.
Thanks
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Mon Jul 26, 2021 10:56 am
by lanxessinfy
Hi,
Please find the output.
It's showing correct output for those which are not built in Azure.
[LNGIOSAD@xxxxxx ~]$ snmpwalk x.x.x.x.x -v 2c -c xxxxxx 1.3.6.1.4.1.334.72.1.1.4.1.0
SNMPv2-SMI::enterprises.334.72.1.1.4.1.0 = INTEGER: 209
Thanks!
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Mon Jul 26, 2021 11:27 am
by gsmith
HI
Since you are running the snmpwalk from LNGIOSAD to both Azure and local servers
I have to conclude that the issue lies with the Domino server in Azure.
Take a look at this and see if it helps you diagnose the Domino server:
https://help.hcltechsw.com/domino/10.0. ... ent_r.html
Let me know what you find out, or if you need some guidance. I don't have a Domino server to test against,
but can probably help you with the above document.
Thanks
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Wed Jul 28, 2021 2:09 am
by lanxessinfy
Hi,
What might be the issue?
I have tried snmpwalk with the MIB's in link.
Below is the output
1.The platform-specific Master SNMP Agent:
[LNGIOSAD@xxxxxx ~]$ snmpwalk x.x.x.x.x -v 2c -c xxxxxx 1.3.6.1.2.1.1.1.0
SNMPv2-MIB::sysDescr.0 = STRING: Hardware: Intel64 Family 6 Model 79 Stepping 1 AT/AT COMPATIBLE - Software: Windows Version 6.3 (Build 14393 Multiprocessor Free)
2.The Domino SNMP Agent:
[LNGIOSAD@xxxxxx ~]$ snmpwalk x.x.x.x.x -v 2c -c xxxxxx 1.3.6.1.4.1.334.72.100.1.0
SNMPv2-SMI::enterprises.334.72.100.1.0 = No more variables left in this MIB View (It is past the end of the MIB tree)
3.The QuerySet Handler:
[LNGIOSAD@xxxxxx ~]$ snmpwalk x.x.x.x.x -v 2c -c xxxxxx 1.3.6.1.4.1.334.72.1.5.0
SNMPv2-SMI::enterprises.334.72.1.5.0 = No more variables left in this MIB View (It is past the end of the MIB tree)
Thanks
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Wed Jul 28, 2021 10:51 am
by gsmith
Hi,
Please try this from your Nagios xi server and send me the output. If the "nmap" command isn't there please install it.
Code: Select all
nmap -p 161 -sU <ip of Azure Domino server>
Looking at this:
https://docs.microsoft.com/en-US/troubl ... re-support
Windows Server features
The following significant features are not supported:
BitLocker Drive Encryption (on the operating system hard disk, may be used on data disks)
Internet Storage Name Server
Multipath I/O
Network Load Balancing
Peer Name Resolution Protocol
RRAS
Direct Access
SNMP Services
Storage Manager for SANs
Windows Internet Name Service
Wireless LAN Service
Is the Domino server in Azure running on Windows or Linux?
Thanks
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Wed Jul 28, 2021 11:04 am
by lanxessinfy
Hi,
[LNGIOSAD@xxxxxx ~]$ nmap -p 161 -sU x.x.x.x
You requested a scan type which requires root privileges.
QUITTING!
Its Windows OS same as other domino servers which are not built in azure.
Thanks!
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Wed Jul 28, 2021 11:15 am
by gsmith
Hi
Please run this:
Code: Select all
sudo nmap -p 161 -sU <ip of Azure Domino server>
Thanks