Hello,
Below is the output:
[root@HO1-NAGIOSXI ~]# nmap -Pn -p 80,443 10.1.0.29
Starting Nmap 7.70 (
https://nmap.org ) at 2021-03-07 08:55 +04
Nmap scan report for ho1-chb-dc1.chalhoub.org (10.1.0.29)
Host is up (0.00026s latency).
PORT STATE SERVICE
80/tcp closed http
443/tcp closed https
MAC Address: 00:0C:29:FB:D8:BF (VMware)
Nmap done: 1 IP address (1 host up) scanned in 1.03 seconds
[root@HO1-NAGIOSXI ~]#
[root@HO1-NAGIOSXI ~]#
[root@HO1-NAGIOSXI ~]#
[root@HO1-NAGIOSXI ~]# nmap -Pn -p 80,443 10.1.0.29
Starting Nmap 7.70 (
https://nmap.org ) at 2021-03-07 08:56 +04
Nmap scan report for ho1-chb-dc1.chalhoub.org (10.1.0.29)
Host is up (0.00082s latency).
PORT STATE SERVICE
80/tcp closed http
443/tcp closed https
MAC Address: 00:0C:29:FB:D8:BF (VMware)
Nmap done: 1 IP address (1 host up) scanned in 0.67 seconds
[root@HO1-NAGIOSXI ~]#
For 172.16.10.5, I can see both the ports are open, still we are getting the same error:
[root@HO1-NAGIOSXI libexec]# nmap -Pn -p 80,443 172.16.10.5
Starting Nmap 7.70 (
https://nmap.org ) at 2021-03-07 12:35 +04
Nmap scan report for ja-netapp-04.chalhoub.org (172.16.10.5)
Host is up (0.00017s latency).
PORT STATE SERVICE
80/tcp open http
443/tcp open https
Nmap done: 1 IP address (1 host up) scanned in 0.51 seconds
[root@HO1-NAGIOSXI libexec]# ./check_netapp_ontap.pl -H 172.16.10.5 -u jayakrishna.v -p Dubai2020 -o volume_health
Failed test query: Server returned HTTP Error:
[root@HO1-NAGIOSXI libexec]#