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 50612 | Management Server Location Change | Web, Data, and Email Security Solutions | Version 7.8.x
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 Security): Edit the Web Security configuration to reflect the new hostname. See Configuring a new hostname for the Web Security management components.
4.
(Data Security): Modify the Data Security 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.