|   
 
|
n
Radar Installation
Radar is a well behaved Perl application, and installation is usually easy.
It is packaged as a conventional perl distribution, which may be installed
on Unix or Windows An RPM package suitable for most Linux versions is also
available
- First, order and pay for Radar.
- Wait for a user name and password to be sent to you by email.
- Ensure you have installed Radiator version
3.0 or later.
- Fetch Radar (user name and password required)
and install it in a work directory. (for best results, shift-click
on this link). Get the .rpm file for Linux RPM installations, and the
.tgz file for all other plaforms.
- Now go to Unix installation or Linux
RPM installation or Windows
Unix
- Make sure you are (or have access
to) a system administrator and someone who understands your Radius
system. Assistance with installing
or configuring Radar is not included in the price
of Radar.
- Obtain and install Perl 5 version 5.6.0 or better.
- Obtain and install Perl Digest-MD5
version 2.12 or later from your nearest CPAN archive.
- Obtain and install Perl Tk (version
Tk800.023 or better) See your nearest CPAN archive.
- Unpack the distribution with
gunzip -c Radar-x.x.tgz|tar xvf
-. You will need the Gnu Unix tool gunzip(1) to do this.
- Check the latest patches and bug alerts for patches
that might be relevant to your installation.
- Change to the distribution directory:
cd Radar-1.x
perl Makefile.PL
make test This
is the regression test. You should see some lines saying "ok" and none saying "not ok".
- Log in as, or su to root
- make install
- Now any user on that host can run
Radar with
radar
Linux RPM
Linux users can easily install from an RPM binary package
- Make sure you are (or have access to) a system administrator and
someone who understands your Radius system. Assistance with installing
or configuring Radar is not included in the price
of Radar.
- Log in as root
- Install the package with
rpm -Uvh Radar-1.x-x.i386.rpm
- Now any user on that host can run Radar with
radar
Win95, 98, 2000 and NT
On Windows, we recommend that you use ActivePerl from ActiveState, since
it installs very easily, and many additional modules are available precompiled
directly from ActiveState.
- Make sure you are (or have access to) a system administrator and
someone who understands your Radius system Assistance with installing
or configuring Radar is not included in the price
of Radar.
- Download and install ActivePerl.
During installation, accept all the defaults. Allow it to change Autoexec.bat.
Allow setup to reboot your computer if it needs to.
- Connect your computer to the Internet so you will be able download
any required Perl modules from ActiveState using PPM in the next section.
- Double click on c:\perl\bin\ppm (the Perl package manager). You will
get a command line screen running ppm with a
PPM> prompt.
- Type
install Tk to install the Tk graphics package.
- Unpack your Radar distribution to a suitable location, such as c:radar
(we will call this location the distribution directory. Recent
versions of WinZip (6.5 or later) can be used to decompress and unpack
the distribution file.
- Start an MSDOS command window, change directories to the distribution
directory.
- Type
perl Makefile.PL. This will check that your distribution
is complete.
- Run the regression tests with
perl test.pl.
You should see some lines like "ok xx", and none saying "not ok xx".
- Type
perl Makefile.PL install. This will install Radar
and its support files.
- Run radar with
radar
Configuration
Now that Radar is installed and you know that it is working properly, you
need to ensure your Radiator system is configured to allow Radar to connect
to your Radiator servers. See the Radar Reference
Manual for more
information.
Additional Resources
- There is a complete archive of the Radar mailing
list.
- Documentation is available online
If you have trouble
Before you post to the mailing list asking for assistance, we suggest you go
through the following check list:
- Consult the Reference Manual.
- Consult the FAQ for extra hints.
- Check that you are using the latest version of Radar. See http://www.open.com.au/radar/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 mailing list by mailing to radiator@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 radar-support@open.com.au.
Mail to this address will be ignored unless you have a support contract.
n |