Jump to content

Recommended Posts

Posted

We need to remove a SIMS server from the domain and join it to another domain as part of a MAT.

 

I was wondering what effect the following would have :

 

1) Just removing from Domain A and join Domain B

 

2) At the same time as Q1 look at renaming the server at the same time.

 

The LEA supports SIMS at these schools and so reinstalling isn't the cheapest thing to do as the LEA would need to do it.

Posted
Contact your LEA, they'll have a guide. You also could always create a cname for the old name so it still resolves. The only other problem will be updating permissions from using the old domain to the new
Posted

This is possible, I wouldn't rename the server as this can cause some issues within SQL. So you would need to change a few settings.

 

Are you using Solus3?

Posted

Our LEA (Somerset), have a guide for migrating SIMS to a new server (that'd be my preferred method of doing this, rather than moving domains and renaming the existing server). You do everything yourself except the Discover and Solus move IIRC, as they are weird, and need other stuff doing, so the support team do it for you (for free IIRC).

 

So, I'd hope your LEA do the same.

Posted

This is Cornwall LEA who will charge to move SIMS and I don't believe they give out the sa details like Somerset do.

 

I'll diesel to them to see what they say

Posted
Domain changes aren't generally an issue. If your renaming the server then deattach the Sims DB - rename Sims server and then reattach Sims Db.
Posted (edited)
Don't forget the document server. This uses a file structure based on your SQL server name (it can't cope with DNS aliases - I've tried). It's simply a matter of renaming the root-level folder on the DMS, but it's often overlooked during a move if the SQL server name changes. If it's being grafted to a new domain without a name change, it shouldn't need attention. Edited by jinnantonnixx
Posted

It's the @@servername that also gets overlooked. So if you query the SQL Server it thinks its name is still the old one. Simple fix:

sp_dropserver <old_name>;

GO

sp_addserver <new_name>, local;

GO

 

Again, LA\SIMS Support Team should have advise (its their job after all)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...