Default TFTP directory for FTP mechanism
search cancel

Default TFTP directory for FTP mechanism

book

Article ID: 331277

calendar_today

Updated On: 03-18-2025

Products

VMware Smart Assurance

Issue/Introduction

Default TFTP directory used in NCM for FTP mechanism and how to change it. 

Environment

NCM - 10.1.x

Resolution

The default directory for NCM tftp is /tftpboot which user can verify from /etc/voyence.conf file.

Change default directory:

  • Navigate to /etc/voyence.conf
  • In voyence.conf, look for TFTP Home Directory.
  • Modify the following line by changing /tftpboot to the desired directory:
     # TFTP Home Directory
     TFTPHOMEDIR=/tftpboot
  • Save your changes.