Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

241 total results found

Adding a filesystem to a volume

Getting Started

For file and object storage use cases, you must create a filesystem on the volume. Without a filesystem, clients are unable to use the volume. To add a filesystem to a volume, use the command: applications filesystems add --application=<name> --volumes=<names....

Create Applications

Getting Started

Volumes and consistency groups are associated with an application instance. An application instance is simply a namespace for consistency groups and volumes. You cannot create a volume without assigning it to an application. To create an application instance, ...

Create and Manage Drive Pools

Getting Started

To see a list of all available drives on a StorONE system, run the following command: resources drives list The output displays each drive, its serial number, the media type (HDD, SSD, or NVME), its approved state, its pool, and its capacity. If the pool colu...

Create Floating IPs

Getting Started

Most StorONE deployments are highly available (HA) pairs of controller nodes. The NAS server runs on one node at a time. If the system fails over, the NAS server transitions to the other node. To prevent disruption to client connections, the NAS server and obj...

Creating Initiator Hosts

Getting Started

To map a Virtual Storage Container (VSC, also referred to as a volume) to a storage area network (SAN) using the S1 system, you must first create an initiator host in the system by using the hosts create command. hosts create <name> [--ip=<name>] (--wwns=<w...

Create a NAS Server

Getting Started

Network-attached storage (NAS) servers are file-based storage devices that connect to a network. They provide a centralized location for storing and sharing files, and can be accessed by any device on the network, including computers, laptops, smartphones, and...

Creating a NAS Share

Getting Started

Creating a share requires a Network Attached Server (NAS). Note: The volume that you want to share must have a filesystem. A volume cannot have two different shares on the same path. Any directory path of a volume can be shared through the Network File Syste...

Creating an Object Store

Getting Started

Object storage is a storage architecture that manages data as distinct units called objects. Each object contains all of the data associated with it and is assigned a unique identifier. The objects are stored in a flat address space, rather than in a hierarchi...

Create Volumes

Getting Started

To create a new volume, use applications volumes create --application=<app_name> --volume=<vol_name> --capacity=<capacity> --pool=<pname> --n=<n> --k=<k> [--groupedVolume=<name> | --cgid=<numbers> | (--encryptionKey=<encryptionKey> [--saveEncryptedRecoveryKey]...

Mapping hosts to LUNs

Getting Started

To map a Virtual Storage Container (VSC, also referred to as a volume) to a storage area network (SAN) using the S1 system, you must first create an initiator host in the system by using the hosts create command. Once the host has been configured, use the foll...

StorONE system overview

Overview

Overview of the StorONE system and architecture. The S1 system is a general-purpose single storage engine that manages storage resources for all use cases. It is part of the S1 operating system, which is installed on node servers that are configured and manag...

Python

REST API Examples

""" ================================================================================================================= Copyright (C) 2012-2023 StorONE ​ Use of this script is subject to the following terms and conditions: ​ StorONE grants to ...

Curl

REST API Examples

# Get the authorization token curl -X 'POST' \ 'https://s1-node1.example.com/login' \ -H 'accept: application/json' \ -H 'Content-Type: application/json-patch+json' \ -d '{ "Username": "storoneadm", "Password": "St0r1R0x!" ...

Application and Volumes

Web Application Interface Application Volume

The S1 system provides its storage through abstract layers. The building blocks of the storage in the S1 system are applications and logical volumes. Applications serve as containers for logical volumes, while logical volumes provide a virtual storage containe...

Messages

Web Application Interface Monitoring

To view a table list of monitoring messages, navigate to Monitoring > Configurations . To customize the table appearance, use the following controls: Pending: Show pending configurations. In Progress: Show in-progress server configurations. Success: Show ...

Storage Provisioning

Overview

All storage in the StorONE system uses thin provisioning, which means that capacity is automatically provisioned as it is consumed, regardless of how much capacity is allocated to the virtual storage container (VSC). When you create a new VSC (also referred to...

Installing the S1 Operating System

Installation

To use the S1 storage engine, you must install the S1 operating system on all server nodes. The S1 storage engine is built into the S1 operating system. The installation process of the S1 operating system can be done by one of the following options: Bootable...

Initial Setup

Installation

To complete the installation of the StorONE system, you must configure the network addresses and various other settings for each S1 server node. In a dual-node high availability (HA) configuration, you must install the S1 operating system on each of the nodes ...