Unsolved
This post is more than 5 years old
2 Intern
•
196 Posts
0
4161
August 9th, 2011 14:00
VNX5300 FTP
We have ftp enabled and are not having any sucess creating users. We are using
Using FTP, TFTP, and SFTP on VNX. pdf
this is where we are stuck
Configure the Data Mover FTP service for CIFS users on page 29
No Events found!


Rainer_EMC
6 Operator
•
8.6K Posts
0
August 9th, 2011 15:00
What's the problem ?
If you are using CIFS user credentials then these users would typically created on your domain controller.
You can also use Unix (NIS/LDAP) users or you create them as local users on the data mover (blade) with server_user
Rainer
ejacob
10 Posts
0
August 10th, 2011 09:00
I am having the same issue and not having any luck with the Celerra MMC to create users.
I am using the server_user to create a test user. I set the password and am unable to login with that user account through FTP.
Is there a GUI to create user acounts, or is it all command line?
Rainer_EMC
6 Operator
•
8.6K Posts
0
August 10th, 2011 11:00
whats your setup ?
CIFS servers? AD member or standalone ?
VDMs?
NFS in use?
NIS or LDAP being used ?
ejacob
10 Posts
0
August 10th, 2011 13:00
whats your setup ?
2 DataMovers 1 VDM
CIFS servers? AD member or standalone ?
Yes we have CIF servers. All CIF servers are members of our domain.
VDMs?
Yes 1 VDM
NFS in use?
Yes it is Enabled.
NIS or LDAP being used ?
Not sure, how would I check that?
Rainer_EMC
6 Operator
•
8.6K Posts
0
August 10th, 2011 13:00
Do you get this after the login / password prompt ?
What does server_ftp server_2 -service –stats say ?
Are you really ftp’ing to the IP address of your data mover CIFS server ?
ejacob
10 Posts
0
August 10th, 2011 13:00
Yes and get this message....
No connection could be made because the target machine actively refused it.
Connection failed.
Rainer_EMC
6 Operator
•
8.6K Posts
0
August 10th, 2011 13:00
Did you try domain\username or username@domain as a login with your Windows password ?
ejacob
10 Posts
0
August 10th, 2011 13:00
Yes it is. I verified it with that command
Rainer_EMC
6 Operator
•
8.6K Posts
0
August 10th, 2011 13:00
Is the ftp service running ? – see:
$ server_ftp server_2 -service -status
server_2 : done
State : running
Rainer_EMC
6 Operator
•
8.6K Posts
0
August 10th, 2011 14:00
Are you using ftp or sftp or ftps ?
ejacob
10 Posts
0
August 10th, 2011 14:00
Standard FTP is enabled from the Network settings.....port 20 and 21
Rainer_EMC
6 Operator
•
8.6K Posts
0
August 10th, 2011 14:00
That explains it
If you are ftp’ing to the control station than this server_ftp config doesn’t apply.
The control station runs Linux so it would be configured using standard Linux commands.
For security reasons ftp is disabled on the CS – you can use sftp there
If you want to get to the data on the data movers / blades then you need to ftp to an IP that is on the data mover and NOT to the CS
Rainer
ejacob
10 Posts
0
August 10th, 2011 14:00
Yes I get this after a login prompt.
here is the output from the stats command....
NAME COUNT MIN MAX AVERAGE
Login statistics
anonymous login successful 0
anonymous login failed 0
unix login successful 0
unix login failed 0
cifs login successful 0
cifs login failed 0
Connection statistics
non secure control connection 0
non secure data connection 0
implicit SSL control connection 0
implicit SSL data connection 0
explicit SSL control connection 0
explicit SSL data connection 0
Throughput statistics (KBytes/s)
Write binary 0 0 0 0
Read binary 0 0 0 0
Write ASCII 0 0 0 0
Read ASCII 0 0 0 0
SSL Write binary 0 0 0 0
SSL Read binary 0 0 0 0
SSL Write ASCII 0 0 0 0
SSL Read ASCII 0 0 0 0
I am FTPing to the IP of the Control Station. Is that what I need to be doing or do I need to setup a CIF server specifically for FTP?
ejacob
10 Posts
0
August 10th, 2011 15:00
That's good to know, thanks so much for your help.
So I have a CIF server that I can use which has a different IP than the control station. Is there anything in particular that I need to do to get FTP working on that CIF server's IP. When I FTP to the CIF server IP and use mydomain\username, password I get Access Denied.
ejacob
10 Posts
0
August 11th, 2011 09:00
Any idea why I would be getting Access Denied?