forked from jbarber/maui-admin-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2.1installation.html
61 lines (46 loc) · 2.77 KB
/
2.1installation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
<div class="sright">
<div class="sub-content-head">
Maui Scheduler
</div>
<div id="sub-content-rpt" class="sub-content-rpt">
<div class="tab-container docs" id="tab-container">
<div class="topNav">
<div class="docsSearch"></div>
<div class="navIcons topIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="2.0installation.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="2.0installation.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="2.2initialconfig.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
<h1>2.1 Maui Installation</h1>
<ul>
<li>Building Maui</li>
<li style="list-style: none; display: inline">
<p>To install Maui, untar the distribution file, enter the <b>maui-<VERSION></b> directory, then run <b>configure</b> and <b>make</b> as shown in the example below:</p>
<p><tt>> gtar -xzvf maui-3.2.6.tar.gz<br>
> cd maui-3.2.6<br>
> ./configure<br>
> make</tt><br></p>
</li>
<li>Installing Maui (Optional)
<p>When you are ready to use Maui in production, you may install it into the install directory you have configured using <b>make install</b></p>
<p><tt>make install</tt><br>
<br>
<b>Note:</b> Until the <i>install</i> step is performed, all Maui executables will be placed in <b>$MAUIHOMEDIR/bin</b>. (i.e., maui-3.2.6/bin in the above example)</p>
<p><b>Note:</b> Maui 3.2 contains a number of static parameter settings which may may need adjustment for <i>extreme</i> installations. If the target cluster may fit in this category, see Appendix D, <a href="a.ddevelopment.html">Adjusting Default Limits</a> and make any needed changes prior to issuing the <b>make</b> command.</p>
</li>
</ul>
<div class="navIcons bottomIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="2.0installation.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="2.0installation.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="2.2initialconfig.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
</div>
</div>
</div>
<div class="sub-content-btm"></div>
</div>
</body>
</html>