Syntax
The iBMC commands can be classified into two types:
- Query command ipmcget
Syntax:
ipmcget [-t target] -d dataitem [-v value]
- Set command ipmcset
Syntax:
ipmcset [-t target] -d dataitem [-v value]
The parameters of ipmcget and ipmcset are described as follows:
- [ ]: includes optional parameter of a command.
- -t target: indicates the object to be queried or set.
- -d dataitem: indicates the specific properties of the object to be queried or set.
- -v value: indicates a parameter value of the object.
Table 4-1 lists the conventions for the command line formats.
Format |
Description |
---|---|
Boldface |
The keywords of a command line are in boldface. |
Italic |
Command arguments are in italic. |
[ ] |
Items (keywords or arguments) in square brackets [ ] are optional. |
{ x | y | ... } |
Optional items are grouped in braces and separated by vertical bars. One item is selected. |
[ x | y | ... ] |
Optional items are grouped in brackets and separated by vertical bars. One or no item can be selected. |
{ x | y | ... }* |
Optional items are grouped in braces and separated by vertical bars. A minimum of one item or a maximum of 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. |