diff --git a/Dell-OpenManage.md b/Dell-OpenManage.md index e86b158..94064ef 100644 --- a/Dell-OpenManage.md +++ b/Dell-OpenManage.md @@ -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 ```