mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-12-23 16:56:35 +00:00
Update README.md
This commit is contained in:
parent
b1a605f135
commit
36baba224d
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user