2. Add an entry to the host’s /etc/bootptab file, similar to the
following:
hostname:\
:ht=1:\
:ha=print_server_ethernet_address:\
:ip=print_server_ip_address:
Lines should be indented with tabs.
Where hostname is the device name of the HPS1P; the ht=1 tag
specifies that the hardware type is Ethernet. The ha= tag specifies
that the Ethernet address of the HPS1P is the Node ID located on
the print server. The ha tag must be preceded by the ht tag. The ip=
tag should correspond to the IP address you want to assign to the
print server.
For example, below is an example of a print server with the
following configuration:
Node ID: 0000B4010101 (this implies Ethernet
address is 0000B4010101),
IP address: 203.66.191.12
The entry for this print server in the /etc/bootptab file should be:
PS010101:\
:ht=1:\
:ha=0000B4010101:\
:ip=203.66.191.12: