Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ OpsCenter Administrator's Guide
  3. Administering OpsCenter
  4. About OpsCenter database administration
  5. Moving OpsCenter server to a different computer
  6. Moving OpsCenter server because of issues in the existing setup
Veritas NetBackup™ OpsCenter Administrator's Guide

Moving OpsCenter server because of issues in the existing setup

This section provides the procedure to move OpsCenter server to a different machine. You need to move OpsCenter server to a different machine in certain scenarios for example:

  • Faulty hardware

  • Hardware upgrade

  • Operating System upgrade

  • Moving from physical machine to virtual machine (or from virtual machine to physical machine)

To move OpsCenter server to a different machine

  1. Steps to be carried out on the OpsCenter source host

    On the OpsCenter source host, perform a backup of the OpsCenter database using the dbbackup script. You should run this script when you need to back up your OpsCenter database and database password file (db.conf).

    See Backing up the OpsCenter database.

  2. OpsCenter source host may have authentication (AT) data that you want to import into OpsCenter target host. You need to first export the AT data on the OpsCenter source host, which you can import into OpsCenter target host.

    Export the AT data to an xml file using the atutil utility. AT data comprises OpsCenterUsers(vx) users and certificates.

    See Exporting authentication settings.

  3. Copy the XML file to the OpsCenter target host.

    Note:

    While copying the exported xml file, the DOS to UNIX conversion may result into garbage characters in the xml file that can cause import failure. To avoid this problem, copy the xml file through FTP and with binary format.

  4. Steps to be carried out on the OpsCenter target host

    Install OpsCenter on the new host that is target host.

    See Installing OpsCenter on Windows and UNIX.

  5. Stop all OpsCenter services.
  6. Carry out the performance tuning steps that you had done earlier.

    For more information about how to tune OpsCenter for improved performance, please refer to the OpsCenter Performance and Tuning Guide.

  7. Restore the database that you have backed up earlier.

    See Restoring the OpsCenter database.

  8. Update the following information from the db.conf file:
    • If you are using the port that is different than the default one, update the value of the db.port as follows:

      db.port=13786

    • Set the db.serviceName parameter to the name of the target host as follows:

      db.serviceName=TargetHostName

  9. Import old authentication or AT data into OpsCenter target host.

    Make sure that you have copied the export xml file that you have created on the OpsCenter source host to OpsCenter target host.

    Run the following command for import:

    Windows

    <OpsCenterInstallLocation>\OpsCenter\server\authbroker\bin\atutil import -p <password of exported xml file> -f <location of xml file that contains old AT data> -z <location of AT data folder> - overwrite

    UNIX

    <OpsCenterInstallLocation>/SYMCOpsCenterServer/authbroker/bin/atutil import -p <password of exported xml file> -f <location of xml file that contains old AT data> -z <location of AT data folder> - overwrite

    Note:

    If the import is not successful, the default OpsCenter user needs to reset the passwords of OpsCenterUsers(vx) domain users that you have imported from the earlier OpsCenter version. Trust between NBAC-enabled NetBackup / PureDisk server and OpsCenter server need to be established again.

  10. Start OpsCenter services.

Feedback

Was this page helpful?
Previous

Moving OpsCenter server because of constraints in upgrade

Next

About database troubleshooting

Feedback

Was this page helpful?