Mid Server Error gets geneated in Agent Log every 10 minutes. I.e (454) StatusMonitor.600 SEVERE *** ERROR *** xxxxx: xxxxx: unknown error, HostUtil.getHostname(HostUtil.java:38)Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> MID Agent log: unknown error, HostUtil.getHostname Issue MID Server agent log throws the error: unknown error, HostUtil.getHostname This error isusually generated by the linux host, hosting the MID server where host entry in /etc/hosts does not exist or its IP is not able to resolve in DNS. Below log can be seen in the Agent log and also MID server record with missing hostname in the Instance can be seen as well. see attached screenshot. ========================= 09/29/17 05:10:06 (093) Timer-27 SEVERE *** ERROR *** sdo-snow2: sdo-snow2: unknown errorjava.net.UnknownHostException: sdo-snow2: sdo-snow2: unknown error at java.net.InetAddress.getLocalHost(InetAddress.java:1505)at com.glide.util.HostUtil.getHostname(HostUtil.java:47)at com.glide.util.HostUtil.getHostname(HostUtil.java:38) Solution Check for hostname entry in /etc/hosts file and also check to see if IP can be resolve in DNS. Check to see if the hostname entry exists in the /etc/hosts file, for example: cat /etc/hostsAlso check to see if the DNS entry exists by doing nslookup on IP FIX: Update /etc/hosts with correct hostname/ip address. OR update DNS with correct IP/name. <!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.0px; font: 12.0px 'Helvetica Neue'; color: #455464; -webkit-text-stroke: #455464; background-color: #ffffff} span.s1 {font-kerning: none} --> <!-- p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; line-height: 14.0px; font: 12.0px Times; color: #000000; -webkit-text-stroke: #000000} span.s1 {font-kerning: none} -->