--- doc/build/sles9_install.frag 2006/10/10 20:09:00 1.2 +++ doc/build/sles9_install.frag 2013/12/13 18:28:42 1.6 @@ -36,7 +36,7 @@ The installation process takes the follo

Obtain SuSE Linux Enterprise Server 9

-SuSE ISO files can be obtained from the Novell site: http://www.novell.com/products/linuxenterpriseserver/. +SuSE ISO files can be obtained from the Novell site: http://www.suse.com/products/server/.

Determine Network Settings

@@ -58,8 +58,8 @@ DHCP is not supported. Installing SuSE Linux Enterprise Server is quite easy if you've installed Linux products before. Some documentation is available from -http://www.novell.com/documentation/sles9/.

-Most of the subsequent installation screens are self explanatory. +http://www.novell.com/documentation/sles9/.

+Most of the installation screens are self explanatory. There are a few steps that require comment and are dealt with below.

@@ -92,17 +92,18 @@ There are a few steps that require comme
Online update
Indicate "Yes" when prompted to "run online update now?"
-

Finish installing your server, read the "readme", reboot and log in as root.

+

Configure Firewall Settings

-

After reboot you should start yast, and select Security and Users -> Firewall. At step 2 include the following services: HTTP, HTTP with SSL, and Secure Shell. Use the "Expert..." option to add additional TCP services on ports 5663 and 8080. +

After reboot you should start yast, and select Security and Users -> Firewall. At step 2 include the following services: HTTP, HTTP with SSL, and Secure Shell.

+

Change software sources for your system

-You will use yast to import packages required for LON-CAPA.
+You will use yast to import packages required for LON-CAPA.
Execute:

@@ -113,6 +114,7 @@ Select "Change Source of Installation".
 

Add an additional installation source

Add the LON-CAPA SLES 9 repository as an additional installation source, so software installation in yast will have access to two repositories - a SuSE/Novell source (for packages included for the standard distribution) and the LON-CAPA repository (for extra packages needed to run LON-CAPA). For the LON-CAPA source you will use: +

Protocol
HTTP
@@ -123,11 +125,14 @@ Select "Change Source of Installation".
Authentication
Anonymous
+

After saving this configuration information for the LON-CAPA repository, choose "Edit", then "Refresh" the quit yast.

+

Update pwdutils package

Start yast, and choose the "Install and Remove software" option, and use "Search" to find pwdutils. Indicate that you wish to update to version 3.0.2.

+

Installing LON-CAPA

Install prerequisites

Execute:

@@ -144,7 +149,7 @@ Retrieve the LON-CAPA setup with one of
 wget http://install.loncapa.org/versions/suse/sles9/i386/suse_install.tar
 
-
+
64 bit architecture
 wget http://install.loncapa.org/versions/suse/sles9/x86_64/suse_install.tar
@@ -202,7 +207,7 @@ for it to function at all.  Below is a l
 To configure and install LON-CAPA, execute the following commands:
 

-cd /root/loncapa-N.N.N     (N.N.N should correspond to a version number like '2.0.2')
+cd /root/loncapa-X.Y.Z     (X.Y.Z should correspond to a version number like '2.10.0')
 ./UPDATE
 

@@ -215,21 +220,21 @@ in the previous section.

Updating packages

Start yast and use "Online Update" to check for updates to installed packages. When prompted for the username and password for your account with Novell, you should check the box to retain your log-in information, otherwise the nightly update check, installed as part of the LON-CAPA install, will fail and send you a message "ERROR(Media:login failed)" each time it runs.

+

Creating a Domain Coordinator

You will need at least one user at your site who has the role of 'domain coordinator'. This user creates accounts for other users and grants them additional privileges. The make_domain_coordinator.pl script -invoked below requires that you enter the users password. The password will -show in plaintext as you type it. Feel free to use the "passwd username" -command to change it later. Replace USERNAME and DOMAIN with an -appropriate user name and your domain. +invoked below requires that you enter the user's password. +Feel free to use the "passwd username" command to change it later. +Replace USERNAME and DOMAIN with an appropriate user name and your domain.

-cd /root/loncapa-N.N/loncom/build
+cd /root/loncapa-X.Y.Z/loncom/build
 perl make_domain_coordinator.pl USERNAME DOMAIN
-(WILL PROMPT FOR PASSWORD HERE)
 
+

Start/Restart Services

The LON-CAPA network services take a moment to start. Most misconfigurations @@ -243,19 +248,21 @@ will be apparent at this step. If you receive warnings when starting the httpd about missing perl modules, please make sure you followed the instructions in Installing LON-CAPA Dependencies. If you still have errors, please -contact the LON-CAPA support team. +contact the MSU LON-CAPA group.

+

Log in to your LON-CAPA Machine

Point a web browser at your new machine and log in as the domain coordinator. Congratulations!

+

If things aren't working right

If you've followed the steps above and the server doesn't start or you think -there's something wrong, please get in touch with the LON-CAPA support team. -You can submit a help request using our web form:
-http://support.loncapa.org/help/
+there's something wrong, please get in touch with the MSU LON-CAPA group. +You can submit a help request using our web form:
+http://help.loncapa.org/help/
If there were errors in installation of the dependency RPMs or during the automatic setup, please send us as much information as possible. If some part of this document is unclear please let us know.