Skip to end of metadata
Go to start of metadata
MySQL database no longer necessary for Server Backup Manager 5.4.0 and later installations
Server Backup Manager 5.4.0 and later installations no longer require MySQL.

Hardware prerequisites

Install the Data Center Console on an independent server. It is NOT recommended that you install DCC on the same host with Server Backup Manager.

Software prerequisites

  • Server Backup Manager Upgrade. Before installing DCC, be sure to upgrade all Backup Managers that you intend to register with DCC. For more information about upgrading your Backup Managers, see Upgrade Server Backup Manager for Windows and [Upgrade Server Backup Manager for Linux].
  • MySQL Database Creation (Pre-SBM 5.4.0 installations only). DCC is a MySQL-based application and requires a customer-supplied MySQL database instance and schema in order to properly install and run. The DCC installation and upgrade handles all table creation and any upgrade data migration. However, customers are responsible for the general health, maintenance, and availability of the MySQL database. In advance, create a MySQL database instance and user account with permissions allowing you to create, read, update, and delete objects within the account. DCC requires InnoDB storage engine support for the MySQL database instance.

For more information about creating MySQL user accounts and setting permissions, see http://dev.mysql.com/doc/refman/5.5/en/user-account-management.html (external link). For more information about installing MySQL, see http://dev.mysql.com/doc/refman/5.5/en/installing.html (external link).

Note
Make sure that all necessary ports are opened. For more information about managing network ports, see Configure network ports.

Recommended system requirements

  • Operating System: 64-bit only, Windows Server 2008 R2, or Linux 2.6
  • Physical Memory: 4 GB
  • Free Disk Space: Not less than 10 GB

For more information about system requirements, see System Requirements (OLD).


Creating a MySQL database on Windows (Pre-SBM 5.4.0 installations only)

  1. Launch the MySQL command line.
  2. Input your MySQL account password, and then press <Enter>.
  3. Type the following command to create a database:

    create database [DATABASE_NAME];

    Note
    Remember this database name as you later must this information in the server.properties file.

    The system displays the following message:

    Query OK, 1 row affected.


Creating a MySQL database on Linux (Pre-SBM 5.4.0 installations only)

  1. Log in to MySQL, as shown in the following image.

    mysql -u [USERNAME] -p

  2. Type the following command to display the list of existing databases:

    show databases;

  3. Type the following command to create a database:

    create database [DATABASE_NAME];

  4. Type the following command to verify that the database is created successfully:

    show databases;


The next step is described in:

Labels:
dcc dcc Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.