#
# The text in the grdcnode.txt file and the text in the grdcnodeo.txt file should be
# identical. The names of the errors_grdcnode*.txt properties will change
# between the files but all the rest should be the same.
#

errors_grdcnodeo_intro.txt=                                                                              ${line.separator}\
 <h3>SAS Grid Manager Grid Node failed to deploy successfully</h3>                                       ${line.separator}\

errors_grdcnode_general.txt=                                                                             ${line.separator}\
 <p>More information about this error can be found in the log file.                                      ${line.separator}\
    <ul>                                                                                                 ${line.separator}\
      <li>Error log file: <a href="${error.logfile}"                                                     ${line.separator}\
                           type="text/plain" target="_blank">${error.logfile}</a></li>                   ${line.separator}\
    </ul>                                                                                                ${line.separator}\
 </p>                                                                                                    ${line.separator}\

errors_grdcnodeo_backup.txt=                                                                             ${line.separator}\
 <p>Backup of files in both both ${error.srcdir} and ${error.deploydir} failed.                          ${line.separator}\
    The directory may be read only, the directory may not exist, or                                      ${line.separator}\
    the permissions are insufficient for this process.                                                   ${line.separator}\
    <ul>                                                                                                 ${line.separator}\
      <li>Error log file: <a href="${error.logfile}"                                                     ${line.separator}\
                           type="text/plain" target="_blank">${error.logfile}</a></li>                   ${line.separator}\
    </ul>                                                                                                ${line.separator}\
 </p>                                                                                                    ${line.separator}\

errors_grdcnodeo_moveOrigFiles.txt=                                                                      ${line.separator}\
 <p>Copying and configuring of files from ${error.srcdir} to ${error.deploydir} failed.                  ${line.separator}\
    <ul>                                                                                                 ${line.separator}\
      <li>Error log file: <a href="${error.logfile}"                                                     ${line.separator}\
                           type="text/plain" target="_blank">${error.logfile}</a></li>                   ${line.separator}\
    </ul>                                                                                                ${line.separator}\
 </p>                                                                                                    ${line.separator}\


instructions_grdcnode_head.txt=                                                                          ${line.separator}\
  <h2 id="gridnode">SAS Grid Node</h2>                                                                   ${line.separator}\

instructions_grdcnode_details_table_ootb_head.txt=                                                       ${line.separator}\
  <table class="detailTable" border=0 cellPadding=0 cellSpacing=0>                                       ${line.separator}\
    <tr>                                                                                                 ${line.separator}\
      <td class="detailLabel">Host machine</td>                                                          ${line.separator}\
      <td class="detailContent">${os.localhost.fqdn.host.name}                                           ${line.separator}\
    </tr>                                                                                                ${line.separator}\

instructions_grdcnode_details_table_ootb_item.txt=                                                       ${line.separator}\
    <tr>                                                                                                 ${line.separator}\
      <td class="detailLabel">SAS Application Server</td>                                                ${line.separator}\
      <td class="detailContent">${oma.appserver.servercontext.name}                                      ${line.separator}\
    </tr>                                                                                                ${line.separator}\

instructions_grdcnode_details_table_ootb_tail.txt=                                                       ${line.separator}\

instructions_grdcnode_details_table_migrate_head.txt=                                                    ${line.separator}\
  <table class="detailTable" border=0 cellPadding=0 cellSpacing=0>                                       ${line.separator}\
    <tr>                                                                                                 ${line.separator}\
      <td class="detailLabel">Host machine</td>                                                          ${line.separator}\
      <td class="detailContent">${os.localhost.fqdn.host.name}                                           ${line.separator}\
    </tr>                                                                                                ${line.separator}\
    <tr>                                                                                                 ${line.separator}\
      <td class="detailLabel">Servers migrated</td>                                                      ${line.separator}\
      <td class="detailContent">This grid node migrated the following SAS Application Server(s)          ${line.separator}\
                                to this host:                                                            ${line.separator}\
      <p>                                                                                                ${line.separator}\
         <ul>                                                                                            ${line.separator}\

instructions_grdcnode_details_table_migrate_item.txt=                                                    ${line.separator}\
            <li>${oma.appserver.servercontext.name}</li>                                                 ${line.separator}\

