![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/f/08/f0894884-fa49-406b-b4a3-d1033698325d/f0894884-fa49-406b-b4a3-d1033698325d-bged.png)
6. For each boot client, add an entry in the BOOTP database to associate the MAC address of
the client’s LAN device with the boot file to be loaded from the boot server, as in the following
example. In this example, hostname is the host name of the boot client, and MACaddress is
the client’s MAC address in the format xx-xx-xx-xx-xx. The boot file specification need not
include “TCPIP$TFTP_ROOT:”, if steps 2 and 3 were performed and VMS_LOADER.EFI
and IPB.EXE are copied to the newly created directory. Otherwise, the boot file specification
is the complete path for VMS_LOADER.EFI and in the below example, it is in the DVD
identified by device DQA0:.
$ TCPIP SET BOOTP hostname /HARDWARE=ADDRESS=MACaddress-
_$ /FILE=[V831H1]VMS_LOADER.EFI (For Version 8.3-1H1 and lower)
$ TCPIP SET BOOTP hostname /HARDWARE=ADDRESS=MACaddress-
_$ /FILE=DQA0:[SYS0.SYSCOMMON.SYSEXE]VMS_LOADER.EFI (For Version 8.4 and higher)
You might need to specify a gateway (/GATEWAYS) and network mask
(/NETWORK_MASK). To determine the names of the gateways and the subnet information,
consult your network administrator. For more information about this command, see the
TCP/IP Services for OpenVMS documentation. To display and verify your BOOTP server
configuration, use the TCPIP SHOW BOOTP/FULL command.
IMPORTANT: For each new version of OpenVMS Integrity servers, you must modify the
client entry in the BOOTP database to point to the new, version-specific boot file.
Example C-1 shows the commands for setting up a boot server for a client named MOZART. An
explanation of each command follows the example.
Example C-1 Setting Up the Boot Server and Client (for Version 8.3-1H1 and Lower)
$ CREATE/DIRECTORY TCPIP$TFTP_ROOT:[V831H1]
1
$ COPY DQA0:[SYS0.SYSCOMMON.SYSEXE]VMS_LOADER.EFI TCPIP$TFTP_ROOT:[V831H1]VMS_LOADER.EFI
2
$ COPY DQA0:[SYS0.SYSCOMMON.SYSEXE]IPB.EXE TCPIP$TFTP_ROOT:[V831H1]IPB.EXE
3
$ TCPIP SET HOST MOZART/ADDRESS=1.1.110.117
4
$ TCPIP SET BOOTP MOZART/HARDWARE=ADDRESS=00-13-21-5B-85-E4 -
_TCPIP> /FILE=[V831H1]VMS_LOADER.EFI
5
$ TCPIP SHOW HOST MOZART
6
BIND Database
Server: 1.1.128.41
Host address Host name
16.32.110.117 MOZART...
$TCPIP SHOW BOOTP MOZART/FULL
7
Host: 1.1.110.117 mozart
Hardware Address: 00-13-21-5B-85-E4
Network mask: 255.0.0.0 Type: Ethernet
File: [V831H1]VMS_LOADER.EFI
Time offset: 0
Vendor: ACME, Inc.
Gateways: not defined
Servers:
.
.
.
1
Creates the directory TCPIP$TFTP_ROOT:[V831H1] on the system to be the TFTP and
BOOTP server.
2
Copies [SYS0.SYSCOMMON.SYSEXE]VMS_LOADER.EFI from the DVD to
TCPIP$TFTP_ROOT:[V831H1].
3
Copies [SYS0.SYSCOMMON.SYSEXE]IPB.EXE from the DVD to
TCPIP$TFTP_ROOT:[V831H1].
4
Adds the boot client host MOZART to the TCP/IP hosts database, specifying MOZART’s IP
address as 1.1.110.117.
C.4 Setting Up the BOOTP Boot Server and TFTP Server (OpenVMS Integrity servers Only) 237