mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 20:54:19 +00:00
Update README.md
This commit is contained in:
parent
b1a605f135
commit
36baba224d
1 changed files with 3 additions and 3 deletions
|
@ -1680,15 +1680,15 @@ sg_map -i -x|grep SEAGATE|wc -l
|
|||
lsblk -io KNAME,TYPE,MODEL,VENDOR,SIZE,ROTA
|
||||
#where ROTA means rotational device / spinning hard disks (1 if true, 0 if false)
|
||||
```
|
||||
##### List information about NIC
|
||||
##### List information about NIC
|
||||
```bash
|
||||
lsscsi|grep -i 'ethernet'
|
||||
```
|
||||
##### Found out power status of the server
|
||||
##### Found out power status of the server
|
||||
```bash
|
||||
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
|
||||
ipmitool sensors |grep -i Temp
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue