Asset ID: |
1-72-2224115.1 |
Update Date: | 2017-01-23 |
Keywords: | |
Solution Type
Problem Resolution Sure
Solution
2224115.1
:
E5-MS Not Receiving Measurement Files
Related Items |
- Oracle Communications EAGLE (Hardware)
|
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec EMS
|
In this Document
Created from <SR 3-13930387588>
Applies to:
Oracle Communications EAGLE (Hardware) - Version E5-MS 46.0 and later
Information in this document applies to any platform.
Symptoms
E5-MS is not receiving measurement files from STP
Cause
By default in the E5-MS server the SFTP is enabled, and ftp transfer disabled.
SFTP is secure and is recommended.
Solution
sudo cp /etc/vsftpd.conf /etc/vsftpd.conf.original
then edit the conf file
# No anonymous login
anonymous_enable=NO
# Let local users login
# If you connect from the internet with local users, you should enable TLS/SSL/FTPS
local_enable=YES
# Write permissions
write_enable=YES
Attachments
This solution has no attachment