Closed ibt23sec5 closed 4 years ago
I also tried to put raw IP address in the NFS storage path (instead of FQDN) and the error still be same.
@ibt23sec5, could you please post your playbook?
@anupamaloke I mentioned the playbook in my post on top. It makes part of several playbooks, but only one related to idrac operations is called before this one - it's the inventory getter as I mentioned too... So here is simplified content:
- hosts: idrac
connection: local
gather_facts: no
vars_files:
- group_vars/vault_all.yml
tasks:
- name: Get inventory
dellemc_get_system_inventory:
idrac_ip: "{{ idrac_ip }}"
idrac_user: "{{ idrac_user }}"
idrac_pwd: "{{ idrac_password }}"
register: system_inventory
- name: Set image as a boot CD
dellemc_boot_to_network_iso:
idrac_ip: "{{ idrac_ip }}"
idrac_user: "{{ idrac_user }}"
idrac_pwd: "{{ idrac_password }}"
share_name: "{{ nfs_image_path }}"
iso_image: "{{ dest_iso_image }}"
Unfortunately I'm not actually able to reproduce this behavior since I already mounted and installed this machine via web interface.
@ibt23sec5 Hope you are still not facing this issue, closing this issue as of now
Model: PowerEdge R640 iDRAC Firmware Version: 3.32.32.32
I'm trying to set my ISO as a boot CD and I'm receiving this weird message error. As you can see, the IP address is correct.
Playbook:
Output:
The Lifecycle Log reports this action without any error message:
Message ID: USR107 Log Sequence Number: 574 Detailed Description: The identified user has performed the identified set operation or invoke method operation. The operation is either set on an instance of the class identified or an invocation of the identified method. Recommended Action: No response action is required.
Otherwise, following playbook with the same IP and credentials doesn't fail: