LoginSignup
16
12

More than 5 years have passed since last update.

Linuxサーバの機種,シリアル番号,メモリ枚数など取得方法

Last updated at Posted at 2013-09-23
CentOS5以降
$ sudo /usr/sbin/dmidecode --string="system-product-name"
ProLiant DL360 G4
$ sudo /usr/sbin/dmidecode --string="system-serial-number"
JPT725A811      
CentOS4まで
$ sudo /usr/sbin/dmidecode
16
12
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
12