How do I handle the remote download directory doesn't exist or empty?

The corresponding directory downloaded by the remote node does not exist, please confirm whether the node generates the corresponding directory

How do I handle Local disk hasn't enough free space?

The remaining space of the local drive letter is insufficient. Free up space as required.

How do I handle download package failed?

Please check if the network configuration of the failed node is normal

What Do I Do If the wmic Fails to Query the System Memory?

Question

How do I resolve the problem that data fails to be downloaded to the local computer because the wmic fails to query the remaining space of the local computer?

Possible Causes

  • The wmic has not been installed.
  • The system lacks the environment variables required by the wmic command. This section describes how to resolve the problem due to this cause.

Answer

  1. Click Start. Right-click Computer and choose Properties from the shortcut menu. Click Advanced system settings.

    {% load static %}

  2. On the Advanced tab page, click Environment Variables.

  3. In the System variables area, select Path and click Edit.

  4. Add the directory where the wmic command resides in Variable value. The default directory on Windows OS is as follows:

    For 32-bit OSs: C:\Windows\System32\wbem

    For 64-bit OSs: C:\Windows\SysWOW64\wbem

    Click OK to save the modification and then click OK to exit.