Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Changing the TRITON management server IP address or name : Changing the hostname of the TRITON management server
Changing the hostname of the TRITON management server
Topic 51302 | Web, Data, and Email Solutions | v8.0.x, v8.1.x | Updated 12-Oct-2015
If SQL Server 2008 Express R2 is installed on the management server, perform the following steps before changing the hostname:
1.
2.
Use master;
GO
sp_dropserver '<original_hostname>';
GO
sp_addserver '<new_hostname>', local;
GO
Replace <original_hostname> and <new_hostname> with the actual original and new (planned) names.
3.
After changing the TRITON management server hostname, do the following:
1.
Note that changing the hostname typically requires a reboot of the machine.
2.
See Configuring TRITON Infrastructure to use a new IP address or hostname for instructions.
If SQL Server 2008 R2 Express (SQL Server Express) is installed on this machine, it is not automatically configured to use the new hostname along with TRITON Infrastructure. It must be configured separately. See the following Microsoft article for instructions:
http://msdn.microsoft.com/en-us/library/ms143799.aspx
3.
(Web protection solutions): Edit the configuration for the web protection management components to reflect the new hostname. See Configuring a new hostname for web protection management components.
4.
(TRITON AP-DATA only): Modify the TRITON management server installation to reflect the change.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Changing the TRITON management server IP address or name : Changing the hostname of the TRITON management server
Copyright 2016 Forcepoint LLC. All rights reserved.