comment, an error message is displayed, and the script operation is terminated. This error commonly occurs
when a comment is placed at the end of a script and you have not pressed <Enter>.
// Deletes the existing configuration.
clear storageArray Configuration;
•
The script engine interprets any text typed between / * and * / as a comment. If the script engine does not find
both a beginning and ending comment notation, an error message is displayed, and the script operation is
terminated.
/* Deletes the existing configuration */
clear storageArray Configuration;
•
Use the show statement to embed comments in a script file that you want to display while the script file is
running. Enclose the text you want to display in quotation marks (" ").
show "Deletes the existing configuration";
clear storageArray Configuration;
31
Содержание PowerVault MD3060e Series
Страница 1: ...Dell PowerVault Modular Disk Storage Arrays CLI Guide ...
Страница 22: ...22 ...
Страница 32: ...32 ...
Страница 56: ...56 ...
Страница 66: ...66 ...
Страница 88: ...88 ...
Страница 220: ...NOTE If your pass phrase does not meet these criteria you receive an error message 220 ...
Страница 224: ...224 ...