Change Name of Server in MOSS Farm
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 1.
``` 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
- Dan Lewis