FITS Tools
From Schoolforge-UK
FITS is an ITIL derived support system developed by Becta. For more information on FITS itself, please visit the Becta FITS pages.
Becta have provided extensive resources to help schools implement FITS including guidance on monitoring servers, but have not had sufficient resource to provide guidance on any open source server solutions.
The FITS team have welcomed offers of assistance on open source solutions, and will add any materials provided to their documentation. So, on with the work...
This is an example of guidance provided:
Running server utilities on Microsoft Server 2000
NETSTAT
Command: netstat -r
Found in:WinNT\system32 directory
Run using: DOS window (Run Command), navigate to correct directory then type netstat
Purpose: This command displays the connections and services available on a host server. It can also provide a cumulative picture of the traffic into and out of a computer or display a routing table for the network connections to the server
ARP
Command: arp Found in:WinNT\system32 directory Run using: DOS window (Run Command), navigate to correct directory then type arp -a Purpose: This command maps network addresses into MAC addresses TRACERT Command: tracert Found in:WinNT\system32 directory Run using: DOS window (Run Command), navigate to correct directory then type tracert target_name Purpose: To display links along a network path
Equivilent Linux tools are: netstat , arp

