Novell OPEN ENTERPRISE SERVER 2 SP2 Installation Manual page 41

Hide thumbs Also See for OPEN ENTERPRISE SERVER 2 SP2:
Table of Contents

Advertisement

2 Select Network Services, then click NFS Server.
You might be prompted to install the NFS server.
3 On the NFS Server configuration screen, select Start in the NFS Server section, select Open
Port in Firewall in the Firewall section, then click Next.
4 In the Directories section, click Add Directory and specify or browse to the directory where you
have created the install root (source directory), then click OK.
5 Accept the defaults in the pop-up window for adding a Host.
If you are experienced with NFS configurations, you can customize the configuration.
6 Click Finish.
FTP Protocol Configuration
These instructions use pure ftpd and can be installed through YaST. Depending on the FTP server
you use, the configuration might be different.
If you have created your install root (source directory) within your FTP root, you can forego the
following procedure and simply start pure ftpd.
The default configuration of pure ftpd runs in chroot jail, so symlinks cannot be followed. In order to
allow FTP access to the install root created outside of the FTP root, you must mount the install root
directory inside of the FTP root.
If you have not created your install root within your FTP root and you choose to use this protocol:
1 Create a directory inside of your FTP root.
2 Run the following command:
mount --bind /path_to_install_root /path_to_directory_in_ftp_root
For example,
mount --bind /tmp/OES /srv/ftp/OES
3 (Optional) If you want to make this install root permanent, add this command to the
file.
fstab
4 Start pure ftpd.
HTTP Protocol Configuration
These instructions use Apache2 as provided by SLES 10.
If you choose to use this protocol:
1 Modify the
default-server.conf
and create directory indexes.
The
default-server.conf
tag of the
default-server.conf
to the
Indexes
Options
2 (Conditional) If the install root is outside of the HTTP root, create a symbolic link to the install
root with the following command:
ln -s /path_to_install_root /path_to_link
For example,
file of your HTTP server to allow it to follow symlinks
file is located in the
/etc/apache2
file, remove
None
directive, then save the changes.
directory. In the
if it is there, add
FollowSymLinks
/etc/
Directory
and
Installing OES 2 SP2
41

Advertisement

Table of Contents
loading

Table of Contents