Question

For Rename-SPServer, MSDN says:

The Rename-SPServer cmdlet changes the name of the server for internal use within SharePoint Products. The server itself must be manually renamed.

Now the last part isn't clear. Is renaming of the physical box (hostname/netbios name) optional or mandatory for SharePoint farm to work?

Was it helpful?

Solution

Renaming a server is a 2 step process. First you physically change the host name of the server, then you run the Rename-SPServer Cmdlet to update SharePoint farm configuration to recognize the new server name.

Yes, changing the physical host name is required. You only need to run the Rename-SPServer CmdLet when the physical host name of a server changes after it has already been added to a SharePoint Farm. In a multi-server farm, the alternative is to remove the server from the farm, change the host name, then re-add the server back into the farm like adding a new server.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top