Unsolved
1 Message
0
214
May 29th, 2023 04:00
Ansible for PowerMax - Split Pair Job failing intermittently
I am assisting with an issue where we see intermittent failures for an Ansible scripted snapvx split pair operation
Sometimes this operation is successful and sometimes it fails with: Connection failure: The read operation timed out - there does not seem to be a pattern to this failure.
Ansible log:
TASK [pmax-get-array-details : Get Array Details] ******************************
03:02:44
31
included: /opt/ansible/awx/tmp/bwrap_4423134_v8f7tem8/awx_4423134_83szhrh4/project/ansible/playbooks/roles/pmax-get-array-details/tasks/pmax_get_array_details.yml for powermax_snap.default
32
33
TASK [pmax-get-array-details : Gather Masking View Details] ********************
03:02:44
34
fatal: [powermax_snap.default]: FAILED! => {"changed": false, "content": "", "elapsed": 30, "msg": "Status code was -1 and not [200]: Connection failure: The read operation timed out", "redirected": false, "status": -1, "url": https://host.domain.com:8443/univmax/restapi/92/system/symmetrix [host.domain.com]}
35
36
TASK [pmax-get-array-details : debug] ******************************************
03:03:14
37
ok: [powermax_snap.default] => {
38
"msg": [
39
"Details from Unisphere Host [host.domain.com] NOT Collected",
40
"Status code was -1 and not [200]: Connection failure: The read operation timed out"
Theere seems to be some thoughts that the issue is related to a U4P/RestAPI timeout, however I see no evidence of this.
The RESTAPI logs do not post any errors/failures or show evidence of any excessive calls.
I am hoping to get some direction to determine if this is an Ansible realted issue.
No Events found!