自己搭建的服务器想升级CPU和内存如何查看是否支持?

玩技站长 运维笔记评论4511字数 227阅读0分45秒阅读模式

参考:志强系列CPU天梯图

查看服务器型号、序列号:文章源自玩技e族-https://www.playezu.com/24290.html

  1. dmidecode|grep "System Information" -A9|egrep  "Manufacturer|Product|Serial"
  2. cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
  3. /**以上两种都可以不是同时复制**/

Linux 查看内存的插槽数,已经使用多少插槽.每条内存多大:文章源自玩技e族-https://www.playezu.com/24290.html

  1. dmidecode|grep -A5 "Memory Device"|grep Size|grep -v Range

Linux 查看内存的频率:文章源自玩技e族-https://www.playezu.com/24290.html

  1. dmidecode|grep -A16 "Memory Device"|grep 'Speed'

在linux查看内存型号的命令:文章源自玩技e族-https://www.playezu.com/24290.html

  1. dmidecode -t memory

查看主板型号文章源自玩技e族-https://www.playezu.com/24290.html

  1. dmidecode |grep -A16 "System Information$"

内存槽及内存条:文章源自玩技e族-https://www.playezu.com/24290.html

  1. dmidecode |grep -A16 "Memory Device$"

硬盘:文章源自玩技e族-https://www.playezu.com/24290.html

  1. fdisk -l
  2. smartctl -a /dev/sda

网卡:文章源自玩技e族-https://www.playezu.com/24290.html

  1. mii-tool
  1. dmidecode|grep -P 'Maximum\s+Capacity'    //最大支持几G内存
  2. # cat  /proc/cpuinfo //查看cpu个数与频率
  3. # dmidecode  |grep  "Product Name"  //查看服务器品牌和型号
  4. # dmidecode|grep -P -A5 "Memory\s+Device"|grep Size|grep -v Range       //总共几个插槽,已使用几个插槽

查看CPU型号:文章源自玩技e族-https://www.playezu.com/24290.html

  1. cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
文章源自玩技e族-https://www.playezu.com/24290.html
资源下载
仅限VIP下载
注意:源码一经出售不退不换介意勿拍,如涉及版权问题请及时与站长联系
 最后更新:2021-5-14
匿名

发表评论

匿名网友
确定

拖动滑块以完成验证