To use it run:
sudo ipmitool sdr
It will output the results of the Sensor Data.
If it does not work, you may have to load the drivers:
sudo modprobe ipmi_msghandler
sudo modprobe ipmi_devintf
sudo modprobe ipmi_si
More to come as I find more uses.
This is my blog about the various computer problems I have come across and my solutions to them as well as any other tech related things that I want to talk about.
sudo ipmitool sdr
sudo modprobe ipmi_msghandler
sudo modprobe ipmi_devintf
sudo modprobe ipmi_si
[global]
security = user
.
.
.
security = share
net use \\192.168.1.10\jeff /delete
[global]
security = user
username map = /etc/samba/smbusers
smb passwd file = /etc/samba/smbpasswd
guest ok = yes
guest account = nobody
workgroup = LINUX
server string = Samba Server %v
log file = /var/log/samba/log.%m
max log size = 50
interfaces = lo eth0
bind interfaces only = yes
hosts allow = 127.0.0.1 192.168.1.0/24
hosts deny = 0.0.0.0/0
browseable = yes
map to guest = Bad User
domain logons = no
# follow symlinks
follow symlinks = yes
wide links = yes
unix extensions = no
#printers
printcap name = cups
printing = cups
[printers]
browseable = yes
printable = yes
public = yes
create mode = 0700
guest only = yes
use client driver = yes
path = /tmp
[homes]
comment = Home Directories
browseable = no
read only = no
create mode = 0750
guest ok = no
[nas]
comment = move to here
path = /home/nas
read only = no
public = yes
guest ok = yes
[docs]
comment = documents
path = /home/docs
read only = no
guest ok = no
smbpasswd -a jeff
smbpasswd -e jeff
jeff = "jeff"