Skip to content
Snippets Groups Projects
Commit 6279b710 authored by Nathan Yee's avatar Nathan Yee Committed by Danny Auble
Browse files

update docs for installing on a Cray Alps hybrid system

parent b0162d88
No related branches found
No related tags found
No related merge requests found
......@@ -238,25 +238,9 @@ default: # rpm -qa
<ul>
<li>expat-2.0.xxx</li>
<li>libexpat-devel-2.0.xxx</li>
<li>cray-MySQL-devel-enterprise-5.0.64 (this should be on the Cray ISO)</li>
<li>mysql-devel (this should be on the Cray ISO)</li>
</ul>
<p>For example, loading MySQL can be done like this:</p>
<pre>
smw: # mkdir mnt
smw: # mount -o loop, ro xe-sles11sp1-trunk.201107070231a03.iso mnt
smw: # find mnt -name cray-MySQL-devel-enterprise\*
mnt/craydist/xt-packages/cray-MySQL-devel-enterprise-5.0.64.1.0000.2899.19.2.x86_64.rpm
smw: # scp mnt/craydist/xt-packages/cray-MySQL-devel-enterprise-5.0.64.1.0000.2899.19.2.x86_64
</pre>
<p>Then switch to boot node and run:</p>
<pre>
boot: # xtopview
default: # rpm -ivh /software/cray-MySQL-devel-enterprise-5.0.64.1.0000.2899.19.2.x86_64.rpm
default: # exit
</pre>
<p>All Cray-specific PrgEnv and compiler modules should be removed and root
privileges will be required to install these files.</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment