Sample Script Files
263
A
Sample Script Files
This appendix provides sample scripts for configuring a storage array. These
examples show how the script commands appear in a complete script file. You
can copy these scripts and modify them to create a configuration unique to
your storage array.
Create a script file in two ways:
• Use the
save storageArray configuration
command
• Write a script
By using the
save storageArray configuration
command, you can create a file
to use to copy an existing configuration from one storage array to other
storage arrays. You can also use this file to restore an existing configuration
that has become corrupted. You can also copy an existing file to serve as a
pattern from which you create a new script file by modifying portions of the
original file. The default file extension is
.scr.
Create a new script file using a text editor, such as Microsoft
®
Notepad. The
maximum line length is 256 characters. The command syntax must conform
to the guidelines in "Usage Guidelines" on page 40 and the rules in
"Command Formatting Rules" on page 106. When creating a new script file,
use any file name and extension that runs on the host operating system.
To run a script file from the command line, enter the following text:
client>smcli 123.45.67.89 -f scriptfile.scr;
Configuration Script Example 1
This example creates a new virtual disk using the
create virtualDisk
command in the free space of a disk group.
Show "Create RAID 5 Virtual Disk 7 on existing
Disk Group 1";
//Create virtual disk on a disk group created by
the create virtual disk command
book.book Page 263 Friday, March 4, 2011 10:45 AM
Summary of Contents for PowerVault MD3200 Series
Page 1: ...Dell PowerVault Modular Disk Storage Arrays CLI Guide ...
Page 42: ...42 About the Script Commands ...
Page 263: ...Script Commands 263 ...
Page 269: ...268 Sample Script Files ...
Page 271: ...270 CLI Command Updates ...
Page 279: ...Index 278 ...