Internet Administrative Training - January 11, 1997

AGENDA:

  1. Introduction
  2. Windows NT 4.0 Server Installation
  3. Web Server Installation
  4. Mail Server Installation
  5. Windows NT 4.0 Server Administration
  6. Web Server Administration
  7. Mail Server Administration
  8. Troubleshooting Tools

1. Introduction

Terms:

2. Windows NT 4.0 Server Installation

  1. run the set-up program from the i386 directory(folder) on the CD-ROM.
  2. convert the partition to NTFS.
  3. select "per server" with 5 for the Licensing Mode.
  4. Give the computer a unique name.
  5. select the computer as a "Stand-Alone Server".
  6. Select an Administrator Account Password (make sure you can remember it and share it with one other person).
  7. Prepare an Emergency Repair Disk.
  8. No changes needed for Windows Components.
  9. Install the IIS (Internet Information Server).
  10. Select the correct Network Adapter (network card).
  11. Check NetBEUI under Network Protocols.
  12. Select from the Windows NT Server Setup: DHCP Server, DNS Server, & Windows Internet Name Service.
  13. Under TCP/IP Properties:
    1. IP Address: set IP Address, Subnet Mode (use 255.255.255.0), Gateway (ours is 192.132.89.1)
    2. DNS: set Host Name(your computer name), Domain (ours is nmhu.edu), DNS Service (use 192.132.89.65), Domain Suffix.
    3. WINS Address: enter your computer's IP address for the Primary WINS Server and select "Enable DNS for Windows Resolution"
  14. Check your computer name & Select a WorkGroup or Domain name
  15. For Microsoft IIS 2.0 Setup:
    1. Add Internet Service Manager (HTML) and Remove Gopher Service.
    2. Select the Publishing Directories (C:\InetPub\wwwroot & C:\InetPub\ftproot)
    Select the appropriate Display Properties

3. Web Server Installation

  1. need server's IP address (and DNS name)
  2. need an administrator's e-mail address
  3. choose default home directory and home page

4. Mail Server Installation

  1. NT Server 4.0 must be installed on a drive formatted using NTFS
  2. TCP/IP must be configured to use DNS
  3. Run SETUP.EXE

5. Windows NT 4.0 Server Administration

  1. DHCP Server
  2. WINS Server
  3. DNS Server
  4. User Accounts - Seting up the User groups, and Basic User Accounts

6. Web Server Administration

  1. changing the default homepage
  2. adding / deleting local web pages
  3. setting up aliases

7. Mail Server Administration

  1. Creating user mail accounts
  2. Deleting user mail accounts
  3. Deleting user spool directories
  4. Adding address rules (transforms)
  5. Using Event Viewer to monitor Mail Server

8. Troubleshooting Tools

  1. Event Viewer - Displays the system, security and application logs
  2. Performance Monitor - measures the computer's efficiency, identifies and troubleshoots possible problems. [plans
  3. for additional hardware needs]
  4. Task Manager - monitors active applications and processes on the computer. Can be used to start and stop applications and
  5. processes.
  6. NT Diagnostics - enables viewing hardware information in the Registry (loaded device drivers & IRQ values).
  7. Network Monitor (netmonitor) - determines problems during session initialization and problems related to broadcast storms.
  8. Troubleshoots network packets for transmission problems between computers.
  9. TCP/IP Utilities - verifies and debugs TCP/IP networking problems
    1. ping - used to test if another computer is "alive"
    2. tracert - traces the route taken to another computer on the Internet
    3. netstat - shows static information at a given point in time; used to determine status of connections
    4. nslookup - checks records, domain host aliases, etc. by querying the Internet domain name servers
    5. route - prints the IP route table
    6. hostname - prints the name of the current host
    7. ipconfig - displays the current TCP/IP network configuration values
    8. arp - displays the ARP (address resolution protocol) table on the local computer