When trying to setup an Infrastructure agent to monitor a Unix server the following error appears:
"The operating system type unknown is not recognized or not supported and no collector will be created for it"
or
"Cannot determine the operating system type of the remote system."
Following errors can be found in the log file:
2014-01-21 11:28:18.273 ECHO HostAgents/5.6.10/UnixAgent/Monitor@MyServer VERBOSE [Quartz[0]-22] com.quest.glue.core.remoteconnection.SSHGanymedConnectionImpl - A buggy SSH server has been detected that closes connections when sessions are closed. Sessions will not be closed when agents issue commands.
com.quest.glue.api.services.NonZeroExitCodeException: process exited with code 1
[...]
2014-01-21 11:28:18.481 ECHO HostAgents/5.6.10/UnixAgent/Monitor@MyServer ERROR [Quartz[0]-22] com.quest.glue.core.remoteconnection.ErrorOutputStream - WARNING: Your password has expired.
Password change required but no TTY available.
[...]
2014-01-21 11:28:18.482 ECHO HostAgents/5.6.10/UnixAgent/Monitor@MyServer VERBOSE [Quartz[0]-22] com.quest.glue.core.remoteconnection.SSHGanymedConnectionImpl - Cannot determine the operating system type of the remote system
com.quest.glue.api.services.NonZeroExitCodeException: process exited with code 1
[...]