Revision: 9419
Author: brainslog
Date: Wed Jan 13 13:43:26 2010
Log: Fixing JSLEE JOPR Plugin Documentation
http://code.google.com/p/mobicents/source/detail?r=9419

Modified:
/trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/Chapter-Install.xml /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/Section-Management_JAINSLEE_Container.xml /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/Section-Management_Services.xml /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/images/img-jopr_slee_ra_summary.png

=======================================
--- /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/Chapter-Install.xml Mon Jan 11 08:01:43 2010 +++ /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/Chapter-Install.xml Wed Jan 13 13:43:26 2010
@@ -69,177 +69,183 @@

        <section id="install_alternatives">
<title>Install &MANAGEMENT.PLATFORM; and &THIS.PLATFORM; JAIN SLEE Plugin</title>
-               <para>Installing &MANAGEMENT.PLATFORM; Server and Agent</para>
-               <orderedlist>
-                       <listitem>
- <para>Download RHQ Server from <ulink url="http://sourceforge.net/projects/rhq/";>SourceForge</ulink></para>
-                       </listitem>
-                       <listitem>
- <para>Unzip the distribution in a suitable place (i.e. in a directory not too deeply nested and with no spaces or non-ASCII characters in its name)</para>
-                       </listitem>
-                       <listitem>
- <para><emphasis>This step is optional, if you're using Embedded H2 Database, you can skip to next</emphasis></para> - <para>Install a database like PostgreSQL (version 8.2.4 +, please choose C locale for initdb), create a database instance called 'rhq' in it and a user 'rhqadmin' that owns this 'rhq' database.</para>
-                               <screen>create user rhqadmin password 
'rhqadmin';
-
-create database rhq owner rhqadmin;</screen>
-                       </listitem>
-                       <listitem>
- <para>Eventually set RHQ_SERVER_JAVA_HOME or RHQ_SERVER_JAVA_EXE_FILE_PATH env variables appropriately. This is needed if your JAVA_HOME does not point to a java installation that is valid with &MANAGEMENT.PLATFORM; (e.g. JAVA 1.4); &MANAGEMENT.PLATFORM; requires JAVA 5+.</para>
-                       </listitem>
-                       <listitem>
- <para>In a terminal console, cd into the installation directory and start the Server:</para>
-                               <screen>bin/rhq-server.[sh|bat] console</screen>
-                       </listitem>
-                       <listitem>
- <para>After a few seconds, the messages on the console will stop. When this happens, point your browser to http://localhost:7080/ and run the installer:</para>
-                               <orderedlist>
-                                       <listitem>
- <para>Click on <guilabel>Click here to continue the installation</guilabel></para>
-                                       </listitem>
-                                       <listitem>
- <para>Choose your desired and installed database from the <guilabel>Database Type</guilabel> drop down list. If you don't want to install/use an external Database, choose <guilabel>H2 (embedded)</guilabel>.</para>
-                                       </listitem>
-                                       <listitem>
- <para>Default settings should be fine to install the server correctly. To test the DB connection, please click <guibutton>Test Connection</guibutton> button.</para> - <warning>If the <guibutton>Test Connection</guibutton> button was used, make sure that the <guibutton>Database Password</guibutton> field is still filled, as some browsers lose the data in there. Default password is <emphasis>rhqadmin</emphasis>.</warning>
-                                       </listitem>
-                                       <listitem>
- <para>Review the seleceted settings, click <guibutton>Install Server!</guibutton> and wait for it to complete.</para>
-                                       </listitem>
-                                       <listitem>
- <para>Click on <guibutton>Done! Click here to get started!</guibutton> when the progress bar stops.</para>
-                                       </listitem>
-                               </orderedlist>
-                       </listitem>
-                       <listitem>
- <para>Log in (default user/password are: rhqadmin/rhqadmin), it is time to downloand and install the Agent:</para>
-                               <orderedlist>
-                                       <listitem>
- <para>Click on <menuchoice><guimenu>Administration</guimenu><guisubmenu>Download</guisubmenu></menuchoice>.</para>
-                                               <figure>
-                                                       <title>Accessing Download 
Menu</title>
-                                                       <mediaobject>
-                                                               <imageobject>
- <imagedata fileref="images/img-jopr_download_menu.png" format="PNG"/>
-                                                               </imageobject>
-                                                               <textobject>
-                                                                       
<para>Accessing Download Menu</para>
-                                                               </textobject>
-                                                       </mediaobject>
-                                               </figure>
-                                       </listitem>
-                                       <listitem>
- <para>Click on <guilabel>Download Agent Installer</guilabel> and save it to where the agent should be installed.</para>
-                                       </listitem>
-                                       <listitem>
- <para>In a second terminal console, cd into the directory containing the downloaded jar and install it:</para> - <screen>java -jar &lt;agent-download.jar&gt; --install[=&lt;new agent dir&gt;]</screen>
-                                       </listitem>
-                                       <listitem>
- <para>cd into the newly created <emphasis>rhq-agent</emphasis> directory and start the Agent by issuing:</para>
-                                               
<screen>bin/rhq-agent.[sh|bat]</screen>
-                                       </listitem>
-                                       <listitem>
- <para>Answer the questions asked by the Agent, if any. Default setting should be sufficient.</para>
-                                       </listitem>
-                               </orderedlist>
-                       </listitem>
-               </orderedlist>
-
- <para>Follow the &MANAGEMENT.PLATFORM; <ulink url="http://jboss.org/community/docs/DOC-12828";>installation instructions</ulink> to install the latest version of &MANAGEMENT.PLATFORM;.</para>
-
- <para> &THIS.PLATFORM; <acronym>JAIN SLEE</acronym> Plugin, may be installed in two ways:</para>
-
-               <variablelist>
-                       <varlistentry>
-                               <term>Using the GUI</term>
+               <section id="install_mgmt_server_and_agent">
+                       <title>Installing &MANAGEMENT.PLATFORM; Server and 
Agent</title>
+                       <orderedlist>
                                <listitem>
