TapeTrack ScoreBoard
From TapeTrack Wiki
Contents |
[edit] Overview
The TapeTrack ScoreBoard is an LED display that shows real-time totals of:
- Volumes under management
- Volumes in Vault
- Volumes moving in
- Volumes moving out
- Users logged in
- Outstanding consignments
[edit] Instalation
[edit] Board Instalation
[edit] Driver Instalation
The ScoreBoard driver is installed as part of the TapeTrack Utilities Package and runs as a Windows Service.
[edit] Configuration
[edit] Editing the Registry
The ScoreBoard Service must be passed as an argument valid TapeTrack connection parameters in Command Line Logon Syntax.
For Example:
"C:\Program Files\TapeTrack\TapeTrack Server Utilities\ScoreBoard\TMSSScoreBoard.exe" -c COM1 -S fred:pw@192.168.10.1:5000
Where:
- The ScoreBoard is connected via Comm Port 1
- fred is a valid TapeTrack User ID
- pw is user fred's password value
- 192.168.10.1 is the TapeTrack Server IP address
- 5000 is the TapeTrack Server Port
To edit these arguments use Windows RegEdit to change the ImagePath value under HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\TMSS10SCOREBOARDSVC.
[edit] Enabling the Service
When you first install the TapeTrack Utilities Package the ScoreBoard Service is stopped and set to disabled by default.
To enable the ScoreBoard Service use the Service Control Manager to set the Service to start automatically.
[edit] Trouble Shooting
The ScoreBoard driver can also be run in the foreground for problem diagnosis purposes.
To run in the foreground:
- Open a command prompt
- Change to the TapeTrack ScoreBoard Driver directory
- Run command TMSSScoreBoard.exe -c COM1 -S fred:pw@192.168.10.1:5000


