If you try to estabilish a dsh session with a remote node sometimes you may get an error message like this:
Connecting with ssh works well with key authentication:# dsh -n server date server.domain.com: Host key verification failed. dsh: 2617-009 server.domain.com remote shell had exit code 255
# ssh serverThe difference between the two connections is that the dsh uses the FQDN, and the FQDN needs to be added to the known_hosts file for SSH. Therefore you must make an ssh connection first with FQDN to the host:
Now try to use dsh again, and you'll see it will work:# ssh server.domain.com date The authenticity of host server.domain.com can't be established. RSA key fingerprint is 1b:b1:89:c0:63:d5:f1:f1:41:fa:38:14:d8:60:ce. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added server.domain.com (RSA) to the list of known hosts. Tue Sep 6 11:56:34 EDT 2011
# dsh -n server date server.domain.com: Tue Sep 6 11:56:38 EDT 2011
If you found this useful, here's more on the same topic(s) in our blog:
- Cleaning file systems
- Resolving LED code 555
- Removing ODM information of a logical volume
- DVD-RAM Backup
- MD5 for AIX
UNIX Health Check delivers software to scan Linux and AIX systems for potential issues. Run our software on your system, and receive a report in just a few minutes. UNIX Health Check is an automated check list. It will report on perfomance, capacity, stability and security issues. It will alert on configurations that can be improved per best practices, or items that should be improved per audit guidelines. A report will be generated in the format you wish, and the report includes the issues discovered and information on how to solve the issues as well.
Interested in learning more?
Interested in learning more?