IntranetWare 4.11 Design and Implementation

Project Approach Phase
1. Assemble the project team
2. Gather information about the company and their network
3. Train the project team
4. Define the project scope
5. Create the project design schedule

Project Team
IS Manager
  • Coordinates with NDS expert
  • Oversees design
  • Coordinates implementation
  • Manages cost and time estimates
NDS Expert
  • Project lead for design process
  • Creates directory tree design
  • Plans NDS security, partitions and replicas, and time synchronization
  • Coordinates login scripts with team
  • Ensures design is documented
Server Specialist
  • Plans pilot installation
  • Maintains performance levels
  • Implements server upgrades and migrations
  • Creates protocol standards
  • Monitors migration
  • Plans disaster recovery procedures
Workstation Specialist
  • Upgrades client workstations
  • Determines workstation hardware requirements and compatibilities
  • Monitors client performance
  • Designs login scripts; coordinates with team
Application Specialist
  • Maintains, upgrades and migrates server, client and network applications
  • Ensures stability of applications
Printer Specialist
  • Installs and configuring printers
  • Upgrading client workstation's drivers
  • Ensuring users can access printers
  • Handles parts of migration that involve printers
Connectivity Specialist
  • Handles physical aspects of network
  • Manages protocols, and maintains LAN and WAN efficiency
Testing Lab Coordinator
(Used in large scale design)
  • Evaluates and tests clients, servers, and software prior to implementation
  • Runs diagnostics on equipment and gathers information needed for test
Education and Training Coordinator
  • Trains team members and/or users in unfamiliar subjects

Designing the Directory Tree Phase
1. Creating standards - Includes naming standards container and leaf objects, and property lists for each object.

2. Organizing upper layers of the tree

3. Organizing lower layers of the tree - Can be divided any way that provides a benefit without causing network problems. Can be strictly functional. To determine the structure of lower levels, consider which users will need access to the same resources.

4. Modifying Your Design

Determining Partition and Replication Strategies
Name Resolution - Process of locating an object on the network using distinguished names. First looks at the server you are attached to, then follows subordinate references to find the object. Subordinate references across a WAN link slow the process. It is best to place a replica on a local server for each container that will be accessed frequently by that server.

Partitioning considerations

Rules for partitioning

Replica placement guidelines

Replica Types

Master The main copy of a partition. Only one master replica is allowed per partition. Receives update requests from Read/Write partitions, and pushes synchronization updates to all other partition types.

 

Read/Write Copy of a master partition. Can be read from and written to. Sends all change requests to the master replica of a partition. Receives partition synchronization updates from the master replica.
Read Copy of a master partition. Can only be read from. Are used for searching and viewing objects only. Receive synchronization changes from master and read/write replicas.
Subordinate Reference Special replica pointer. Used to redirect NDS queries to the proper replica. These are created automatically on a server when it contains a parent replica, but no replicas of the partitions of that parent's children. These cannot support object or partition changes.