1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
# NAME
mstprivhost
# SYNPOSIS
usage: mstprivhost \[-h\] \[-v\] **-\-device** DEVICE
\[-\-disable\_rshim\]
> \[-\-disable\_tracer\] \[-\-disable\_counter\_rd\]
> \[-\-disable\_port\_owner\] {r,restrict,p,privilege}
restrict or privilege host
Note: New configurations takes effect immediately.
Note: privileged host - host has all supported privileges.
> restricted host - host is not allowed to modify global per
> port/parameters or access other hosts parametersis.
>
# DESCRIPTION
## optional arguments:
- **-h**, **-\-help**
show this help message and exit
- **-v**, **-\-version**
show program's version number and exit
# OPTIONS
- **-\-device** DEVICE, **-d** DEVICE
Device to work with.
- **-\-disable\_rshim**
When TRUE, the host does not have an RSHIM function to access the
embedded CPU registers mlxconfig\_name: HOST\_DISABLE\_RSHIM
- **-\-disable\_tracer**
When TRUE, the host will not be allowed to own the Tracer
mlxconfig\_name: HOST\_DISABLE\_TRACER\_OWNER
- **-\-disable\_counter\_rd**
When TRUE, the host will not be allowed to read Physical port
counters mlxconfig\_name: HOST\_DISABLE\_PORT\_COUNTER
- **-\-disable\_port\_owner**
When TRUE, the host will not be allowed to be Port Owner
mlxconfig\_name: HOST\_DISABLE\_PORT\_OWNER
## Commands:
> {r,restrict,p,privilege}
- restrict:
Set host 1 (ARM) privileged, host 0 (x86\_64) restricted.
privilege: Set host 1 (ARM) privileged, host 0 (x86\_64) privileged
(back to default).
# SEE ALSO
The full documentation for **mstprivhost** is maintained as a Texinfo
manual. If the **info** and **mstprivhost** programs are properly
installed at your site, the command
> **info mstprivhost**
should give you access to the complete manual.
|