You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Andy Kurth (JIRA)" <ji...@apache.org> on 2017/04/14 21:06:41 UTC

[jira] [Created] (VCL-1033) Add corrective attempts if Windows fails to respond or does not obtain a public IP address

Andy Kurth created VCL-1033:
-------------------------------

             Summary: Add corrective attempts if Windows fails to respond or does not obtain a public IP address
                 Key: VCL-1033
                 URL: https://issues.apache.org/jira/browse/VCL-1033
             Project: VCL
          Issue Type: Improvement
          Components: vcld (backend)
            Reporter: Andy Kurth
            Assignee: Andy Kurth
             Fix For: 2.5


The OS post-load code loops until the computer responds to SSH.  The most common load failure is due to the computer never responding.  This is often caused by a blip which prevents the computer from obtaining a private IP address.

Problems also occur when the public IP isn't obtained the first time the computer attempts to request one.  If the first attempt fails, the VCL code does not attempt any corrective measures.

Load failures would be greatly reduced if the code attempted to restart the computer after some amount of time and checking again for an SSH response.

Many problems would also be corrected if the code detected that the public IP wasn't obtained via DHCP, and called ipconfig /renew.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)