Document revision date: 30 March 2001 | |
Previous | Contents | Index |
If you reconfigure a previously configured server, the PWRK$CONFIG command procedure creates subdirectories in the PWRK$LMDOMAINS: and PWRK$LMDATAFILES: directories, and stores the original accounts database files there.
The names of the subdirectories are based on the date and time, such as 16JUN200014314818.DIR, indicating that the directory was created on 16-JUN-2000 at approximately 2:32 p.m.
If an error occurs during configuration, the server configuration will
be returned to its original state. After you are confident you have a
successful reconfiguration, you can manually delete these
subdirectories and their contents.
3.11 The Advanced Server Network Adapter
The PWRK$CONFIG configuration might need to use the network to communicate with the PDC. If the system has more than one network adapter (also referred to as a network interface card), the default adapter chosen by PWRK$CONFIG might not be the correct interface. Or, on some newer systems, the Advanced Server might not recognize the only network adapter present. In cases such as these, you can define system logical names to direct the Advanced Server to use a specific interface. If no such logical is defined, PWRK$CONFIG selects the first adapter (alphabetically) defined on your system from a list of known adapters.
If the server has access to more than one network adapter, and you do
not want to use the adapter selected, or if the system has a network
adapter that is not found or recognized by the Advanced Server, you can
manually specify the network adapter to use with the transport you
specified.
3.11.1 Manually Defining the Network Adapter
To manually define the network adapter to be used for a specific protocol, follow these steps:
$ @SYS$STARTUP:PWRK$STARTUP |
Logical Name | Transport |
---|---|
NETBIOS$DEVICE | DECnet |
PWRK$KNBDAEMON_DEVICE | TCP/IP |
PWRK$NETBEUI_DEVICE | NetBEUI |
The following examples show how to define the appropriate network adapter for the DECnet, TCP/IP, and NetBEUI transports, respectively:
$ DEFINE/SYSTEM NETBIOS$DEVICE EWA0: |
$ DEFINE/SYSTEM PWRK$KNBDAEMON_DEVICE ESA0: |
If TCP/IP is running on multiple network adapters, and you select one of those adapters for use by the Advanced Server, make sure the adapter you select corresponds to the first adapter listed in the TCP/IP local hosts database. |
$ DEFINE/SYSTEM PWRK$NETBEUI_DEVICE ESA1: |
Note that you can specify the same adapter for each protocol, as in the following example:
$ DEFINE/SYSTEM NETBIOS$DEVICE EWA0: $ DEFINE/SYSTEM PWRK$KNBDAEMON_DEVICE EWA0: $ DEFINE/SYSTEM PWRK$NETBEUI_DEVICE EWA0: |
The names of adapters defined by use of the logical names PWRK$NETBEUI_DEVICE, PWRK$KNBDAEMON_DEVICE, and NETBIOS$DEVICE must not start with an underscore (_); otherwise, the PWRK$KNBDAEMON will not start, and other processes will start, but they will not operate properly. |
The NETBIOS, PWRK$KNBDAEMON (for TCP/IP), and PWRK$NBDAEMON (for NetBEUI) processes require that their associated network adapter is known and available to the server software. It is possible that new network adapters are released that are not known to the current version of the Advanced Server software. If the Advanced Server does not find or recognize the selected network adapter, each of the failing processes (NETBIOS, which is always present, and PWRK$KNBDAEMON and PWRK$NBDAEMON, if present) writes an error message to its log file. Table 3-6, Undefined Adapter Messages, shows each process, the log file that records the error message from the process, and examples of the text of the error message. In the examples in Table 3-6, the server node name is MYNODE. All three error messages have the same meaning: that no such device was found by the server.
Process | Log File Name |
---|---|
PWRK$KNBDAEMON | PWRK$LOGS:PWRK$KNBDAEMON_MYNODE.LOG |
Message:
Tue Mar 24 13:13:50 2000 get_phys_addr: Failed to get Ethernet |
|
PWRK$NBDAEMON | PWRK$LOGS:PWRK$NBDAEMON_MYNODE.LOG |
Message:
Tue Mar 24 13:13:50 2000 Failed to open datalink |
|
NETBIOS | PWRK$LOGS:NETBIOS_MYNODE.LOG |
Message:
%NB-W-ERRSIGNAL, exceptional conditional detected at 24-Mar-2000 13:13:50.00 |
If you find any of the messages listed in Table 3-6, define the
network adapter for the appropriate processes, using the procedure
outlined in Section 3.11.1, Manually Defining the Network Adapter. For example, if the server reported an
unknown device, enter the DEFINE/SYSTEM commands to define the
appropriate adapter for each protocol on the server.
3.12 Next Steps
You can start the Advanced Server automatically as part of the configuration procedure.
If you are ready to start the server, see Chapter 5, After You Install the Advanced Server, for instructions.
The License Server is a software program that you can run on an OpenVMS system to grant licenses to clients.
This chapter describes how to configure and start the standalone License Server, and consists of the following sections:
The Advanced Server for OpenVMS License Server can provide license verification for clients requiring access to PATHWORKS (LAN Manager) servers, PATHWORKS for OpenVMS (Advanced Server) servers, and Advanced Server for OpenVMS servers.
The License Server is required for client-based licensing. If you are using server-based licensing, you do not have to run the License Server.
Each LAN needs only one License Server to support client-based licenses. The same License Server can manage licenses for client access to any of the following types of file servers:
The License Server included with Advanced Server for OpenVMS will not issue or manage PATHWORKS for OpenVMS (NetWare) licenses. If you have clients using NetWare networking software, maintain the existing version of the License Server on a different system from the one that is running the Advanced Server.
You can install the License Server:
Compaq recommends that you install the License Server on a designated OpenVMS system without the Advanced Server. Therefore, the Advanced Server for OpenVMS kit allows you to install the standalone License Server separately from the file server. Alternatively, you can run the License Server on an OpenVMS Cluster with the Advanced Server, where cluster failover provides reliability. (You can also run the License Server on an OpenVMS Cluster without the Advanced Server.)
In an OpenVMS Cluster, the PAKs must be loaded into a shared license
database. For detailed information on managing licenses, refer to the
Compaq Advanced Server for OpenVMS Guide to Managing Advanced Server Licenses.
4.2 Before You Begin to Configure the Standalone License Server
You install the standalone License Server from the same software kit
that you use to install the Advanced Server. The procedures are described
in Chapter 2, Installing Advanced Server for OpenVMS Software.
4.3 Configuring the Standalone License Server
You must configure the standalone License Server to provide licenses to clients in the LAN. Therefore, you select the appropriate transports used by the clients. You can configure the License Server to use the following transports:
Because the License Server supports all these types of transports, the startup and shutdown procedures have been carefully designed to prevent unexpected interruptions in service. You can start and shut down the License Server using the file server command procedures PWRK$STARTUP.COM and PWRK$SHUTDOWN.COM. For more information on starting a standalone License Server, see Section 4.6, How to Start the Standalone License Server.
The following table shows details about the PWRK$STARTUP.COM procedure:
If the following is configured | Then the following is started |
---|---|
DECnet | DECnet transport |
NetBEUI | NetBEUI transport |
TCP/IP | TCP/IP transport |
DECnet | DECnet transport for Advanced Server mail notification |
License Server | License Server component |
The following section describes how to use the configuration command procedure to configure the transports for the standalone License Server.
After the installation procedure completes, the OpenVMS system prompt ($) is displayed. If the system was rebooted following installation:
$ @SYS$UPDATE:PWRK$CONFIG |
Table 4-1, License Server Configuration Prompts, tells you how to respond to the prompts displayed by PWRK$CONFIG when you configure the standalone License Server.
Table 4-1 shows only the prompts that PWRK$CONFIG displays; it does not show any informational messages. For a complete sample configuration script, see Appendix C, Sample Standalone License Server Installation and Configuration. |
At this prompt... | If you want the configuration procedure to... | Enter... |
---|---|---|
Enter disk device name where the Advanced Server data files will be stored [ default_device]: |
Copy the server on-disk structure to the default OpenVMS disk device
displayed
(If you ran PWRK$CONFIG previously, the default disk device is the one you specified the last time you configured the server.) |
[Return] |
Copy the Advanced Server on-disk structure to an OpenVMS disk device different from the default displayed | device_name | |
Do you want to serve client-based licenses over DECnet [YES]: 1 | Allow licenses to be served over DECnet | [Return] |
Not allow licenses to be served over DECnet | NO | |
Do you want to serve client-based licenses over NetBEUI [NO]: 1 | Allow licenses to be served over NetBEUI | YES |
Not allow licenses to be served over NetBEUI | [Return] | |
Do you want to serve client-based licenses over TCP/IP [NO]: 1 | Allow licenses to be served over TCP/IP | YES |
Not allow licenses to be served over TCP/IP | [Return] | |
Do you want to start the Advanced Server License Server now [YES]: | Start the server automatically after the configuration procedure completes | [Return] |
Complete the configuration procedure without starting the server | NO |
You can start the License Server in any of the following ways:
If you did not start the License Server during the configuration procedure, you can start it manually using the following command:
$ @SYS$STARTUP:PWRK$STARTUP The License Server will use DECnet, NetBEUI, TCP/IP. Process NETBIOS created with identification 0000011E Process PWRK$NBDAEMON created with identification 00000120 Process PWRK$KNBDAEMON created with identification 00000122 Process PWRK$LICENSE_S created with identification 00000124 $ |
To make sure that the License Server starts automatically each time you boot your OpenVMS system:
$ IF F$SEARCH("SYS$SYSTEM:NETACP.EXE") .NES. "" $ THEN @SYS$MANAGER:STARTNET $ ENDIF . . . $ @SYS$STARTUP:PWRK$STARTUP |
If you installed and configured the License Server on multiple members of the same OpenVMS Cluster, Compaq suggests that you use the SYSMAN utility to start the server manually and simultaneously on all cluster members. To do so:
$ RUN SYS$SYSTEM:SYSMAN |
SYSMAN> SET ENVIRONMENT/NODE=(SPEEDY,SPIN,SPAN) |
SYSMAN> DO @SYS$STARTUP:PWRK$STARTUP |
Previous | Next | Contents | Index |
privacy and legal statement | ||
6540PRO_006.HTML |