forked from docs/doc-exports
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com> Co-authored-by: weihongmin1 <weihongmin1@huawei.com> Co-committed-by: weihongmin1 <weihongmin1@huawei.com>
2.8 KiB
2.8 KiB
Overview
obsutil provides multiple methods for users to locate and analyze faults. Table 1 details the methods. Generally, you need to combine these methods for a precise fault locating.
Method |
Description |
|---|---|
obsutil log files include both tool logs and SDK logs. The tool logs record success and exception information while obsutil is running. The SDK logs record success and exception information when obsutil sends requests to OBS. |
|
Result lists are generated after batch tasks complete and may include success, failure, and warning files. |
|
obsutil yields different return codes based on different execution results. You can analyze and troubleshoot faults according to these return codes. |
Parent topic: Fault Locating