Previous Topic: How to Process Computer Name Changes in an Arcserve DomainNext Topic: Change the Computer Name of the Primary Server on a Member Server


Change the Computer Name of the Primary Server on the Primary Server

The following procedure helps ensure that the primary server and member servers in an Arcserve domain can communicate after you change the computer name of the primary server.

You must change the computer name of the primary server before you complete these steps.

Note: You can use this procedure when you change the computer name of a stand-alone server.

If you are using only Microsoft SQL Server 2014 Express for Arcserve Backup without any other SQL instance installed, you may also need to:

For more information about renaming systems hosting Microsoft SQL Server databases, see the following topics on the Microsoft Developer Network website:

Follow these steps:

  1. Restart the target system to complete the Windows computer name change process.
  2. Log in to the primary server.

    Note: Do not open the Manager Console or log in to Arcserve Backup.

  3. Open the Windows Command Line and change the directory to the following directory:
    %ARCSERVE_HOME%
    

    Execute the following command, to stop all Arcserve services:

    cstop
    

    All Arcserve services stop.

    Note: Do not close the Windows Command Line.

  4. Using a text editing application, such as Notepad, open the discovery.cfg configuration file located in the following directory on the primary server:
    %ARCSERVE_HOME%\config\discovery.cfg
    

    In the PRIMARY field, change the name of the primary server as required for your environment.

    Important! Do not modify the Arcserve Domain Name in the discovery.cfg configuration file. When you change the Arcserve Domain Name in the discovery.cfg configuration file, the password for the caroot account is deleted. Use the discovery.cfg configuration file only for the purposes of changing the host name of the primary server, a member server, and a stand-alone server.

    Close the file and save your changes.

    For more information, see Discovery.cfg Configuration File.

  5. From the Windows Command Line that you opened earlier, execute the following command to start all Arcserve services:
    cstart
    

    All Arcserve services start.

    Note: Do not close the Windows Command Line.

  6. From the Windows Start menu, select All Programs, Arcserve, Arcserve Backup, and click Server Configuration Wizard.

    The Server Configuration Wizard opens and the Select Options dialog appears.

  7. From the Select Options dialog, click the Select Database option, and click Next.

    The Check caroot dialog opens.

  8. Click Next.

    Important! You must specify the caroot password to complete this task.

    The System Account dialog opens.

  9. Complete the following fields on the System Account dialog and click Next.
  10. From the Select Database Options dialog, complete the fields and follow the prompts, as required, for your current database installation and click Next.

    The subsequent dialogs that open will vary, based on whether you are running Microsoft SQL Server or Microsoft SQL Server 2014 Express in your current environment.

    Note: For the Select Database option, if the server is a Central Primary Server in a Global Dashboard domain, and the new selected database is Microsoft SQL Server Express or Microsoft SQL Server 2000 (which are not supported by a Global Dashboard Central Primary Server), consider exporting and retaining the Global Dashboard information prior changing the database. After the Select Database operation is completed, the Global Dashboard information will be lost because the server will no longer function as a Central Primary Server. If you want to retain the grouping configuration and the registered branch information, you need to export this Global Dashboard information to a temporary location before performing the Select Database operation. For more information about exporting and importing Global Dashboard information, see the Dashboard User Guide.

    Important! The Server Configuration Wizard prompts you to overwrite the existing Arcserve_DB instance, and by default, the option is enabled. To retain your previous data, such as job history, activity logs, and so on, you must clear the checkmark from the Overwrite the existing "Arcserve_DB" instance option.

  11. After the Server Configuration Wizard completes the updates, click Finish.
  12. From the Windows Command Line that you opened earlier, execute the following commands to stop and restart all Arcserve services:
    cstop
    cstart
    

    All Arcserve services stop and restart. The primary server functions using the new computer name.

    Note: Do not close the Windows Command Line.

  13. You must now create equivalence for the caroot user account.

    From the Windows Command Line, execute the ca_auth command using the following syntax:

    Note: Do not include angle brackets <> with your arguments.

    ca_auth -cahost <new primary server host name> -equiv add <user name> <new primary server host name> caroot caroot <password>
    

    Equivalence is applied to the caroot user account.

  14. If your Arcserve domain consists of member servers, complete the steps in Change the Computer Name of the Primary Server on a Member Server.
  15. If you are running Microsoft SQL Server 2014 Express as the Arcserve Backup database, note that SQL Express is installed as a named instance. As described in Microsoft document MS143799, execute the following commands using SSMSE to link the named instance to the new computer name:
    sp_dropserver <old_name\instancename>
    GO
    sp_addserver <new_name\instancename>,local
    GO
    Restart the SQL Server instance.
    
  16. Run the Microsoft SQL Agent Account Configuration utility to update the ODBC communication settings if any of the following conditions are met:

    To start the Microsoft SQL Agent Account Configuration utility, click Start on the Windows Taskbar, choose All Programs, Arcserve, Arcserve Backup, and Microsoft SQL Agent Account Configuration.

    After you start the utility, follow the prompts and accept all settings.

  17. Verify the renaming operation.

    To verify the renaming operation has successfully completed, select information from either @@servername or sys.servers. The @@servername function returns the new name, and sys.servers table shows the new name.

    Note: After a computer has been renamed, any connections that used the old computer name must connect using the new name.

  18. Release all Arcserve Backup licenses registered to the former primary server.

    Note: For more information, see Release Licenses from Servers.

  19. Update the Arcserve Backup System account. To do this, open the Arcserve Backup Manager Console and then open the Server Admin Manager.

    Select the Arcserve Backup server and click Arcserve Backup System Account as illustrated by the following:

    CA ARCserve Backup System Account option in the properties view

    The Arcserve Backup System Account dialog opens.

  20. Complete the fields that follow:

    Click OK.

  21. Open the Job Status Manager and complete the following tasks:
  22. Perform a full backup of the Arcserve Backup database.