Fixing TFTP for Jumpstart
From Peter Pap's Technowiki
So recently I tried to build a new Jumpstart server and was having issues enabling tftp. I was getting the following error when I tried to install my first client:
enabling tftp in /etc/inetd.conf Converting /etc/inetd.conf svcprop: Pattern 'network/tftp/udp6:default/:properties/restarter/state' doesn't match any entities enabling network/tftp/udp6 service svcadm: Pattern 'network/tftp/udp6' doesn't match any instances
The following command fixed it:
/usr/sbin/inetconv -f -i /etc/inetd.conf -o /var/svc/manifest/network/
testing