Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

https://www.juniper.net/documentation/en_US/junos-ansible/topics/task/troubleshooting/junos-ansible-configuration-errors-troubleshooting.html


fatal: [vsrx1]: FAILED! => {"changed": false, "msg": "jxmlease >= 1.0.1 is required for this module. However, jxmlease does not appear to be currently installed. See http://jxmlease.readthedocs.io/en/stable/install.html for details on installing jxmlease."}

Solution:

pip install jxmlease
pip install --upgrade pip


TASK [Load conf. Confirm within 5 min. Wait 3 secs between chk and commit] *********************************************fatal: [172.30.95.194]: FAILED! => {"changed": false, "msg": "Unable to make a PyEZ connection: ConnectAuthError(172.30.95.194)"}


Solution:

host: "{{ inventory_hostname }}"
user: "jansible"
passwd: "jansible123"



TASK [Load conf. Confirm within 5 min. Wait 3 secs between chk and commit] *********************************************
fatal: [172.30.95.194]: FAILED! => {"changed": false, "msg": "Failure loading the configuraton: ConfigLoadError(severity: error, bad_element: None, message: error: Cannot open configuration file: 172.30.95.194.conf)"}

Solution:

..change href:  >>>> src:


rpc_contents = open(kvargs['path'], 'rU').read()\nIOError: [Errno 2] No such file or directory: '172.30.95.194.conf'\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
to retry, use: --limit @/etc/ansible/roles/ex3400/tasks/load_config_commit_check.retry

  • No labels