- <para>In the &MANAGEMENT.PLATFORM; GUI, in the top menu, head to <menuchoice><guimenu>Administration</guimenu><guisubmenu>System Configuration</guisubmenu><guimenuitem>Plugins</guimenuitem></menuchoice>:</para>
-
-                                       <figure>
-                                               <title>Accessing Plugins 
Menu</title>
-                                               <mediaobject>
-                                                       <imageobject>
- <imagedata fileref="images/img-jopr_plugins_menu.png" format="PNG"/>
-                                                       </imageobject>
-                                                       <textobject>
-                                                               <para>Accessing 
Plugins Menu</para>
-                                                       </textobject>
-                                               </mediaobject>
-                                       </figure>
-
- <para>On the <guilabel>Agent Plugins</guilabel> tab (selected by default), on the bottom of the page, click <guibutton>Add...</guibutton>, browse to the &MANAGEMENT.PLATFORM; plugin <acronym>JAR</acronym> file and select it. It will be listed for upload, as it can be seen in the following figure:</para>
-
-                                       <figure>
-                                               <title>Uploading Plugin</title>
-                                               <mediaobject>
-                                                       <imageobject>
- <imagedata fileref="images/img-jopr_upload_plugin.png" format="PNG"/>
-                                                       </imageobject>
-                                                       <textobject>
-                                                               <para>Uploading 
Plugin</para>
-                                                       </textobject>
-                                               </mediaobject>
-                                       </figure>
-
- <para>Finally, click the <guibutton>Upload</guibutton> button and the plugin will be deployed. Click <guibutton>Scan for Updates</guibutton> and it should be shown in the list as "Mobicents JSLEE Server 2.x".</para>
-
- <para>If the agent is not running, start it and it will automatically download the new plugin. If it was already running, you should run the following command in it's console to download/update the plugin:</para>
-
-                                       <screen>&gt; plugins update</screen>
+ <para>Download RHQ Server from <ulink url="http://sourceforge.net/projects/rhq/";>SourceForge</ulink></para>
+                               </listitem>
+                               <listitem>
+ <para>Unzip the distribution in a suitable place (i.e. in a directory not too deeply nested and with no spaces or non-ASCII characters in its name)</para>
+                               </listitem>
+                               <listitem>
+ <para><emphasis>This step is optional, if you're using Embedded H2 Database, you can skip to next</emphasis></para> + <para>Install a database like PostgreSQL (version 8.2.4 +, please choose C locale for initdb), create a database instance called 'rhq' in it and a user 'rhqadmin' that owns this 'rhq' database.</para>
+                                       <screen>create user rhqadmin password 
'rhqadmin';
+
+       create database rhq owner rhqadmin;</screen>
                                </listitem>
-                       </varlistentry>
-                       <varlistentry>
-                               <term>Copying the JAR File</term>
                                <listitem>
