Usage Examples - Dell PowerVault MD3260 Cli Manual

Powervault modular disk storage arrays
Hide thumbs Also See for PowerVault MD3260:
Table of Contents

Advertisement

Status Value
24
25
26
27
28
29
30
31
32
33

Usage Examples

The following examples show how to enter CLI commands on a command line. The examples show the syntax, form,
and, in some examples, script commands. Examples are shown for both Windows and Linux operating systems. The
-c parameter varies depending on your operating system. On Windows operating systems, put quotation
usage for the
marks (" ") around the script command following the
marks (' ') around the script command following the
NOTE: See Script Commands for descriptions of the script commands used in the following examples.
This example shows how to change the name of a storage array. The original name of the storage array is Payroll_Array.
The new name is Finance_Array.
Windows:
SMcli -n "Payroll_Array" -c "set storageArray userLabel=\"Finance_Array\";"
Linux:
SMcli -n 'Payroll_Array' -c 'set storageArray userLabel="Finance_Array";'
This example shows how to delete an existing virtual disk and create a new virtual disk on a storage array. The existing
virtual disk name is Stocks_<_Bonds. The new virtual disk name is Finance. The RAID controller module host names are
finance1 and finance2. The storage array is protected and requires the password TestArray.
Windows:
SMcli finance1 finance2 -c "set session password= \"TestArray\"; delete
virtualDisk [\"Stocks_<_Bonds\"];create virtualDisk physicalDiskCount[3]
raidLevel=5 capacity=10 GB userLabel=\"Finance\"; show storageArray
healthStatus;"
Linux:
SMcli finance1 finance2 -c 'set session password= "TestArray"; delete
virtualDisk ["Stocks_<_Bonds"]; create virtualDisk physicalDiskCount[3]
raidLevel=5 capacity=10 GB userLabel="Finance"; show storageArray healthStatus;'
20
Meaning
The wrong management station was specified.
The command was not available.
The device was not in the configuration file.
An error occurred while updating the configuration file.
An unknown host error occurred.
The sender contact information file was not found.
The sender contact information file could not be read.
The userdata.txt file exists.
-I value in the e-mail alert notification was specified.
An invalid
-f value in the e-mail alert notification was specified.
An invalid
-c parameter. On Linux operating systems, put single quotation
-c parameter.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents