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

130 Appendix
Take ownership of the PartitionRoot
Activation of INETD
To activate inetd, start the YaST utility with the corresponding parameter:
Check whether inetd is already active. If not, activate inetd.
Configuration of VSFTPD
1. Activate the FTP server vsftpd in file /etc/inetd.conf. The entry exists by default, but is not
activated.
2. Create a file called /etc/vsftpd.userlist.
In this file, all users that are allowed to access the FTP server need to be added. Here the user fma is
added.
3. Next the configuration file (/etc/vsftpd.conf) of the FTP server must be modified:
NOTE:
inetd must be triggered to reread its configuration file:
To avoid problems due to transferring these configuration files from a DOS file system to a UNIX file
system (LF <--> CRLF), please convert all files with the dos2unix utilty.
Example:
chown -R fma:fma <PartitionRoot>
yast inetd
/etc/vsftpd.userlist
fma
/etc/vsftpd.conf
#------ Configuration used for FTPAccess of FMA
# Guenter Kruschina 07.03.05 Hewlett-Packard Co.
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.userlist
local_umask=027
killall -HUP inetd
dos2unix vsftpd.conf
dos2unix vsftpd.userlist