Hello,
I am seeking a way to synchroize 2 filesystems, one is AD running on 2K3 and the other is Netware 6.5. What is the best way to sychronize these 2 file servers as if a new file is added to AD fileserver; the tool will automatically push out the changes to Netware file servers. And, if someone deletes a directory in Netware, the same directory will be deleted from AD filesystem. Something like rsync but rsync can't work out the way that I descript. Or, maybe rsync can do that, and I don't know enough.
ANY help will be greatly appreciated!
Best regards,
Eva
Same with NetWare/OES. The directory service is eDirectory (formerly NDS) and the filesystem is either NWFS or NSS. Difference is, eDirectory will run on NetWare/OES, Linux, Solaris, Windows 2000 and Windows 2003. AD only runs on its version of Windows. The similarity is that the filesystem, NWFS or NSS, also use the objects in the directory service, eDirectory, for granting of filesystem rights to whatever object type can be a security principal, including users, groups, applications, organizational units, roles, etc...
So, what you really want is something that will automatically update NWFS or NSS with updates, adds or deletes made to the NTFS filesystem on the Windows 2003 server and also automatically update NTFS with updates, adds or deletes made to the NWFS or NSS filesystem on the NetWare server.
AD and eDirectory can also be synced to a degree, using either the iManager starter version that comes free with NetWare 6.5 or with the less-robust directory sync tool, MSDSS, in the downloadable "interoperability" kit from Microsoft. But that sync is usually only users, passwords, groups and group membership. Not files.