Aol server install V1 Do these commands as root $ groupadd nsadmin $ useradd -g nsadmin -d /usr/local/aolserver nsadmin $ su - nsadmin $ scp @10.11.0.68:/tmp/aolserver.tar . $ tar -xvf aolserver.tar $ mkdir /opt/web $ mkdir /opt/web/ Copy oracle-bash.txt into nsadmin's .bash_profile $ emacs oracle-bash.txt & $ emacs ~/.bash_profile & Copy every thing from oracle-bash.txt and paste it into the bottom of .bash_profile. Save and close both emacs Open nsd.tcl $ emacs nsd.tcl & Update nsd.tcl Change all the <...> at the top to the values for your server. Example: change dan change danpassword change danserver change 10.11.0.XX change 8080 Save as .tcl Make sure that you have a new tablespace and new user. make your first html page $ mkdir /opt/web//www $ emacs /opt/web//www/index.html & Make a simple page. for example one line . . . test save the file and close emacs Test out your server $ source ~/.bash_profile $ /usr/local/aolserver/bin/nsd -ft /usr/local/aolserver/.tcl Open up netscape and point it to http://: if this works add the startup command to /etc/inittab it should look something like this . . . s11:5:respawn:/usr/local/aolserver/bin/nsd -u nsadmin -ikt /usr/local/aolserver/anthserver.tcl