Help Center/ Atlas 300 Application (Model 3000)/ IDE-daemon-client Command Reference/ Collecting Dump Information Recorded by the Black Box on the Host
Updated on 2022-03-13 GMT+08:00

Collecting Dump Information Recorded by the Black Box on the Host

Function

Collects dump information recorded by the black box on the host by using IDE Daemon.

Syntax

IDE-daemon-client --host <host_ip>:<port> --bbox <params>

Parameter

Table 1 Parameter description

Parameter

Description

Mandatory or Not

Default Value

--host

  • host_ip: specifies the IP address of the host.
  • port: specifies the port number.

Yes

The default value of port is 22118.

--bbox

params includes the following items:

  • --all: obtains the list and directory of files on all abnormal devices.
  • --status: obtains the number of exceptions on all devices. If there is only one device, the value, for example, {(0,3)}, is returned, indicating that three exceptions occur on device 0. If there are multiple devices, the value, for example, {(1,3);(0,3)} is returned, indicating that three exceptions occur on device 0 and three exceptions occur on device 1. Information about multiple devices is separated by a semicolon (;).
  • --latest: obtains the list and directory of the latest files of abnormal devices. If FAILED is returned, no exception occurs.
  • '--filter --device deviceID --except-num n': obtains the lists and directories of files from the first n abnormal devices among the specified devices. If multiple devices need to be specified, separate them with a comma (,). --filter --device deviceID --except-num n must be placed in single or double quotation marks.

Yes

-

Example

  1. Log in to the server on the host as the HwHiAiUser user.
  2. Run the following command to collect abnormal file lists and directories from all devices on the host:
    IDE-daemon-client --host xx.xx.xx.xx:22118 --bbox --all

    Replace xx.xx.xx.xx with the actual IP address of the host.