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

  • 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

  1. 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.
  2. Obtain and install Perl 5 version 5.6.0 or better.
  3. Obtain and install Perl Digest-MD5 version 2.12 or later from your nearest CPAN archive.
  4. Obtain and install Perl Tk (version Tk800.023 or better) See your nearest CPAN archive.
  5. Unpack the distribution with gunzip -c Radar-x.x.tgz|tar xvf -. You will need the Gnu Unix tool gunzip(1) to do this.
  6. Check the latest patches and bug alerts for patches that might be relevant to your installation.
  7. Change to the distribution directory: cd Radar-1.x
  8. perl Makefile.PL
  9. make test This is the regression test. You should see some lines saying "ok" and none saying "not ok".
  10. Log in as, or su to root
  11. make install
  12. Now any user on that host can run Radar with radar

Linux RPM

Linux users can easily install from an RPM binary package

  1. 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.
  2. Log in as root
  3. Install the package with rpm -Uvh Radar-1.x-x.i386.rpm
  4. 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.

  1. 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.
  2. 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.
  3. Connect your computer to the Internet so you will be able download any required Perl modules from ActiveState using PPM in the next section.
  4. Double click on c:\perl\bin\ppm (the Perl package manager). You will get a command line screen running ppm with a PPM> prompt.
  5. Type install Tk to install the Tk graphics package.
  6. 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.
  7. Start an MSDOS command window, change directories to the distribution directory.
  8. Type perl Makefile.PL. This will check that your distribution is complete.
  9. Run the regression tests with perl test.pl. You should see some lines like "ok xx", and none saying "not ok xx".
  10. Type perl Makefile.PL install. This will install Radar and its support files.
  11. 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:

  1. Consult the Reference Manual.
  2. Consult the FAQ for extra hints.
  3. 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.
  4. 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.
  5. 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:
    1. A detailed description of the problem.
    2. Your Radiator configuration file (remove any secrets and passwords first).
    3. 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.
    4. Details of the computer type, operating system etc.
  6. 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