add syntax highlight

tengel 2024-09-05 07:50:38 -05:00
parent 44c1e6c8ee
commit 2677579081

@ -2,7 +2,7 @@
DRAC devices can have a hard time working on 10G (or even 1G) switches with auto-negotiate; in order to ensure your DRAC is available in an emergency disable the auto and hard set it to 100/Full.
```
```console
# racadm config -g cfgNetTuning -o cfgNetTuningNicAutoneg 0
# racadm config -g cfgNetTuning -o cfgNetTuningNic100MB 1
# racadm config -g cfgNetTuning -o cfgNetTuningNicFullDuplex 1
@ -28,7 +28,7 @@ When run locally the first time (meaning not using "racadm -r {IP}", just "racad
Check your max PID value allowed, it's configured with the sysctl `kernel.pid_max` setting:
```
```console
# cat /proc/sys/kernel/pid_max
81920
```