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

Configuring Windows Server iSCSI initiator and the StorONE Array

StorONE Knowledge Base

Summary Using Powershell to connect a windows server to the StorONE array via iSCSI. Requirements StorOne array enabled for iSCSI Windows server with powershell Windows server with at least one NIC configured for an iSCSI data network. Steps install a...

SMB/CIFS displaying in all lowercase

StorONE Knowledge Base

Summary This document references how to adjust windows to display CIFS Shares so they match the case they are shared as from S1. Problem From the S1 Array when we share SMB/CIFS volumes with the name being in UPPERCASE like these: Windows may show the shar...

Windows SMB Insecure Guest Access

StorONE Knowledge Base

Summary Windows SMB sharing with S1 using the workgroup model is not supported in the field. It may be used for internal testing purposes only. Default behavior in Windows 10 and Windows Server 2019 is to disallow insecure guest access to an unprotected SMB s...

S1CLI command history recall and search

StorONE Knowledge Base

Summary This document outlines how to access the S1CLI’s command history and how to search that history to re-use commands. Prerequisites This only works PER SESSION. (exiting the shell and attempting to recall history will not work) Steps In order to...

S1CLI Connection List Cleanup

StorONE Knowledge Base

Summary This document details how to remove entries from your S1CLI connection list Steps S1CLI Connection List There may be a reason to remove old/defunct connections in your s1cli connection list upon start of the tool. To remove an “unwanted” connect...

HDD Replacement

StorONE Knowledge Base

Summary This KB explains how to use the StorONE CLI application to identify, remove and replace array drives  These commands will require the StorONE Advanced support mode password after logging into the StorONE CLI as an administrator. Requirements Sto...

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

Login

REST API API reference Guide

Authentication API Key (Token) Parameter Name: Authorization, in: header. Authorization header token.Example: "Bearer abcdefghijklmnopqrstuvwxyz01234567890abcdefghijklmnopqrstuvwxyz01234567890" Login post__login Code samples POST /login HTTP/1.1 Conte...

Applications

REST API API reference Guide

post__applications_create Code samples POST /applications/create HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json POST /applications/create Create an application instance. Body parameter { "Application": "string", "Templat...

Configurations

REST API API reference Guide

get__configurations_list Code samples GET /configurations/list HTTP/1.1 Accept: application/json GET /configurations/list View server configurations. Parameters Name In Type Required Description pending query boolean false Filter pending configurat...

Floatingips

REST API API reference Guide

post__floatingips_create Code samples POST /floatingips/create HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json POST /floatingips/create Create a floating ip. Body parameter { "Name": "string", "Dummy": true, "Address": ...

Hosts

REST API API reference Guide

post__hosts_create Code samples POST /hosts/create HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json POST /hosts/create Create a host. Body parameter { "Name": "string", "Ip": "string", "Wwns": [ "string" ], "Iqn"...

Monitoring

REST API API reference Guide

get__monitoring_alua_live Code samples GET /monitoring/alua/live HTTP/1.1 Accept: application/json GET /monitoring/alua/live Monitor optimized and unoptimized IOPS. Example responses 200 Response { "Data": [ { "VolumeFullName": "string", ...

Nas_servers

REST API API reference Guide

post__nas_servers_create Code samples POST /nas_servers/create HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json POST /nas_servers/create Create a NAS server. Body parameter { "Name": "string", "FloatingIps": [ "string"...

Nodes

REST API API reference Guide

put__nodes_chap Code samples PUT /nodes/chap HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json PUT /nodes/chap ISCSI target chap settings. Body parameter { "ChapName": "string", "ChapSecret": "string", "Force": true } Pa...

Notifications

REST API API reference Guide

get__notifications_query Code samples GET /notifications/query HTTP/1.1 Accept: application/json GET /notifications/query Query past notifications. Parameters Name In Type Required Description nodes query array[string] false The names of the S1 nod...

Replication

REST API API reference Guide

put__replication_edit Code samples PUT /replication/edit HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json PUT /replication/edit Edit a replication pair. Body parameter { "Application": "string", "Volume": "string", "Targ...

Resources

REST API API reference Guide

delete__resources_delete Code samples DELETE /resources/delete HTTP/1.1 Accept: application/json DELETE /resources/delete Delete missing resources. Parameters Name In Type Required Description entityIds query array[integer] false Delete missing res...

Settings

REST API API reference Guide

put__settings_authentication Code samples PUT /settings/authentication HTTP/1.1 Content-Type: application/json-patch+json Accept: application/json PUT /settings/authentication Enable/disable two factor authentication. Body parameter { "EnableMultifact...

Systems

REST API API reference Guide

get__systems_list Code samples GET /systems/list HTTP/1.1 Accept: application/json GET /systems/list List systems. Parameters Name In Type Required Description connectToAllSystems query boolean false Create a connection to all systems. showNodes ...