- <para>The plugin can be deployed simply by copying it to the right folder, by following these steps:</para> + <para>Eventually set RHQ_SERVER_JAVA_HOME or RHQ_SERVER_JAVA_EXE_FILE_PATH env variables appropriately. This is needed if your JAVA_HOME does not point to a java installation that is valid with &MANAGEMENT.PLATFORM; (e.g. JAVA 1.4); &MANAGEMENT.PLATFORM; requires JAVA 5+.</para>
+                               </listitem>
+                               <listitem>
+ <para>In a terminal console, cd into the installation directory and start the Server:</para>
+                                       <screen>bin/rhq-server.[sh|bat] 
console</screen>
+                               </listitem>
+                               <listitem>
+ <para>After a few seconds, the messages on the console will stop. When this happens, point your browser to http://localhost:7080/ and run the installer:</para>
                                        <orderedlist>
                                                <listitem>
- <para>Stop the &MANAGEMENT.PLATFORM; server and agent if they are running.</para> + <para>Click on <guilabel>Click here to continue the installation</guilabel></para>
                                                </listitem>
                                                <listitem>
- <para>Copy the mobicents-slee-jopr-as-5-plugin-<emphasis>&lt;version&gt;</emphasis>.jar to the jopr-server/jbossas/server/default/deploy/rhq.ear/rhq-downloads/rhq-plugins/ directory, and it will be automatically deployed.</para> + <para>Choose your desired and installed database from the <guilabel>Database Type</guilabel> drop down list. If you don't want to install/use an external Database, choose <guilabel>H2 (embedded)</guilabel>.</para>
                                                </listitem>
                                                <listitem>
-                                                       <para>Start the 
&MANAGEMENT.PLATFORM; server.</para>
+ <para>Default settings should be fine to install the server correctly. To test the DB connection, please click <guibutton>Test Connection</guibutton> button.</para> + <warning>If the <guibutton>Test Connection</guibutton> button was used, make sure that the <guibutton>Database Password</guibutton> field is still filled, as some browsers lose the data in there. Default password is <emphasis>rhqadmin</emphasis>.</warning>
                                                </listitem>
                                                <listitem>
-                                                       <para>Start the 
&MANAGEMENT.PLATFORM; agent.</para>
+ <para>Review the seleceted settings, click <guibutton>Install Server!</guibutton> and wait for it to complete.</para>
                                                </listitem>
+                                               <listitem>
+ <para>Click on <guibutton>Done! Click here to get started!</guibutton> when the progress bar stops.</para>
+                                               </listitem>
                                        </orderedlist>
                                </listitem>
