From the Tyan Website (link)
Download the TSM Linux Driver from Tyan
Link
Revise the /etc/rc.xxx files to include the following:
/etc/rc0.d/K99tsmd’
/etc/rc3.d/S99tsmd’
/etc/rc5.d/S99tsmd’
l/etc/rc6.d/K99tsmd
[root@backup Downloads]# tar -xvzf tsm-1.0.tar.gz
tsm-1.0/
tsm-1.0/2/
tsm-1.0/2/tyansmb.o
tsm-1.0/2/tysmdll.so
tsm-1.0/2/tysm
tsm-1.0/2/tysmg
tsm-1.0/2/tysmc
tsm-1.0/INSTALL
tsm-1.0/LISENCE
tsm-1.0/mbconf
tsm-1.0/README
tsm-1.0/tinstall
tsm-1.0/tunstall
tsm-1.0/3/
tsm-1.0/3/tyansmb.o
tsm-1.0/3/tysm
tsm-1.0/3/tysmg
tsm-1.0/3/tysmc
tsm-1.0/3/tysmdll.so
tsm-1.0/tyansmb.o
tsm-1.0/tsmd
[root@backup Downloads]# ls
firefox firefox-1.5.0.3.tar.gz tsm-1.0 tsm-1.0.tar.gz
[root@backup Downloads]# cd tsm-1.0
[root@backup tsm-1.0]# ls
2 3 INSTALL LISENCE mbconf README tinstall tsmd tunstall tyansmb.o
[root@backup tsm-1.0]# cat README
Tyan System Monitor For Linux 0.8.11
Copyright (C) 2002-2003 Tyan Computer Corp.
Description:
TSM is a hardware monitor utility. It both support console
and GUI display. It display information from the sensor chip on
Tyan motherboard.
LINUX Version Support:
Now TSM official support the RedHat7.2, 7.3, 8.0 and 9.0. We not encoura ge and guarantee it can work on other version LINUX. But we appreciate it if you
make it work by yourself.
Usage:
tsm [-g] [--log/-Llogfilename] GUI mode
tsm [-?] [-h] [--help] [-l <times>] [-d <seconds>]
[-s] [--log/-Llogfilename] console mode
Detail:
-?
Display help screen
-d <seconds>
Looping delay (default: 5 seconds)
-h
Display help screen
–help
Display help screen\n”);
-l <times>
Loop specific number of times (default: once)
(Special case: set to 0 for infinite looping)
-s
Suppress company header
-g
Display GUI
–log
Logging sensor reading in file sensors.log
-Llogfilename
Logging sensor reading in the specified file
[root@backup tsm-1.0]# ls
2 3 INSTALL LISENCE mbconf README tinstall tsmd tunstall tyansmb.o
[root@backup tsm-1.0]# tinstall
bash: tinstall: command not found
[root@backup tsm-1.0]# ./tinstall
——– install start ——–
insmod: error inserting ‘/usr/bin/tyan/tsm/tyansmb.o’: -1 Invalid module format
——– vinstall end ——–
[root@backup tsm-1.0]# ./tinstall
——– install start ——–
mknod: `/dev/tyansmb’: File exists
ln: `/usr/bin/tsm’: File exists
ln: `/etc/rc0.d/K99tsmd’: File exists
ln: `/etc/rc3.d/S99tsmd’: File exists
ln: `/etc/rc5.d/S99tsmd’: File exists
ln: `/etc/rc6.d/K99tsmd’: File exists
insmod: error inserting ‘/usr/bin/tyan/tsm/tyansmb.o’: -1 Invalid module format
——– vinstall end ——–
[root@backup tsm-1.0]# make
make: *** No targets specified and no makefile found. Stop.
[root@backup tsm-1.0]# cat INSTALL
TSM-RedHat Linux Installation Guide
1.Tyan Motherboards Supported(Version 0.8.10)
Chipset Intel AMD Serverworks VIA
Motherboard Model S2099 S2460 S2518 S2495
S2720 S2462 S2688
S2721 S2466 S4520
S2721-533 S2468 S2707
S2722 S2469 S2727
S2723 S2880
S2662
S2098
S2668
S2665
Reference web link: http://www.tyan.com/support/html/bios_support.html
2.RedHat Linux Versions Supported
1) 7.2
2) 7.3
3) 8.0
4) 9.0
3.Before Installation
Check if the following modules are already installed in your RedHat Linux version
3) X windows support if using GUI mode
4.TSM-Linux Installation Procedure
Follow these steps:
1) Make sure installation in done with “Root” privilege
2) Copy the tsm-0.xx.tar.gz to target RedHat Linux platform for installation
3) Extract the gz file by running “tar xzvf tsm-0.xx.tar.gz”
4) Get into the tsm-0.xx directory
5) Run ./tinstall to install
6) Run tsm –help to get help messages
7) Run ./tunstall to uninstall
Note: Disregard warning messages when installing RedHat Linux 8.0&9.0
[root@backup tsm-1.0]#