Page 2 of 2
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Thu Jul 29, 2021 4:09 am
by lanxessinfy
Hi,
Please find the output.
[LNGIOSAD@xxxxxx ~]$ sudo nmap -p 161 -sU x.x.x.x.x
Starting Nmap 6.47 (
http://nmap.org ) at 2021-07-29 11:00 CEST
Nmap scan report for LAZURSMTPxxxxxx (x.x.x.x.x)
Host is up (0.0019s latency).
PORT STATE SERVICE
161/udp open|filtered snmp
Nmap done: 1 IP address (1 host up) scanned in 0.27 seconds
Same output for other servers also..
Thanks!
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Thu Jul 29, 2021 9:08 am
by gsmith
Hi
That looks good.
Back to 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
I would talk to Microsoft Azure support and ask them if SNMP services are not available in Azure.
Thanks
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Thu Jul 29, 2021 10:45 am
by lanxessinfy
Okay Please inform us.
Waiting for your reply.
Thanks!
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Thu Jul 29, 2021 11:10 am
by gsmith
Hi
No, you need to talk to Microsoft Azure support and ask them if SNMP services are not available in Azure. We
are not a customer of Azure so they won't answer questions coming from us.
Thanks
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Fri Jul 30, 2021 8:12 am
by lanxessinfy
Hi,
But it is showing some output with this OID.
[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
SNMPv2-SMI::enterprises.77.1.1.4.0 = INTEGER: 1627294113
SNMPv2-SMI::enterprises.77.1.1.5.0 = Counter32: 8
SNMPv2-SMI::enterprises.77.1.1.6.0 = Counter32: 0
SNMPv2-SMI::enterprises.77.1.1.7.0 = Counter32: 0
.....So on.
If the SNMP service is not available then it shouldn't show right?
Please correct me.
Thanks
Re: Monitor Dead mails for Lotus Domino server built in Azur
Posted: Fri Jul 30, 2021 9:39 am
by gsmith
Hi
You appear to be correct. But ......
I know you are looking for 1.3.6.1.4.1.334.72.1.1.4.1.0, and that agrees with this from IBM:
The branch (object ID) is named:
iso.org.dod.internet.private.enterprises.lotus.notes
and is numbered 1.3.6.1.4.1.334.72.
If you look up 1.3.6.1.4.1.77
http://www.mibdepot.com/cgi-bin/getmib3 ... =v1&t=tree
you'll see it is a MIB for Lan Manager.
Looking up Lan Manager I see:
LAN Manager was a network operating system (NOS) available from multiple vendors and developed by Microsoft in cooperation with 3Com Corporation. It was designed to succeed 3Com's 3+Share network server software which ran atop a heavily modified version of MS-DOS.
https://en.wikipedia.org/wiki/LAN_Manager
So it looks like you are receiving information from Azure and not your Azure-based server. You should ask
Azure Support if this is the case.
Thanks