-                       </varlistentry>
-               </variablelist>
-
- <para>After the plugin is installed, the server must be added to the managed resources. Choose <menuchoice><guimenu>Overview</guimenu><guisubmenu>Auto Discovery Queue</guisubmenu></menuchoice>:</para>
-               <figure>
-                       <title>Accessing Auto Discovery Queue Menu</title>
-                       <mediaobject>
-                               <imageobject>
- <imagedata fileref="images/img-jopr_auto_discovery_menu.png" format="PNG"/>
-                               </imageobject>
-                               <textobject>
-                                       <para>Accessing Auto Discovery Queue 
Menu</para>
-                               </textobject>
-                       </mediaobject>
-               </figure>
-
- <para>Check the option referring to JAIN SLEE Server (as in the figure below), and click <guibutton>IMPORT</guibutton> button.</para>
-
-               <figure>
- <title>Selecting the server to be imported into &MANAGEMENT.PLATFORM;.</title>
-                       <mediaobject>
-                               <imageobject>
- <imagedata fileref="images/img-jopr_import_resources.png" format="PNG"/>
-                               </imageobject>
-                               <textobject>
- <para>Selecting the server to be imported into &MANAGEMENT.PLATFORM;.</para>
-                               </textobject>
-                       </mediaobject>
-               </figure>
-
- <para>Now the server is being can be managed and monitored with &MANAGEMENT.PLATFORM;.</para>
+                               <listitem>
+ <para>Log in (default user/password are: rhqadmin/rhqadmin), it is time to downloand and install the Agent:</para>
+                                       <orderedlist>
+                                               <listitem>
+ <para>Click on <menuchoice><guimenu>Administration</guimenu><guisubmenu>Download</guisubmenu></menuchoice>.</para>
+                                                       <figure>
+                                                               <title>Accessing 
Download Menu</title>
+                                                               <mediaobject>
+                                                                       
<imageobject>
+ <imagedata fileref="images/img-jopr_download_menu.png" format="PNG"/>
+                                                                       
</imageobject>
+                                                                       
<textobject>
+                                                                               
<para>Accessing Download Menu</para>
+                                                                       
</textobject>
+                                                               </mediaobject>
+                                                       </figure>
+                                               </listitem>
+                                               <listitem>
+ <para>Click on <guilabel>Download Agent Installer</guilabel> and save it to where the agent should be installed.</para>
+                                               </listitem>
+                                               <listitem>
+ <para>In a second terminal console, cd into the directory containing the downloaded jar and install it:</para> + <screen>java -jar &lt;agent-download.jar&gt; --install[=&lt;new agent dir&gt;]</screen>
+                                               </listitem>
+                                               <listitem>
+ <para>cd into the newly created <emphasis>rhq-agent</emphasis> directory and start the Agent by issuing:</para>
+                                                       
<screen>bin/rhq-agent.[sh|bat]</screen>
+                                               </listitem>
+                                               <listitem>
+ <para>Answer the questions asked by the Agent, if any. Default setting should be sufficient.</para>
+                                               </listitem>
+                                       </orderedlist>
+                               </listitem>
+                       </orderedlist>
+
+ <para>For more detailed and up to date information, visit the &MANAGEMENT.PLATFORM; <ulink url="http://jboss.org/community/docs/DOC-12828";>installation instructions</ulink>.</para>
+               </section>
+               <section id="install_jslee_plugin">
+ <title>Installing the &THIS.PLATFORM; <acronym>JAIN SLEE</acronym> Plugin</title> + <para> &THIS.PLATFORM; <acronym>JAIN SLEE</acronym> Plugin, may be installed in two ways:</para>
+
+                       <variablelist>
+                               <varlistentry>
+                                       <term>Using the GUI</term>
+                                       <listitem>
+ <para>In the &MANAGEMENT.PLATFORM; GUI, in the top menu, head to <menuchoice><guimenu>Administration</guimenu><guisubmenu>System Configuration</guisubmenu><guimenuitem>Plugins</guimenuitem></menuchoice>:</para>
+
+                                               <figure>
+                                                       <title>Accessing Plugins 
Menu</title>
+                                                       <mediaobject>
+                                                               <imageobject>
+ <imagedata fileref="images/img-jopr_plugins_menu.png" format="PNG"/>
+                                                               </imageobject>
+                                                               <textobject>
+                                                                       
<para>Accessing Plugins Menu</para>
+                                                               </textobject>
+                                                       </mediaobject>
+                                               </figure>
+
+ <para>On the <guilabel>Agent Plugins</guilabel> tab (selected by default), on the bottom of the page, click <guibutton>Add...</guibutton>, browse to the &MANAGEMENT.PLATFORM; plugin <acronym>JAR</acronym> file and select it. It will be listed for upload, as it can be seen in the following figure:</para>
+
+                                               <figure>
+                                                       <title>Uploading 
Plugin</title>
+                                                       <mediaobject>
+                                                               <imageobject>
+ <imagedata fileref="images/img-jopr_upload_plugin.png" format="PNG"/>
+                                                               </imageobject>
+                                                               <textobject>
+                                                                       
<para>Uploading Plugin</para>
+                                                               </textobject>
+                                                       </mediaobject>
+                                               </figure>
+
+ <para>Finally, click the <guibutton>Upload</guibutton> button and the plugin will be deployed. Click <guibutton>Scan for Updates</guibutton> and it should be shown in the list as "Mobicents JSLEE Server 2.x".</para>
+
+ <para>If the agent is not running, start it and it will automatically download the new plugin. If it was already running, you should run the following command in it's console to download/update the plugin:</para>
+
+                                               <screen>&gt; plugins 
update</screen>
+                                       </listitem>
+                               </varlistentry>
+                               <varlistentry>
+                                       <term>Copying the JAR File</term>
+                                       <listitem>
+ <para>The plugin can be deployed simply by copying it to the right folder, by following these steps:</para>
+                                               <orderedlist>
+                                                       <listitem>
+ <para>Stop the &MANAGEMENT.PLATFORM; server and agent if they are running.</para>
+                                                       </listitem>
+                                                       <listitem>
+ <para>Copy the mobicents-slee-jopr-as-5-plugin-<emphasis>&lt;version&gt;</emphasis>.jar to the jopr-server/jbossas/server/default/deploy/rhq.ear/rhq-downloads/rhq-plugins/ directory, and it will be automatically deployed.</para>
+                                                       </listitem>
+                                                       <listitem>
+                                                               <para>Start the 
&MANAGEMENT.PLATFORM; server.</para>
+                                                       </listitem>
+                                                       <listitem>
+                                                               <para>Start the 
&MANAGEMENT.PLATFORM; agent.</para>
+                                                       </listitem>
+                                               </orderedlist>
+                                       </listitem>
+                               </varlistentry>
+                       </variablelist>
+
+ <para>After the plugin is installed, the server must be added to the managed resources. Choose <menuchoice><guimenu>Overview</guimenu><guisubmenu>Auto Discovery Queue</guisubmenu></menuchoice>:</para>
+                       <figure>
+                               <title>Accessing Auto Discovery Queue 
Menu</title>
+                               <mediaobject>
+                                       <imageobject>
+ <imagedata fileref="images/img-jopr_auto_discovery_menu.png" format="PNG"/>
+                                       </imageobject>
+                                       <textobject>
+                                               <para>Accessing Auto Discovery Queue 
Menu</para>
+                                       </textobject>
+                               </mediaobject>
+                       </figure>
+
+ <note>Please make sure that the <acronym>JAIN SLEE</acronym> Server is running at this time, otherwise it won't be shown under Auto Discovery.</note>
+
+ <para>Check the option referring to JAIN SLEE Server (as in the figure below), and click <guibutton>IMPORT</guibutton> button.</para>
+
+                       <figure>
+ <title>Selecting the server to be imported into &MANAGEMENT.PLATFORM;.</title>
+                               <mediaobject>
+                                       <imageobject>
+ <imagedata fileref="images/img-jopr_import_resources.png" format="PNG"/>
+                                       </imageobject>
+                                       <textobject>
+ <para>Selecting the server to be imported into &MANAGEMENT.PLATFORM;.</para>
+                                       </textobject>
+                               </mediaobject>
+                       </figure>
+
+ <para>Now the server is being can be managed and monitored with &MANAGEMENT.PLATFORM;.</para>
+               </section>
        </section>

        <!-- TODO -->
