[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
[0034]
[0035]
[0036]
[0037]
[0038]
[0039]
[0040]
[0041]
[0042]
[0043]
[0044]
[0045]
[0046]
[0047]
[0048]
[0049]
[0050]
[0051]
[0052]
[0053]
[0054]
[0055]
[0056]
[0057]
[0058]
[0059]
[0060]
[0061]
[0062]
[0063]
[0064]
[0065]
[0066]
[0067]
[0068]
[0069]
[0070]
[0071]
[0072]
[0073]
[0074]
[0075]
[0076]
[0077]
[0078]
[0079]
[0080]
[0081]
[0082]
[0083]
[0084]
[0085]
[0086]
[0087]
[0088]
[0089]
[0090]
[0091]
[0092]
[0093]
[0094]
[0095]
[0096]
[0097]
[0098]
[0099]
[0100]
[0101]
[0102]
[0103]
[0104]
[0105]
[0106]
[0107]
[0108]
[0109]
[0110]
[0111]
[0112]
[0113]
[0114]
[0115]
[0116]
[0117]
[0118]
[0119]
[0120]
[0121]
[0122]
[0123]
[0124]
[0125]
[0126]
[0127]
[0128]
[0129]
[0130]
[0131]
[0132]
[0133]
[0134]
[0135]
[0136]
[0137]
[0138]
[0139]
[0140]
[0141]
[0142]
[0143]
[0144]
[0145]
[0146]
[0147]
[0148]
[0149]
[0150]
[0151]
[0152]
[0153]
[0154]
[0155]
[0156]
[0157]
[0158]
[0159]
[0160]
[0161]
[0162]
[0163]
[0164]
[0165]
[0166]
[0167]
[0168]
[0169]
[0170]
[0171]
[0172]
[0173]
[0174]
[0175]
[0176]
[0177]
[0178]
[0179]
[0180]
[0181]
[0182]
[0183]
[0184]
[0185]
[0186]
[0187]
[0188]
[0189]
[0190]
[0191]
[0192]
[0193]
[0194]
[0195]
[0196]
[0197]
[0198]
[0199]
[0200]
[0201]
[0202]
[0203]
[0204]
[0205]
[0206]
[0207]
[0208]
[0209]
[0210]
[0211]
[0212]
[0213]
[0214]
[0215]
[0216]
[0217]
[0218]
[0219]
[0220]
[0221]
[0222]
[0223]
[0224]
[0225]
[0226]
[0227]
[0228]
[0229]
[0230]
[0231]
[0232]
[0233]
[0234]
[0235]
[0236]
[0237]
[0238]
[0239]
[0240]
[0241]
[0242]
[0243]
[0244]
[0245]
[0246]
[0247]
[0248]
[0249]
[0250]
[0251]
[0252]
[0253]
[0254]
[0255]
[0256]
[0257]
[0258]
[0259]
[0260]
[0261]
[0262]
[0263]
[0264]
[0265]
[0266]
[0267]
[0268]
[0269]
[0270]
[0271]
[0272]
[0273]
[0274]
[0275]
[0276]
[0277]
[0278]
[0279]
[0280]
[0281]
[0282]
[0283]
[0284]
[0285]
[0286]
[0287]
[0288]
[0289]
[0290]
[0291]
[0292]
[0293]
[0294]
[0295]
[0296]
[0297]
[0298]
[0299]
[0300]
[0301]
[0302]
[0303]
[0304]
[0305]
[0306]
[0307]
[0308]
[0309]
[0310]
[0311]
[0312]
[0313]
[0314]
[0315]
[0316]
[0317]
[0318]
[0319]
[0320]
[0321]
[0322]
[0323]
[0324]
[0325]
[0326]
[0327]
[0328]
[0329]
[0330]
[0331]
[0332]
[0333]
[0334]
[0335]
[0336]
[0337]
[0338]
[0339]
[0340]
[0341]
[0342]
[0343]
[0344]
[0345]
[0346]
[0347]
[0348]
[0349]
[0350]
[0351]
[0352]
<!DOCTYPE html>
<!-- WASDOC AXP-2.0.0 (CGILIB AXP-1.9.9) -->
<!-- wasDOC Copyright (C) 2019,2020 Mark G.Daniel - Apache-2.0 licenced -->
<!--  3-NOV-2021 02:50 -->
<noscript>NOTE: SOME FUNCTIONALITY EMPLOYS JAVASCRIPT</noscript>
<div id="erreport1" style="display:none;"></div>
<script>
function errorReport(string) {
   for (var cnt = 1; cnt <= 2; cnt++) {
      var err = document.getElementById('erreport'+cnt);
      err.style.display = 'block';
      err.innerHTML += string;
   }
}
</script>
<style type="text/css">
html { font-family: arial, verdana, sans-serif; font-size:12pt; margin:1em; }
h1 { font-size:124%; font-style:bold;
     margin-top:1em; margin-bottom:0.5em; }
h2 { font-size:120%; font-style:bold;
     margin-top:1.1em; margin-bottom:0.4em; }
h3 { font-size:116%; font-style:bold;
     margin-top:1.0em; margin-bottom:0.3em; }
h4 { font-size:112%; font-style:bold;
     margin-top:1.1em; margin-bottom:0.3em; }
h5 { font-size:112%; font-style:bold; 
     margin-top:1.1em; margin-bottom:0.3em; }
h6 { font-size:112%; font-style:bold; padding:0; margin:0; }

h1 .text { text-decoration:underline; }
h1 .numb { padding-right:0.8em; }
h1 .numb:empty { display:none; padding-right:0; }
h2 .numb { padding-right:0.8em; }
h2 .numb:empty { display:none; padding-right:0; }
h3 .numb { padding-right:0.8em; }
h3 .numb:empty { display:none; padding-right:0; }
h4 .numb { padding-right:0.8em; }
h4 .numb:empty { display:none; padding-right:0; }
h5 .numb { display:none; padding-right:0; }
h6 .numb { display:none; padding-right:0; }

kbd { font-family:monospace; }

noscript { font-size:1.2em; }

p { line-height:1.1em; margin-top:1em; margin-bottom:1em; }

.chunk { font-size:130%; text-decoration:underline; }
.head {}
.high {}
.bold { font-weight:bold; }
.center { text-align:center; }
.italic { font-style:italic; }
.left { text-align:left; }
.nowrap { white-space:nowrap; }
.prewrap { white-space:pre; }
.right { text-align:right; }
.strike { text-decoration:line-through; }
.under { text-decoration:underline; }

.backlight { background-color:#f2f2f2; }
.display0 { display:none; }

img { max-width:100%; }
.imglink { }

.link { }
.blank { }

.list { margin-bottom:1em; }
.list li { margin-top:0.5em; }
.list0 li { margin-top:0; }
.item {}

.tabl { border-collapse:collapse; text-align:left; margin:0.4em 2em 0.5em 2em; }
.tabu { border-collapse:collapse; text-align:right; margin:0.4em 2em 0.5em 2em; }

.tabr { vertical-align:top; }
.tabh { padding:0.2em 0 0 2em; margin:0; }
.tabd { padding:0.1em 0 0 2em; margin:0; }
.tabh:first-of-type, td:first-of-type { padding-left:0; }

.tabu .tabh,
.tabu .tabd { border:1px solid gray; padding:0.2em 0.3em 0.2em 0.3em; }
.tab0 { border:none; visibility:hidden; max-width:1em; 
        white-space:nowrap; overflow:hidden; }

.tabauto { margin-left:auto; margin-right:auto; }

.tabr:empty { height:0.2em; }
.tabu .tabh:empty, .tabu .tabd:empty { border:none; visibility:hidden; }

.error { font-size:110%; color:black; background-color:yellow;
         font-family:sans-serif; font-weight:bold; font-style:normal;
         width:95%; border:solid 1px gray; padding:0.5em 1em 0.5em 1em; }
.error::before { content:'\026a0\00a0'; }
.image { }
.page { width:98%; border:1px dashed gray; margin:1.5em 0 1.8em 0; }
.epage { width:98%; border:1px dashed black; margin:1.5em 0 1.8em 0; }
.monosp { font-family:monospace; }
.ppage { display:none; }
.simple { list-style-type:none; }
.valtop { vertical-align:top; }
.valmid { vertical-align:middle; }
.valbot { vertical-align:bottom; }

.code { border-style:solid; border-width:0 0 0 1px; padding-left:1em;
        font-family:monospace; white-space:pre; }
.block { }
.blockof { margin:0.4em 2em 0.5em 2em; }
.example { border-style:dashed; border-width:0 0 0 1px; padding-left:1em;
           margin-top:0.5em; margin-bottom:0.5em; white-space:pre; }
.indent { margin-left:2em; margin-right:2em; }
.noindent { margin-left:0; margin-right:0; }
.inblock { display:inline-block; }
.mono { white-space:pre; font-family:monospace; }
.note { margin:0.4em 2em 0.5em 2em; page-break-inside:avoid; }
.note h5 { margin-top:0 }
.note_hr { width:80%; border:1px solid gray; }
.prop { padding-left:1em; margin-top:0.5em; margin-bottom:0.5em; }
.quote { border-style:dashed; border-width:0 0 0 1px; padding-left:1em;
         margin-top:0.5em; margin-bottom:0.5em; }
.this { display:none; }

a:link,a:visited { color:black; text-decoration:none; }
a:hover,a:active { text-decoration:underline; }
a:focus { outline:0; } 

:target:before { content:''; display:block; height:0.1em; margin:-0.1em; }
a.link:link, a.link:visited,a.link:active 
{ color:midnightBlue; text-decoration:underline; text-decoration-style:solid; }

.TOC1cols1 { width:80%; max-width:80%; }
.TOC1cols2 { column-count:2; width:80%; max-width:80%; }
.TOC1cols3 { column-count:3; max-width:90%; max-width:90%; }
.TOC1cols4 { column-count:4; max-width:100%; max-width:100%; }
.TOC1table { margin-left:2em; white-space:nowrap; break-inside:auto; }
.TOC1table tr { vertical-align:top; text-align:left; break-inside:avoid; break-after:auto; }
.TOC1table td+td { padding:0 0 0 0.5em; }
.TOC1table .numb { width:3em; max-width:3em; }
.TOC1table .sepr { width:5em; max-width:6em; overflow:hidden; }
.TOC1table .majr { font-weight:bold; }
.TOC1table .text { white-space:normal; }

/* These are due to Firefox (at least <= 76) recalcitrant multi-column handling.
   Web search "Split table into css columns, issue in Firefox" (stackoverflow).
   "Good grief, Charlie Brown!" */
 
.TOC1cols2 table,
.TOC1cols2 tbody,
.TOC1cols2 tr,
.TOC1cols3 table,
.TOC1cols3 tbody,
.TOC1cols3 tr,
.TOC1cols4 table,
.TOC1cols4 tbody,
.TOC1cols4 tr { display:block; padding:0; }

.TOC2cols1 { width:60%; max-width:60%; }
.TOC2cols2 { column-count:2; width:70%; max-width:70%; }
.TOC2cols3 { column-count:3; width:80%; max-width:80%; }
.TOC2cols4 { column-count:4; width:90%; max-width:90%; }
.TOC2table { margin-left:2em; white-space:nowrap; break-inside:auto; }
.TOC2table tr { vertical-align:top; text-align:left; break-inside:avoid; break-after:auto; }
.TOC2table .numb { font-weight:bold; padding-right:0.5em; }
.TOC2table .text { width:100%; white-space:normal; }

/* see "recalcitrant" above */
.TOC2cols2 table,
.TOC2cols2 tbody,
.TOC2cols2 tr,
.TOC2cols3 table,
.TOC2cols3 tbody,
.TOC2cols3 tr,
.TOC2cols4 table,
.TOC2cols4 tbody,
.TOC2cols4 tr { display:block; padding:0; }

.NAVtable { margin:0.1em 0 0 2em; }
.NAVtable td { font-size:110%; font-weight:bold; padding:0; margin:0; }
.NAVtable a { padding:0 0.5em 0 0.5em; text-decoration:none; }

.IDXcols1 { width:80%; max-width:80%; }
.IDXcols2 { column-count:2; width:90%; max-width:90%; }
.IDXcols3 { column-count:3; width:95%; max-width:95%;  }
.IDXcols4 { column-count:4; width:100%; max-width:100%;  }
.IDXtable { margin:1em 0 1em 2em; white-space:nowrap; break-inside:auto; }
.IDXtable tr { vertical-align:top; text-align:left; break-inside:avoid; break-after:auto; }
.IDXtable .alpha { font-weight:bold; min-width:2em; }
.IDXtable .text  { width:100%; white-space:normal; }
.IDXtable .para:before { content:'\00b6\00a0'; }

/* see "recalcitrant" above */
.IDXcols2 table,
.IDXcols2 tbody,
.IDXcols2 tr,
.IDXcols3 table,
.IDXcols3 tbody,
.IDXcols3 tr,
.IDXcols4 table,
.IDXcols4 tbody,
.IDXcols4 tr { display:block; padding:0; }

.insight { background-color:cyan; font-family:monospace;
           padding:0 0.2em 0 0.2em; margin:0 0.2em 0 0.2em;
           font-size:100%; font-style:normal; font-weight:normal;
           text-decoration:none; }

.wasdoc { font-family: "Lucida Console", Monaco, monospace; 
          letter-spacing:-0.07em; }

@media screen { .blank::after { content:"\2924"; } 
                .print { display:none; }
}

@media print {
   table { page-break-inside:avoid; }
   .noprint { display:none; }
   .page { border:none; page-break-after: always; }
   .epage { display:none; }
   .ppage { page-break-after:always; }
   .NAVtable { display:none; }
   .NAVprint { display:block!important; }
}

@page { margin:2cm 1cm 2cm 1cm;  }
</style>
<!-- source:0000_INSTALL.WASDOC -->

<style type="text/css">._smiley::after { font-size:150%; vertical-align:middle; content:'\263a' }</style>
<style type="text/css">._frowny::after { font-size:150%; vertical-align:middle; content:'\2639' }</style>

<a id="0." href="#"></a>
<title>WASD Install and Update &ndash; Index</title>
<a id="6." href="#"></a>
<a id="6.index" href="#"></a>
<a id="index" href="#"></a>
<h1 class="head chunk">WASD Install and Update</h1>
<h1 class="head"><span class="numb">6.</span><span class="text">Index</span></h1>

<table class="NAVtable NAVprint"><tr>
<td><a href="javascript:window.history.back();">&#8617;&#xFE0E;</a>
<td><a href="install005.html#5.">&#8598;&#xFE0E;</a>
<td><a href="install000.html#0.">&#8593;&#xFE0E;</a>
<td><a href="install007.html#7.">&#8600;&#xFE0E;</a>
<td><a href="javascript:window.history.forward();">&#8618;&#xFE0E;</a>
</table>
<div class="IDXcols2">
<table class="IDXtable">
<tr><td class="alpha">A</td><td class="text"><a href="install000.html#0.abstract">&lsquo;Abstract&rsquo; in  WASD Install and Update</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.4.accessiblevolume">2.4&nbsp;Accessible Volume</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.3.accountsupportfiles">4.3&nbsp;Account Support Files</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install005.html#5.1.1.adhocserverwrapper">5.1.1&nbsp;Ad Hoc Server Wrapper</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install000.html#0.apachelicenseversion20">&lsquo;Apache License, Version 2.0&rsquo; in  WASD Install and Update</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.attributionandacknowledgement">7.&nbsp;Attribution and Acknowledgement</a>
<tr><td class="alpha">B</td><td class="text"><a href="install003.html#3.beforeupdating">&lsquo;Before Updating&rsquo; in 3. Update</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.bjoumlernhoumlehrmann">&lsquo;Bj&ouml;ern H&ouml;ehrmann&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">C</td><td class="text"><a href="install007.html#7.clarkcooperetal">&lsquo;Clark Cooper, et.al.&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install005.html#5.1.3.cleaningup">&lsquo;Cleaning Up&rsquo; in 5.1.3 Considerations</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install005.html#5.5.clonecomprocedure">5.5&nbsp;CLONE.COM Procedure</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install005.html#5.1.3.considerations">5.1.3&nbsp;Considerations</a>
<tr><td class="alpha">D</td><td class="text"><a href="install005.html#5.4.dclprocedure0x0337btaincom">&lsquo;DCL Procedure 0&#x0337;BTAIN.COM&rsquo; in 5.4 0&#x0337;BTAIN.COM Procedure</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install005.html#5.4.dclprocedureclonecom">DCL Procedure CLONE.COM</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.8.dclprocedureinstallcom">DCL procedure INSTALL.COM</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install005.html#5.2.dclprocedureselectcom">DCL Procedure SELECT.COM</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.3.dclprocedurestartupcom">DCL Procedure STARTUP.COM</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.3.dclprocedurestartuplocalcom">DCL Procedure STARTUP_LOCAL.COM</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.3.dclprocedurestartupservercom">DCL Procedure STARTUP_SERVER.COM</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install003.html#3.1.dclprocedureupdatecom">DCL Procedure UPDATE.COM</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.5.diskquota">2.5&nbsp;Disk Quota</a>
<tr><td class="alpha">F</td><td class="text"><a href="install005.html#5.1.2.formalenvironments">5.1.2&nbsp;Formal Environments</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.freesoftwarefoundation">&lsquo;Free Software Foundation&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">G</td><td class="text"><a href="install004.html#4.4.globalpagessections">4.4&nbsp;Global Pages/Sections</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.4.globalsections">&lsquo;Global Sections&rsquo; in 4.4 Global Pages/Sections</a>
<tr><td class="alpha">H</td><td class="text"><a href="install004.html#4.3.httpdexecutables">&lsquo;HTTPd Executables&rsquo; in 4.3 Account Support Files</a>
<tr><td class="alpha">I</td><td class="text"><a href="install006.html#6.index">6.&nbsp;Index</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.9.installcomprocedure">2.9&nbsp;INSTALL.COM Procedure</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.installation">2.&nbsp;Installation</a>
<tr><td class="alpha">L</td><td class="text"><a href="install000.html#0.license">&lsquo;License&rsquo; in  WASD Install and Update</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.licensedundertheapachelicenseversion20">&lsquo;Licensed under the Apache License, Version 2.0&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.11.localsetupsuggestions">2.11&nbsp;Local Setup Suggestions</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.5.logicalnames">4.5&nbsp;Logical Names</a>
<tr><td class="alpha">M</td><td class="text"><a href="install005.html#5.2.multipleinstallations">5.2&nbsp;Multiple Installations</a>
<tr><td class="alpha">N</td><td class="text"><a href="install001.html#1.newtowasdstarthere">1.&nbsp;New to WASD? Start Here!</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.noneofthefollowinglicensingappearsincompatiblewiththeapachelicense">&lsquo;None of the following licensing appears incompatible with the Apache License&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.1.note">&lsquo;Note&rsquo; in 2.1 Package UNZIP</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.1.note">&lsquo;Note&rsquo; in 2.1 Package UNZIP</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.10.note">&lsquo;Note&rsquo; in 2.10 Quick-Check</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install003.html#3.1.note">&lsquo;Note&rsquo; in 3.1 Package UNZIP</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.3.note">&lsquo;Note&rsquo; in 4.3 Account Support Files</a>
<tr><td class="alpha">O</td><td class="text"><a href="install005.html#5.4.obtaincomprocedure">OBTAIN.COM Procedure</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.3.ods5volume">2.3&nbsp;ODS-5 Volume</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.ohiostateuniversity">&lsquo;Ohio State University&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install000.html#0.onlinesearch">&lsquo;Online Search&rsquo; in  WASD Install and Update</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.opensslproject">&lsquo;OpenSSL Project&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install005.html#5.otherwaystodeploy">5.&nbsp;Other Ways to Deploy</a>
<tr><td class="alpha">P</td><td class="text"><a href="install002.html#2.2.packagedirectorystructure">2.2&nbsp;Package Directory Structure</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.5.packagelogicalnames">&lsquo;Package Logical Names&rsquo; in 4.5 Logical Names</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.1.packageunzip">2.1&nbsp;Package UNZIP</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install003.html#3.1.packageunzip">3.1&nbsp;Package UNZIP</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.paulejones">&lsquo;Paul E. Jones&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.5.prev10logicalnames">&lsquo;Pre-v10 Logical Names&rsquo; in 4.5 Logical Names</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.3.privilegedimage">&lsquo;Privileged Image&rsquo; in 4.3 Account Support Files</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.processquotas">&lsquo;Process Quotas!&rsquo; in 4. Server Account and Environment</a>
<tr><td class="alpha">Q</td><td class="text"><a href="install002.html#2.10.quickcheck">2.10&nbsp;Quick-Check</a>
<tr><td class="alpha">R</td><td class="text"><a href="install003.html#3.3.relinking">3.3&nbsp;Re-Linking</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.12.reportingproblems">2.12&nbsp;Reporting Problems</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.rsadatasecurity">&lsquo;RSA Data Security&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">S</td><td class="text"><a href="install005.html#5.3.selectcomprocedure">5.3&nbsp;SELECT.COM Procedure</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.serveraccountandenvironment">4.&nbsp;Server Account and Environment</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install005.html#5.1.serverenvironments">5.1&nbsp;Server Environments</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.6.serverimagecommandlineparameters">&lsquo;Server Image Command-Line Parameters&rsquo; in 4.6 Server Startup</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.6.serverstartup">4.6&nbsp;Server Startup</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.1.sourcearchiveobjectmodulearchives">&lsquo;Source Archive, Object Module Archives&rsquo; in 2.1 Package UNZIP</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install003.html#3.1.sourcearchiveobjectmodulearchives">&lsquo;Source Archive, Object Module Archives&rsquo; in 3.1 Package UNZIP</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.3.startupcom">&lsquo;STARTUP.COM&rsquo; in 4.3 Account Support Files</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.3.startuplocalcom">&lsquo;STARTUP_LOCAL.COM&rsquo; in 4.3 Account Support Files</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.3.startupservercom">&lsquo;STARTUP_SERVER.COM&rsquo; in 4.3 Account Support Files</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.stuartlangridge">&lsquo;Stuart Langridge&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.7.sysuafandrightslist">2.7&nbsp;SYSUAF and RIGHTSLIST</a>
<tr><td class="alpha">T</td><td class="text"><a href="install000.html#0.tableofcontent">&lsquo;Table of Content&rsquo; in  WASD Install and Update</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.tatsuhirotsujikawa">&lsquo;Tatsuhiro Tsujikawa&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.tcpipagentresources">&lsquo;TCP/IP Agent Resources!&rsquo; in 4. Server Account and Environment</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.8.tcpipinfrastructure">2.8&nbsp;TCP/IP Infrastructure</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install001.html#1.2.troubleshooting">1.2&nbsp;Troubleshooting?</a>
<tr><td class="alpha">U</td><td class="text"><a href="install003.html#3.update">3.&nbsp;Update</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install003.html#3.2.updatecomprocedure">3.2&nbsp;UPDATE.COM Procedure</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install003.html#3.1.updatingfromv93orearlier">&lsquo;Updating From v9.3 or Earlier&rsquo; in 3.1 Package UNZIP</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install001.html#1.1.usingia64hostedx86crosscomplier">1.1&nbsp;Using IA64-hosted X86 Cross-Complier?</a>
<tr><td class="alpha">V</td><td class="text"><a href="install002.html#2.6.vms6n">2.6&nbsp;VMS 6.n</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.2.vmsscriptingaccount">4.2&nbsp;VMS Scripting Account</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.1.vmsserveraccount">4.1&nbsp;VMS Server Account</a>
<tr><td class="alpha">W</td><td class="text"><a href="install002.html#2.7.warning">&lsquo;WARNING!&rsquo; in 2.7 SYSUAF and RIGHTSLIST</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install000.html#0.wasdinstallandupdate">&lsquo;WASD Install and Update&rsquo; in  WASD Install and Update</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install004.html#4.5.1.wasdnametable">4.5.1&nbsp;WASD Name Table</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install002.html#2.1.wasdopensslarchive">&lsquo;WASD OpenSSL Archive&rsquo; in 2.1 Package UNZIP</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install003.html#3.1.wasdopensslarchive">&lsquo;WASD OpenSSL Archive&rsquo; in 3.1 Package UNZIP</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install007.html#7.wasdvmswebservicesndashcopyrightcopy19962021markgdaniel">&lsquo;WASD VMS Web Services &ndash; Copyright &copy; 1996-2021 Mark G. Daniel&rsquo; in 7. Attribution and Acknowledgement</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install001.html#1.welcome">&lsquo;Welcome!&rsquo; in 1. New to WASD? Start Here!</a>
<tr><td class="alpha">0&#x0337;</td><td class="text"><a href="install005.html#5.4.0x0337btaincomprocedure">5.4&nbsp;0&#x0337;BTAIN.COM Procedure</a>
<tr><td class="alpha">&nbsp;</td><td class="text"><a href="install005.html#5.4.0btaincomprocedure">0BTAIN.COM Procedure</a>
</table>
</div>


<table class="NAVtable NAVprint"><tr>
<td><a href="javascript:window.history.back();">&#8617;&#xFE0E;</a>
<td><a href="install005.html#5.">&#8598;&#xFE0E;</a>
<td><a href="install000.html#0.">&#8593;&#xFE0E;</a>
<td><a href="install007.html#7.">&#8600;&#xFE0E;</a>
<td><a href="javascript:window.history.forward();">&#8618;&#xFE0E;</a>
</table>