Rename your Sharepoint server
I’ve been working with WSS 3.0 a lot lately, so I wanted to post some of the things I’ve come across so I can get back to them easy.
Renaming the Sharepoint Server
- Change alternate access mappings in Central Administration
- Central Administration > Operations > Alternate access Mappings
- Edit each mapping so that it reflects your new server name
- Ensure port numbers are the same
- Use stsadm renameserver operation
-
stsadm -o renameserver -newservername <newname> -oldservername <oldname>
-
- Rename Server
- My Computer > Properties > Computer Name (tab) > Change (button)
- Type in new name of server
- Reboot server

No Comments »