Linux target computer - Manual - DCP Utility - Documentation for the SIMATIC AX DCP Utility tool. - DCP Utility,

DCP Utility CLI Tool (dcp-utility)

Portfolio
SIMATIC AX
Product
DCP Utility
Software version
1.2.0
Edition
04/2025
Language
English (original)
Package Name
@ax/dcp-utility-docs
  1. To verify that the zip files were not tampered during the transfer, open a terminal and run:

    sed -n 's/.*The SHA256 hash of the zip file is //p' pack-dcp-utility.txt > dcp-utility-portable-package.sha256
    sed -i 's/$/ dcp-utility-portable-package.zip/' dcp-utility-portable-package.sha256
    sha256sum -c dcp-utility-portable-package.sha256
    

    This sequence must return OK.

    Finally, perform the validation steps for the .NET Runtime installer documented by Microsoft.

  2. Install the .NET Runtime.

  3. Install the DCP Utility zip file:

    unzip ./dcp-utility-portable-package.zip -d ./bin-dcp-utility
    chmod +x ./bin-dcp-utility/dcp-utility.sh
    ./bin-dcp-utility/dcp-utility.sh --version
    

After these installations you can start DCP Utility with ./bin-dcp-utility/dcp-utility.sh to execute its various commands:

./bin-dcp-utility/dcp-utility.sh list-interfaces -f JSON