📄 itms_install_guide.html
字号:
<html><head><meta http-equiv="Content-Type" content="text/html"><title>Hardware and Software Installation Instructions</title></head><body><h1>Hardware and Software Installation Instructions</h1><p>Following these instructions will result in a computer that is prepared torun ITMS.</p><a href="#installitms">Click to jump directly to the ITMS software installation guide.</a><br><h2>Hardware Preparation</h2>You will need as a minimum:<ul> <li>Pentium Pro or Pentium II 200Mhz or faster CPU</li> <li>32 Mb of Main memory</li> <li>800 Mb Hard disk (BSDI + additional software + ITMS + database)</li> <li>Internet Connection</li> <li>IP address with name registered in DNS</li> <li>Netmask</li> <li>Default route</li> <li>DNS server ip address</li></ul><h2>Fill out the Configuration Worksheet (Table 1) before beginning.</h2><p>Table 1: Configuration Worksheet (examples provided)<table border="1"> <tr> <td>Server name</td> <td>localhost.localdomain.com</td> </tr> <tr> <td>IP address</td> <td>192.168.150.10</td> </tr> <tr> <td>Netmask</td> <td>255.255.255.0</td> </tr> <tr> <td>Default Route</td> <td>192.168.150.254</td> </tr> <tr> <td>BSD/OS license key</td> <td>1234 5678 9876</td> </tr> <tr> <td>DNS server</td> <td>200.100.150.100</td> </tr></table><h2>BSDI Operating system</h2><p>You will need the BSDI 4.2 CD and perhaps the installation floppy. Follow theinstructions in the BSD/OS 4.2 Administrator's Guide to install BSD/OS. Whenprompted to enter your license key, enter it. You must install the followingpackages:</p><ul> <li>Required packages <li>Additional /usr <li>Developer <li>Manual Pages <li>Misc. Additional Binaries <li>Kernel Objects</ul><p>The following files will need to be edited, with the bold entries replacedwith items from the preparation worksheet.<table border="1"> <tr> <td>Filename</td> <td>Contents</td> </tr> <tr> <td> <pre>/etc/netstart</pre> </td> <td> <pre>hostname=localhost.localdomain.comnis_domain=interfaces="exp0"primary="exp0"defroute="192.168.150.254"# exp0::ipaddr_exp0="192.168.150.10"netmask_exp0="255.255.255.0"linkarg_exp0="media auto"additional_exp0=</pre> </td> </tr> <tr> <td> <pre>/etc/named.conf</pre> </td> <td>see pg 18 [BSD/OS Admin Guide] <pre>options { directory "/etc/namedb"; forwarders { 200.100.150.100; };};zone "." { type hint; file "root.cache";};</pre> </td> </tr></table><h2>Required Software Packages</h2><p>All the required software can be downloaded from the Internet, compiled andinstalled. The order in which they are installed is important. The versions ofeach package have been tested; substituting different versions may not work.</p><p>We will use the /usr/local/src directory to download and build the requiredpackages. You must first log in as root.</p><pre># mkdir /usr/local/src </pre><h3>Sudo</h3><table border="1"> <tr> <td>URL</td> <td>http://www.courtesan.com/sudo/sudo.html</td> </tr> <tr> <td>Download</td> <td>ftp://ftp.courtesan.com/pub/sudo/sudo-1.6.3p7.tar.gz</td> </tr> <tr> <td>Version</td> <td>Sudo 1.6.3 patch 7</td> </tr> <tr> <td>Download to</td> <td>/usr/local/src/</td> </tr></table><p>Download and install the package</p><pre># cd /usr/local/src # wget ftp://ftp.courtesan.com/pub/sudo/sudo-1.6.3p7.tar.gz # gzcat sudo-1.6.3p7.tar.gz | tar 杧vf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -