Difference between revisions of "Vnx-autoconf"

From VNX
Jump to: navigation, search
Line 1: Line 1:
 
{{Title|Autoconfiguration and Command Execution (ACE)}}
 
{{Title|Autoconfiguration and Command Execution (ACE)}}
  
To be completed....
+
== Command execution ==
 
 
== 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:
 
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:
Line 20: Line 18:
 
|}
 
|}
 
</center>
 
</center>
 +
 +
== Autoconfiguration ==
 +
 +
To be completed....

Revision as of 18:18, 26 August 2015

Autoconfiguration and Command Execution (ACE)

Command execution

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

Autoconfiguration

To be completed....