Giter Club home page Giter Club logo

Comments (8)

anupamaloke avatar anupamaloke commented on August 27, 2024

@kumaresan078, are you still facing this issue?

from dellemc-openmanage-ansible-modules.

kumaresan078 avatar kumaresan078 commented on August 27, 2024

Hi,

Yes i still have issue.Bu this time have installed freshly on other server.

Appears to me the DRAC update firmware gets downloaded but fail with http timeout error.

fatal: [192.168.2.14]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"catalog_file_name": "Catalog.xml",
"idrac_ip": "192.168.2.14",
"idrac_port": 443,
"idrac_pwd": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"idrac_user": "root",
"job_wait": true,
"reboot": false,
"share_mnt": "/mnt",
"share_name": "192.168.2.15:/opt/dell/dellemcrepositorymanager/export",
"share_pwd": null,
"share_user": null
}
},
"msg": "Failed to update firmware.",
"update_status": {
"Fault.Data": {
"Reason": {
"Text": "HTTP Timeout error"
}
},
"Message": "HTTP Timeout error",
"Status": "Found Client (SDK) Side Fault",
"file": "192.168.2.15:/opt/dell/dellemcrepositorymanager/exportCatalog.xml",
"retval": false
}
}

Ansible version: 2.4.2.0
OMSDK: 1.2.345
Openmanage: 1.0.2

Server Model: R630
IDRAC Firm: 2.40.40.40

Regards
Kumar

from dellemc-openmanage-ansible-modules.

anupamaloke avatar anupamaloke commented on August 27, 2024

@kumaresan078, can you check from your iDRAC GUI whether iDRAC is able to download the catalog file and update packages?

from dellemc-openmanage-ansible-modules.

kumaresan078 avatar kumaresan078 commented on August 27, 2024

Hi Anupa,

I can see the catalog and update packages are downloaded from DRAC GUI.However the playbook exist before downloading those packages with below error?

fatal: []: FAILED! => {"changed": false, "msg": "Failed to update firmware.", "update_status": {"Fault.Data": {"Reason": {"Text": "HTTP Timeout error"}}, "Message": "HTTP Timeout error", "Status": "Found Client (SDK) Side Fault", "file": "192.168.2.15:/opt/dell/dellemcrepositorymanager/export/Dell_1.00_Catalog.xml", "retval": false}}

from dellemc-openmanage-ansible-modules.

ibt23sec5 avatar ibt23sec5 commented on August 27, 2024

Hello,

I have reproduced the same issue on my server receiving HTTP Timeout error despite the fact that the connection outside still OK.

iDRAC version: 7
Current firmware version: 2.61.60.60

  idrac_firmware:
    idrac_ip: "{{ idrac_ip }}"
    idrac_user: "{{ idrac_user }}"
    idrac_password: "{{ idrac_password }}"
    share_name: "{{ nfs_image_path }}"
    share_mnt: "{{ dest_iso_mount_dir }}"
    reboot: True
    job_wait: True
    catalog_file_name: "Catalog.xml"

Output:

    "changed": false, 
    "invocation": {
        "module_args": {
            "catalog_file_name": "Catalog.xml", 
            "idrac_ip": "xxx.xxx.xxx.xxx", 
            "idrac_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", 
            "idrac_port": 443, 
            "idrac_user": "root", 
            "job_wait": true, 
            "reboot": true, 
            "share_mnt": "/mnt/nfs-share/", 
            "share_name": "xxxxxxx:/data/nfs-share", 
            "share_password": null, 
            "share_user": null
        }
    }, 
    "msg": "Failed to update firmware.", 
    "update_status": {
        "Fault.Data": {
            "Reason": {
                "Text": "HTTP Timeout error"
            }
        }, 
        "Message": "HTTP Timeout error", 
        "Status": "Found Client (SDK) Side Fault", 
        "file": "xxxxxxx:/data/nfs-share/Catalog.xml", 
        "retval": false
    }
}

from dellemc-openmanage-ansible-modules.

nextnely avatar nextnely commented on August 27, 2024

I experienced the same issue. Have you tried resetting the idrac prior to updating the firmware?

`- name: Reset iDRAC
dellemc_idrac_reset:
idrac_ip: "{{ idrac_ip }}"
idrac_user: "{{ idrac_user }}"
idrac_password: "{{ idrac_password }}"'

'- name: Waiting for iDRAC to respond
wait_for:
host: "{{ idrac_ip }}"
port: 443
delay: 60
connect_timeout: 300`

from dellemc-openmanage-ansible-modules.

rajeevarakkal avatar rajeevarakkal commented on August 27, 2024

Are you still facing this issue? Try once with our latest idrac_firmware module and update us

from dellemc-openmanage-ansible-modules.

rajeevarakkal avatar rajeevarakkal commented on August 27, 2024

@nextnely Closing this issue as of now since no hear back

from dellemc-openmanage-ansible-modules.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.