Unsolved
This post is more than 5 years old
121 Posts
0
2551
October 19th, 2012 21:00
CIFS Server in Domain
When I create a CIFS server in a active directory domain, does it act as a kerberos client? What is the authentication protocol used?
I have a production CIFS server called FS01 with many shares which are getting replicated to DR server called FS02 with same share names. Is there any way to access the DR server shares with the hostname of prodocution server FS01\Sharename ?
No Events found!
SAMEERK1
296 Posts
0
October 22nd, 2012 03:00
Hi,
The cifs server will act as a another other host in the domain.
I would suggest you to go through the CIFS manual from powerlink for clear understanding on how CIFS on Celerra works:
Home > Support > Technical Documentation and Advisories > Hardware/Platforms Documentation > Celerra Network Server > General Reference
Sameer
umichklewis
3 Apprentice
•
1.2K Posts
1
October 22nd, 2012 07:00
In regards to the replication side of things, you'll want to read the docs for Using Celerra Replicator. It will clarify things, in regards to how filesystems are replicated and how using VDMs (Virtual Data Movers) allows you to replicate entire CIFS server environments.
Assuming you are not replicating VDMs today, there is no easy way to share out FS02 at the DR site with the hostname of FS01 - unless, of course, you rename FS02 to FS01 for a short time. If you create a VDM on the production Celerra and move FS01 into it, you can replicate that VDM to the DR side and failover FS01 - it will pick up the same hostname on the DR side.
Avilt1
121 Posts
0
October 29th, 2012 18:00
Thank You Karl.
In a real world scenario, how do we implement the Windows File servers? What are the decision pioints on chosing VDM? Appreciate if you can point me the some technical documentation.
Avilt1
121 Posts
0
October 29th, 2012 18:00
Tha above link does not work. Could you point me to the correct url.
Rainer_EMC
4 Operator
•
8.6K Posts
0
October 30th, 2012 03:00
The normal Celerra/VNX manuals for CIFS, VDM and Replicator are a good start
Typically the choice of when to create a new VDM or CIFS server depends:
- Different domain joined
- Different settings (VDM level vs. DM level)
- Security – one VDM cannot “see” other VDM’s storage
- Failover granularity – failing over just one VDM
Otherwise – use common sense – strike a balance between functionality and manageability
SAMEERK1
296 Posts
0
October 30th, 2012 03:00
I am sorry for confusion, its not the link, login to powerlink.emc.com and traverse through the location mentioned above to find the CIFS manual.(configuring and Managing CIFS on Celerra)
umichklewis
3 Apprentice
•
1.2K Posts
0
October 30th, 2012 08:00
Probably the best document to start with include Configuring VDMs on Using CIFS on Celerra and Configuring and Managing CIFS on Celerra. These documents spell out the details of setting up a CIFS environment on your Celerra. As far as decision points, there are many. First, are you looking to be able to replicate your CIFS environment from one Celerra to another? A VDM makes this easy. Next, are looking to share filesystems via both CIFS and NFS (multiprotocol)? A VDM can make this complicated, or at the very least, give you more things to consider/steps to take, etc.
VDMs are essentially containers that hold all of the CIFS information - CIFS servers, share info, local users/groups, etc. Without a VDM, this information exists in the configuration file on the physical datamover (server_2, server_3, etc.). As such, it is harder to copy/move/replicate that information. But, with VDMs, that information is stored in the container, and can be easily moved between physical datamovers or replicated to remote datamovers.
So the short answer is, if you're looking to replicate your CIFS environment (or even make it easier to move to future Celerra or VNX), consider implementing VDMs.