You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/03/23 21:31:18 UTC

[36/51] [partial] incubator-trafodion-site git commit: [TRAFODION-2398] PR 1021 Fix messages 1111-1145

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/css/maven-theme.css
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/css/maven-theme.css b/docs/2.2.0/command_interface/css/maven-theme.css
new file mode 100644
index 0000000..c982168
--- /dev/null
+++ b/docs/2.2.0/command_interface/css/maven-theme.css
@@ -0,0 +1,141 @@
+body {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/css/print.css
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/css/print.css b/docs/2.2.0/command_interface/css/print.css
new file mode 100644
index 0000000..26ad7f0
--- /dev/null
+++ b/docs/2.2.0/command_interface/css/print.css
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/css/site.css
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/css/site.css b/docs/2.2.0/command_interface/css/site.css
new file mode 100644
index 0000000..055e7e2
--- /dev/null
+++ b/docs/2.2.0/command_interface/css/site.css
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/dependencies.html b/docs/2.2.0/command_interface/dependencies.html
new file mode 100644
index 0000000..5ef073c
--- /dev/null
+++ b/docs/2.2.0/command_interface/dependencies.html
@@ -0,0 +1,127 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Mar 23, 2017 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Project Dependencies</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20170323" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                    <div id="bannerLeft">
+                Trafodion Command Interface Guide
+                </div>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2017-03-23</span>
+                  &nbsp;| <span id="projectVersion">Version: 2.2.0</span>
+                      </div>
+            <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>
+              
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Parent Project</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="Apache Trafodion">Apache Trafodion</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                            <li class="expanded">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                    <ul>
+                      <li class="none">
+                          <a href="team-list.html" title="Project Team">Project Team</a>
+            </li>
+                      <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                          <a href="license.html" title="Project License">Project License</a>
+            </li>
+                      <li class="none">
+                          <a href="project-summary.html" title="Project Summary">Project Summary</a>
+            </li>
+                      <li class="none">
+                          <a href="source-repository.html" title="Source Repository">Source Repository</a>
+            </li>
+                      <li class="none">
+                          <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
+            </li>
+                      <li class="none">
+            <strong>Dependencies</strong>
+          </li>
+              </ul>
+        </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <a name="Project_Dependencies"></a><div class="section"><h2>Project Dependencies<a name="Project_Dependencies"></a></h2><a name="Project_Dependencies_compile"></a><div class="section"><h3>compile<a name="compile"></a></h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>org.asciidoctor</td><td><a class="externalLink" href="https://github.com/asciidoctor/asciidoctorj">asciidoctorj</a></td><td>1.5.4</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="a"><td>org.jruby</td><td><a class="externalLink" href="https://github.com/jruby/jruby/jruby-artifacts/jruby-complete">jruby-complete</a></td><td>9.0.4.0</td><td>jar</td><td><a class
 ="externalLink" href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">GPL 3</a>-<a class="externalLink" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html">LGPL 3</a>-<a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">EPL</a></td></tr></table></div><a name="Project_Dependencies_provided"></a><div class="section"><h3>provided<a name="provided"></a></h3><p>The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>rubygems</td><td><a class="externalLink" href="http://prawn.majesticseacreature.com">prawn</a></td><td>2.0.2</td><td>gem</td><td>-</td></tr></table></div></div><a name="Project_Transitive_Dependencies"></a><div class="section"><h2>Project Transitive Dependencies<a
  name="Project_Transitive_Dependencies"></a></h2><p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><a name="Project_Transitive_Dependencies_runtime"></a><div class="section"><h3>runtime<a name="runtime"></a></h3><p>The following is a list of runtime dependencies for this project. These dependencies are required to run the application:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>com.beust</td><td><a class="externalLink" href="http://beust.com/jcommander">jcommander</a></td><td>1.35</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div><a name="Project_Transitive_Dependencies_provided"></a><div class="section"><h3>provided<a name="provided"></a></h3><p>The following i
 s a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>rubygems</td><td><a class="externalLink" href="http://prawn.majesticseacreature.com">pdf-core</a></td><td>0.6.1</td><td>gem</td><td>-</td></tr><tr class="a"><td>rubygems</td><td>ttfunk</td><td>1.4.0</td><td>gem</td><td>-</td></tr></table></div></div><a name="Project_Dependency_Graph"></a><div class="section"><h2>Project Dependency Graph<a name="Project_Dependency_Graph"></a></h2><script language="javascript" type="text/javascript">
+      function toggleDependencyDetail( divId, imgId )
+      {
+        var div = document.getElementById( divId );
+        var img = document.getElementById( imgId );
+        if( div.style.display == '' )
+        {
+          div.style.display = 'none';
+          img.src='./images/icon_info_sml.gif';
+        }
+        else
+        {
+          div.style.display = '';
+          img.src='./images/close.gif';
+        }
+      }
+</script>
+<a name="Dependency_Tree"></a><div class="section"><h3>Dependency Tree<a name="Dependency_Tree"></a></h3><ul><li>org.apache.trafodion:command-interface-guide:pom:2.2.0 <img id="_img1" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Trafodion Command Interface Guide</th></tr><tr class="b"><td><p><b>Description: </b>This guide describes how to use the Trafodion Command Interface (TrafCI).</p><p><b>URL: </b><a class="externalLink" href="http://trafodion.incubator.apache.org">http://trafodion.incubator.apache.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>rubygems:prawn:gem:2.0.2 (provided) <img id="_img3" src="./images/icon_info_sml.gif"
  alt="Information" onclick="toggleDependencyDetail( '_dep2', '_img3' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep2" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>A fast and nimble PDF generator for Ruby</th></tr><tr class="b"><td><p><b>Description: </b>Prawn is a fast, tiny, and nimble PDF generator for Ruby</p><p><b>URL: </b><a class="externalLink" href="http://prawn.majesticseacreature.com">http://prawn.majesticseacreature.com</a></p><p><b>Project License: </b>No license is defined for this project.</p></td></tr></table></div><ul><li>rubygems:ttfunk:gem:1.4.0 (provided) <img id="_img5" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep4', '_img5' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep4" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>TrueType Font Metrics Parser</th></tr><tr class="b"><td><p><b>Description: </b>Font Metr
 ics Parser for the Prawn PDF generator</p><p><b>Project License: </b>No license is defined for this project.</p></td></tr></table></div></li><li>rubygems:pdf-core:gem:0.6.1 (provided) <img id="_img7" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep6', '_img7' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep6" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>PDF::Core is used by Prawn to render PDF documents</th></tr><tr class="b"><td><p><b>Description: </b>PDF::Core is used by Prawn to render PDF documents</p><p><b>URL: </b><a class="externalLink" href="http://prawn.majesticseacreature.com">http://prawn.majesticseacreature.com</a></p><p><b>Project License: </b>No license is defined for this project.</p></td></tr></table></div></li></ul></li><li>org.jruby:jruby-complete:jar:9.0.4.0 (compile) <img id="_img9" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '
 _dep8', '_img9' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep8" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>JRuby Complete</th></tr><tr class="b"><td><p><b>Description: </b>JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java.</p><p><b>URL: </b><a class="externalLink" href="https://github.com/jruby/jruby/jruby-artifacts/jruby-complete">https://github.com/jruby/jruby/jruby-artifacts/jruby-complete</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">GPL 3</a>, <a class="externalLink" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html">LGPL 3</a>, <a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">EPL</a></p></td></tr></table></div></li><li>org.asciidoctor:asciidoctorj:jar:1.5.4 (compile) <img id="_img11" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep10', 
 '_img11' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep10" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>AsciidoctorJ</th></tr><tr class="b"><td><p><b>Description: </b>AsciidoctorJ provides Java bindings for the Asciidoctor RubyGem (asciidoctor) using JRuby.</p><p><b>URL: </b><a class="externalLink" href="https://github.com/asciidoctor/asciidoctorj">https://github.com/asciidoctor/asciidoctorj</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>com.beust:jcommander:jar:1.35 (runtime) <img id="_img13" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep12', '_img13' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep12" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>JCommander</th></tr><tr class="b"><td
 ><p><b>Description: </b>A Java framework to parse command line options with annotations.</p><p><b>URL: </b><a class="externalLink" href="http://beust.com/jcommander">http://beust.com/jcommander</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li></ul></li></ul></div></div><a name="Licenses"></a><div class="section"><h2>Licenses<a name="Licenses"></a></h2><p><b>Unknown: </b>A fast and nimble PDF generator for Ruby, PDF::Core is used by Prawn to render PDF documents, TrueType Font Metrics Parser</p><p><b>GPL 3: </b>JRuby Complete</p><p><b>EPL: </b>JRuby Complete</p><p><b>The Apache Software License, Version 2.0: </b>AsciidoctorJ, JCommander, Trafodion Command Interface Guide</p><p><b>LGPL 3: </b>JRuby Complete</p></div><a name="Dependency_File_Details"></a><div class="section"><h2>Dependency File Details<a name="Dependency_File_Details"></a
 ></h2><table border="0" class="bodyTable"><tr class="a"><th>Filename</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>Java Version</th><th title="Indicates whether these dependencies have been compiled with debug information.">Debug Information</th></tr><tr class="b"><td>jcommander-1.35.jar</td><td>60.55 kB</td><td>64</td><td>50</td><td>5</td><td>1.5</td><td>Yes</td></tr><tr class="a"><td>asciidoctorj-1.5.4.jar</td><td>707.33 kB</td><td>480</td><td>78</td><td>10</td><td>1.6</td><td>Yes</td></tr><tr class="b"><td>jruby-complete-9.0.4.0.jar</td><td>20.68 MB</td><td>12122</td><td>8414</td><td>212</td><td>1.6</td><td>Yes</td></tr><tr class="a"><td>pdf-core-0.6.1.gem</td><td>43.01 kB</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr class="b"><td>prawn-2.0.2.gem</td><td>912.90 kB</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr class="a"><td>ttfunk-1.4.0.gem</td><td>370.18 kB</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr cl
 ass="b"><th>Total</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>Java Version</th><th>Debug Information</th></tr><tr class="a"><td>6</td><td>22.78 MB</td><td>12666</td><td>8542</td><td>227</td><td>1.6</td><td>3</td></tr><tr class="b"><td>compile: 2</td><td>compile: 21.39 MB</td><td>compile: 12602</td><td>compile: 8492</td><td>compile: 222</td><td>-</td><td>compile: 2</td></tr><tr class="a"><td>runtime: 1</td><td>runtime: 60.55 kB</td><td>runtime: 64</td><td>runtime: 50</td><td>runtime: 5</td><td>-</td><td>runtime: 1</td></tr><tr class="b"><td>provided: 3</td><td>provided: 1.33 MB</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr></table></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;                    2015-2017
+                        <a href="http://www.apache.org">Apache Software Foundation</a>.
+            All Rights Reserved.      
+        
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/VST101.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/VST101.jpg b/docs/2.2.0/command_interface/images/VST101.jpg
new file mode 100644
index 0000000..0aa50ce
Binary files /dev/null and b/docs/2.2.0/command_interface/images/VST101.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/VST401.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/VST401.jpg b/docs/2.2.0/command_interface/images/VST401.jpg
new file mode 100644
index 0000000..ff9ac1a
Binary files /dev/null and b/docs/2.2.0/command_interface/images/VST401.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/VST601.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/VST601.jpg b/docs/2.2.0/command_interface/images/VST601.jpg
new file mode 100644
index 0000000..2b6dd10
Binary files /dev/null and b/docs/2.2.0/command_interface/images/VST601.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/close.gif
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/close.gif b/docs/2.2.0/command_interface/images/close.gif
new file mode 100644
index 0000000..1c26bbc
Binary files /dev/null and b/docs/2.2.0/command_interface/images/close.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/collapsed.gif
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/collapsed.gif b/docs/2.2.0/command_interface/images/collapsed.gif
new file mode 100644
index 0000000..6e71084
Binary files /dev/null and b/docs/2.2.0/command_interface/images/collapsed.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/dpnvslf.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/dpnvslf.jpg b/docs/2.2.0/command_interface/images/dpnvslf.jpg
new file mode 100644
index 0000000..8d72042
Binary files /dev/null and b/docs/2.2.0/command_interface/images/dpnvslf.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/envvar.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/envvar.jpg b/docs/2.2.0/command_interface/images/envvar.jpg
new file mode 100644
index 0000000..cb17094
Binary files /dev/null and b/docs/2.2.0/command_interface/images/envvar.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/expanded.gif
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/expanded.gif b/docs/2.2.0/command_interface/images/expanded.gif
new file mode 100644
index 0000000..0fef3d8
Binary files /dev/null and b/docs/2.2.0/command_interface/images/expanded.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/external.png
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/external.png b/docs/2.2.0/command_interface/images/external.png
new file mode 100644
index 0000000..3f999fc
Binary files /dev/null and b/docs/2.2.0/command_interface/images/external.png differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/icon_error_sml.gif
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/icon_error_sml.gif b/docs/2.2.0/command_interface/images/icon_error_sml.gif
new file mode 100644
index 0000000..61132ef
Binary files /dev/null and b/docs/2.2.0/command_interface/images/icon_error_sml.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/icon_info_sml.gif
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/icon_info_sml.gif b/docs/2.2.0/command_interface/images/icon_info_sml.gif
new file mode 100644
index 0000000..c6cb9ad
Binary files /dev/null and b/docs/2.2.0/command_interface/images/icon_info_sml.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/icon_success_sml.gif
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/icon_success_sml.gif b/docs/2.2.0/command_interface/images/icon_success_sml.gif
new file mode 100644
index 0000000..52e85a4
Binary files /dev/null and b/docs/2.2.0/command_interface/images/icon_success_sml.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/icon_warning_sml.gif
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/icon_warning_sml.gif b/docs/2.2.0/command_interface/images/icon_warning_sml.gif
new file mode 100644
index 0000000..873bbb5
Binary files /dev/null and b/docs/2.2.0/command_interface/images/icon_warning_sml.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/instlcm1.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/instlcm1.jpg b/docs/2.2.0/command_interface/images/instlcm1.jpg
new file mode 100644
index 0000000..b9e620e
Binary files /dev/null and b/docs/2.2.0/command_interface/images/instlcm1.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/instlcm2.3.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/instlcm2.3.jpg b/docs/2.2.0/command_interface/images/instlcm2.3.jpg
new file mode 100644
index 0000000..e9ab310
Binary files /dev/null and b/docs/2.2.0/command_interface/images/instlcm2.3.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/instlcm2.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/instlcm2.jpg b/docs/2.2.0/command_interface/images/instlcm2.jpg
new file mode 100644
index 0000000..6b47cb2
Binary files /dev/null and b/docs/2.2.0/command_interface/images/instlcm2.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz1.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz1.jpg b/docs/2.2.0/command_interface/images/iwiz1.jpg
new file mode 100644
index 0000000..c8f1a4f
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz1.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz2.3.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz2.3.jpg b/docs/2.2.0/command_interface/images/iwiz2.3.jpg
new file mode 100644
index 0000000..a5727e6
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz2.3.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz2.3b.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz2.3b.jpg b/docs/2.2.0/command_interface/images/iwiz2.3b.jpg
new file mode 100644
index 0000000..89e7270
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz2.3b.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz2.3c.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz2.3c.jpg b/docs/2.2.0/command_interface/images/iwiz2.3c.jpg
new file mode 100644
index 0000000..904ae73
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz2.3c.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz2.3comp.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz2.3comp.jpg b/docs/2.2.0/command_interface/images/iwiz2.3comp.jpg
new file mode 100644
index 0000000..906fa8f
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz2.3comp.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz2.3d.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz2.3d.jpg b/docs/2.2.0/command_interface/images/iwiz2.3d.jpg
new file mode 100644
index 0000000..bf7997f
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz2.3d.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz2.3e.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz2.3e.jpg b/docs/2.2.0/command_interface/images/iwiz2.3e.jpg
new file mode 100644
index 0000000..3d05f64
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz2.3e.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz2.3f.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz2.3f.jpg b/docs/2.2.0/command_interface/images/iwiz2.3f.jpg
new file mode 100644
index 0000000..5a409d0
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz2.3f.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz2.3h.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz2.3h.jpg b/docs/2.2.0/command_interface/images/iwiz2.3h.jpg
new file mode 100644
index 0000000..aa3f8ad
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz2.3h.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz2.3n.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz2.3n.jpg b/docs/2.2.0/command_interface/images/iwiz2.3n.jpg
new file mode 100644
index 0000000..15c6229
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz2.3n.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz2.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz2.jpg b/docs/2.2.0/command_interface/images/iwiz2.jpg
new file mode 100644
index 0000000..c80174f
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz2.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz3.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz3.jpg b/docs/2.2.0/command_interface/images/iwiz3.jpg
new file mode 100644
index 0000000..6f347d1
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz3.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz4.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz4.jpg b/docs/2.2.0/command_interface/images/iwiz4.jpg
new file mode 100644
index 0000000..8be568c
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz4.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz5.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz5.jpg b/docs/2.2.0/command_interface/images/iwiz5.jpg
new file mode 100644
index 0000000..d1b11cb
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz5.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz7.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz7.jpg b/docs/2.2.0/command_interface/images/iwiz7.jpg
new file mode 100644
index 0000000..8451c07
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz7.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz8.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz8.jpg b/docs/2.2.0/command_interface/images/iwiz8.jpg
new file mode 100644
index 0000000..896b389
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz8.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwiz9.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwiz9.jpg b/docs/2.2.0/command_interface/images/iwiz9.jpg
new file mode 100644
index 0000000..f214ea9
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwiz9.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwizediturl.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwizediturl.jpg b/docs/2.2.0/command_interface/images/iwizediturl.jpg
new file mode 100644
index 0000000..c78b55b
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwizediturl.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwizone2.3.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwizone2.3.jpg b/docs/2.2.0/command_interface/images/iwizone2.3.jpg
new file mode 100644
index 0000000..640d897
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwizone2.3.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwizopensource.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwizopensource.jpg b/docs/2.2.0/command_interface/images/iwizopensource.jpg
new file mode 100644
index 0000000..fb5a842
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwizopensource.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/iwizproxyset.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/iwizproxyset.jpg b/docs/2.2.0/command_interface/images/iwizproxyset.jpg
new file mode 100644
index 0000000..1d4596c
Binary files /dev/null and b/docs/2.2.0/command_interface/images/iwizproxyset.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/java-opt.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/java-opt.jpg b/docs/2.2.0/command_interface/images/java-opt.jpg
new file mode 100644
index 0000000..33d4035
Binary files /dev/null and b/docs/2.2.0/command_interface/images/java-opt.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/launch02.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/launch02.jpg b/docs/2.2.0/command_interface/images/launch02.jpg
new file mode 100644
index 0000000..d3e25cb
Binary files /dev/null and b/docs/2.2.0/command_interface/images/launch02.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/launchs1.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/launchs1.jpg b/docs/2.2.0/command_interface/images/launchs1.jpg
new file mode 100644
index 0000000..f9f16a0
Binary files /dev/null and b/docs/2.2.0/command_interface/images/launchs1.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/log-file.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/log-file.jpg b/docs/2.2.0/command_interface/images/log-file.jpg
new file mode 100644
index 0000000..b06fdf9
Binary files /dev/null and b/docs/2.2.0/command_interface/images/log-file.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/logos/build-by-maven-black.png
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/logos/build-by-maven-black.png b/docs/2.2.0/command_interface/images/logos/build-by-maven-black.png
new file mode 100644
index 0000000..919fd0f
Binary files /dev/null and b/docs/2.2.0/command_interface/images/logos/build-by-maven-black.png differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/logos/build-by-maven-white.png
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/logos/build-by-maven-white.png b/docs/2.2.0/command_interface/images/logos/build-by-maven-white.png
new file mode 100644
index 0000000..7d44c9c
Binary files /dev/null and b/docs/2.2.0/command_interface/images/logos/build-by-maven-white.png differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/logos/maven-feather.png
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/logos/maven-feather.png b/docs/2.2.0/command_interface/images/logos/maven-feather.png
new file mode 100644
index 0000000..b5ada83
Binary files /dev/null and b/docs/2.2.0/command_interface/images/logos/maven-feather.png differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/logvar.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/logvar.jpg b/docs/2.2.0/command_interface/images/logvar.jpg
new file mode 100644
index 0000000..35ac669
Binary files /dev/null and b/docs/2.2.0/command_interface/images/logvar.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/logvar_new.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/logvar_new.jpg b/docs/2.2.0/command_interface/images/logvar_new.jpg
new file mode 100644
index 0000000..383abf0
Binary files /dev/null and b/docs/2.2.0/command_interface/images/logvar_new.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/mycomp.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/mycomp.jpg b/docs/2.2.0/command_interface/images/mycomp.jpg
new file mode 100644
index 0000000..43f3e10
Binary files /dev/null and b/docs/2.2.0/command_interface/images/mycomp.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/new_iwiz2.3.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/new_iwiz2.3.jpg b/docs/2.2.0/command_interface/images/new_iwiz2.3.jpg
new file mode 100644
index 0000000..2a7b263
Binary files /dev/null and b/docs/2.2.0/command_interface/images/new_iwiz2.3.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/newwindow.png
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/newwindow.png b/docs/2.2.0/command_interface/images/newwindow.png
new file mode 100644
index 0000000..6287f72
Binary files /dev/null and b/docs/2.2.0/command_interface/images/newwindow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/p-errlog.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/p-errlog.jpg b/docs/2.2.0/command_interface/images/p-errlog.jpg
new file mode 100644
index 0000000..57c785b
Binary files /dev/null and b/docs/2.2.0/command_interface/images/p-errlog.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/p-scrlog.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/p-scrlog.jpg b/docs/2.2.0/command_interface/images/p-scrlog.jpg
new file mode 100644
index 0000000..11e4985
Binary files /dev/null and b/docs/2.2.0/command_interface/images/p-scrlog.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/path.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/path.jpg b/docs/2.2.0/command_interface/images/path.jpg
new file mode 100644
index 0000000..48e60bc
Binary files /dev/null and b/docs/2.2.0/command_interface/images/path.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/path2.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/path2.jpg b/docs/2.2.0/command_interface/images/path2.jpg
new file mode 100644
index 0000000..9823379
Binary files /dev/null and b/docs/2.2.0/command_interface/images/path2.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/script.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/script.jpg b/docs/2.2.0/command_interface/images/script.jpg
new file mode 100644
index 0000000..2f477a3
Binary files /dev/null and b/docs/2.2.0/command_interface/images/script.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/shortct1.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/shortct1.jpg b/docs/2.2.0/command_interface/images/shortct1.jpg
new file mode 100644
index 0000000..a0b1e4d
Binary files /dev/null and b/docs/2.2.0/command_interface/images/shortct1.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/shortct2.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/shortct2.jpg b/docs/2.2.0/command_interface/images/shortct2.jpg
new file mode 100644
index 0000000..158b31d
Binary files /dev/null and b/docs/2.2.0/command_interface/images/shortct2.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/shortct3.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/shortct3.jpg b/docs/2.2.0/command_interface/images/shortct3.jpg
new file mode 100644
index 0000000..76181f9
Binary files /dev/null and b/docs/2.2.0/command_interface/images/shortct3.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/shortct4.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/shortct4.jpg b/docs/2.2.0/command_interface/images/shortct4.jpg
new file mode 100644
index 0000000..cf8ae15
Binary files /dev/null and b/docs/2.2.0/command_interface/images/shortct4.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/shortct5.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/shortct5.jpg b/docs/2.2.0/command_interface/images/shortct5.jpg
new file mode 100644
index 0000000..333c34e
Binary files /dev/null and b/docs/2.2.0/command_interface/images/shortct5.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/sysprop.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/sysprop.jpg b/docs/2.2.0/command_interface/images/sysprop.jpg
new file mode 100644
index 0000000..202474f
Binary files /dev/null and b/docs/2.2.0/command_interface/images/sysprop.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/varval.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/varval.jpg b/docs/2.2.0/command_interface/images/varval.jpg
new file mode 100644
index 0000000..10b4378
Binary files /dev/null and b/docs/2.2.0/command_interface/images/varval.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/varval2.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/varval2.jpg b/docs/2.2.0/command_interface/images/varval2.jpg
new file mode 100644
index 0000000..340fefe
Binary files /dev/null and b/docs/2.2.0/command_interface/images/varval2.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/winbin.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/winbin.jpg b/docs/2.2.0/command_interface/images/winbin.jpg
new file mode 100644
index 0000000..24e1071
Binary files /dev/null and b/docs/2.2.0/command_interface/images/winbin.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/zip2.3.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/zip2.3.jpg b/docs/2.2.0/command_interface/images/zip2.3.jpg
new file mode 100644
index 0000000..8b087d0
Binary files /dev/null and b/docs/2.2.0/command_interface/images/zip2.3.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion-site/blob/4306be5d/docs/2.2.0/command_interface/images/zip2.3a.jpg
----------------------------------------------------------------------
diff --git a/docs/2.2.0/command_interface/images/zip2.3a.jpg b/docs/2.2.0/command_interface/images/zip2.3a.jpg
new file mode 100644
index 0000000..3887449
Binary files /dev/null and b/docs/2.2.0/command_interface/images/zip2.3a.jpg differ