instructions_grdcnode_details_table_migrate_tail.txt=                                                    ${line.separator}\
        </ul>                                                                                            ${line.separator}\
      </p>                                                                                               ${line.separator}\
    </tr>                                                                                                ${line.separator}\


instructions_verifying_grdcnode_head.txt=                                                                ${line.separator}\
    <tr>                                                                                                 ${line.separator}\
      <td class="detailLabel">Validation Steps</td>                                                      ${line.separator}\
      <td class="detailContent">                                                                         ${line.separator}\
      <p>                                                                                                ${line.separator}\
         <ul>                                                                                            ${line.separator}\

instructions_verifying_grdcnode_lsf.txt=                                                                 ${line.separator}\
           <li>                                                                                          ${line.separator}\
              To make sure this grid node is available for use on the                                    ${line.separator}\
              <b>${grdcctlsvr.provider.name}</b> grid                                                    ${line.separator}\
              <ol>                                                                                       ${line.separator}\
                <li>Make sure the grid administrator has reconfigured the grid by issuing the            ${line.separator}\
                    <b>lsadmin reconfig</b> and <b>badmin reconfig</b> commands to pick up the changes   ${line.separator}\
                    made to the grid configuration by the SAS Deployment Wizard.</li>                    ${line.separator}\
                <li>In the SAS Management Console, on the Plug-ins tab, select "+" to expand the         ${line.separator}\
                    Server Manager node.</li>                                                            ${line.separator}\
                <li>Expand the SAS Application Server associated with the grid you want to validate.</li>${line.separator}\
                <li>Highlight the Logical Workspace Server for the SAS Application Server.</li>          ${line.separator}\
                <li>Right mouse click this server and select Validate (you can enter the SAS             ${line.separator}\
                    Spawned Servers account for the user ID). You should see a Validation Successful     ${line.separator}\
                    message.</li>                                                                        ${line.separator}\
                <li>Expand the Logical Grid Server for the SAS Application Server.</li>                  ${line.separator}\
                <li>Highlight the Grid Server under Logical Grid Server.</li>                            ${line.separator}\
                <li>Right mouse click this server and select Validate (you can enter the SAS             ${line.separator}\
                    Spawned Servers account for the user ID). You should see a Validation Successful     ${line.separator}\
                    message.</li>                                                                        ${line.separator}\
              </ol>                                                                                      ${line.separator}\
           </li>                                                                                         ${line.separator}\

instructions_verifying_grdcnode_other.txt=                                                               ${line.separator}\
           <li>                                                                                          ${line.separator}\
              To make sure this grid node is available for use on the                                    ${line.separator}\
              <b>${grdcctlsvr.provider.name}</b> grid                                                    ${line.separator}\
              <ol>                                                                                       ${line.separator}\
                <li>Configure this grid node as described below in <a href="#GridConfiguration">         ${line.separator}\
                    Updating Your Grid Configuration</a></li>                                            ${line.separator}\
                <li>In the SAS Management Console, on the Plug-ins tab, select "+" to expand the         ${line.separator}\
                    Server Manager node.</li>                                                            ${line.separator}\
                <li>Expand the SAS Application Server associated with the grid you want to validate.</li>${line.separator}\
                <li>Highlight the Logical Workspace Server for the SAS Application Server.</li>          ${line.separator}\
                <li>Right mouse click this server and select Validate (you can enter the SAS             ${line.separator}\
                    Spawned Servers account for the user ID). You should see a Validation Successful     ${line.separator}\
                    message.</li>                                                                        ${line.separator}\
                <li>Expand the Logical Grid Server for the SAS Application Server.</li>                  ${line.separator}\
                <li>Highlight the Grid Server under Logical Grid Server.</li>                            ${line.separator}\
                <li>Right mouse click this server and select Validate (you can enter the SAS             ${line.separator}\
                    Spawned Servers account for the user ID). You should see a Validation Successful     ${line.separator}\
                    message.</li>                                                                        ${line.separator}\
              </ol>                                                                                      ${line.separator}\
           </li>                                                                                         ${line.separator}\

