View Source

Unlike Server Backup Manager products that are installed in one step, Data Center Console (DCC) requires some configuration *prior* to the installation as well as some additional manual steps *after* the initial install of the software package.

Read about the previous step here: [Prerequisites for Installing Data Center Console|DCC installation prerequisites].

Follow the instructions below to install and configure Data Center Console on Windows.

----
{toc:location=top|maxLevel=3|minLevel=3|type=flat|separator=pipe|style=border:1}

----
h3. Installing Data Center Console on Windows

1. Log on to the Windows server as a member of the local Administrators group.
{note:title=Notice}You should install Data Center Console on an independent host that does not have a backup manager installed.
{note}
2. Navigate to the directory where you saved the Data Center Console installation file. The installer will have a name that is similar to the following:
* File name: {{ServerBackup-DataCenter-Console-win64-5.0.0.exe}}.

{info:title=Note}
Make sure that you have a 64-bit version of the Windows operating system.
{info}

3. Execute the installer by double-clicking {{ServerBackup-DataCenter-Console-win64-5.0.0.exe}}. In the next window, click *Run*.

!dcc1.png!

4. In the next window, select a destination folder, and then click *Install*.

!dcc2.png!

5. Wait while the files are extracted.

!dcc3.png|border=1!

6. The Idera Server Backup Data Center Console window appears. Click *Install Data Center Console*.

!dcc4.png!

7. Select the language for Data Center Console and click *Next*.

!dcc5(1).png!

8. The next screen displays the End-User License Agreement. Read it to the end, select the *I accept...* check-box, and then click *Install*.

!dcc6.png!

9. The installer will check your system for possible problems.

!dcc7.png!

The possible values for the *Status* column include *Pass*, *Not Recommended*, and *Fail*. It is preferable that all tests have a Pass status. However, it is still possible to continue the installation with a Not Recommended status. Click *Next*.

10. On the next screen, choose the installation directory for the Console. It is safe to leave the default location unchanged. Click *Next* to continue.

!dcc8.png!

11. Verify the HTTP port for the Console. It is recommended that you leave the values unchanged. Click *Next*.

!dcc9.png!

12. The Console is ready to be installed. Click *Next*.

!dcc10.png!

13. The installation progress bar is shown.

!dcc11.png!

14. The installation process is complete. Click *Finish*.

!dcc12.png!

You will need to perform the following steps before you can launch the Data Center Console.

----
h3. Installing MySQL Java Connector

1. Download the MySQL Java Connector from the following website:

[http://www.mysql.com/downloads/connector/j/]






2. To the right of the Connector/J 5.1.22 heading, click the download link for one of the following files:

* Windows: {{mysql-connector-java-5.X.XX.zip}}
* Linux: {{mysql-connector-java-5.X.XX.tar.gz}}
{info:title=Note}As of September 2012, the version used in this example is labeled "{{mysql-connector-java-5.1.22.zip}}."
{info}

!Java Connector 5.1.22 download page.png!

3. Follow the instructions for registration or log in.

!Java Connector_Log in form.png!

Alternatively, skip registration by clicking the link labeled *No thanks, just start my download\!*

!Java Connector_Link below.png!

4. You will be provided with the required mirror links. Download and save the file to a temporary directory or known location.

!archive save_5.1.22.png!

5. Extract the {{.zip}} or {{.tar}} archive in the location where you downloaded the file.

6. Look in the newly created directory for a file called {{mysql-connector-java-5.X.X-bin.jar}}. This is the file you need.

7. The connector is a {{.jar}} file. It is contained in the archive. After you have downloaded the archive, browse through its contents, locate the {{mysql-connector-java-5.1.16-bin.jar}} file, and copy it to the {{<DCC Installation Directory>/conf/database-drivers}} directory.

!Java Connector_contents.png!



----
h3. Configuring Database Properties

1. Go to {{<DCC Installation Directory>/conf}} and open the {{server.properties}} file. The contents of the file are as follows:

!server.properties file content.png!

2. Provide the appropriate values for the following database-related properties:
* *database-port* \- Set the database-port to "*3306*" (without quotes).
* *database-server* \- Set the database-server to "*localhost*" (without quotes).
* *database-username*, *database-password* \- Use your MySQL credentials for these values.
* *database-name* \- The name of the database created during the [prerequisites|DCC installation prerequisites] step.
* *database-poolsize*
* *database-test-interval*

3. Save the file.

----
h3. Starting the Data Center Console

Open the Windows Services Panel and start the R1Soft Data Center Console service.

!service start.png!

----
h3. Accessing Data Center Console for the first time

1. Open a web browser and enter the following URL:

{code}http://localhost:8080{code}

2. In the login form, enter the default username ("admin") and password ("admin"), and then click *Login*.

!DCC_login form.png!

{excerpt:hidden=true}Instructions on how to install and configure the Data Center Console.{excerpt}