From 2677579081669b4d5aaf00d636ca8322dd3be6d8 Mon Sep 17 00:00:00 2001 From: tengel Date: Thu, 5 Sep 2024 07:50:38 -0500 Subject: [PATCH] add syntax highlight --- Dell-OpenManage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```