IBM / ansible-power-aix

Developer contributions for Ansible Automation on Power
https://ibm.github.io/ansible-power-aix/
GNU General Public License v3.0
80 stars 93 forks source link

Calling nim module within my playbook from ansible collection ibm.power_aix fails #533

Closed platanip closed 2 weeks ago

platanip commented 3 weeks ago

I am running a playbook via a job template on Ansible automation controller that calls the ibm.power_aix collection. Within the playbook I am calling the module nim to be able to perform various nim functions and specifically a nim upgrade of a AIX client and then a reboot. In this example I am running the nim module with the action: reboot to reboot the nim cleint. However the job keeps failing with below errors :-

If I call other modules in the ibm.power_aix collection it works fine e.g. I called bootlist and reboot modules and they work successfully. The collections version that is being downloaded onto my ansible tower host is ibm.power_aix:1.7.2

ASK [reboot AIX NIM client] *** task path: /runner/project/patch_os_aix.yml:76

ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'echo ~ansible_aix && sleep 0'"'"'' (0, b'/home/ansible_aix\\n', b"Warning: Permanently added 'aud4070l.unix.anz,10.49.36.46' (ECDSA) to the list of known hosts.\\r\\n|-----------------------------------------------------------------|\\n| This system is for the use of authorized users only. |\\n| Individuals using this computer system without authority, or in |\\n| excess of their authority, are subject to having all of their |\\n| activities on this system monitored and recorded by system |\\n| personnel. |\\n| |\\n| In the course of monitoring individuals improperly using this |\\n| system, or in the course of system maintenance, the activities |\\n| of authorized users may also be monitored. |\\n| |\\n| Anyone using this system expressly consents to such monitoring |\\n| and is advised that if such monitoring reveals possible |\\n| evidence of criminal activity, system personnel may provide the |\\n| evidence of such monitoring to law enforcement officials. |\\n|-----------------------------------------------------------------|\\n| *** This host has been integrated with Active Directory *** |\\n| ** Please use your AUINTRANETTEST LAN ID to authenticate ** |\\n|-----------------------------------------------------------------C\\n\\n") ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /home/ansible_aix/.ansible/tmp `"&& mkdir "` echo /home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160 `" && echo ansible-tmp-1717463029.890134-120-90284804747160="` echo /home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160 `" ) && sleep 0'"'"'' (0, b'ansible-tmp-1717463029.890134-120-90284804747160=/home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160\\n', b'') Attempting python interpreter discovery ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' (0, b'PLATFORM\\nAIX\\nFOUND\\n/usr/bin/python2.7\\n/usr/bin/python\\n/usr/bin/python\\nENDFOUND\\n', b'') Python interpreter discovery fallback (unsupported platform for extended discovery: aix) Using module file /runner/requirements_collections/ansible_collections/ibm/power_aix/plugins/modules/nim.py PUT /home/runner/.ansible/tmp/ansible-local-21m60gravw/tmpzquborx3 TO /home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py SSH: EXEC sshpass -d10 sftp -o BatchMode=no -b - -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' '[aud4070l.unix.anz]' (0, b'sftp> put /home/runner/.ansible/tmp/ansible-local-21m60gravw/tmpzquborx3 /home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py\\n', b'') ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'chmod u+x /home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/ /home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py && sleep 0'"'"'' (0, b'', b'') ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' -tt aud4070l.unix.anz '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-njlnfpxgimkhgbtnvuniscakkkstrehi ; /usr/bin/python2.7 /home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded (1, b'Traceback (most recent call last):\\r\\n File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py", line 107, in \\r\\n _ansiballz_main()\\r\\n File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py", line 99, in _ansiballz_main\\r\\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\\r\\n File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py", line 48, in invoke_module\\r\\n run_name=\\'__main__\\', alter_sys=True)\\r\\n File "/opt/freeware/lib/python2.7/runpy.py", line 182, in run_module\\r\\n mod_name, loader, code, fname = _get_module_details(mod_name)\\r\\n File "/opt/freeware/lib/python2.7/runpy.py", line 119, in _get_module_details\\r\\n code = loader.get_code(mod_name)\\r\\n File "/tmp/ansible_ibm.power_aix.nim_payload_ab4S83/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py", line 1784\\r\\n msg = f"Following machine details are not in the proper format {failed_targets}"\\r\\n ^\\r\\nSyntaxError: invalid syntax\\r\\n', b'Shared connection to aud4070l.unix.anz closed.\\r\\n') Failed to connect to the host via ssh: Shared connection to aud4070l.unix.anz closed. ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'rm -f -r /home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/ > /dev/null 2>&1 && sleep 0'"'"'' (0, b'', b'') The full traceback is: Traceback (most recent call last):\r File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py", line 107, in \r _ansiballz_main()\r File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py", line 99, in _ansiballz_main\r invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\r File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py", line 48, in invoke_module\r run_name='__main__', alter_sys=True)\r File "/opt/freeware/lib/python2.7/runpy.py", line 182, in run_module\r mod_name, loader, code, fname = _get_module_details(mod_name)\r File "/opt/freeware/lib/python2.7/runpy.py", line 119, in _get_module_details\r code = loader.get_code(mod_name)\r File "/tmp/ansible_ibm.power_aix.nim_payload_ab4S83/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py", line 1784\r msg = f"Following machine details are not in the proper format {failed_targets}"\r ^\r SyntaxError: invalid syntax\r fatal: [aud6501l.unix.anz -> aud4070l.unix.anz]: FAILED! => { "changed": false, "module_stderr": "Shared connection to aud4070l.unix.anz closed.\\r\\n", "module_stdout": "Traceback (most recent call last):\\r\\n File \\"/home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py\\", line 107, in \\r\\n _ansiballz_main()\\r\\n File \\"/home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py\\", line 99, in _ansiballz_main\\r\\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\\r\\n File \\"/home/ansible_aix/.ansible/tmp/ansible-tmp-1717463029.890134-120-90284804747160/AnsiballZ_nim.py\\", line 48, in invoke_module\\r\\n run_name='__main__', alter_sys=True)\\r\\n File \\"/opt/freeware/lib/python2.7/runpy.py\\", line 182, in run_module\\r\\n mod_name, loader, code, fname = _get_module_details(mod_name)\\r\\n File \\"/opt/freeware/lib/python2.7/runpy.py\\", line 119, in _get_module_details\\r\\n code = loader.get_code(mod_name)\\r\\n File \\"/tmp/ansible_ibm.power_aix.nim_payload_ab4S83/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py\\", line 1784\\r\\n msg = f\\"Following machine details are not in the proper format {failed_targets}\\"\\r\\n ^\\r\\nSyntaxError: invalid syntax\\r\\n", "msg": "MODULE FAILURE\\nSee stdout/stderr for the exact error", "rc": 1 } PLAY RECAP ********************************************************************* aud6501l.unix.anz : ok=8 changed=4 unreachable=0 failed=1 skipped=0 rescued=0 ignored=1
nitismis commented 3 weeks ago

@schamola, please take care of this.

schamola commented 3 weeks ago

Hi @platanip,

It seems like your system is having python version - 2.7 Recently, we made some changes to our modules, requiring at least python version 3.6. So, please re-run after updating the python version and let us know if the problem persists.

platanip commented 2 weeks ago

Hi @schamola we have python3 installed on both the NIM master and the NIM client bash-5.1# python --version Python 3.7.12 I also added a variable to our job template to set the ansible python interpreter to python3 ansible_python_interpreter: /usr/bin/python3

In my playbook the NIM operation RESET now works fine however when I run the UPDATE operation the module fails with the below:-

TASK [reset AIX NIM client] **** task path: /runner/project/patch_os_aix.yml:45

ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'echo ~ansible_aix && sleep 0'"'"'' (0, b'/home/ansible_aix\\n', b"Warning: Permanently added 'aud4070l.unix.anz,10.49.36.46' (ECDSA) to the list of known hosts.\\r\\n|-----------------------------------------------------------------|\\n| This system is for the use of authorized users only. |\\n| Individuals using this computer system without authority, or in |\\n| excess of their authority, are subject to having all of their |\\n| activities on this system monitored and recorded by system |\\n| personnel. |\\n| |\\n| In the course of monitoring individuals improperly using this |\\n| system, or in the course of system maintenance, the activities |\\n| of authorized users may also be monitored. |\\n| |\\n| Anyone using this system expressly consents to such monitoring |\\n| and is advised that if such monitoring reveals possible |\\n| evidence of criminal activity, system personnel may provide the |\\n| evidence of such monitoring to law enforcement officials. |\\n|-----------------------------------------------------------------|\\n| *** This host has been integrated with Active Directory *** |\\n| ** Please use your AUINTRANETTEST LAN ID to authenticate ** |\\n|-----------------------------------------------------------------C\\n\\n") ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /home/ansible_aix/.ansible/tmp `"&& mkdir "` echo /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071703.5579784-120-122997352010197 `" && echo ansible-tmp-1718071703.5579784-120-122997352010197="` echo /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071703.5579784-120-122997352010197 `" ) && sleep 0'"'"'' (0, b'ansible-tmp-1718071703.5579784-120-122997352010197=/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071703.5579784-120-122997352010197\\n', b'') Attempting python interpreter discovery ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' (0, b'PLATFORM\\nAIX\\nFOUND\\n/usr/bin/python3\\n/usr/bin/python2.7\\n/usr/bin/python\\n/usr/bin/python\\nENDFOUND\\n', b'') Python interpreter discovery fallback (unsupported platform for extended discovery: aix) Using module file /runner/requirements_collections/ansible_collections/ibm/power_aix/plugins/modules/nim.py PUT /home/runner/.ansible/tmp/ansible-local-21akowp75k/tmpihfj081o TO /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071703.5579784-120-122997352010197/AnsiballZ_nim.py SSH: EXEC sshpass -d10 sftp -o BatchMode=no -b - -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' '[aud4070l.unix.anz]' (0, b'sftp> put /home/runner/.ansible/tmp/ansible-local-21akowp75k/tmpihfj081o /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071703.5579784-120-122997352010197/AnsiballZ_nim.py\\n', b'') ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'chmod u+x /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071703.5579784-120-122997352010197/ /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071703.5579784-120-122997352010197/AnsiballZ_nim.py && sleep 0'"'"'' (0, b'', b'') ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' -tt aud4070l.unix.anz '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-pclirniqijutflxngrkjfpxhopkcyxiu ; /usr/bin/python3 /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071703.5579784-120-122997352010197/AnsiballZ_nim.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded (0, b'\\r\\n{"changed": false, "msg": "NIM reset operation successful. See status and meta for details.", "status": {}, "stdout": "", "stderr": "", "meta": {"messages": ["The following targets are already ready for a NIM operation: aud6501l", "No target to reset."]}, "nim_node": {"lpp_source": {"aix7200TL5SP2_lpp": "/export/nim/lpp/aix7200TL5SP2_lpp", "aix7200TL5SP4_lpp": "/export/nim/lpp/aix7200TL5SP4_lpp", "aix7100TL5SP7_lpp": "/export/nim/lpp/aix7100TL5SP7_lpp", "aix7200TL5SP3_lpp": "/export/nim/lpp/aix7200TL5SP3_lpp", "aix7100TL5SP8_lpp": "/export/nim/lpp/aix7100TL5SP8_lpp", "ksh-CVE-2021-29741": "/export/nim/lpp/ksh-CVE-2021-29741", "kernel-CVE-2021-29801": "/export/nim/lpp/kernel-CVE-2021-29801", "aix7100TL5SP9_lpp": "/export/nim/lpp/aix7100TL5SP9_lpp", "mount_CVE-2021-38990": "/export/nim/lpp/mount_CVE-2021-38990", "lscore_CVE-2021-38991": "/export/nim/lpp/lscore_CVE-2021-38991", "java_CVE-2021-35560": "/export/nim/lpp/java_CVE-2021-35560", "kernel_CVE-2021-38995": "/export/nim/lpp/kernel_CVE-2021-38995", "audit_CVE-2021-38955": "/export/nim/lpp/audit_CVE-2021-38955", "python_AIX53": "/export/nim/lpp/python_AIX53", "aix7200TL5SP6_lpp": "/export/nim/lpp/aix7200TL5SP6_lpp", "openssl_CVE-2022-0778": "/export/nim/lpp/openssl_CVE-2022-0778", "aix7200TL5SP5_lpp": "/export/nim/lpp/aix7200TL5SP5_lpp", "aix5300TL12SP8_lpp": "/export/nim/lpp/aix5300TL12SP8_lpp", "aix5300TL12SP9_lpp": "/export/nim/lpp/aix5300TL12SP9_lpp", "aix6100TL9SP7_lpp": "/export/nim/lpp/aix6100TL9SP7_lpp", "AIX_XL_C_Cpp": "/export/nim/lpp/AIX_XL_C_Cpp", "aix7200TL5SP7_lpp": "/export/nim/lpp/aix7200TL5SP7_lpp"}, "standalone": {"aud6282l": {"class": "machines", "type": "standalone", "manages": "ax20d03", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6282l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6280l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "manages": "rstest", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN106 aud6280l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud4158l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud4158l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "failure", "err_info": "0042-175 c_installp: An unexpected result was returned by the \\\\"/usr/sbin/installp\\\\" command:"}, "aud6319l": {"class": "machines", "type": "standalone", "connect": "nimsh", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6319l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud4159l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud4159l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "not running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6320l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6320l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6279l": {"class": "machines", "type": "standalone", "manages": "ax20d02", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6279l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6283l": {"class": "machines", "type": "standalone", "manages": "ax20d05", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6283l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6288l": {"class": "machines", "type": "standalone", "manages": "ad201d000", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6288l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6344l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6344l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6350l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6350l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6351l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6351l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6352l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6352l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6353l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6353l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6354l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6354l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6356l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6356l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6357l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6357l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6358l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6358l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6359l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6359l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6360l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6360l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6361l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6361l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6362l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6362l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6363l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6363l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6364l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6364l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6365l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6365l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6374l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6374l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6375l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6375l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6376l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6376l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "auq6190l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6190l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "auq6191l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6191l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6373l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6373l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "auq6216l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6216l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "not running", "cpuid": "00C0EE484C00", "Cstate_result": "success"}, "auq6217l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6217l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "success"}, "auq6218l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6218l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "success"}, "auq6219l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6219l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "success"}, "auq6345l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6345l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "reset"}, "auq6346l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6346l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "reset"}, "auq6347l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6347l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "reset"}, "auq6348l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6348l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "reset"}, "auq6349l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6349l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "auq6367l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6367l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "reset"}, "auq6368l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6368l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "reset"}, "auq6369l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6369l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "reset"}, "auq6373l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6373l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "success"}, "auq6374l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 auq6374l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "success"}, "au201d001v": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 au201d001v 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "not running", "cpuid": "00C0EEE84C00", "Cstate_result": "reset"}, "aud6504l": {"class": "machines", "type": "standalone", "comments": "Edison Testing Host", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6504l 86eb104c6f17", "cable_type1": "bnc", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6501l": {"class": "machines", "type": "standalone", "comments": "Edison Testing LPAR", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6501l 86eb10010917", "cable_type1": "bnc", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "success"}, "auq4172l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 auq4172l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "auq4173l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 auq4173l 0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EE484C00", "Cstate_result": "reset"}, "aud6502l": {"class": "machines", "type": "standalone", "comments": "Edison Test Host", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6502l 66bd88305617", "cable_type1": "bnc", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "not running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6503l": {"class": "machines", "type": "standalone", "comments": "Edison Test LPAR", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6503l 66bd82906317", "cable_type1": "bnc", "Cstate": "ready for a NIM operation", "prev_state": "currently running", "Mstate": "not running", "cpuid": "00C0EEE84C00", "Cstate_result": "reset"}, "aud6380l": {"class": "machines", "type": "standalone", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6380l 86EB19BA4215 ent0", "cable_type1": "N/A", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6381l": {"class": "machines", "type": "standalone", "comments": "IOOF NON-PROD", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6381l 0", "cable_type1": "tp", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6382l": {"class": "machines", "type": "standalone", "comments": "IOOF NON-PROD", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6382l 0", "cable_type1": "tp", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6383l": {"class": "machines", "type": "standalone", "comments": "IOOF NON-PROD", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6383l 0", "cable_type1": "tp", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6384l": {"class": "machines", "type": "standalone", "comments": "IOOF NON-PROD", "connect": "nimsh (secure)", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1544 aud6384l 0", "cable_type1": "tp", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}, "aud6395l": {"class": "machines", "type": "standalone", "connect": "nimsh", "platform": "chrp", "netboot_kernel": "64", "if1": "IOOF-VLAN1510 aud6395l 0", "cable_type1": "bnc", "Cstate": "ready for a NIM operation", "prev_state": "not running", "Mstate": "currently running", "cpuid": "00C0EEE84C00", "Cstate_result": "success"}}, "vios": {}, "master": {"type": "master", "Cstate": "ready for a NIM operation"}}, "targets": ["aud6501l"], "invocation": {"module_args": {"action": "reset", "targets": ["aud6501l"], "asynchronous": false, "force": false, "boot_client": true, "object_type": "all", "lpp_source": null, "new_targets": null, "device": null, "script": null, "resource": null, "location": null, "group": null, "alt_disk_update_name": null}}}\\r\\n', b'Shared connection to aud4070l.unix.anz closed.\\r\\n') ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'rm -f -r /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071703.5579784-120-122997352010197/ > /dev/null 2>&1 && sleep 0'"'"'' (0, b'', b'') ok: [aud6501l.unix.anz -> aud4070l.unix.anz] => { "changed": false, "invocation": { "module_args": { "action": "reset", "alt_disk_update_name": null, "asynchronous": false, "boot_client": true, "device": null, "force": false, "group": null, "location": null, "lpp_source": null, "new_targets": null, "object_type": "all", "resource": null, "script": null, "targets": [ "aud6501l" ] } }, "meta": { "messages": [ "The following targets are already ready for a NIM operation: aud6501l", "No target to reset." ] }, "msg": "NIM reset operation successful. See status and meta for details.", "nim_node": { "lpp_source": { "AIX_XL_C_Cpp": "/export/nim/lpp/AIX_XL_C_Cpp", "aix5300TL12SP8_lpp": "/export/nim/lpp/aix5300TL12SP8_lpp", "aix5300TL12SP9_lpp": "/export/nim/lpp/aix5300TL12SP9_lpp", "aix6100TL9SP7_lpp": "/export/nim/lpp/aix6100TL9SP7_lpp", "aix7100TL5SP7_lpp": "/export/nim/lpp/aix7100TL5SP7_lpp", "aix7100TL5SP8_lpp": "/export/nim/lpp/aix7100TL5SP8_lpp", "aix7100TL5SP9_lpp": "/export/nim/lpp/aix7100TL5SP9_lpp", "aix7200TL5SP2_lpp": "/export/nim/lpp/aix7200TL5SP2_lpp", "aix7200TL5SP3_lpp": "/export/nim/lpp/aix7200TL5SP3_lpp", "aix7200TL5SP4_lpp": "/export/nim/lpp/aix7200TL5SP4_lpp", "aix7200TL5SP5_lpp": "/export/nim/lpp/aix7200TL5SP5_lpp", "aix7200TL5SP6_lpp": "/export/nim/lpp/aix7200TL5SP6_lpp", "aix7200TL5SP7_lpp": "/export/nim/lpp/aix7200TL5SP7_lpp", "audit_CVE-2021-38955": "/export/nim/lpp/audit_CVE-2021-38955", "java_CVE-2021-35560": "/export/nim/lpp/java_CVE-2021-35560", "kernel-CVE-2021-29801": "/export/nim/lpp/kernel-CVE-2021-29801", "kernel_CVE-2021-38995": "/export/nim/lpp/kernel_CVE-2021-38995", "ksh-CVE-2021-29741": "/export/nim/lpp/ksh-CVE-2021-29741", "lscore_CVE-2021-38991": "/export/nim/lpp/lscore_CVE-2021-38991", "mount_CVE-2021-38990": "/export/nim/lpp/mount_CVE-2021-38990", "openssl_CVE-2022-0778": "/export/nim/lpp/openssl_CVE-2022-0778", "python_AIX53": "/export/nim/lpp/python_AIX53" }, "master": { "Cstate": "ready for a NIM operation", "type": "master" }, "standalone": { "au201d001v": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "not running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1510 au201d001v 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud4158l": { "Cstate": "ready for a NIM operation", "Cstate_result": "failure", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "err_info": "0042-175 c_installp: An unexpected result was returned by the \\"/usr/sbin/installp\\" command:", "if1": "IOOF-VLAN1510 aud4158l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud4159l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "not running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1510 aud4159l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6279l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1510 aud6279l 0", "manages": "ax20d02", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6280l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN106 aud6280l 0", "manages": "rstest", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6282l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1510 aud6282l 0", "manages": "ax20d03", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6283l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1510 aud6283l 0", "manages": "ax20d05", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6288l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1510 aud6288l 0", "manages": "ad201d000", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6319l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1510 aud6319l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6320l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1510 aud6320l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6344l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1510 aud6344l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6350l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6350l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6351l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6351l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6352l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6352l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6353l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6353l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6354l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6354l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6356l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6356l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6357l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6357l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6358l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6358l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6359l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6359l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6360l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6360l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6361l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6361l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6362l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6362l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6363l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6363l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6364l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6364l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6365l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 aud6365l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6373l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 aud6373l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6374l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 aud6374l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6375l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 aud6375l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6376l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 aud6376l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6380l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 aud6380l 86EB19BA4215 ent0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6381l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "tp", "class": "machines", "comments": "IOOF NON-PROD", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 aud6381l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6382l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "tp", "class": "machines", "comments": "IOOF NON-PROD", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 aud6382l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6383l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "tp", "class": "machines", "comments": "IOOF NON-PROD", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 aud6383l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6384l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "tp", "class": "machines", "comments": "IOOF NON-PROD", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 aud6384l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6395l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "bnc", "class": "machines", "connect": "nimsh", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1510 aud6395l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6501l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "bnc", "class": "machines", "comments": "Edison Testing LPAR", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1510 aud6501l 86eb10010917", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "aud6502l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "not running", "cable_type1": "bnc", "class": "machines", "comments": "Edison Test Host", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1510 aud6502l 66bd88305617", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6503l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "not running", "cable_type1": "bnc", "class": "machines", "comments": "Edison Test LPAR", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1510 aud6503l 66bd82906317", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "aud6504l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "bnc", "class": "machines", "comments": "Edison Testing Host", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1510 aud6504l 86eb104c6f17", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq4172l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1510 auq4172l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq4173l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1510 auq4173l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6190l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 auq6190l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6191l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 auq6191l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6216l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "not running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 auq6216l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "auq6217l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 auq6217l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6218l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 auq6218l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6219l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 auq6219l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6345l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 auq6345l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6346l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 auq6346l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6347l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 auq6347l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "auq6348l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 auq6348l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "auq6349l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 auq6349l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "auq6367l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 auq6367l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6368l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 auq6368l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6369l": { "Cstate": "ready for a NIM operation", "Cstate_result": "reset", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EEE84C00", "if1": "IOOF-VLAN1544 auq6369l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "not running", "type": "standalone" }, "auq6373l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 auq6373l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" }, "auq6374l": { "Cstate": "ready for a NIM operation", "Cstate_result": "success", "Mstate": "currently running", "cable_type1": "N/A", "class": "machines", "connect": "nimsh (secure)", "cpuid": "00C0EE484C00", "if1": "IOOF-VLAN1544 auq6374l 0", "netboot_kernel": "64", "platform": "chrp", "prev_state": "currently running", "type": "standalone" } }, "vios": {} }, "status": {}, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [], "targets": [ "aud6501l" ] } TASK [Run Update on the AIX NIM client] **************************************** task path: /runner/project/patch_os_aix.yml:53 ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'echo ~ansible_aix && sleep 0'"'"'' (0, b'/home/ansible_aix\\n', b'') ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /home/ansible_aix/.ansible/tmp `"&& mkdir "` echo /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363 `" && echo ansible-tmp-1718071705.2927911-141-249659549207363="` echo /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363 `" ) && sleep 0'"'"'' (0, b'ansible-tmp-1718071705.2927911-141-249659549207363=/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363\\n', b'') Attempting python interpreter discovery ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' (0, b'PLATFORM\\nAIX\\nFOUND\\n/usr/bin/python3\\n/usr/bin/python2.7\\n/usr/bin/python\\n/usr/bin/python\\nENDFOUND\\n', b'') Python interpreter discovery fallback (unsupported platform for extended discovery: aix) Using module file /runner/requirements_collections/ansible_collections/ibm/power_aix/plugins/modules/nim.py PUT /home/runner/.ansible/tmp/ansible-local-21akowp75k/tmpourodmyd TO /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py SSH: EXEC sshpass -d10 sftp -o BatchMode=no -b - -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' '[aud4070l.unix.anz]' (0, b'sftp> put /home/runner/.ansible/tmp/ansible-local-21akowp75k/tmpourodmyd /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py\\n', b'') ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'chmod u+x /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/ /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py && sleep 0'"'"'' (0, b'', b'') ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' -tt aud4070l.unix.anz '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-doreeadfmejelmlwewxbholcadmsjzdb ; /usr/bin/python3 /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded (1, b'Traceback (most recent call last):\\r\\n File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py", line 107, in \\r\\n _ansiballz_main()\\r\\n File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py", line 99, in _ansiballz_main\\r\\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\\r\\n File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py", line 48, in invoke_module\\r\\n run_name=\\'__main__\\', alter_sys=True)\\r\\n File "/opt/freeware/lib64/python3.7/runpy.py", line 205, in run_module\\r\\n return _run_module_code(code, init_globals, run_name, mod_spec)\\r\\n File "/opt/freeware/lib64/python3.7/runpy.py", line 96, in _run_module_code\\r\\n mod_name, mod_spec, pkg_name, script_name)\\r\\n File "/opt/freeware/lib64/python3.7/runpy.py", line 85, in _run_code\\r\\n exec(code, run_globals)\\r\\n File "/tmp/ansible_ibm.power_aix.nim_payload_wc15euu_/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py", line 2071, in \\r\\n File "/tmp/ansible_ibm.power_aix.nim_payload_wc15euu_/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py", line 1994, in main\\r\\n File "/tmp/ansible_ibm.power_aix.nim_payload_wc15euu_/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py", line 978, in nim_update\\r\\nUnboundLocalError: local variable \\'unavail_targets\\' referenced before assignment\\r\\n', b'Shared connection to aud4070l.unix.anz closed.\\r\\n') Failed to connect to the host via ssh: Shared connection to aud4070l.unix.anz closed. ESTABLISH SSH CONNECTION FOR USER: ansible_aix SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User="ansible_aix"' -o ConnectTimeout=10 -o 'ControlPath="/runner/cp/aa187f013e"' aud4070l.unix.anz '/bin/sh -c '"'"'rm -f -r /home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/ > /dev/null 2>&1 && sleep 0'"'"'' (0, b'', b'') The full traceback is: Traceback (most recent call last):\r File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py", line 107, in \r _ansiballz_main()\r File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py", line 99, in _ansiballz_main\r invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\r File "/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py", line 48, in invoke_module\r run_name='__main__', alter_sys=True)\r File "/opt/freeware/lib64/python3.7/runpy.py", line 205, in run_module\r return _run_module_code(code, init_globals, run_name, mod_spec)\r File "/opt/freeware/lib64/python3.7/runpy.py", line 96, in _run_module_code\r mod_name, mod_spec, pkg_name, script_name)\r File "/opt/freeware/lib64/python3.7/runpy.py", line 85, in _run_code\r exec(code, run_globals)\r File "/tmp/ansible_ibm.power_aix.nim_payload_wc15euu_/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py", line 2071, in \r File "/tmp/ansible_ibm.power_aix.nim_payload_wc15euu_/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py", line 1994, in main\r File "/tmp/ansible_ibm.power_aix.nim_payload_wc15euu_/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py", line 978, in nim_update\r UnboundLocalError: local variable 'unavail_targets' referenced before assignment\r fatal: [aud6501l.unix.anz -> aud4070l.unix.anz]: FAILED! => { "changed": false, "module_stderr": "Shared connection to aud4070l.unix.anz closed.\\r\\n", "module_stdout": "Traceback (most recent call last):\\r\\n File \\"/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py\\", line 107, in \\r\\n _ansiballz_main()\\r\\n File \\"/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py\\", line 99, in _ansiballz_main\\r\\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\\r\\n File \\"/home/ansible_aix/.ansible/tmp/ansible-tmp-1718071705.2927911-141-249659549207363/AnsiballZ_nim.py\\", line 48, in invoke_module\\r\\n run_name='__main__', alter_sys=True)\\r\\n File \\"/opt/freeware/lib64/python3.7/runpy.py\\", line 205, in run_module\\r\\n return _run_module_code(code, init_globals, run_name, mod_spec)\\r\\n File \\"/opt/freeware/lib64/python3.7/runpy.py\\", line 96, in _run_module_code\\r\\n mod_name, mod_spec, pkg_name, script_name)\\r\\n File \\"/opt/freeware/lib64/python3.7/runpy.py\\", line 85, in _run_code\\r\\n exec(code, run_globals)\\r\\n File \\"/tmp/ansible_ibm.power_aix.nim_payload_wc15euu_/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py\\", line 2071, in \\r\\n File \\"/tmp/ansible_ibm.power_aix.nim_payload_wc15euu_/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py\\", line 1994, in main\\r\\n File \\"/tmp/ansible_ibm.power_aix.nim_payload_wc15euu_/ansible_ibm.power_aix.nim_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/nim.py\\", line 978, in nim_update\\r\\nUnboundLocalError: local variable 'unavail_targets' referenced before assignment\\r\\n", "msg": "MODULE FAILURE\\nSee stdout/stderr for the exact error", "rc": 1 } PLAY RECAP ********************************************************************* aud6501l.unix.anz : ok=9 changed=4 unreachable=0 failed=1 skipped=0 rescued=0 ignored=1
schamola commented 2 weeks ago

Hi @platanip,

It looks like you are using an older version of this module. Can you please confirm once ? If that is the case, please use the latest version. Let us know if it still doesn't solve your issue !

platanip commented 2 weeks ago

Hi @schamola looks like I was using version 1.7.2 which looks like an older version, I then downloaded and synced the latest version 1.8.3 Now my playbook runs however in the step that performs the nim update I get the below msg:-

{ "changed": false, "msg": "NIM update operation successful. See status and meta for details.", "status": { "aud6501l": "" }, "stdout": "", "stderr": "", "meta": { "messages": [], "aud6501l": { "messages": [ "Cannot get oslevel from lpp source name: aix7200TL5SP7_lpp" ] }

I pass the lpp_source to use for the update as a variable , does the module require that the nim lpp source follows a particular naming standard ?

schamola commented 2 weeks ago

Hi @platanip The module tries to figure out oslevel from the provided lpp_source name. If it is not able to, then this message gets appended in the messages list. So, yes, for getting the oslevel from lpp_source name, your lpp_source needs to be named a certain way(XXXX-XX-XX-XXXX-lpp_source).

Since, the problem seems to be resolved, we are closing this issue. You can re-open the issue if it is still not resolved.