Difference between revisions of "+ Web UI Overview"

From OSNEXUS Online Documentation Site
Jump to: navigation, search
m (Qadmin moved page Overview (Web UI) to + Web UI Overview)
m
Line 21: Line 21:
 
=== 100% Native HTML5/JS with Desktop application ease-of use===
 
=== 100% Native HTML5/JS with Desktop application ease-of use===
 
By selecting different tabs and sections within the web management interface the items in both the toolbar, tree stack panel, and center panel will change to reflect the available options for the selected area.  Although the QuantaStor web UI is all browser native HTML5 it has many of the ease-of-use features one would find in a desktop application.  Most notably, one can right-click on most items within the web user interface to access context specific pop-up menus.  This includes right-clicking on tree items, the tree stack headers, and items in the center grid/table views.
 
By selecting different tabs and sections within the web management interface the items in both the toolbar, tree stack panel, and center panel will change to reflect the available options for the selected area.  Although the QuantaStor web UI is all browser native HTML5 it has many of the ease-of-use features one would find in a desktop application.  Most notably, one can right-click on most items within the web user interface to access context specific pop-up menus.  This includes right-clicking on tree items, the tree stack headers, and items in the center grid/table views.
 +
 +
 +
== QuantaStor Web Administration Overview ==
 +
This guide outlines all of the dialog screens presented in the QuanaStor web management interface and how to use them.  This guide is also accessible within the QuantaStor web manager directly by pressing the question mark help button in the upper right hand corner of the web UI (?).  Select a topic for more detail on a specific dialog or area of management.  Note that for scripting and automation all operations presented via the QuantaStor web management interface are also accessible via the [[QuantaStor_CLI_Users_Guide|QuantaStor command line interface (CLI) tool]] (qs) and via REST APIs as outlined in the [[QuantaStor_Developers_Guide|QuantaStor Developer Guide]].
 +
 +
== How to Login ==
 +
 +
The QuantaStor web administration interface is accessible via all major web browsers (Firefox, Chrome, Safari, Opera, & Internet Explorer) and has been developed in native HTML5 to be fast and responsive. After an appliance boots the text mode system console (also accessible via IPMI) will display the public facing IP addresses.  On a new unconfigured system the first network port is assigned an IP address via DHCP.  Simply select one of the assigned IP addresses and enter it as the address/URL inside your web browser to access the QuantaStor web administration interface.
 +
 +
=== Configuring a secure connection to the QuantaStor Manager ===
 +
The Web Administration will support a secure connection when using https:// to connect. By default both types of connections are supported.
 +
<!--
 +
To permanently disable http:// support the /etc/init.d/iptables file can be edited to stop redirection of TCP port 80 to port 8080.
 +
