
Connecting BayStack AN and ANH Systems to a Network
3-2 114074 Rev. A
On Sun workstations, you must first copy the BOOTPD program to the
appropriate directory.
Copying the BOOTPD Program on Sun Workstations
Depending on the operating system you use, Bay Networks may or may not ship
BOOTPD with the Site Manager package. The AIX and HP-UX operating
systems already have BOOTPD. SunOS and Solaris do not, so Site Manager
automatically installs BOOTPD on Sun workstations running SunOS and Solaris.
Copy the bootpd file to the /etc directory as follows:
1. Log in to the UNIX workstation as
root
.
2. Enter the following command:
cp /usr/wf/bin/bootpd /etc
Setting Up BOOTP Sockets
A socket is a UNIX mechanism for creating virtual connections between operating
system and network processes. For each socket, the /etc/services file must include
a user datagram protocol (UDP) descriptor that provides process-to-process
addressing information.
Set up the send and receive sockets for the BOOTP process as follows:
1. Log in to the UNIX workstation as
root
.
2. Use a text editor to insert the following two lines into the /etc/services file:
Note: A daemon is an unattended process (that is, one that runs in the
background). An application typically calls up a daemon to perform a standard
routine or service (in this case, BOOTP).
bootps 67/udp # bootp server
bootpc 68/udp # bootp client
Komentáře k této Příručce