Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Changing the Management Server IP Address or Name : Changing the hostname of the Forcepoint management server
Changing the hostname of the Forcepoint management server
Changing the Management Server | Web, Data, and Email Solutions | 8-June-2020
 
If SQL Server Express 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 management server hostname (in Windows) and rebooting the machine:
1.
See Configuring the infrastructure to use a new IP address or hostname for instructions.
If SQL Server Express is installed on this machine, it is not automatically configured to use the new hostname along with the infrastructure. It must be configured separately. See the following Microsoft article for instructions:
http://msdn.microsoft.com/en-us/library/ms143799.aspx
2.
(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.
3.
(Forcepoint DLP only): Modify the 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 Management Server IP Address or Name : Changing the hostname of the Forcepoint management server
Copyright 2020 Forcepoint. All rights reserved.