| IntranetWare 4.11 Design and Implementation |
| IS Manager |
|
| NDS Expert |
|
| Server Specialist |
|
| Workstation Specialist |
|
| Application Specialist |
|
| Printer Specialist |
|
| Connectivity Specialist |
|
| Testing Lab Coordinator (Used in large scale design) |
|
| Education and Training Coordinator |
|
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
Partitioning considerations
Custom scheme:
1) WAN links: Keep each location in a separate partition
2) Location: Group replica servers that are near each other in a single partition
3) Number of Replicas: When more than 15 servers have a replica of a partition, split the partition or eliminate the number of replicas
4) Number of Partitions: Carefully consider the number of partitions to use, as too few or too many can cause problems.
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. |