Update README.md

This commit is contained in:
onceupon 2018-02-12 14:56:35 +08:00 committed by GitHub
parent b1a605f135
commit 36baba224d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1680,15 +1680,15 @@ sg_map -i -x|grep SEAGATE|wc -l
lsblk -io KNAME,TYPE,MODEL,VENDOR,SIZE,ROTA lsblk -io KNAME,TYPE,MODEL,VENDOR,SIZE,ROTA
#where ROTA means rotational device / spinning hard disks (1 if true, 0 if false) #where ROTA means rotational device / spinning hard disks (1 if true, 0 if false)
``` ```
##### List information about NIC ##### List information about NIC
```bash ```bash
lsscsi|grep -i 'ethernet' lsscsi|grep -i 'ethernet'
``` ```
##### Found out power status of the server ##### Found out power status of the server
```bash ```bash
ipmitool -U your_bmc_username -P your_bmc_userpassword -I lanplus -H your_bmc_ip_address power status ipmitool -U your_bmc_username -P your_bmc_userpassword -I lanplus -H your_bmc_ip_address power status
``` ```
##### Found out server sensor temperature ##### Found out server sensor temperature
```bash ```bash
ipmitool sensors |grep -i Temp ipmitool sensors |grep -i Temp
``` ```