=======================================
--- /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/Section-Management_JAINSLEE_Container.xml Tue Jan 5 08:07:46 2010 +++ /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/Section-Management_JAINSLEE_Container.xml Wed Jan 13 13:43:26 2010
@@ -53,7 +53,24 @@
                                </textobject>
                        </mediaobject>
                </figure>
+
+               <note>
+                       <title>Components deployed outside 
&MANAGEMENT.PLATFORM;</title>
+ <para>If components are installed outside &MANAGEMENT.PLATFORM;, after &MANAGEMENT.PLATFORM; Agent is started, the list of installed components will not be updated in a <emphasis>reasonable</emphasis> time.</para> + <para>For performance reasons, &MANAGEMENT.PLATFORM; servers childs (such as Deployable Units, Resource Adaptors, SBBs and Services in <acronym>SLEE</acronym>) are checked for changes every 24 hours.</para>
+               </note>
+
+               <para>To force a service discovery, there are two 
options:</para>
+               <itemizedlist>
+                       <listitem>
+ <para>In the &MANAGEMENT.PLATFORM; web app, right-click the root item (Platform) of the <acronym>JAIN SLEE</acronym> Server and select <menuchoice><guimenu>Execute Operation</guimenu><guisubmenu>Manual Autodiscovery</guisubmenu></menuchoice>. Select <guilabel>Yes</guilabel> in <guilabel>Detailed Discovery</guilabel> and run the discovery by clicking the <guibutton>SCHEDULE</guibutton> button.</para>
+                       </listitem>
+                       <listitem>
+ <para>In the &MANAGEMENT.PLATFORM; agent console, run a full discovery, by issuing the following command:<screen>&gt; discovery -f</screen></para>
+                       </listitem>
+               </itemizedlist>
        </section>
+
        <section id="management_slee_install_uninstall_dus">
<title>Install/Uninstall <acronym>JAIN SLEE</acronym> Deployable Units</title> <para>In the <guilabel>INVENTORY</guilabel> tab it's possible to Install/Uninstall <acronym>JAIN SLEE</acronym> Deployable Units.</para>
@@ -70,12 +87,14 @@
<imagedata fileref="images/img-jopr_slee_install_du.png" format="PNG"/>
                                        </imageobject>
                                        <textobject>
