Monday, October 23, 2017
How to set up a TFTP server in Solaris 11.
How to set up a TFTP server in Solaris 11.
a. Please verify that TFTP server package is installed in the server
# pkginfo -l SUNWtftp
PKGINST: SUNWtftp
NAME: Trivial File Transfer Server
CATEGORY: system
ARCH: i386
VERSION: 11.11,REV=2009.11.11
BASEDIR: /
VENDOR: Oracle Corporation
DESC: Trivial File Transfer Server
INSTDATE: Oct 20 2017 16:36
HOTLINE: Please contact your local service provider
STATUS: completely installed
b) Create the /tftpboot dir
# mkdir /tftpboot
# chown root /tftpboot
# chmod 755 /tftpboot
c) Enable the tftp service
# svcadm enable svc:/network/tftp/udp6:default
Verify TFTP is working, by using TFTP to put or get files, to or from the /tftpboot directory.
Regards
Gurudatta N.R
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment