Skip to content

Commit

Permalink
Deployed b5c5e6a with MkDocs version: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 7, 2023
1 parent 83396f4 commit 995212a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
18 changes: 12 additions & 6 deletions worker-node/install-wn-tarball/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1976,10 +1976,16 @@ <h1 id="installing-the-worker-node-client-via-tarball">Installing the Worker Nod
<p>Before starting, ensure the host has <a href="../../release/supported_platforms/">a supported operating system</a>.</p>
<h2 id="download-the-wn-client">Download the WN Client<a class="headerlink" href="#download-the-wn-client" title="Permanent link">&para;</a></h2>
<p>Please pick the <code>osg-wn-client</code> tarball that is appropriate for your distribution and architecture. You will find them in <a href="https://repo.opensciencegrid.org/tarball-install/">https://repo.opensciencegrid.org/tarball-install/</a> .</p>
<p>For OSG 23:</p>
<ul>
<li><a href="https://repo.opensciencegrid.org/tarball-install/23-main/osg-wn-client-latest.el8.x86_64.tar.gz">Binaries for RHEL8-compatible</a></li>
<li><a href="https://repo.opensciencegrid.org/tarball-install/23-main/osg-wn-client-latest.el9.x86_64.tar.gz">Binaries for RHEL9-compatible</a></li>
</ul>
<p>For OSG 3.6:</p>
<ul>
<li><a href="https://repo.opensciencegrid.org/tarball-install/3.6/osg-wn-client-latest.el7.x86_64.tar.gz">Binaries for RHEL7</a></li>
<li><a href="https://repo.opensciencegrid.org/tarball-install/3.6/osg-wn-client-latest.el8.x86_64.tar.gz">Binaries for RHEL8</a></li>
<li><a href="https://repo.opensciencegrid.org/tarball-install/3.6/osg-wn-client-latest.el7.x86_64.tar.gz">Binaries for RHEL7-compatible</a></li>
<li><a href="https://repo.opensciencegrid.org/tarball-install/3.6/osg-wn-client-latest.el8.x86_64.tar.gz">Binaries for RHEL8-compatible</a></li>
<li><a href="https://repo.opensciencegrid.org/tarball-install/3.6/osg-wn-client-latest.el9.x86_64.tar.gz">Binaries for RHEL9-compatible</a></li>
</ul>
<h2 id="install-the-wn-client">Install the WN Client<a class="headerlink" href="#install-the-wn-client" title="Permanent link">&para;</a></h2>
<ol>
Expand All @@ -1999,11 +2005,11 @@ <h2 id="install-the-wn-client">Install the WN Client<a class="headerlink" href="
<p class="admonition-title">Warning</p>
<p>Once <code>osg-post-install</code> is run to relocate the install, it cannot be run again. You will need to unpack a fresh copy.</p>
</div>
<p>Example installation (in <code>/home/user/test-install</code>, the <strong><code>&lt;PATH_TO_CLIENT&gt;/</code></strong> is <code>/home/user/test-install/osg-wn-client</code> ):</p>
<p>Example EL9 installation (in <code>/home/user/test-install</code>, the <strong><code>&lt;PATH_TO_CLIENT&gt;/</code></strong> is <code>/home/user/test-install/osg-wn-client</code> ):</p>
<div class="highlight"><pre><span></span><code><span class="gp">user@host $ </span>mkdir /home/user/test-install
<span class="gp">user@host $ </span><span class="nb">cd</span> /home/user/test-install
<span class="gp">user@host $ </span>wget https://repo.opensciencegrid.org/tarball-install/3.6/osg-wn-client-latest.el7.x86_64.tar.gz
<span class="gp">user@host $ </span>tar xzf osg-wn-client-latest.el7.x86_64.tar.gz
<span class="gp">user@host $ </span>wget https://repo.opensciencegrid.org/tarball-install/23-main/osg-wn-client-latest.el9.x86_64.tar.gz
<span class="gp">user@host $ </span>tar xzf osg-wn-client-latest.el9.x86_64.tar.gz
<span class="gp">user@host $ </span><span class="nb">cd</span> osg-wn-client
<span class="gp">user@host $ </span>./osg/osg-post-install
<span class="gp">user@host $ </span><span class="nb">source</span> setup.sh
Expand Down Expand Up @@ -2035,7 +2041,7 @@ <h3 id="enabling-and-disabling-services">Enabling and Disabling Services<a class
<h2 id="validating-the-worker-node-client">Validating the Worker Node Client<a class="headerlink" href="#validating-the-worker-node-client" title="Permanent link">&para;</a></h2>
<p>To verify functionality of the worker node client, you will need to submit a test job against your CE and verify the job's output.</p>
<ol>
<li>Submit a job that executes the <code>env</code> command (e.g. Run <a href="https://htcondor.github.io/htcondor-ce/v6/troubleshooting/debugging-tools/#condor_ce_trace"><code>condor_ce_trace</code></a> with the <code>-d</code> flag from your HTCondor CE)</li>
<li>Submit a job that executes the <code>env</code> command (e.g. Run <a href="https://htcondor.github.io/htcondor-ce/v23/troubleshooting/debugging-tools/#condor_ce_trace"><code>condor_ce_trace</code></a> with the <code>-d</code> flag from your HTCondor CE)</li>
<li>Verify that the value of <code>$OSG_GRID</code> is set to the directory of your worker node client installation</li>
</ol>
<h2 id="how-to-get-help">How to get Help?<a class="headerlink" href="#how-to-get-help" title="Permanent link">&para;</a></h2>
Expand Down

0 comments on commit 995212a

Please sign in to comment.