Step:1 Disable FTP
server_ftp server_2 -service -stop
Step:2 Log in to Control Station as root
Step:3 Change to /nas/sbin direcotry
cd /nas/sbin
Step:4 Add ftp user
/nas/sbin/server_user server_2 -add ftp
At prompt:
a. Any UID and GID, except -2
b. Home directory specified and available on Data Mover
Step:5 Disable ftp user's password
/nas/sbin/server_user server_2 -passwd -disable ftp
Step:6 Start FTP
server_ftp server_2 -service -start
Done!