You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the status of the environment using ansible:
ansible all -m ping
This command establishes a connection to all the machines in the environment (except ESXi servers). In case the machines are up an running a success message, per each, will show up. This is an example of a success message for the VM jboss0.example.com:
[jameslabocki@localhost ~]$ ssh -i ~/.ssh/sap_id_rsa [email protected] [email protected]'s password:
Last failed login: Thu Apr 18 15:21:08 EDT 2019 from 182.79.223.194 on ssh:notty
There were 1358 failed login attempts since the last successful login.
Last login: Thu Apr 18 10:23:32 2019 from 47.199.186.76
[root@tower ~]# sudo -i
[root@tower ~]# ansible all -m ping
[WARNING]: Could not match supplied host pattern, ignoring: all
[WARNING]: provided hosts list is empty, only localhost is available
Check the status of the environment using ansible:
ansible all -m ping
This command establishes a connection to all the machines in the environment (except ESXi servers). In case the machines are up an running a success message, per each, will show up. This is an example of a success message for the VM jboss0.example.com:
cf.example.com | SUCCESS => {
"changed": false,
"ping": "pong"
}
ansible.cfg config file = /root/RHS-Path_2_HANA/playbooks-for-hana/ansible.cfg is as follows:
[defaults]
inventory=/home/ansible/ansible-files/inventory
The inventory file does not exist in tower.
The text was updated successfully, but these errors were encountered: