add syntax highlight
parent
44c1e6c8ee
commit
2677579081
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
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 cfgNetTuningNicAutoneg 0
|
||||||
# racadm config -g cfgNetTuning -o cfgNetTuningNic100MB 1
|
# racadm config -g cfgNetTuning -o cfgNetTuningNic100MB 1
|
||||||
# racadm config -g cfgNetTuning -o cfgNetTuningNicFullDuplex 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:
|
Check your max PID value allowed, it's configured with the sysctl `kernel.pid_max` setting:
|
||||||
|
|
||||||
```
|
```console
|
||||||
# cat /proc/sys/kernel/pid_max
|
# cat /proc/sys/kernel/pid_max
|
||||||
81920
|
81920
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue