In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
Common ansible commands
View ansible list of machines in the group to view memory usage (shell module) ansible-m command-a 'free-h' view host disk capacity (command module) ansible-m shell-a' df-h' error resolution record ansible all-m ping failed
When the above command is executed to detect the survival status of the host, the following error message appears:
"msg": "Failed to connect to the host via ssh: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)"
Execute the following command to display more detailed information
Ansible-m ping all-vvv
The results are as follows
ESTABLISH SSH CONNECTION FOR USER: None
The ansible connection to the managed host (in this case, websrv.internal.org) does not use an explicit user name. Therefore, modify the configuration file / etc/ansible/hosts of ansible as follows:
Websrv.internal.org ansible_user=test
The 'test' here is a loggable user on the websrv.internal.org host. If the public key is configured, the above host probe command can be completed successfully. The echo is as follows:
Websrv.internal.org | SUCCESS = > {"changed": false, "ping": "pong"}
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.