HP OpenVMS Systems |
HP Advanced Server for OpenVMS
|
Previous | Contents | Index |
Depending on the domain type, the Advanced Server can participate in a domain as either the PDC, a BDC, or a member server.
There are five kinds of domains that the Advanced Server may participate in:
Table 3-3, Server Roles in Each Type of Domain, lists for each type of domain the roles the server can take:
For Domain Type: | The Advanced Server Can Take These Roles: | ||
---|---|---|---|
PDC | BDC | Member Server | |
Windows NT | X | X | X |
Windows 2000 Mixed-Mode | X | X | |
Windows 2000 Native-Mode | X | ||
Windows 2003 Interim | X | X | |
Windows 2003 | X |
Each Windows NT domain must have one PDC. The PDC stores the domain's master copy of the security accounts database.
When you install the Advanced Server to create a new Windows NT domain, the new server becomes the PDC by default. When you install server software and specify an existing domain name, the server can join the existing domain only as a BDC or member server.
A domain does not have to have BDCs, but one or more are recommended. A BDC keeps a copy of the domain's master security accounts database. The copy of the security accounts database stored on BDCs is synchronized with the PDC's master database. PDCs and BDCs can validate logon requests in the domain.
A member server does not store a copy of the domain's security accounts database and does not validate logon requests. Member servers rely on domain controllers to validate credentials of users requesting access to member server shares. The advantages of configuring the Advanced Server as a member server are listed in Section 3.7.1, Configuring the Advanced Server As a Member Server.
In an OpenVMS Cluster, all nodes on the cluster must have the same role. If you change the role of one node, the other nodes are automatically changed to the same role.
When you configure the Advanced Server for the first time, you select the role your server will perform in the domain. There may be times when you need to change the role of your server. The method you use to change the server depends on the current role of the server and the role you want to change it to. To change the role of the server from a BDC to a PDC, or vice versa, use the ADMINISTER SET COMPUTER/ROLE command. To change a server BDC to a member server, you must use PWRK$CONFIG, as explained in Section 3.7.1, Configuring the Advanced Server As a Member Server. To change a PDC to a member server, you must first promote another BDC to a PDC; then the original PDC is demoted automatically to a BDC, after which you can use PWRK$CONFIG to change it to a member server. Use PWRK$CONFIG also to change a member server to a BDC. (This restriction is similar [but less restrictive] to that of Windows NT, which requires the operating system to be reinstalled to change a domain controller to a member server, or vice versa.) For more information on changing the role of the server from a BDC to a PDC, or vice versa, refer to the HP Advanced Server for OpenVMS Server Administrator's Guide. Table 3-4, Methods for Changing Server Roles, summarizes which role changes are allowed and disallowed by PWRK$CONFIG.
From: | To: | Method |
---|---|---|
BDC | PDC | Use ADMINISTER SET COMPUTER/ROLE command to promote the BDC to a PDC |
BDC | Member | Use PWRK$CONFIG |
Member | PDC | Use PWRK$CONFIG to change this server to a BDC, and then use the ADMINISTER SET COMPUTER/ROLE command to promote the BDC to a PDC |
Member | BDC | Use PWRK$CONFIG |
PDC | BDC | Use ADMINISTER SET COMPUTER/ROLE to promote a BDC in the domain to PDC; this promotion demotes the original PDC to a BDC |
PDC | Member | Use ADMINISTER SET COMPUTER/ROLE to promote an existing BDC to a PDC; this promotion demotes the PDC to a BDC so that you can change it to a member server, using PWRK$CONFIG |
If you reconfigure a BDC as a member server, PWRK$CONFIG automatically removes the domain controller's domain user account database. If you reconfigure a member server to a BDC, PWRK$CONFIG automatically removes the member server's local user account database. In either case, because of loss of local group information, access to some resources might be affected. If resource permissions have been set using local groups, those permissions will have to be reset. If resource permissions have been set using global groups or global user accounts, those permissions will remain in effect after the role change. |
Use the PWRK$CONFIG.COM configuration procedure to configure the Advanced Server to participate in a domain as a member server. You cannot use the ADMINISTER SET COMPUTER/ROLE command to change an Advanced Server for OpenVMS domain controller to a member server role or to change a member server to a domain controller role.
You can configure the Advanced Server as a member server if it is joining an existing domain that has a PDC in operation. If the domain consists of a native-mode Windows 2000 environment (also referred to as a pure Windows 2000 domain) or Windows 2003 domain, this is a domain in which all domain controllers are Windows 2000 or Windows 2003 systems, the domain must first include at least one domain controller before you can configure an Advanced Server as a member server.
You may want to configure your Advanced Server for OpenVMS as a member server instead of a BDC (or PDC) for any of the following reasons:
The following sections explain how to configure the Advanced Server as a
member server.
3.7.1.1 Considerations When Configuring Advanced Server as Member Server
When Advanced Server is configured as member server in an Active Directory, the following considerations must be taken into account:
Network access: Allow anonymous SID/Name translation |
Creating SAM datafiles... %PWRK-F-SAMCHECK, error creating SAM databases PWRK-I-RESTORE, restoring original settings @SYS$UPDATE:PWRK$CONFIG must be executed again. The Advanced Server configuration is incomplete and cannot continue. |
Network security: LAN Manager authentication level LmCompatibilityLevel Send LM & NTLM responses 0 Send LM & NTLM 1 Send NTLM response only 2 Send NTLMv2 response only 3 Send NTLMv2 response only/refuse LM 4 Send NTLMv2 response only/refuse LM & NTLM 5 |
$ regutl :== $sys$system:pwrk$regutl.exe $ regutl set parameter lsa LmCompatibilityLevel <desired level> /create |
SECEDIT /REFRESHPOLICY MACHINE_POLICY /ENFORCE |
Events in System Event Log on server "MYSRV": T Date Time Source Category Event User Computer -------- ----------- --------- -------- ------ ---- --------- E 01/31/06 11:00:57 AM NETLOGON None 3210 N/A MYSRV Failed to authenticate with W2KDC, a domain controller for domain MYDOM. Data:0000: 22 00 00 c0 00 00 00 00 "..?.... |
$ ADMIN START SERVICE NETLOGON %PWRK-I-SVCOPWAIT, attempting to start the "NETLOGON" service on "MYSRV"%PWRK-E-SVCOPFAILED, start of service "NETLOGON" on "MYSRV" failed-LM-E-UIC_INTERNAL, an internal error occurred |
T Date Time Source Category Event User Computer - -------- ----------- ------ --------- ----- ---- --------- W 02/02/06 10:31:57 AM NETLOGON None 5701 N/A MYSRV The Netlogon service failed to update the domain trust list. The following error occurred: %5 Data:0000: 22 00 00 c0 00 00 00 00 "..?.... |
The account must be designated for a pre-Windows 2000 computer. |
While installing a new Advanced Server for OpenVMS in an existing domain, you can configure it as a member server during the PWRK$CONFIG.COM configuration procedure. The domain must include one active PDC; a native-mode Windows 2000 domain or Windows 2003 domain must include at least one domain controller.
The following PWRK$CONFIG.COM output shows how an Advanced Server for OpenVMS server might be configured as a member server. Preceding this part of the procedure, item 5 was selected to specify UPTIME as the domain. This example assumes the UPTIME domain is a native-mode Windows 2000 domain that already has one or more domain controllers.
Reading current configuration parameters ... Your Advanced Server for OpenVMS is presently configured to run as follows: 1. Run the License Server: NO 2. Enable Timesource service: NO 3. Enable Alerter service: YES 3a. Alert user names: Administrator 4. Enable Netlogon service: YES 5. Advanced Server domain: UPTIME 6. Advanced Server role: PRIMARY 7. Advanced Server computer name: GRATDA 7a. Advanced Server OpenVMS Cluster alias: GRATDA_ALIAS 8. Server announce comment: Advanced Server V7.3B for OpenVMS 9. Advanced Server language: English (USA) 10. Enable NT style printing: NO Enter item number, or RETURN to use these values [DONE]: 6 [Return] The Advanced Server role is the part the server will play in its domain. A primary domain controller maintains the domain's master user accounts database and validates logins. A backup domain controller receives copies of the master database, validates logins, and can be promoted to primary. A member server does not receive copies of the master database or validate logins. It relies on domain controllers to validate user credentials. Enter the role of this server (P)rimary/(B)ackup/(M)ember [P]: M [Return] Before joining a domain, the computer must be added to the domain. This can be done in one of two ways: - the administrator of the domain uses the administrative tools to add this computer to the domain, or - the computer is added automatically by this procedure; you must supply an administrator account and password Are you going to supply account/password information [Y]/N YES [Return] Enter the name of the primary domain controller for domain UPTIME: SUNDA [Return] Enter the name of the administrator account: [Administrator] [Return] Enter the account password in the required case: [Return] Re-enter to verify password: [Return] Process NETBIOS created with identification 206010B5 Process PWRK$NBDAEMON created with identification 206010B7 Process PWRK$KNBDAEMON created with identification 206010B9 Confirming domain name with SUNDA... Successfully retrieved domain name from SUNDA. Validating user name and password... Successfully verified user name and password. Your Advanced Server for OpenVMS is presently configured to run as follows: 1. Run the License Server: NO 2. Enable Timesource service: NO 3. Enable Alerter service: YES 3a. Alert user names: Administrator 4. Enable Netlogon service: YES 5. Advanced Server domain: UPTIME 6. Advanced Server role: MEMBER 7. Advanced Server computer name: GRATDA 7a. Advanced Server OpenVMS Cluster alias: GRATDA_ALIAS 8. Server announce comment: Advanced Server V7.3B for OpenVMS 9. Advanced Server language: English (USA) 10. Enable NT style printing: NO Enter item number, or RETURN to use these values [DONE]: [Return] Saving parameters to the OpenVMS Registry... Creating SAM datafiles... . . . The Advanced Server Administrator account is used to administer the server. The Administrator account is mapped by default to the OpenVMS SYSTEM account. The Administrator account password can be up to 14 characters long and the case of the characters used will be preserved. Enter a password for this member server's local Administrator account:[Return] Re-enter to verify password: [Return] Changing password for Administrator account... Setting character set information in databases as needed ... Setting share database character set information ... Setting ACL database character set information ... Checking system resources... |
When you configure a BDC to become a member server, the script is similar to the one for configuring a new server as a member server. One exception is that the script will display the following lines:
Changing from backup domain controller to member server results in the re-creation of the Advanced Server SAM databases. If there is any problem with the configuration, your existing SAM databases will be restored. |
The BDC's domain-wide account database is removed, and the member server's local database is created. Server-specific data is retained from the BDC's database. The configuration procedure saves the domain-wide account database in case you need to restore it later (for more information, see Section 3.10.3, If Problems Occur When Reconfiguring the Advanced Server).
The following two displays show the role of server LIONHEART before and after reconfiguration to the member server role. The display symbol for a member server is [SV].
LANDOFOZ\\TINMAN> SHOW COMPUTERS Computers in domain "LANDOFOZ": Computer Type Description ------- ------------------------ ----------------------------- [PD] TINMAN OpenVMS (NT 4.0) Primary Advanced Server V7.3B for OpenVMS [BD] LIONHEART OpenVMS (NT 4.0) Backup Advanced Server V7.3B for OpenVMS [BD] DOROTHY OpenVMS (NT 3.51) Backup Advanced Server V7.2A for OpenVMS Total of 3 computers [reconfigure server role] . . . LANDOFOZ\\TINMAN> SHOW COMPUTERS Computers in domain "LANDOFOZ": Computer Type Description ------- ------------------------ ----------------------------- [PD] TINMAN OpenVMS (NT 4.0) Primary Advanced Server V7.3B for OpenVMS [SV] LIONHEART OpenVMS (NT 4.0) Server Advanced Server V7.3B for OpenVMS [BD] DOROTHY OpenVMS (NT 3.51) Backup Advanced Server V7.2A for OpenVMS Total of 3 computers |
Previous | Next | Contents | Index |