Pattern discovery error "Solaris global zone host/address of local zone need to be discovered first. Please run quick discovery on this IP and try again."Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Pattern discovery error "Solaris global zone host/address of local zone need to be discovered first. Please run quick discovery on this IP and try again." Release All currently supported releases. Cause Process detection is triggered when discovering applications as part of pattern discovery. Discovering solaris demands extra logic to determine if the commands run to collect information on the process should be run on the global or local zones. The error to discover the global zone is thrown when process detection if triggered on the global zone and the process is not found. There is no need to discover the global zone due to this error. The error is added as a candidate root cause of the pattern failing. However, it is possible the pattern discovery would still be successful even when this error is found as for solaris there are multiple attempts to collect the process information. Resolution Review pattern discovery log process detection. If the process detection is successful this error can be disregarded.Resolve the errors returned by the process detection, steps will depend on error returned.Try mid server property mid.solaris.use_netstat_u_param = true.If error is not resolved, contact support for further troubleshooting.