Advanced Search
Search Results
75 total results found
Creating an Object Store
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
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
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 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
""" ================================================================================================================= Copyright (C) 2012-2023 StorONE Use of this script is subject to the following terms and conditions: StorONE grants to ...
Curl
# 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
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
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
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
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
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 ...
Using the CLI
The S1 system provides a powerful command line interface (CLI) tool that can help you get more done. It supports auto-completion and interactive help, so you can quickly find the commands you need and get the information you need. By learning how to use the CL...
Mapping and Hosts
The S1 system allows the mapping of logical volumes, from the same application instance, to a host or a cluster. The mapping becomes part of a storage area network (SAN) providing a block-level storage. Hosts To create and manage the mapping of a logical volum...
NAS Servers
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...
Replication
The S1 system allows you to replicate logical volumes to other S1 systems, providing maximum flexibility to manage your data in any way you choose. To replicate logical volumes, select Replications . Listing replicated Logical Volumes. To display a table list...
Templates
The S1 system makes it easy to provision storage by allowing you to create templates for applications, volumes, and snapshots. Templates are pre-defined sets of settings that can be used to quickly and easily create new storage resources. Once a template is cr...
Floating IPs
A floating IP is an IP address that can be dynamically assigned to different servers or nodes in a network. It can be used to provide high availability and fail over capabilities between multiple nodes. In the S1 system, two node servers work together to provi...
Managing Nodes
In the S1 system, storage is provided through the use of storage node servers. Everything is connected to the system through these node servers. The Node section provides information about the status of the nodes. It allows you to connect to a specific node, e...