You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by di...@apache.org on 2010/01/28 22:53:08 UTC

svn commit: r904272 - /incubator/trafficserver/site/trunk/docs/admin/getstart.htm

Author: dianes
Date: Thu Jan 28 21:53:08 2010
New Revision: 904272

URL: http://svn.apache.org/viewvc?rev=904272&view=rev
Log:
Bugfix for TS-8

Modified:
    incubator/trafficserver/site/trunk/docs/admin/getstart.htm

Modified: incubator/trafficserver/site/trunk/docs/admin/getstart.htm
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/getstart.htm?rev=904272&r1=904271&r2=904272&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/getstart.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/getstart.htm Thu Jan 28 21:53:08 2010
@@ -15,14 +15,17 @@
   <li><a href="#StoppingTrafficEdge">Stop Traffic Server</a></li>
 </ul>
 <h2 id="StartingTrafficEdge">Start Traffic Server</h2>
-<p>Start Traffic Server manually by issuing the <code>start_traffic_server</code> command. This command starts all the processes that work together to process Traffic Server requests as well as manage, control, and monitor the health of the Traffic Server system. </p>
-<h5>To run the start_traffic_server command: </h5>
+<p>To start Traffic Server manually, issue the <code>trafficserver</code> command, passing in the attribute <code>start</code>. This command starts all the processes that work together to process Traffic Server requests as well as manage, control, and monitor the health of the Traffic Server system. </p>
+<h5>To run the <code>trafficserver start</code> command: </h5>
 <ol>
-  <li>Log on to the Traffic Server node as the Traffic Server administrator and navigate to the Traffic Server <code>bin</code> directory. </li>
-  <li>Enter the following command:<br />
+   <li>Log on to the Traffic Server node as the Traffic Server administrator and navigate to the Traffic Server <code>bin</code> directory. </li>
+   <li>Enter the following command:<br />
   <code>./start_traffic_server</code></li>
+  <code>./trafficserver start</code>
 </ol>
 <h2 id="StartingTrafficLine">Start Traffic Line</h2>
+
+
 <p>Traffic Line provides a quick way of viewing Traffic Server statistics and configuring the Traffic Server system via command-line interface. To execute individual commands or script multiple commands, refer to <a href="cli.htm">Traffic Line Commands</a>.</p>
 <h5>To start a Traffic Line session: </h5>
 <ol>
@@ -41,14 +44,16 @@
     Enter the following command: <br />
    <code>./start_traffic_shell</code>
   </li>
-  <li>Enter the following command to display the <code>traffic_shell</code> overview <code>man</code> page:<br /><code>man traffic_shell</code><br />The <code>man</code> page describes how to use Traffic Shell, how to obtain a list of available commands, and how to obtain documentation about each command.</li>
+  <li>Enter the following command to display the <code>traffic_shell</code> overview <code>man</code> page:<br /><code>man traffic_shell</code><br />
+    <br />
+  The <code>man</code> page describes how to use Traffic Shell, how to obtain a list of available commands, and how to obtain documentation about each command.</li>
 </ol>
 <h2 id="StoppingTrafficEdge">Stop Traffic Server </h2>
-<p>To stop Traffic Server, always use the <code>stop_traffic_server</code> command. This command stops all the Traffic Server processes (<code>traffic_manager</code>, <code>traffic_server</code>, and <code>traffic_cop</code>). Do not manually stop processes, as this can lead to unpredictable results.</p>
-<p><b>To run the <code>stop_traffic_server</code> command:</b></p>
+<p>To stop Traffic Server, always use the <code>trafficserver</code> command, passing in the attribute <code>stop</code>. This command stops all the Traffic Server processes (<code>traffic_manager</code>, <code>traffic_server</code>, and <code>traffic_cop</code>). Do not manually stop processes, as this can lead to unpredictable results.</p>
+<h5><b>To run the <code>trafficserver stop</code> command:</b></h5>
 <ol>
   <li>Log on to the node as the Traffic Server administrator and navigate to the Traffic Server <code>bin</code> directory.</li>
-  <li>Enter the following command: <br /> <code>./stop_traffic_server</code></li>
+  <li>Enter the following command: <br /> <code>./trafficserver stop</code></li>
 </ol>
 </body>
 </html>
\ No newline at end of file