To edit the iptables file, connect to the QuantaStor server CLI via an ssh connection or the local console. Using your favorite Linux text editor either remove the following line or insert a hash tag (#) at the front of the line to indicate that the rule should be ignored.
 +
:: /sbin/iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
 +
-->
 +
 +
=== Login Screen ===
 +
[[file:qs4_login.png|350px|none|caption|QuantaStor Manager Login]]
 +
The default admin password for QuantaStor is simply 'password'. If you do not enter a password it will assume the default and will attempt to login to the system with 'password'. The administrator user name is simply 'admin'. It is recommended that you change the administrator password the first time you login to the system. If you are having trouble logging in, try hitting the reload button on your browser (Ctrl-F5) or clear your browser cache. Sometimes, especially after an upgrade one may need to clear the browser cache.
 +
<!-- [[Login Dialog]] -->
 +
 +
== About this Guide ==
 +
The following guide provides details into the various dialog windows used to manage the QuantaStor system. Using the help button (found in the upper right hand corner of each dialog in the QuantaStor web administration interface) on you will be taken directly to the specific page for that dialog within the wiki or you can directly browse the documentation here through the following guide.
 +
 +
== Viewing Object Properties ==
 +
Every item you see in the QuantaStor Manager web interface is internally stored as an 'object' in the scale-out grid management system.  All objects have a name and a unique ID (UUID) and several other properties.  As an example a Storage Volume is a block device and is accessible via iSCSI so 'iqn' is a property of the Storage Volume. Details like 'iqn' can be viewed via the ''Properties''' pane on the right side of the manager screen or by right-clicking on the object and selecting '''Properties''' from the menu. The resulting Properties window also contains a '''Security''' tab and a '''Tags''' section for assigning user defined custom key/value pairs to objects.  Within the security tab, administrators can choose to limit who has access to the particular object.
 +
 +
[[File:qs4_dialog_properties.png|360px]]
 +
 +
[[Dialog Properties | Properties Dialog Window]]
 +
 +
== Storage Management Tab ==
 +
[[file:qs4_ribbon_bar.png|1024px]]
 +
 +
<!--
 +
    Side-by-side image and description example
 +
{| class="wikitable"
 +
|- valign="top"
 +
| [[File:image.jpg]]
 +
| '''Descriptive Text'''
 +
|}
 +
 +
-->
 +
 +
[[Storage System Eula|End User License Agreement]]
 +
 +
=== License Key Management ===
 +
All QuantaStor editions and product features are controlled by license key.  If you have a system deployment that requires additional features or capacity your system can be expanded by adding an expansion license to your existing system license.  When you add a new license you must activate it within one week after adding it or it will be deactivated. To activate your license simply choose the 'Activate Online' option.  Alternatively, if your system does not have internet access you can use the 'Activate via Email' option.
 +
 +
* [[Storage System License Manager|License Key Management]]
 +
* [[Storage System License Add|Adding License Keys]]
 +
* [[Storage System License Activate Online|Activating License Key Online]]
 +
* [[Storage System License Activate Email|Activating Licenses via Email]]
 +
* [[System License Remove|Removing License Keys]]
 +
 +
=== General System Configuration & Management ===
 +
These core system configuration dialogs include most of the key administrative operations use to initially configure, upgrade, and maintain your system.
 +
* [[Storage System Checklist|System Configuration Checklist]]
 +
* [[Storage System Modify|Modifying System hostname & DNS configuration]]
 +
* [[Storage System Upgrade Manager|Online Upgrades]]
 +
* [[Storage System Alert Manager|Call Home / Alert Management Configuration]]
 +
* [[Storage System User Alert|Testing Alert Management Configuration]]
 +
* [[Storage System Recovery Manager|Recovering System Configuration Information]]
 +
* [[Storage System Shutdown/Restart]]
 +
* [[Send System Log Report|Sending System Configuration and Logs to Customer Support]]
 +
 +
=== Network Interface Management ===
 +
QuantaStor has a broad set of network management features including bonding/teaming, virtual interfaces and VLANs.
 +
 +
* [[Network Port Modify|Configuring Network Port Settings]]
 +
* [[Network Port Rescan|Rescanning Network Ports]]
 +
* [[Network Port Restart|Restarting Network Ports]]
 +
* [[Network Port Create VP|Creating Virtual Interfaces]]
 +
* [[Network Port Delete VP|Deleting Virtual Interfaces]]
 +
* [[Network Port Create Bonded Port|Creating Bonded Port]]
 +
* [[Network Port Delete Bonded Port|Deleting Bonded Port]]
 +
 +
=== Hardware RAID Controller Management ===
 +
QuantaStor supports the use of both hardware RAID and software RAID.  When used together it provides many advantages both in terms of performance and ease of maintenance.  Integrated hardware management modules are built into QuantaStor for LSI MegaRAID, Adaptec, HP SmartArray, Dell PERC, and other controllers.  Please see our HCL for a full list of which adapters have integrated hardware management support.
 +
 +
* [[Rescan Hardware Controllers|Rescanning Controllers for new Disks]]
 +
* [[Hardware Controller Rescan|Rescanning a Specific RAID Controller]]
 +
* [[Hardware Controller Identify Unit|Identifying Hardware RAID Units in an Enclosure/Chassis]]
 +
* [[Hardware_Controller_Clear_Events_Alarms|Clearing RAID Controller Events/Alerts]]
 +
* [[Hardware Controller Silence Alarm|Silencing Controller Alarms]]
 +
* [[Hardware Controller Import RAID Units|Importing Foreign RAID Units/Virtual Devices]]
 +
* [[Hardware Controller Create RAID Unit|Creating a new Hardware RAID Unit]]
 +
* [[Hardware_Disk_Mark_Hotspare|Mark/Un-mark Hardware RAID Hot-spare]]
 +
* [[Hardware_Controller_Create_Ssd_Cache_Enable|Enabling SSD Caching on a Hardware RAID Unit]]
 +
* [[Hardware_Controller_Create_Ssd_Cache_Disable|Disabling the SSD Cache on a Hardware RAID Unit]]
 +
 +
=== Physical Disk Management ===
 +
Hard disk drives of all types including SAS, SATA, and SSD appear to your QuantaStor appliance as disks.  Although we use the term ''physical disk'', in cases where hardware RAID is used the ''physical disk'' drives are actually logical drives (aka RAID units / virtual disks) coming from the hardware RAID controller.  QuantaStor can also be configured to use virtual disks as storage when deployed as a virtual appliance and can also use storage devices from other storage systems when configured as a gateway appliance.
 +
 +
* [[Physical Disk Identify|Identifying Physical Disks within Enclosure/Chassis]]
 +
* [[Physical Disk Scan|Scanning for newly added Physical Disks]]
 +
 +
=== Storage Pool Management ===
 +
A storage pool is a logical grouping of disks into a ''pool'' from which volumes (LUNs) and network shares can be provisioned.  QuantaStor has support for ZFS, and XFS based storage pools.  ZFS based storage pools are the most powerful and the most versatile but XFS based storage pools have some performance advantages for some applications.  One a pool is provisioned you can provision ''storage volumes'' and ''network shares'' using available space in the storage pool.
 +
 +
* [[Create Storage Pool|Creating new Storage Pools]]
 +
* [[Storage Pool Grow|Growing an existing Storage Pool]]
 +
* [[Storage Pool Stop|Stopping/Offline Storage Pool]]
 +
* [[Storage Pool Export|Exporting a Storage Pool for Importing on another System/Appliance]]
 +
* [[Storage Pool Recover]]
 +
* [[Storage Pool Remove Spare|Remove Hot-spare]]
 +
* [[Storage Pool Delete|Deleting Storage Pools]]
 +
* [[Storage Pool Identify|Identifying Storage Pools within an Enclosure/Chassis]]
 +
* [[Storage Pool Start|Starting an Offline Storage Pool]]
 +
* [[Storage Pool Modify|Modifying Storage Pool Configuration Settings]]
 +
* [[Storage Pool Rescan|Rescanning for Newly Added Storage Pools]]
 +
* [[Storage Pool Expand|Expanding Storage Pools]]
 +
 +
=== Network Share Management (CIFS/NFS) ===
 +
Network shares provide network attached storage (NAS) capabilities.  Each network share is provisioned from a specific ''storage pool'' so you must first create a pool of storage before provisioning shares.  Once created you can control NFS and CIFS access to network shares.
 +
 +
* [[Network Share Create|Creating Network Shares]]
 +
* [[Modify Network Share|Modifying Network Shares]]
 +
* [[Network Share Configure|Configuring NFS Service Settings]]
 +
* [[Network Share Delete|Deleting Network Shares]]
 +
* [[Network Share Snapshot|Creating Network Share Snapshots]]
 +
* [[Network Share Restore|Restoring Network Share from Snapshot]]
 +
* [[Add NFS Client Access|Add Client Access]]
 +
* [[Network Share Modify Client Access|Modify Client Access]]
 +
* [[Network Share Remove Client Access|Remove Client Access]]
 +
* [[Network Share Access Settings|Access Settings]]
 +
* [[Restart NFS Services|Restarting NFS Service]]
 +
 +
=== Network Share Namespace Management ===
 +
Network Shares Namespaces use Microsoft DFS and NFSv4 referrals to provide global namespace capabilities across the grid. 
 +
 +
* [[Network Share Namespace Create|Creating Network Share Namespaces]]
 +
* [[Network Share Namespace Modify|Modifying Network Share Namespace]]
 +
* [[Network Share Namespace Add Remove|Adding/Removing Shares from Network Share Namespaces]]
 +
* [[Network Share Namespace Delete|Deleting Network Share Namespace]]
 +
 +
=== Storage Volume Management (iSCSI/FC LUNs) ===
 +
Storage volumes (LUNs) are block devices which are made accessible via the iSCSI and/or FibreChannel protocols.  Each storage volume is provisioned from a specific ''Storage Pool'' on a specific node within a grid of systems.  In order to make a ''storage volume'' accessible to a host you must first add a ''Host'' to the system, then assign the storage to it.
 +
 +
* [[Storage Volume Create|Creating Storage Volumes (iSCSI/FC LUNs)]]
 +
* [[Storage Volumes Delete|Deleting Storage Volumes]]
 +
* [[Storage Volume Modify|Modify Storage Volume Properties]]
 +
* [[Storage Volume Clone|Clone Storage Volume]]
 +
* [[Storage Volume Snapshot|Snapshot Storage Volume]]
 +
* [[Storage Volume Resize|Resize Storage Volume]]
 +
* [[Storage Volume Assign|Assign Storage Volume to Host]]
 +
* [[Storage Volume Restore|Restore Storage Volume from Snapshot]]
 +
* [[Storage Volume Advanced Settings|Storage Volume Advanced Settings]]
 +
 +
=== Storage Volume Group Management ===
 +
Storage volume groups provide a easy way to keep track of volumes when multiple are assigned or utilized for the same host.  In cases where the volumes in a group reside within an Advanced storage pool you can also create snapshots of volume groups.
 +
 +
* [[Storage Volume Group Create|Creating Storage Volume Groups]]
 +
* [[Storage Volume Group Snapshot|Creating Storage Volume Group Snapshots]]
 +
* [[Storage Volume Group Modify|Modify Storage Volume Group Properties]]
 +
* [[Storage Volume Group Delete|Deleting Storage Volume Groups]]
 +
* [[Storage Volume Group Clone|Cloning a Storage Volume Group]]
 +
* [[Storage Volume Group Add/Remove Volumes|Adding/Removing Volumes from a Storage Volume Group]]
 +
 +
=== Snapshot Schedule Management ===
 +
Snapshot schedules can be created to make instant snapshots of volumes for quick and easy recovery and rollback of data. To take advantage of Snapshots you must create a Storage Pool based on the ZFS filesystem which is the default.<br>
 +
 +
* [[Snapshot Schedule Add/Remove Volumes|Add/Remote Volumes from a Schedule]]
 +
* [[Snapshot Schedule Create|Creating Instant Snapshot Schedules]]
 +
* [[Snapshot Schedule Delete|Deleting Snapshot Schedules]]
 +
* [[Modify Snapshot Schedule|Modifying Snapshot Schedules]]
 +
* [[Snapshot Enable Schedule|Enabling a Snapshot Schedule]]
 +
* [[Snapshot Disable Schedule|Disabling a Snapshot Schedule]]
 +
 +
=== Host Dialogs ===
 +
A host entry must be added for each host that you want to assign storage volumes to.  The host entry stores one or more initiator IDs which can include one or more FC WWPN and/or one or more iSCSI initiator IQNs.<br>
 +
 +
* [[Host Add|Adding a Host]]
 +
* [[Assign Storage Volumes|Assigning Volumes To Hosts]]
 +
* [[Host Remove|Removing a Host]]
 +
* [[Host Modify|Modifying Host Properties]]
 +
* [[Add Host Initiator|Adding a Host Initiator]]
 +
* [[Remove Host Initiator|Removing a Host Initiator]]
 +
 +
=== Host Group Management ===
 +
Host groups represent a collection of one or more Hosts. It's a convince object which allows you to group hosts together so that you can assign storage to the group in a single operation rather than having to assign storage to individual hosts which can take more time.  Host groups are especially useful for use with VMware clusters and XenServer resource pools as in such cases all hosts in the group require shared access to the same group of disks.<br>
 +
 +
* [[Host Group Create|Creating Host Groups]]
 +
* [[Host Group Add Remove|Adding/Removing Hosts from a Host Group]]
 +
* [[Host Group Delete|Deleting Host Groups]]
 +
* [[Host Group Modify|Modifying Host Group Properties]]
 +
 +
===  Grid Management  ===
 +
Multiple QuantaStor nodes can be managed as a grid. One node will be assigned to be the primary node.
 +
 +
* [[Add Management Grid | Add Nodes to the Grid]]
 +
* [[Modify Management Grid | Modify Nodes in the Grid]]
 +
* [[Remove Grid Node | Remove a Node in the Grid]]
 +
* [[Delete Management Grid | Delete the Grid]]
 +
* [[Select Primary Node | Select the Node to be Primary]]
 +
 +
== Users & Groups Tab ==
 +
[[file:QSTR mgr Users & Groups Ribbon.jpg]]
 +
 +
=== User Management ===
 +
* [[User Add|Adding new User Accounts]]
 +
* [[User Modify|Modifying a User]]
 +
* [[User Remove|Removing a User]]
 +
* [[User Set Password|Changing a User Password]]
 +
 +
=== User Group Management ===
 +
 +
* [[User Group Create|Creating User Groups]]
 +
* [[User Group Delete|Deleting User Groups]]
 +
* [[User Group Modify|Modifying User Group Properties]]
 +
* [[User Group Add/Remove Users|Adding/Removing Users from a Group]]
 +
 +
=== User Role Management ===
 +
 +
* [[Role Create|Creating new User Roles]]
 +
* [[Role Modify|Modifying a User Role]]
 +
* [[Role Delete]]
 +
* [[Role Update Permissions]]
 +
 +
=== Multi-tenant Group Management (Resource Groups) ===
 +
 +
==== Resource Groups ====
 +
 +
* [[Create Resource Group]]
 +
* [[Add/Remove Resource Users and User Groups | Add/Remove Users]]
 +
* [[Modify Resource Group]]
 +
* [[Delete Resource Group]]
 +
* [[Add/Remove Resources Group Resources | Add/Remove Resources]]
 +
 +
==== Provisioning Quotas ====
 +
 +
* [[Create Provisioning Quota|Setting Quotas on Resource Groups]]
 +
* [[Add-Remove_Volumes_for_Provisioning_Quota|Adding/Removing Volumes to/from a Quota]]
 +
* [[Modify_Provisioning_Quota|Modifying Quotas]]
 +
* [[Delete Provisioning Quota|Deleting Quotas]]
 +
* [[Add-Remove Shares to-from Provisioning|Adding/Removing Network Shares to/from a Quota]]
 +
 +
== Remote Replication Tab ==
 +
[[file:QSTR mgr Remote Replication Ribbon.jpg]]
 +
 +
=== Remote Replication Configuration ===
 +
 +
==== Setting up remote replication links between grid nodes ====
 +
 +
* [[Create Link|Create a Storage System Link]]
 +
* [[Delete Link|Delete a Storage System Link]]
 +
* [[Modify Link|Modify a Storage System Link]]
 +
* [[Set Password Link|Set the Storage System Link Password]]
 +
 +
==== Managing Remote Replica Associations ====
 +
 +
* [[Create Volume Replica]]
 +
* [[Create Share Replica]]
 +
* [[Delete Replica|Delete a Replica]]
 +
* [[Resume Replica|Resume a Replica]]
 +
* [[Stop Replica|Stop a Replica]]
 +
 +
==== Setting up Replication Schedules ====
 +
 +
* [[Create Replication Schedules|Create a Replication Schedule]]
 +
* [[Modify Replication Schedules|Modify a Replication Schedule]]
 +
* [[Delete Replication Schedule|Delete a Replication Schedule]]
 +
* [[Add/Remove Replication Schedule|Add or Remove a Replication Schedule]]
 +
* [[Enable Replication Schedule|Enable a Replication Schedule]]
 +
* [[Disable Replication Schedule|Disable a Replication Schedule]]
 +
 +
== Cloud Containers Tab==
 +
[[file:QSTR mgr Cloud Container Ribbon.jpg]]
 +
 +
=== Cloud Storage Provider ===
 +
* [[Add Cloud Provider Credentials]]
 +
* [[Remove Cloud Provider Credentials]]
 +
 +
=== Cloud Container ===
 +
* [[Create Cloud Storage Container|Creating a Cloud Storage Container]]
 +
* [[Add Cloud Storage Container|Adding a Cloud Storage Container]]
 +
* [[Enable Cloud Storage Container|Enabling a Cloud Storage Container]]
 +
* [[Modify Cloud Storage Container|Modifying a Cloud Storage Container]]
 +
* [[Delete Cloud Storage Container|Deleting a Cloud Storage Container]]
 +
* [[Remove Cloud Storage Container|Removing a Cloud Storage Container]]
 +
* [[Disable Cloud Storage Container|Disabling a Cloud Storage Container]]
 +
* [[Repair Cloud Storage Container|Repairing a Cloud Storage Container]]
 +
 +
=== Cloud Backup Schedule ===
 +
* [[Create Cloud Backup Schedule|Creating a Cloud Backup Schedule]]
 +
* [[Modify Cloud Backup Schedule|Modifying a Cloud Backup Schedule]]
 +
* [[Cloud Backup Schedule Delete|Deleting a Cloud Backup Schedule]]
 +
* [[Update Cloud Backup Schedule|Updating Cloud Backup Schedule]]
 +
 +
== Cloud Backup Tab ==
 +
[[file:QSTR mgr CloudBkupTab.png]]
 +
 +
* [[Storage Volume Cloud Backup Create]]
 +
* [[Storage Volume Cloud Backup Restore]]
 +
 +
=== Cloud Storage Providers ===
 +
 +
=== Cloud Storage Containers ===
 +
 +
=== Cloud Backup Schedules ===
 +
* [[Create Cloud Backup Schedule]]
 +
* [[Modify Cloud Backup Schedule]]
 +
* [[Cloud Backup Schedule Enable]]
 +
* [[Cloud Backup Schedule Disable]]
 +
* [[Cloud Backup Schedule Delete]]
 +
* [[Cloud Backup Schedule Update Volumes]]

Revision as of 09:36, 21 March 2019


Contents

Navigating the QuantaStor Web Management User Interface

The QuantaStor web management interface enables IT administrators to manage all their QuantaStor systems via a single-pane-of-glass. What's unique about QuantaStor's web interface is that it is storage grid based and built into every system/appliance so there's no extra software to install. The grid technology and architecture of QuantaStor enables the web (and REST/CLI) management interface for the grid to be available and accessible via all appliances at the same time and by multiple users. No additional software is required, simply connect to any IP address of any appliance within the grid via HTTPS to connect and manage the storage. Storage grid technology enables management of QuantaStor appliances across sites thereby reducing cost of managing, maintaining, and automating multi-site storage configurations, aka, storage grids.

Tab Sections

When you initially connect to QuantaStor manager you will see the feature management tabs across the top of the screen (shown in the orange box in the diagram below) including tabs named Storage Management, Users & Groups, Remote Replication, etc. These main tabs divide up the user interface into functional sections. The most common activities are provisioning file storage (NAS) in the Network Shares section and provisioning block storage (SAN) in the Storage Volumes section. The most common management and configuration tasks are all accessible from the toolbars and pop-up menus (right-click) in the Storage Management tab.

Ribbon/Toolbar Section

The toolbar (aka ribbon bar, shown in the red box) is just below the features management tab with group sections including Storage System, Network Port, Storage System Grid, etc. The toolbar section is dynamic so as you select different tabs or different sections in the tree stack area the toolbar will automatically change to display relevant options to that area.

Main Tree Stack

The tree stack panel appears on the left side of the screen (shown in the blue box in the screenshot/diagram below) and shows elements of the system in a tree hierarchy. All elements in the tree have menus associated with them that are accessible by right-clicking on the element in the tree.

Center Dashboards & Tables/Grids

The center of the screen typically shows lists of elements based on the selected tree stack section that is active. This area also often has a dashboard to show information about the selected item be it a storage pool, storage system or other element of the system.

Main Tree View & Ribbon-bar / Toolbar

100% Native HTML5/JS with Desktop application ease-of use

By selecting different tabs and sections within the web management interface the items in both the toolbar, tree stack panel, and center panel will change to reflect the available options for the selected area. Although the QuantaStor web UI is all browser native HTML5 it has many of the ease-of-use features one would find in a desktop application. Most notably, one can right-click on most items within the web user interface to access context specific pop-up menus. This includes right-clicking on tree items, the tree stack headers, and items in the center grid/table views.


QuantaStor Web Administration Overview

This guide outlines all of the dialog screens presented in the QuanaStor web management interface and how to use them. This guide is also accessible within the QuantaStor web manager directly by pressing the question mark help button in the upper right hand corner of the web UI (?). Select a topic for more detail on a specific dialog or area of management. Note that for scripting and automation all operations presented via the QuantaStor web management interface are also accessible via the QuantaStor command line interface (CLI) tool (qs) and via REST APIs as outlined in the QuantaStor Developer Guide.

How to Login

The QuantaStor web administration interface is accessible via all major web browsers (Firefox, Chrome, Safari, Opera, & Internet Explorer) and has been developed in native HTML5 to be fast and responsive. After an appliance boots the text mode system console (also accessible via IPMI) will display the public facing IP addresses. On a new unconfigured system the first network port is assigned an IP address via DHCP. Simply select one of the assigned IP addresses and enter it as the address/URL inside your web browser to access the QuantaStor web administration interface.

Configuring a secure connection to the QuantaStor Manager

The Web Administration will support a secure connection when using https:// to connect. By default both types of connections are supported.

Login Screen

QuantaStor Manager Login

The default admin password for QuantaStor is simply 'password'. If you do not enter a password it will assume the default and will attempt to login to the system with 'password'. The administrator user name is simply 'admin'. It is recommended that you change the administrator password the first time you login to the system. If you are having trouble logging in, try hitting the reload button on your browser (Ctrl-F5) or clear your browser cache. Sometimes, especially after an upgrade one may need to clear the browser cache.

About this Guide

The following guide provides details into the various dialog windows used to manage the QuantaStor system. Using the help button (found in the upper right hand corner of each dialog in the QuantaStor web administration interface) on you will be taken directly to the specific page for that dialog within the wiki or you can directly browse the documentation here through the following guide.

Viewing Object Properties

Every item you see in the QuantaStor Manager web interface is internally stored as an 'object' in the scale-out grid management system. All objects have a name and a unique ID (UUID) and several other properties. As an example a Storage Volume is a block device and is accessible via iSCSI so 'iqn' is a property of the Storage Volume. Details like 'iqn' can be viewed via the Properties' pane on the right side of the manager screen or by right-clicking on the object and selecting Properties from the menu. The resulting Properties window also contains a Security tab and a Tags section for assigning user defined custom key/value pairs to objects. Within the security tab, administrators can choose to limit who has access to the particular object.

Qs4 dialog properties.png

Properties Dialog Window

Storage Management Tab

Qs4 ribbon bar.png


End User License Agreement

License Key Management

All QuantaStor editions and product features are controlled by license key. If you have a system deployment that requires additional features or capacity your system can be expanded by adding an expansion license to your existing system license. When you add a new license you must activate it within one week after adding it or it will be deactivated. To activate your license simply choose the 'Activate Online' option. Alternatively, if your system does not have internet access you can use the 'Activate via Email' option.

General System Configuration & Management

These core system configuration dialogs include most of the key administrative operations use to initially configure, upgrade, and maintain your system.

Network Interface Management

QuantaStor has a broad set of network management features including bonding/teaming, virtual interfaces and VLANs.

Hardware RAID Controller Management

QuantaStor supports the use of both hardware RAID and software RAID. When used together it provides many advantages both in terms of performance and ease of maintenance. Integrated hardware management modules are built into QuantaStor for LSI MegaRAID, Adaptec, HP SmartArray, Dell PERC, and other controllers. Please see our HCL for a full list of which adapters have integrated hardware management support.

Physical Disk Management

Hard disk drives of all types including SAS, SATA, and SSD appear to your QuantaStor appliance as disks. Although we use the term physical disk, in cases where hardware RAID is used the physical disk drives are actually logical drives (aka RAID units / virtual disks) coming from the hardware RAID controller. QuantaStor can also be configured to use virtual disks as storage when deployed as a virtual appliance and can also use storage devices from other storage systems when configured as a gateway appliance.

Storage Pool Management

A storage pool is a logical grouping of disks into a pool from which volumes (LUNs) and network shares can be provisioned. QuantaStor has support for ZFS, and XFS based storage pools. ZFS based storage pools are the most powerful and the most versatile but XFS based storage pools have some performance advantages for some applications. One a pool is provisioned you can provision storage volumes and network shares using available space in the storage pool.

Network Share Management (CIFS/NFS)

Network shares provide network attached storage (NAS) capabilities. Each network share is provisioned from a specific storage pool so you must first create a pool of storage before provisioning shares. Once created you can control NFS and CIFS access to network shares.

Network Share Namespace Management

Network Shares Namespaces use Microsoft DFS and NFSv4 referrals to provide global namespace capabilities across the grid.

Storage Volume Management (iSCSI/FC LUNs)

Storage volumes (LUNs) are block devices which are made accessible via the iSCSI and/or FibreChannel protocols. Each storage volume is provisioned from a specific Storage Pool on a specific node within a grid of systems. In order to make a storage volume accessible to a host you must first add a Host to the system, then assign the storage to it.

Storage Volume Group Management

Storage volume groups provide a easy way to keep track of volumes when multiple are assigned or utilized for the same host. In cases where the volumes in a group reside within an Advanced storage pool you can also create snapshots of volume groups.

Snapshot Schedule Management

Snapshot schedules can be created to make instant snapshots of volumes for quick and easy recovery and rollback of data. To take advantage of Snapshots you must create a Storage Pool based on the ZFS filesystem which is the default.

Host Dialogs

A host entry must be added for each host that you want to assign storage volumes to. The host entry stores one or more initiator IDs which can include one or more FC WWPN and/or one or more iSCSI initiator IQNs.

Host Group Management

Host groups represent a collection of one or more Hosts. It's a convince object which allows you to group hosts together so that you can assign storage to the group in a single operation rather than having to assign storage to individual hosts which can take more time. Host groups are especially useful for use with VMware clusters and XenServer resource pools as in such cases all hosts in the group require shared access to the same group of disks.

Grid Management

Multiple QuantaStor nodes can be managed as a grid. One node will be assigned to be the primary node.

Users & Groups Tab

QSTR mgr Users & Groups Ribbon.jpg

User Management

User Group Management

User Role Management

Multi-tenant Group Management (Resource Groups)

Resource Groups

Provisioning Quotas

Remote Replication Tab

QSTR mgr Remote Replication Ribbon.jpg

Remote Replication Configuration

Setting up remote replication links between grid nodes

Managing Remote Replica Associations

Setting up Replication Schedules

Cloud Containers Tab

QSTR mgr Cloud Container Ribbon.jpg

Cloud Storage Provider

Cloud Container

Cloud Backup Schedule

Cloud Backup Tab

QSTR mgr CloudBkupTab.png

Cloud Storage Providers

Cloud Storage Containers

Cloud Backup Schedules