Files
doc-exports/docs/obs/tool-obsutil/obs_11_0079.html
weihongmin1 a41a4e0331 OBS Util 0115 Version
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com>
Co-authored-by: weihongmin1 <weihongmin1@huawei.com>
Co-committed-by: weihongmin1 <weihongmin1@huawei.com>
2026-02-17 10:18:57 +00:00

16 lines
2.2 KiB
HTML

<a name="obs_11_0079"></a><a name="obs_11_0079"></a>
<h1 class="topictitle1">How Can I Locate and Rectify I/O Timeout and EOF Errors?</h1>
<div id="body0000001155083454"><p id="obs_11_0079__p8060118">I/O timeout and EOF errors usually occur when requests fail due to network fluctuations. Go through the following list to locate the cause.</p>
<ol id="obs_11_0079__ol20368346135810"><li id="obs_11_0079__li11368154615813">Ping the bucket domain name (<em id="obs_11_0079__i942335123917">bucketName.endpoint</em>) to check the network connection between your local PC and the bucket. If the network connection is abnormal, resolve the network issue first.</li><li id="obs_11_0079__li177372375911">If these errors are prone to occur and the bucket domain name can be pinged, use HTTP for the endpoint and capture network packets. Based on the packets captured, check whether packet loss occurs on the actual network link and resolve the errors accordingly.</li></ol>
<p id="obs_11_0079__p15578945438"></p>
<p id="obs_11_0079__p0691146533">Solutions:</p>
<ol id="obs_11_0079__ol8639559836"><li id="obs_11_0079__li1663918591311">If the network connection is abnormal, resolve the local network problem first. If you need to configure a proxy, see <a href="obs_11_0068.html">Configuring an HTTP Proxy for obsutil</a>.</li><li id="obs_11_0079__li85426193418">If these errors occur occasionally, retry the command of your operation. During upload, download, or replication operations, specify the <strong id="obs_11_0079__b14231000592">-u</strong> parameter in the <strong id="obs_11_0079__b41279155914">cp</strong> command to perform an incremental upload. In this way, you do not need to retry the tasks that have been successfully completed in a batch task.</li><li id="obs_11_0079__li2094419451166">If the network condition is poor, you can decrease the values of <strong id="obs_11_0079__b99143401804">defaultParallels (-p)</strong> and <strong id="obs_11_0079__b93897500016">defaultJobs (-j)</strong> to reduce the number of concurrent upload, download, or replication tasks, to make errors less likely occur.</li></ol>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="obs_11_0074.html">FAQs</a></div>
</div>
</div>