Bootp
Jump to navigation
Jump to search
We are using old BOOTP version 2.4, until better way will be found. Some changes were applied and result was tared and stored in /usr/local/downloads directory. Following procedure shell be used:
cd /usr/local/src cp ../downloads/bootpd-2.4.tar . tar xvf bootpd-2.4.tar rm bootpd-2.4.tar cd bootpd-2.4 gmake sunos5 gmake install
Create (or copy existing) file /etc/bootptab (see EtherLite-related example in EtherLite32).
Modify /etc/inetd.conf file adding following line:
bootps dgram udp wait root /usr/sbin/bootpd bootpd
Run inetconv to produce /var/svc/manifest/network/bootps-udp.xml file.
Start 'bootpd' service:
clon10:network> svcadm enable network/bootps/udp clon10:network> svcs | grep bootp online 11:29:27 svc:/network/bootps/udp:default