instructions_verifying_grdcnode_tail.txt=                                                                ${line.separator}\
        </ul>                                                                                            ${line.separator}\
      </p>                                                                                               ${line.separator}\
    </tr>                                                                                                ${line.separator}\
  </table>                                                                                               ${line.separator}\


instructions_updating_grdcnode_head.txt=                                                                 ${line.separator}\
 <h2><a name="GridConfiguration">Updating Your Grid Configuration</a></h2>                               ${line.separator}\

instructions_updating_grdcnode_lsf.txt=                                                                  ${line.separator}\
    <p>                                                                                                  ${line.separator}\
       To update your <b>${grdcctlsvr.provider.name}</b> grid,                                           ${line.separator}\
       you must add the name of the SAS Application Server context                                       ${line.separator}\
       (<b>${oma.appserver.servercontext.name}</b>)                                                      ${line.separator}\
       as a resource name to the <b>lsf.shared</b> configuration file and add that resource              ${line.separator}\
       name to the list of resources for each host in the                                                ${line.separator}\
       <b>lsf.cluster.</b><i>&lt;cluster_name&gt;</i> configuration file.                                ${line.separator}\
       If you have LSF version 7.02 or greater and write access to the LSF configuration                 ${line.separator}\
       directory, you can execute the following command:                                                 ${line.separator}\
    </p>                                                                                                 ${line.separator}\
    <p>                                                                                                  ${line.separator}\
       <b>addresource -r ${oma.appserver.servercontext.name} -m ${os.localhost.host.name}</b>            ${line.separator}\
    </p>                                                                                                 ${line.separator}\
    <p>                                                                                                  ${line.separator}\
       <b>addresource</b> can be found in the path specified by the <b>${grdcnode.lsf.dir}</b>           ${line.separator}\
          environment variable.                                                                          ${line.separator}\
    </p>                                                                                                 ${line.separator}\
    <p>                                                                                                  ${line.separator}\
        The grid administrator must issue reconfig commands on the grid after new resources are added.   ${line.separator}\
        The required commands are <b>lsadmin reconfig</b> and <b>badmin reconfig</b>.                    ${line.separator}\
    </p>                                                                                                 ${line.separator}\
    <p>                                                                                                  ${line.separator}\
        Additional information about configuring grid resources can be found in the book                 ${line.separator}\
        <a href="http://support.sas.com/documentation/onlinedoc/gridmgr/index.html">                     ${line.separator}\
        Grid Computing in SAS&reg; 9.3</a> on the SAS Support website under topic                        ${line.separator}\
        "Defining and Specifying Resources" in the section entitled "Managing the Grid".                 ${line.separator}\
    </p>                                                                                                 ${line.separator}\

instructions_updating_grdcnode_other.txt=                                                                ${line.separator}\
    <p>                                                                                                  ${line.separator}\
       To update your <b>${grdcctlsvr.provider.name}</b> grid, you must add the name of the SAS          ${line.separator}\
       Application Server context (<b>${oma.appserver.servercontext.name}</b>) as a resource name for    ${line.separator}\
       each host in the grid. Also, SAS Management Console may need to know where the grid               ${line.separator}\
       provider's JAR files are located to operate properly.                                             ${line.separator}\
    </p>                                                                                                 ${line.separator}\
    <p>                                                                                                  ${line.separator}\
       Instructions on how to complete this task                                                         ${line.separator}\
       can be found at <a href="http://support.sas.com/rnd/scalability/grid/gridinstall.html">           ${line.separator}\
       Installing and Configuring a SAS Grid Environment</a> on the SAS Scalability & Performance        ${line.separator}\
       Support Community.                                                                                ${line.separator}\
    </p>                                                                                                 ${line.separator}\


instructions_updating_grdcnode_tail.txt=                                                                 ${line.separator}\

warnings_grdcnode_missing_lsf_profile_file.txt= <li><b>WARNING:</b>                                      ${line.separator}\
 The Platform LSF profile file (<b>$LSF_ENVDIR/profile.lsf</b>)                                          ${line.separator}\
 could not be found to add to the SAS Configuration level environment script file (<b>level_env.sh</b>). ${line.separator}\
 This may be because the LSF_ENVDIR variable is not set or the file is not in the directory specified by ${line.separator}\
 LSF_ENVDIR. You must source the profile.lsf file in the level_env.sh script file so that                ${line.separator}\
 SAS Application Servers can use the grid.


