X-Bone 3.1 - April 2004
| Source |
|
| FreeBSD Ports |
|
| |
|
Linux+Perl 5.8.0
(Redhat 9)
|
|
Linux+Perl 5.8.3
(Fedora Core 2)
|
|
Readme »
Changes »
Requirements »
Installation Instructions »
Archived Versions »
Installation Instructions
Install from:
- FreeBSD Ports
- Linux
- Source
NOTE: Please refer to Installation
instructions for more details. This (online) copy is more recent than
the one included in the distribution.
FreeBSD [port installation]
- Check your OS versions, kernel configurations, & apply necessary
kernel patches.
- Update your FreeBSD port collection.
- Uninstall previous versions of X-Bone.
- Download and unpack X-Bone port tarball:
% cd /usr/tmp && tar xvfz xbone-3.1-port.tar.gz
- Download and unpack X-Bone GUI port:
% cd /usr/tmp && tar xvfz xbone-gui-3.1-port.tar.gz
- Install X-Bone Node Daemon on multiple hosts:
%cd /tmp/xbone-3.1-port && make install
- Install X-Bone GUI on one host:
%cd /tmp/xbone-gui-3.1-port && make install
- On the GUI host, configure and start apache (use sample configuration provided,
if necessary)
- Post install operations at any time:
- for X-Bone Node Daemon:
%xb-config
- for X-Bone GUI:
%xb-gui-config
Linux [RPM installation]
- Check your OS versions, kernel configurations, & apply necessary
kernel patches.
- Obtain and install the perl modules
(You might want to use this
simple shell script)
- Uninstall previous versions of X-Bone.
- Install the X-Bone RPM for Node Daemon on multiple hosts:
% rpm -i XBone-3.1-1.i386.rpm
- Install the X-Bone RPM for GUI on one host:
% rpm -i XBone-GUI-3.1-1.i386.rpm
- On the GUI host, configure and start apache. (use sample configuration
provided, if necessary)
- Post install operations at any time:
- for X-Bone Node Daemon:
%xb-config
- for X-Bone GUI:
%xb-gui-config
Installation from Source
- Check your OS versions, kernel configurations, & apply necessary
kernel patches.
- Download source
- Extract the sources
% tar zxvf XBone-3.1.tar.gz
% cd XBone-3.1
- Install Node Daemon on multiple hosts:
% make node
% xb-config (in case you would like to configure the node daemon)
- Install X-Bone GUI on multiple hosts:
% make gui
% xb-gui-config (in case you would like to configure the GUI)
- On the GUI host, install and configure Apache (use sample configuration provided,
if necessary)
- Post install operations at any time:
- for X-Bone Node Daemon:
%xb-config
- for X-Bone GUI:
%xb-gui-config
Back to Top»
Starting X-Bone
Preparation
- Obtain or create your X.509 certificates for all X-Bone nodes (OM
and RDs) and users.
- Copy your host certificate and key files to /usr/local/etc/xbone/cert/.
On GUI host
- Check the following configurations:
Apache-SSL configuration
- (Re)start Apache-SSL
% apachectl startssl
On all hosts
- Check the following configurations:
X-Bone daemon configure file
/etc/resolv.conf points to nameserver
- (Re)Start Node Daemon:
%xb-node-daemon
On Name server
- (Re)Start name server
%named
Back to Top »
Required Software
This is a list of the software required by X-Bone. Each package may have
additional software dependencies not shown. Check each individual software
for details.
1. Only needed if you want Dynamic Routing support. Please refer to
"xbone-dynamic-routing.txt"
for more details.
2. Only needed if you want QoS support.
Back to Top »
$ Last Modified:
April 22, 2004 1:28 PM
$
|