Setting up the DR Series system
You can interact with QoreStor using one of the methods below:
- The QoreStor GUI, accessible in a web browser using the URL https://<YourQoreStorServerName>:5233.
- The QoreStor command line interface (CLI). Refer to the QoreStor Command Line Reference Guide for more information.
In the system GUI, you can configure your system as well as create and manage containers, which store your backup and deduplicated data. A data container is a shared file system that is imported using a client, and is accessible via file system or tape access protocols. For details, see Supported file system protocols. The system GUI also provides real-time summary information for monitoring the status of the data capacity, storage savings, and the throughput of your data containers.
Before you can start using QoreStor, ensure that you have satisfied the following networking prerequisites:
- Network: An active network is available using Ethernet cables and connections.
- Replication ports: the replication service in QoreStor requires that enabled fixed ports be configured to support replication operations that are to be performed across firewalls (TCP ports 9904, 9911, 9915, and 9916).

|
NOTE: For more information about replication ports, see Managing replications, and for more information about system ports, see the QoreStor Installation Guide. |
- Proxy servers: when using a proxy server, some additional configurations are required. Refer to Configurations required when using proxy servers.
If you have configured your QoreStor instance to use one or both of the Linux exports below, the QoreStor Watcher service will not be able to function properly as watcher communications will be sent to the proxy.
export http_proxy=http://<hostname>:<port>
export https_proxy=http://<hostname>:<port>
To ensure proper operation, you must also include the no_proxy export.
export no_proxy="localhost, 127.0.0.1"
|
NOTE: In order for these configurations to persist after a system reboot, they must be entered into /etc/environment. |
To log on to the QoreStor GUI for the first time, complete the following steps
- In a supported web browser, enter:
- https://<YourQoreStorServerName>:5233
- In the Username field, type admin, and in the Password field, type St0r@ge! and then click Log in or press <Enter>. You will be notified to change the password if you are still using the default password.
NOTE: Please change the admin password before logging in. |
Your logon username is displayed at the top of the page in the right corner.