warnings_grdcnode_updatelsf_missing_pgm.txt= <li><b>WARNING:</b>                                         ${line.separator}\
 The Platform LSF configuration update utility could not be found to add the name of the SAS             ${line.separator}\
 Application Server context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files. ${line.separator}\
 This may be because the ${grdcnode.lsf.dir} variable is not set or                                      ${line.separator}\
 you are not using version 7.02 or greater of Platform LSF.                                              ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_bad_env.txt= <li><b>WARNING:</b>                                             ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the EGO_CONFDIR or LSF_ENVDIR are not set properly.                                                     ${line.separator}\
 <ul>                                                                                                    ${line.separator}\
 <li>If running Windows, make sure you have rebooted your machine after installing Platform LSF so that  ${line.separator}\
 the LSF environment variables are set correctly.</li>                                                   ${line.separator}\
 <li>If running Unix, make sure you have sourced the profile.lsf file located in the $LSF_TOP/conf       ${line.separator}\
 subdirectory.</li>                                                                                      ${line.separator}\
 </ul>                                                                                                   ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_bad_resname.txt= <li><b>WARNING:</b>                                         ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the name of the SAS Application Server context is an invalid resource name.                             ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_bad_hostname.txt= <li><b>WARNING:</b>                                        ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the host name was invalid.                                                                              ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_bad_args.txt= <li><b>WARNING:</b>                                            ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the command arguments were not recognized.                                                              ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_open_shared.txt= <li><b>WARNING:</b>                                         ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 it could not open up the <b>lsf.shared</b> file.                                                        ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_open_cluster.txt= <li><b>WARNING:</b>                                        ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 it could not open up the <b>lsf.cluster.</b><i>&lt;cluster_name&gt;</i> file.                           ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_bad_shared_format.txt= <li><b>WARNING:</b>                                   ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the format of the <b>lsf.shared</b> file is not valid.                                                  ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_no_cluster_name.txt= <li><b>WARNING:</b>                                     ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the name of the cluster is not defined in the <b>lsf.shared</b> file.                                   ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_res_exists.txt= <li><b>WARNING:</b>                                          ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the SAS aaplication server name exists already as a non-Boolean resource value.                         ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_bad_cluster_format.txt= <li><b>WARNING:</b>                                  ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the format of the <b>lsf.cluster.</b><i>&lt;cluster_name&gt;</i> file is not valid.                     ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_missing_host.txt= <li><b>WARNING:</b>                                        ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the host name of this machine is not found in the <b>lsf.cluster.</b><i>&lt;cluster_name&gt;</i> file.  ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_bad_backup.txt= <li><b>WARNING:</b>                                          ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the program could not backup the exsting configuration file.                                            ${line.separator}\
 Make sure you have read/write access to the LSF cluster file on the shared directory.                   ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_bad_rename.txt= <li><b>WARNING:</b>                                          ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the program could not rename the existing configuration file.                                           ${line.separator}\
 Make sure you have read/write access to the LSF cluster file on the shared directory.                   ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_updatelsf_bad_update.txt= <li><b>WARNING:</b>                                          ${line.separator}\
 The Platform LSF configuration update utility could not add the name of the SAS Application Server      ${line.separator}\
 context (<b>${oma.appserver.servercontext.name}</b>) to the LSF configuration files because             ${line.separator}\
 the program could not update the exsting configuration file.                                            ${line.separator}\
 Make sure you have read/write access to the LSF cluster file on the shared directory.                   ${line.separator}\
 Follow the instructions in the                                                                          ${line.separator}\
 <a href="#GridConfiguration">Updating Your Grid Configuration</a>                                       ${line.separator}\
 section to add the name of the SAS Application Server context manually.                                 ${line.separator}\
 </li>

warnings_grdcnode_mpi_path_bad.txt= <li><b>WARNING:</b>                                                  ${line.separator}\
 The path to the MPI files specified by the grid control server                                          ${line.separator}\
 (<b>${server.grdcctlsvr.mpi.path}</b>) does not exist                                                   ${line.separator}\
 on this machine. Make sure the path to the MPI files is the same on all machines in the grid.           ${line.separator}\
 </li>


