Table of Contents
Disable DRAC autonegotiate
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.
# racadm config -g cfgNetTuning -o cfgNetTuningNicAutoneg 0
# racadm config -g cfgNetTuning -o cfgNetTuningNic100MB 1
# racadm config -g cfgNetTuning -o cfgNetTuningNicFullDuplex 1
# racadm racreset
# racadm getconfig -g cfgNetTuning
cfgNetTuningNic100MB=1
cfgNetTuningNicFullDuplex=1
cfgNetTuningNicMtu=1500
cfgNetTuningNicAutoneg=0
racadm launches and fails silently
The racadm tool will fail silently if the previous run used a PID greater than 65535. Confirmed still broken as of OMSA 7.3.
- racadm in local mode will create/check a pidfile
/var/run/local\_racadm.pid - If the PID inside that file is larger than 65535 then racadm will crash
- Delete
/var/run/local_racadm.pidbefore launching the tool
When run locally the first time (meaning not using "racadm -r {IP}", just "racadm" from the local OS using IPC sockets to the local iDRAC) the tool will create a pidfile /var/run/local_racadm.pid and drop it’s own PID into that file. However, it doesn’t delete that file when it’s done. Every subsequent time it’s run it will check for the existence of this pidfile; if found, it will read the value and presumably check the process stack to ensure it’s not already running.
Check your max PID value allowed, it's configured with the sysctl kernel.pid_max setting:
# cat /proc/sys/kernel/pid_max
81920
Index
- APT WhatProvides
- Apache wpadmin
- Arch Default Kernel
- Arch Kernel Order
- Bash Add fd
- Bash Dump History
- Bash Trim Whitespace
- CPU Stats
- CSS Reset
- DB2 Info
- Debian Upgrade
- Dell OpenManage
- Diff Lines
- Favicon Things
- Find Examples
- Forgejo Syntax Highlight
- Git Combine Repos
- Git Multi SSH
- Git Quickstart
- Git Rewrite User
- Gitea Mirror
- GitLab Anchors
- Glibc IPv4
- GnuPG Things
- IMAP Sync
- IPv4 Default Gateway
- IPv4 Default IP
- KRB5 Empty Keytab
- Kernel Boot Debug
- Kernel Decompress
- LUKS Encrypted Partitions
- Linux Valid Usernames
- Loopback FS
- MP3 Get Tags
- MX Tarpit
- Makefile Template
- Markdown Samples
- Mount OVA
- Mount qcow2
- MySQL Connections
- NFS 10G Tuning
- Netcat Replacements
- PAM Namespace
- Postfix Headers
- Proxmox Doodads
- RPM Info
- Radeon Temperature
- Recover Deleted ext3
- Recursive Unzip
- Roku Info
- SSH RSA Support
- SSL Certgen
- Samba OSX
- Server Notes
- Smem Datamash
- Split Disk
- systemd PID1
- TCP Kill
- Thunderbird LDAP AD
- uBlock Filters
- udev Hide Partitions
- Weechat Quickstart
- YTM to Textbox
- YUM Disablerepos
- SPDX-License-Identifier: CC-BY-SA-4.0
- SPDX-License-Identifier: MIT