Test Pointers
Performance and Statistics Information Gathering
Performance Monitor Uses:
- Construct Capacity planning on all statistical data.
- Export statistics to a spreadsheet.
- Monitor over time for total connections and data transmitted.
Netstat uses:
- View cumulative statistics since computer booted.
- View IP and ethernet statistics.
- View routing tables.
Network Monitor uses:
- Used to view IP and ethernet statistics.
- Used to chart the number of TCP/IP connections to a server
Printing
For UNIX stations to print jobs at NT print server:
- Install TCP/IP Printing Service on the server.
- Create a printer share with a printer name.
Use LPR to print and LPQ to see printer queue.
Hosts and lmhosts files
- Host Names are not case sensitive.
- Single quotes are used to enter a numeric hostname in the HOSTS file.
DHCP
DHCP manager option 44 WINS/NBNS Servers specifies WINS server for hosts to use.
DNS and WINS
All DNS servers must be set up to use WINS. Cannot be done with just the primary.
Services started with WINS:
|
|
Services that register with WINS when they initialize:
Required for WINS:
- Specification of NetBIOS name resolution node type
Services using different name resolution:
- NET USE - WINS?
- Browsing - WINS
- FTP - DNS
- UNC path - WINS
- NT Explorer - UNC path - WINS
UNIX to Windows Communications
If on a UNIX server, FTP is not set up to use authentication, log on as anonymous.
To connect NTWS to a UNIX server with authentication, do the following:
- Install PWS on NTWS
- Create ftproot directory
- Disable anonymous login.
Application Integration
Two applications running on seperate servers with seperate IP addresses. To merge both onto one server:
- Install one NIC on the new server.
- Allocate both IP addresses to the NIC.
Name Resolution on Segmented Networks without WINS
To allow each BDC on subnets to communicate with the PDC across a router:
Create an LMHOSTS file on each BDC with a PDC entry.
To get a workstation to be able to contact PDCs or BDCs in the domain:
Add a #PRE and #DOM entry in the workstation LMHOSTS file for each domain controller.
|