HP StorageWorks File Migration Agent V2.1 administrator guide (T4274-96105, October 2006)

132 Appendix
Path: Mount point of the FSE partition, for instance: /fse/fsefs01
fma_user: User fmauser belongs to group fma
4. Change the password for user fma_user:
It is recommended to take fmafma as password
5. To allow user fma_user writing into the FSE partition you should change the user and group
assignment of the FSE partition by:
FSE mount point, for instance /fse/fsefs01
6. The installation of vsftpd creates file /etc/vsftpd.user_list, which contains all users being
allowed to access the machine via FTP.
User fma_user has to be added to this file.
7. Next step is to adjust the vsftpd configuration file, which can be found under
/etc/vsftpd/vsftpd.conf.
You have to check and adjust at least following parameters:
8. If you do not find some of those parameters in the configuration file, you have to add them.
If parameter xferlog_enable is set to YES, you also have to un-comment parameter
xferlog_file=/var/log/vsftpd.log.
9. If all those steps are done, you can start the appropriate services.
Restarting inetd: /etc/init.d/xinitd restart
Starting vsftpd: /etc/init.d/vsftpd start
10. As already mentioned, the start/stop script will be installed into /etc/init.d/vsftpd. The
installation also creates according symbolic links into the different directories for the different run levels.
For instance /etc/rc2.d/K50vsftpd.
Because vsftpd is dependent from module xinetd (K50xinetd), the standard installation will execute
vsftpd start before xinitd start at next boot time, which will fail. Therefore, you have to
delete all symbolic links and add them properly by creating an appropriate symbolic link in the
different run level directories.
For instance: Change into directory /etc/rc2.d, delete K50vsftpd, create new link by performing
ln -s ../init.d/vsftpd S99vsftpd.
11. Now you can proceed with creating the log rotation as described in the FSE product documentation.
useradd -d Path -g fma fma_user
passwd fma_user
chown -R fma_user:fma
anonymous_enable=NO
local_enable=YES
write_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
chroot_local_user=YES
userlist_enable=YES
userlist_deny=NO
userlist_file=/etc/vsftpd.user_list
local_umask=027