This post is more than 5 years old
2 Intern
•
138 Posts
0
2843
September 22nd, 2015 01:00
VNX5200 Unified share access
I am familiar with VNX block technology but new for Unified. I have installed a VNX5200 Unified with 2 DMs and 2 CS.
To start NAS, I create a standalone CIFS server. Then create Filesystems and shares but I cant find any place to create user credentials that clients should be used to connect to share folders. Please reply to my below inquiries.
- Why I can just create CIFS server on only one DM namely server_2 not server_3 ? If server_3 is just for redundancy and not active I have to add the 3rd DM to the configuration ?
- Why in Disk provisioning wizard I can just create Pools on SAS disks and NL-SAS disks can't be provisioned for file ?
- Why the shares cant be accessible via my laptop with user Administrator which created on CIFS server creation ?
- How can I add users to the shares with access control ?
I have added a screenshot from disk provisioning wizard.
As I am new to unified please straight forward replays would be helpful.
No Events found!
Rainer_EMC
4 Operator
•
8.6K Posts
0
September 28th, 2015 04:00
Did you get it to work now ?
umichklewis
3 Apprentice
•
1.2K Posts
0
September 22nd, 2015 11:00
Being new to Unified, be sure to check out all of the EMC VNX videos on YouTube. Several of the step by step guides could be quite useful.
Let us know if that helps!
Karl
M.Hani
2 Intern
•
138 Posts
0
September 23rd, 2015 03:00
Have you checked the screenshot about the disk provisioning wizard. NL-SAS can;t be configured !
You mean I have to install some snap-in to use windows MMC to connect to Data Mover ?
I will study the above mentioned Docs to see the installation of CIFS server stanalone installation.
Rainer_EMC
4 Operator
•
8.6K Posts
0
September 24th, 2015 04:00
For NL-SAS you should be checking protection mode - which means RAID6
Even if you cant configure it there - you can also configure through a wizard in UniSphere or manually
You dont need to install an extra MMC - it is the same MMC that you use on Windows to manage CIFS servers remotely
Please read the CIFS manual. You choice is either:
1) standalone CIFS server - then you can ONLY use local user/group accounts on the VNX that you have to create via MMC (dont forget that you HAVE to change the Administrator password through a Windows client FIRST)
2) domain-joined CIFS server - then every Windows user in your domain can use the shares - including the Domain Administrator (you can also enable local users/groups)
M.Hani
2 Intern
•
138 Posts
0
September 29th, 2015 01:00
I could connect to shared but there is some folders like etc and .... how can we define users not seeing the system folders of shares ?
umichklewis
3 Apprentice
•
1.2K Posts
0
September 29th, 2015 07:00
By default, you should avoid exporting the root of a filesystem. Let's assume you create a filesystem called "fs01" and create the export as "/fs01". This means that users can see, access and delete the special folders, lost+found and .etc.
What you should do instead is create a folder at the root of the filesystem and export that folder instead. Using my example, after I create the filesystem "fs01", I would create a folder called "share" at the root of fs01, i.e. "fs01/share". Then I would export that folder instead. There will be no lost+found or .etc folder within "share", and no user will be able to access the directory above.
Let us know if that helps!
Karl
Rainer_EMC
4 Operator
•
8.6K Posts
0
September 29th, 2015 12:00
easiest way is to create a treequota instead of a folder.
It acts like a folder plus you have the option to set a quota limit.
umichklewis
3 Apprentice
•
1.2K Posts
0
September 29th, 2015 13:00
Good point - thanks for the clarification!