For JET servers that are running the Solaris 8 or 9 releases, JET automatically enables the TFTP service for your deployments. If your Solaris JET server is running the Solaris 10 OS, you must manually enable TFTP service on your JET server. Follow these steps.
Log in to the Solaris 10 JET server as root.
Type the command svcadm -v enable network/ftp.
The TFTP service is enabled, and starts when the management server is rebooted. After the system is rebooted, you can verify whether the TFTP service has start using the inetadm command:
# inetadm enabled online svc:/network/telnet:default enabled online svc:/network/nfs/server:default disabled disabled svc:/network/echo:dgram disabled disabled svc:/network/time:stream enabled online svc:/network/ftp:default |
Verify that the /etc/hosts file has entries for loopback and the JET server.
Make certain that either of the following loopback entries is in the /etc/hosts file.
127.0.0.1 localhost |
or
127.0.0.1 localhost.localdomain localhost |
Make certain that an entry exists for the JET server and its IP address. For example:
111.11.111.11 jet.domain jet.domain |
where 111.11.111.11 is the IP address of the Solaris 10 JET server, jet is the name of the JET server, and domain is your company domain name.
Your /etc/hosts file should be similar to the following example:
127.0.0.1 localhost.localdomain localhost 10.5.157.123 biss-jet.company.com |
Save and close /etc/hosts.
Reboot the JET server.