DellServer

for T640

CLI

查看信息

查看服务器可用的PCIe
sudo racadm get System.PCIESlotLFM
System.PCIESlotLFM.1 [Key=PCIESlotLFM#PCIESlotLFM]
System.PCIESlotLFM.2 [Key=PCIESlotLFM#PCIESlotLFM]
System.PCIESlotLFM.3 [Key=PCIESlotLFM#PCIESlotLFM]
...
查看传感器信息
sudo racadm getsensorinfo
查看系统信息(如服务编号)
getsysinfo

调整PCIe的模式

设置自动模式
sudo racadm set System.PCIESlotLFM.6.LFMMode 0
设置自定义模式
sudo racadm set System.PCIESlotLFM.1.LFMMode 2

image-20220611213053308

Practice

Software

Dell EMC Repository Manager

用于安装最新的驱动程序

CLI

安装
sudo ./DRMInstaller.bin
运行
drm

Dell EMC OpenManage

sudo echo 'deb http://linux.dell.com/repo/community/openmanage/10100/focal focal main' | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list
sudo wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc
sudo apt-key add 0x1285491434D8786F.asc
sudo apt-get update
sudo apt-get install srvadmin-all

Dell EMC iDRAC Service Module

设置IDRAC服务

Extract the tar file
bash setup.sh

Reference