n RAdmin Installation
- Make sure you are (or have access to) a system administrator and
someone who understands your Radius authentication and accounting requirements.
Assistance with installing or configuring RAdmin is not included
in the price of RAdmin.
- Order and pay for RAdmin.
- Wait for a user name and password to be sent to you by email.
- Fetch latest version of
RAdmin (user name and password required) and save it in a work
directory. If you have problems downloading the software, please
contact info@open.com.au.
- Purchase, download and install Radiator.
- Follow the detailed instructions in the Installation
and Reference manual
Quick Start
If you dont have time to read the installation instructions in the Installation
and Reference manual and you have a vanilla Unix installation, here
is a very brief summary of the steps required to install RAdmin on a Unix
system. If you are installing on Win95/98 or NT, or are migrating from
an earlier version of RAdmin, consult the Installation and Reference manual
for detailed
instructions.
- Install and configure a web server. We recommend Apache,
but RAdmin will work with a range of other Unix web servers such as
Netscape, NCSA and others.
- Install and configure your selected SQL database server. RAdmin works
with most free and commercial SQL servers.
- Obtain and install Perl 5 version 5.004 or better.
- Obtain and install DBI (version 0.90 or better) and the DBD module
for your selected database. DBD modules are available for many commercial,
free and shareware RDBMSs. See your nearest CPAN archive.
- Unpack the RAdmin distribution with
cat Radmin-x.x.tgz|gunzip
-c|tar xvf -. You will need the Gnu Unix tool gunzip(1) to
do this, which is available on and for most Unix systems.
- Check the latest patches and
bug alerts for patches that might be relevant to your installation.
- Change to the distribution directory:
cd Radmin-x.x
- Install the RAdmin tables for you selected database, using
sh installXXX.sh
where XXX is the name of your SQL server.
perl install.pl
When prompted, enter the full path names to the HTML and CGI directories
for your web server. For a standard Apache installation, the default paths
are OK.
- Check that RAdmin is working, try the
List Users page. If that appears, your RAdmin system is working
OK.
- Using the
Add User page, add some test users.
- Configure your Radiator to use RAdmin, see the example radmin.cfg
in the Radiator goodies directory.
- Set up web access controil and user access permissions as described
in the RAdmin reference manual.
- Test your complete Radiator/SQL/RAdmin system.
Migrating from earlier versions
If you are migrating from an earlier version of RAdmin, see the
special migration instructions.
If you have trouble
Before you post to the mailing list asking for assistance, we suggest you go
through the following check list:
- If you have trouble downloading the software, please contact info@open.com.au.
- Consult the Reference Manual.
- Possibly consult the Migration instructions.
- Consult the FAQ for extra hints.
- Check that you are using the latest version of RAdmin. See http://www.open.com.au/radmin/downloads,
use the username and password we have issued to you. Upgrade if you need
to.
- Check whether there are any patches that address your problem. See the
README in the patches
directory for your revision. Apply any patches that you think you might
need.
- If you still have the problem post to the RAdmin mailing list by mailing
to radmin@open.com.au (you will need
to subscribe before first posting to that list) Be sure to include at least
the following information:
- A detailed description of the problem.
- Your Radiator configuration file (remove any secrets and passwords
first).
- An extract from your Radiator log file (with Trace level of 4) illustrating
the problem, or at least what is happening at the time of the problem.
- Details of the computer type, operating system etc.
This information helps people to understand your problem and help find a
solution more quickly.
If you have a support contract, you may email us at radius-support@open.com.au.
Mail to this address will be ignored unless you have a support contract.
n |