Difference between revisions of "Vnx-autoconf"
(Created page with "{{Title|Autoconfiguration and Command Execution}}") |
|||
Line 1: | Line 1: | ||
{{Title|Autoconfiguration and Command Execution}} | {{Title|Autoconfiguration and Command Execution}} | ||
+ | |||
+ | To be completed.... | ||
+ | |||
+ | == Commands specification == | ||
+ | |||
+ | The "ostype" attribute is used to specify the type of command included in <exec> tag, either command line (CLI) or graphical (GUI), and whether vnx tool waits for command execution end or not. For values are posible: | ||
+ | |||
+ | <center> | ||
+ | {| style="color:black; background-color:#ffffcc; font-size: 80%;" cellpadding="4" cellspacing="0" border="1" | ||
+ | | '''ostype''' || '''Type of commands''' ||''' Waits for command execution end''' | ||
+ | |- | ||
+ | | system || CLI || YES | ||
+ | |- | ||
+ | | exec || CLI || NO | ||
+ | |- | ||
+ | | xsystem || GUI || YES | ||
+ | |- | ||
+ | | xexec || GUI || NO | ||
+ | |} | ||
+ | </center> |
Revision as of 16:06, 28 July 2011
Autoconfiguration and Command Execution
To be completed....
Commands specification
The "ostype" attribute is used to specify the type of command included in <exec> tag, either command line (CLI) or graphical (GUI), and whether vnx tool waits for command execution end or not. For values are posible:
ostype | Type of commands | Waits for command execution end |
system | CLI | YES |
exec | CLI | NO |
xsystem | GUI | YES |
xexec | GUI | NO |