I expect you'll have
trouble with file ownership. I think Isilon stores the ownership as the
SID, and the SIDs will be different in the new domain.
You can probably write a script on the cluster to change ownership to
the appropriate new user.
that'll take a while. If you have SSD for metadata accelleration that
will help tremendously. It'll scale roughly linearly with the number
of files in the cluster. You should be able to parallelize the job.
Perhaps as a transitional step, keep the old AD configured as an auth
source, and set up a user mapping rule to tell the cluster that
DOMAIN1\username = DOMAIN2\username. Then run the chown job, specifying
the new domain user as the new owner.
This would work in principle if you had AD + ldap. I'm not sure whether
you can have multiple AD auth sources though.
September
13, 2017 at 10:35 AM