On the Linux platform, you are not able to add shares for FTP in NetFile. (#6574393)
Description:You will face this issue if ipv4 and ipv6 are enabled on Linux.
You need to add NFS shares when Portal Server is installed on the Linux platform. (# 6511479, 6504597)
Solution:Do the following:
Append /usr/lib/libpam.so to the LD_PRELOAD environment variable. For example: export LD_PRELOAD=/usr/lib/libpam.so:$LD_PRELOAD
Verify that /usr/lib is present in LD_LIBRARY_PATH. If it is not present, add /usr/lib to LD_LIBRARY_PATH.
Restart the container from the same shell.
NFS shares are not added to a remote host through NetFile. (#6504597)
Solution:If the host machine is not configured to do username lookups through NIS, NFS fails to add any share on the host. If NIS is not enabled, you can look up only local users. For example, for a machine where NIS is not enabled, you can add a share to NetFile for any machine as a root user. Ensure root password for this machine is the same as the root password on the machine where NetFile is installed, since it can only lookup local user accounts.