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

121 total results found

Initial Setup

Installation and Upgrade

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 ...

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 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 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...

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...

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]...

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...

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...

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....

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...

Floating IPs

Administration

You can create and pair floating IPs using the command line interface (CLI) or the web interface. For more information about floating IPs and how they are used in the StorONE system, see Floating IPs. Creating a floating IP for NAS or object store Before you c...

Replication overview

Administration Replication

The StorONE system includes a robust and flexible replication solution that can be used for high availability and disaster recovery (DR). You can configure replication at the virtual storage container (VSC) level, giving you maximum flexibility to meet your da...

Create Replication Floating IP

Administration Replication

Before you can replicate a virtual storage container (VSC, also referred to as a volume in the documentation and user interfaces), you must create a replication floating IP on the source and target StorONE deployments. The replication floating IP is distinct f...

Replicating a file-based volume

Administration Replication

Before you begin Before you can replicate a file-based virtual storage container (NFS or CIFS/SMB), you must first make sure: You have installed and configured the Multi System Manager (MSM) and witness service. Pools with names matching the pools used by the...

Replicating an object store

Administration Replication

Before you begin Before you can replicate an object store, you must first make sure: You have installed and configured the Multi System Manager (MSM) and witness service. Pools with names matching the pools used by the source volume exist on the target system...

CLI overview

CLI

Terminology A command that follows another command is called a subcommand. For example, in the systems list command list is a subcommand of systems. Any string that begins with a hyphen is called an option. An option cannot come before a command or s...

Using the CLI

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...

Basic commands

CLI

The StorONE command line interface (CLI) provides five fundamental commands that allow users to manage and control the CLI itself: exit To exit the CLI application, run the command exit. logout To logout from the remote connection, use the logout command. This...

Users

CLI

The StorONE (S1) system may be accessed by multiple users. Using the S1 CLI client, you can list, create, edit, and delete users. Create a new user To create a new user, use the users create command. Usage: users create <name> --password=<password> --role=<per...