Configuring FTP on a Unix/Linux Database server
If your IEE database runs on a Unix or Linux server, you must configure a user group and a readings directory for the FTP client and ensure that the group has read/write permissions for the directory.
Note: The Oracle owner must have read/write permission to the directory.
Use the following procedure to configure the FTP on a Unix/Linux Database Server:
-
Create a new group. For example:
groupadd ami
-
Create users within the new that group. For example:
usermod -G ami openway usermod -G ami oracle
-
Assign ownership of the hvreadings directory to the new group:
chgrp ami /oradata0/hvreadings
-
Make the directory writeable by only the owner and group:
chmod 775 /oradata0/hvreadings
-
Open
/etc/inetd.conf
for edit. -
At the end of the ftpd line, add:
-u 002