unconfiguration_grdcnode_summary_head.txt=<h3>SAS Grid Manager Grid Node</h3>                            ${line.separator}\

unconfiguration_grdcnode_summary_intro.txt=<p>The Grid Manager Grid Node was removed.</p>                ${line.separator}\
   <ul>                                                                                                  ${line.separator}\

unconfiguration_grdcnode_summary_files.txt=                                                              ${line.separator}\
      <li>Files were deleted from ${grdcnode.config.dir}.</li>                                           ${line.separator}\

unconfiguration_grdcnode_summary_tail.txt=                                                               ${line.separator}\
   </ul>


changeHost_grdcnode_manual_head.txt=                                                                     ${line.separator}\
   <h4>Manual Instructions for SAS Grid Manager Grid Node</h4><ul>                                       ${line.separator}\

changeHost_grdcnode_manual_item_resources_head.txt=                                                      ${line.separator}\
   <li>                                                                                                  ${line.separator}\
     If the host <b>${new.host.name}</b> was not previously a part of the grid, you must add the name(s) ${line.separator}\
     of the SAS Application Server context(s) associated with the host <b>${old.host.name}</b> as        ${line.separator}\
     resource name(s) to the host <b>${new.host.name}</b>.                                               ${line.separator}\

changeHost_grdcnode_manual_item_resources_lsf.txt=                                                       ${line.separator}\
     <p>If you have LSF version 7.02 or greater and write access to the LSF configuration directory,     ${line.separator}\
     you can execute the following command:</p>                                                          ${line.separator}\
     <p><b>addresource -r &lt;<i>name_of_SAS_Application_Server</i>&gt; -m ${new.host.name}</b></p>      ${line.separator}\
     <p><b>addresource</b> can be found in the path specified by the <b>${grdcnode.lsf.dir}</b>          ${line.separator}\
     environment variable.</p>                                                                           ${line.separator}\
     <p>The grid administrator must issue reconfig commands on the grid after new resources are added.   ${line.separator}\
     The required commands are <b>lsadmin reconfig</b> and <b>badmin reconfig</b>.</p>                   ${line.separator}\
     <p>Additional information about configuring grid resources can be found in the book                 ${line.separator}\
     <a href="http://support.sas.com/documentation/onlinedoc/gridmgr/index.html">                        ${line.separator}\
     Grid Computing in SAS&reg; 9.3</a> on the SAS Support website under topic                           ${line.separator}\
     "Defining and Specifying Resources" in the section entitled "Managing the Grid".</p>                ${line.separator}\

changeHost_grdcnode_manual_item_resources_other.txt=                                                     ${line.separator}\
     <p>Instructions on how to complete this task                                                        ${line.separator}\
     can be found at <a href="http://support.sas.com/rnd/scalability/grid/gridinstall.html">             ${line.separator}\
     Installing and Configuring a SAS Grid Environment</a> on the SAS Scalability & Performance          ${line.separator}\
     Support Community.</p>                                                                              ${line.separator}\

changeHost_grdcnode_manual_item_resources_tail.txt=                                                      ${line.separator}\
   </li>

changeHost_grdcnode_manual_item_lsf_remove_host.txt=                                                     ${line.separator}\
   <li>                                                                                                  ${line.separator}\
     If the host <b>${old.host.name}</b> is no longer a part of the grid, be sure to remove it           ${line.separator}\
     from the <tt>lsf.cluster.&lt;<i>cluster</i>&gt;</tt> file in the directory specified by the         ${line.separator}\
     <tt>LSF_ENVDIR</tt> environment variable.                                                           ${line.separator}\
   </li>

changeHost_grdcnode_manual_tail.txt=                                                                     ${line.separator}\
   </ul>                                                                                                 ${line.separator}\



updateConfigure_grdcnode_head.txt=                                                                       ${line.separator}\
   <h4>SAS Grid Manager Grid Node</h4><ul>                                                               ${line.separator}\

updateConfigure_grdcnode_item.txt=                                                                       ${line.separator}\
   <li>                                                                                                  ${line.separator}\
     Updated the grid script files in the <b>${grdcnode.config.dir}</b> directory.                       ${line.separator}\
   </li>

updateConfigure_grdcnode_tail.txt=                                                                       ${line.separator}\
   </ul>
