NCP-MCA · Question #95
An administrator has run a multi-step Playbook. but sees the Failed status, as shown in the exhibit. What could be causing the playbook to fail?
The correct answer is C. IP Address SSH action has a timeout of 5 minutes. The image shows a failed status for an SSH_VM_Task, which is manually triggered. Since the task involves SSH, it's likely that the IP Address SSH action has a timeout of 5 minutes, causing the playbook to fail if it cannot complete within this time frame. The IP Address SSH…
Question
An administrator has run a multi-step Playbook. but sees the Failed status, as shown in the exhibit. What could be causing the playbook to fail?
Options
- AVM action has a timeout of 5 minutes.
- Bpuppet action has a timeout of 5 minutes.
- CIP Address SSH action has a timeout of 5 minutes.
- DPowerShell action has a timeout of 5 minutes.
How the community answered
(17 responses)- B6% (1)
- C82% (14)
- D12% (2)
Explanation
The image shows a failed status for an SSH_VM_Task, which is manually triggered. Since the task involves SSH, it's likely that the IP Address SSH action has a timeout of 5 minutes, causing the playbook to fail if it cannot complete within this time frame. The IP Address SSH action is used to execute commands on a remote VM using SSH. It requires the IP address, username, password, and command to run as inputs. The timeout parameter specifies how long the action will wait for the command to finish before aborting. If the timeout is too short, the action may fail due to network latency, slow execution, or other factors.
Topics
Community Discussion
No community discussion yet for this question.