Rate This Document
Findability
Accuracy
Completeness
Readability

Constraints

Precautions

  • In the DPU scenario, the on-site maintenance personnel install components involved in the solution, such as the host OS, excluding user-developed configuration software.

    This document does not describe how to install and deploy the NIC OS. The OS is not within the delivery scope and should be selected, purchased, and installed by the customer. To use an open-source OS, refer to the corresponding installation guide in the open-source OS community.

Command Format Conventions

Format

Description

Boldface

The keywords (the part that must be kept unchanged) of a command are in boldface.

Italic

Command arguments (replaced by specific values in an actual command) are in italics.

[ ]

Optional items (keywords or arguments) are grouped in square brackets ([]).

{ x | y | ... }

Optional items are grouped in braces ({}) and separated by vertical bars (|). One item must be selected.

[ x | y | ... ]

Optional items are grouped in brackets ([]) and separated by vertical bars (|). One item or no item can be selected.

{ x | y | ... }*

Optional items are grouped in braces ({}) and separated by vertical bars (|). At least one item must be selected, and at most all items can be selected.

[ x | y | ... ]*

Optional items are grouped in brackets ([]) and separated by vertical bars (|). Several items or no item can be selected.

&<1-n>

The parameter before the ampersand (&) can be repeated 1 to n times.

#

A line starting with the # sign is a comment.