Installing QoreStor
Before installing QoreStor, refer to System requirements and Installing QoreStor for additional information. To install QoreStor in Object Direct mode, refer to Installing QoreStor in Object Direct mode.
To install QoreStor
- Copy the QoreStor installation files to the server.
- Set execution permission on the installation files using chmod. For example,
$ chmod a+x qs_inst_7.1.3.144.bin
- With elevated privileges (either as root or with the sudo command), run the installation script according to one of the two options below
OR
Installing Qorestor with Protocols of Choice
For QoreStor fresh installation, the RDS protocol support is mandatory while NFS, CIFS, VTL, and Object Container protocol support is optional. QoreStor installer will not add the missing protocol package/s at the time of upgrading software to a newer version. However, the user can choose to install the missing protocol support at a later stage using following options:
qs_installer.bin [--install-nfs|--install-cifs |--install-vtl |--install-object-container] option.
After the installation of selected protocol, QoreStor enables the support for respective container types.
QoreStor installation with protocols of choice is done with one of the following methods.
Interactive mode standard QoreStor installation with protocols of choice
To perform interactive mode installation of QoreStor with protocols of choice, execute the following command and continue with supported navigation
# ./qs_inst_7.1.3.xxx.bin
|
NOTE:User is advised to accept the EULA. Continue with the further navigation. |
Following is the CLI output displayed while installation.
Install/Upgrade Version: 7.1.3.xxx
Getting object direct parameters...
Object Direct Storage is available for storing data in the cloud.
If you choose this option, you would be expected to enter a valid cloud connection string at a later stage.
NOTE: VTL is not supported with Object Direct Storage. If you choose this option, VTL support will not be installed.
Would you like to configure Object Direct Storage for storing data? yes/no: no
Getting path information...
Please provide the path for the storage repository: [/] /Qorestor
Optionally, please provide a path for metadata storage: [/Qorestor]
Please select a storage configuration:
Large: 360TB maximum storage capacity, 256GB dictionary
Standard: 150TB maximum storage capacity, 256GB dictionary
Small (Cloud-Optimized): 43TB maximum storage capacity, 64GB dictionary
1) Large
2) Standard
3) Small (Cloud-Optimized)
#? 3
#Small (Cloud-Optimized) configuration selected
=== Configuration Mode: cloud ===
iSCSI and NDMP VTL support is available for this kernel.
Note: Installing support for iSCSI and NDMP VTL will consume additional memory and introduce a kernel dependency. As a result, kernel upgrades will be limited while QoreStor is present. Choose this option only if you require iSCSI and NDMP VTL.
Do you wish to install support for VTL? yes/no: no
VTL support will not be installed.
CIFS support is available.
Do you wish to install CIFS support? yes/no: yes
CIFS support will be installed.
NFS support is available.
Do you wish to install NFS support? yes/no: no
NFS support will not be installed.
Object Container support is available.
Do you wish to install Object Container support? yes/no: yes
Object Container support will be installed.
:
:
=== Server installed/upgraded 7.1.3.xxx successfully.
=== Starting services ===
Starting service: choam ...
Stopping service: ...
Starting service: ocards ...
... Done.
=== Management interface: https://qorestor-713:5233 ===
Silent mode installation with protocols of choice
Silent mode installation with protocols of choice executes QoreStor installation in cloud optimized mode with support for CIFS and NIS protocols along with mandatory RDS protocol installation. To choose correct mode, size of installation, and required protocol support, refer to Installing QoreStor in Object Direct mode, table number 5.
The following example shows the above mentioned installation process.
# ./qs_inst_7.1.3.xxx.bin -- -f -p /Qorestor -m /QSmetadata --accept-eula --install-deps --fix-mount-opts --no-vtl --no-object-container --no-object-direct --mode=cloud-optimized --install-cifs --install-nfs
Adding protocol support post QoreStor installation
You can add the missing protocol support to the installation by passing the appropriate arguments to the installer from the following options
[--install-nfs|--install-cifs |--install-vtl |--install-object-container]
Example:-
For installing VTL support
# ./qs_inst_7.1.3.xxx.bin -- --install-vtl
For installing the CIFS protocol
# ./qs_inst_7.1.3.xxx.bin -- --install-cifs
Logging in to QoreStor
To access the QoreStor UI, you must connect via a supported browser.
To access the QoreStor UI
- In a supported browser, navigate to https://<hostname:5233>
|
NOTE: You can use either the host IP or hostname. |
- Log in with the default credentials:
- username: admin
- password: St0r@ge!
To access the QoreStor command line interface
- Using the terminal emulation application of your choice, connect to your QoreStor server.
- Starting with version 7.1, the qsadmin and qsservice users are not created on a fresh installation of QoreStor. Create a new user or employ an existing account to dedicate a user for QoreStor administration with the following command:
/opt/qorestor/bin/setup_qs_user.sh <provide-user-namehere>
For QoreStor instances created with OVAs or from Azure Marketplace, refer to the respective guides.
- At the system prompt, enter the username for an account with super user privileges.
- For a list of QoreStor CLI commands, refer to the Quest QoreStor Command Line Reference Guide.
Upgrading QoreStor
Upgrading your QoreStor software
This section is applicable to all QoreStor instances, including Virtual Machine instances (ESX and Hyper-V), AWS and Azure Marketplace instances, and DR Series migrated systems.
Depending on your environment and your comfort level with working in the Linux command line, you can upgrade using one of the following methods:
- The Linux shell - Through the Linux shell you can manually upload the binaries, verify and change file permissions, and run the installer with additional parameters. Refer to Upgrading your QoreStor software using Linux shell
- The QoreStor UI - In circumstances where access to the QoreStor server is restricted (or for those that choose not to upload the QoreStor binaries via the Linux shell), you may use the QoreStor UI to upload the QoreStor binary and signature files from your workstation. After uploading the files, you must run the upgrade from the Linux shell. Refer to Upgrading QoreStor Software using the QoreStor UI.
Both upgrade methods require that you download the new binaries from the Quest website and run them on the QoreStor server.
Prior to upgrading, review the best practices and recommendations in Before you upgrade.