- <para>Installing a Deployable Unit with &MANAGEMENT.PLATFORM; <acronym>JAIN SLEE</acronym> Plugin..</para> + <para>Installing a Deployable Unit with &MANAGEMENT.PLATFORM; <acronym>JAIN SLEE</acronym> Plugin.</para>
                                        </textobject>
                                </mediaobject>
                        </figure>

- <para>Click <guibutton>Add...</guibutton>, select the Deployable Unit to be installed, click <guibutton>Upload</guibutton> to confirm and close this browser window.</para> + <para>Click the <guibutton>UPLOAD FILE...</guibutton> button, a new browser window will be shown to upload the <acronym>JAIN SLEE</acronym> Deployable Unit. Click <guibutton>Add...</guibutton>, select the Deployable Unit to be installed, click <guibutton>Upload</guibutton> to confirm and close this browser window.</para>
+
+ <warning>You browser might ask you if you want to resend the information. Please accept it. Google Chrome browser may not support this operation!</warning>

<para>Back on the main window for installing the <acronym>DU</acronym>, select either to do a persistent deploy (copy file to deploy folder) or not (simply call <command>install</command> on the DU).</para>

@@ -149,7 +168,7 @@

<note><para>As any operation on &MANAGEMENT.PLATFORM;, this operation can be scheduled for a later time, have a defined timeout and/or include additional notes.</para></note>

- <para>Clicking on the <guibutton>SCHEDULE</guibutton> executes (if <guilabel>Immediately</guilabel> is selected) or schedules the operation. After being executed, it's shown in <guilabel>HISTORY</guilabel>, <guilabel>Completed Operations</guilabel>. Clicking on it shows the result(s).</para> + <para>Clicking on the <guibutton>SCHEDULE</guibutton> executes (if <guilabel>Immediately</guilabel> is selected) or schedules the operation. After being executed, it's shown in <guilabel>HISTORY</guilabel>, <guilabel>Completed Operations</guilabel>. Clicking on its name shows the result(s).</para>
        </section>
        <section id="management_slee_op_list_acs">
                <title>List All Activity Contexts</title>
@@ -159,7 +178,7 @@

<note><para>As any operation on &MANAGEMENT.PLATFORM;, this operation can be scheduled for a later time, have a defined timeout and/or include additional notes.</para></note>

- <para>Clicking on the <guibutton>SCHEDULE</guibutton> executes (if <guilabel>Immediately</guilabel> is selected) or schedules the operation. After being executed, it's shown in <guilabel>HISTORY</guilabel>, <guilabel>Completed Operations</guilabel>. Clicking on it shows the result(s).</para> + <para>Clicking on the <guibutton>SCHEDULE</guibutton> executes (if <guilabel>Immediately</guilabel> is selected) or schedules the operation. After being executed, it's shown in <guilabel>HISTORY</guilabel>, <guilabel>Completed Operations</guilabel>. Clicking on its name shows the result(s).</para>

                <para>The result is presented in the following form:</para>

@@ -183,6 +202,6 @@

<note><para>As any operation on &MANAGEMENT.PLATFORM;, this operation can be scheduled for a later time, have a defined timeout and/or include additional notes.</para></note>

- <para>Clicking on the <guibutton>SCHEDULE</guibutton> executes (if <guilabel>Immediately</guilabel> is selected) or schedules the operation. After being executed, it's shown in <guilabel>HISTORY</guilabel>, <guilabel>Completed Operations</guilabel>. Clicking on it shows the result(s).</para> + <para>Clicking on the <guibutton>SCHEDULE</guibutton> executes (if <guilabel>Immediately</guilabel> is selected) or schedules the operation. After being executed, it's shown in <guilabel>HISTORY</guilabel>, <guilabel>Completed Operations</guilabel>. Clicking on its name shows the result(s).</para>
        </section>
 </section>
=======================================
--- /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/Section-Management_Services.xml Tue Jan 5 08:07:46 2010 +++ /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/Section-Management_Services.xml Wed Jan 13 13:43:26 2010
@@ -57,7 +57,7 @@
                </figure>

                <variablelist>
-                       <title>Change Slee State Parameters</title>
+                       <title>Change Service State Parameters</title>
                        <varlistentry>
                                <term>Action (required)</term>
                                <listitem>
=======================================
--- /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/images/img-jopr_slee_ra_summary.png Wed Dec 30 21:08:31 2009 +++ /trunk/servers/jain-slee/tools/jopr-plugin/docs/sources/src/main/resources/en-US/images/img-jopr_slee_ra_summary.png Wed Jan 13 13:43:26 2010
Binary file, no diff available.

Reply via email to