Esay way to check remote server status (whether it is up/down) from a list of servers using nmap

22. October 2013 SysAdmin 0

Suppose, serverlist is the file-name which contain all the list of servers. Enter below nmap command from your  jumphost:-

nmap -iL serverlist -sP|grep up


Leave a Reply

Your email address will not be published. Required fields are marked *