Clustering iFolder 3.x Servers with Novell Cluster Services for Linux
127
no
vd
ocx (
E
NU)
01
F
ebr
ua
ry
200
6
4c
Copy the
/var/lib/wwwrun/.local
directory to the mount point for the shared
volume. At a server console, enter
cp -a /var/lib/wwwrun/.local
/mnt/ifolder3
This creates the
/mnt/ifolder3/.local
directory. The
-a
option provides a
recursive copy of all of the subdirectories and content in
.local
, and preserves the
mode, ownership, and timestamp information.
4d
Remove the
/var/lib/wwwrun/.local
directory. At the server console, enter
rm -rf /var/lib/wwwrun/.local
4e
Create a symbolic link from the
.local
directory on the shared volume to the
wwwrun
user’s home directory. At a server console, enter
ln -s
/mnt/ifolder3
/.local /var/lib/wwwrun/
Verify that the symbolic link is valid. At a terminal console, enter
ll /var/lib/wwwrun/
If the link appears blue, it is valid. If the link appears red, the link is invalid.
4f
Change ownership of the
.local
symbolic link to user
wwwrun
and group
www
. At a
server console, enter
chown -R wwwrun:www /var/lib/wwwrun/.local
4g
Restart Apache, then verify services.
rcapache2 restart
Open your Web browser to the iFolder server to make sure it is running.
http://
192.168.1.1
/simias10/Simias.asmx
Replace
192.168.1.1
with the IP address of the server node you are configuring. If
everything is working properly, you should get an authentication prompt.
4h
If you installed iFolder 3.
x
Web Access server, in YaST, configure Web Access. For
information, see
Section 6.3, “Configuring the iFolder Web Access Server,” on page 55
.
For the Web Access Alias, specify an alias such as
/ifolder
. Use the same alias on all
nodes when you configure them later.
For the iFolder Server URL, specify SSL (by using https in the URL) and specify
localhost
as the location. For example:
https://localhost
4i
Stop Apache on Node 1, then unmount the shared volume. At the server console, enter
/etc/init.d/apache2 stop
umount
/mnt/ifolder3
4j
Modify the server settings so that Apache does not load at boot and Apache starts and
stops are controlled with the cluster’s load and unload scripts.
At the server console, enter
chkconfig apache2 off
5
Configure iFolder services on each of the remaining nodes in the cluster by doing the
following:
In the following commands, replace
/mnt/ifolder3
with the mount point of the shared volume
you created in
Step 1
.
5a
Mount the shared volume. At a terminal console, enter
Содержание IFOLDER 3 - ADMINISTRATION
Страница 4: ...novdocx ENU 01 February 2006...
Страница 10: ...10 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 30: ...30 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 40: ...40 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 44: ...44 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 50: ...50 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 66: ...66 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 80: ...80 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 102: ...102 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 108: ...108 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 124: ...124 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 140: ...140 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...