[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Unpacking the Steel-Belted Radius Carrier Software

This section assumes that you are installing Steel-Belted Radius Carrier on your Solaris server for the first time or that you are installing Steel-Belted Radius Carrier in a directory other than the one used by previous installations — a clean installation.

Package Management Commands

The installer for the Solaris version of the Steel-Belted Radius Carrier server software uses pkgadd files, which have filenames that include the edition and version of the server software.

Table 5 lists common Solaris package management commands.

Table 5: Useful Package Management Commands  
Command
Function

pkginfo -x |egrep "FUNK|JNPR|RSAR"

Report any pre-existing packages and patches.

pkginfo -l JNPRsbr

Report high level description for specified package

pkginfo -r JNPRsbr

Show installed directory

pkgadd -d /path/to/JNPRsbr.pkg [-a none] JNPRsbr.pkg

Install [at specified /path]

pkgrm JNPRsbr

Uninstall Steel-Belted Radius Carrier.


To install the Steel-Belted Radius Carrier server software on a Solaris server:

  1. Log in to the Solaris server as root.
  2. Copy the Steel-Belted Radius Carrier installation files from their download location or CD to the Solaris server. Make sure to copy them to a local or remote hard disk partition that is readable by root.

This example copies the files from a CD to the /tmp/sbr directory.

# mkdir -p /tmp/sbr
# cp -pR /cdrom/sbr/solaris/* /tmp/sbr

  1. Extract the Steel-Belted Radius Carrier installation package.
# cd /tmp/sbr
# $ls -ltr
total 216240
-rw-r--r--   1 root     root     110712276 Aug 25 09:44 JNPRsbr.7.0.0.sol.pkg.tgz
#gunzip -dc JNPRsbr.7.0.0.sol.pkg.tgz |tar xf -

  1. Verify that the extraction worked and confirm the name of the package file.
# ls -ltr
total 216256
drwxr-xr-x   4 Xtreece  other        370 Aug 24 17:01 JNPRsbr.pkg
-rw-r--r--   1 root     root     110712276 Aug 25 09:44 JNPRsbr.7.0.0.sol.pkg.tgz

  1. Install the package.
# pkgadd -d /tmp/sbr

The following packages are available:
  1  JNPRsbr.pkg     JNPRsbr - Juniper Networks Steel-Belted Radius Carrier
                     (sparc) 7.00.4556

Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]: all

  1. Type all and press Enter.
    The script resumes.
JNPRsbr - Juniper Networks Steel-Belted Radius Carrier(sparc) 7.00.4556
(C) Copyright 1996-2008 Juniper Networks, Inc.  See license.txt

The selected base directory </opt/JNPRsbr> must exist before installation is attempted.

Do you want this directory created now [y,n,?,q]

  1. Confirm that the script should create the directory. Enter y.
    The script resumes.
Using </opt/JNPRsbr> as the package base directory.
## Processing package information.
## Processing system information.
   48 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <JNPRsbrsp> [y,n,?]

  1. Confirm that you want to continue to install the package. Enter y.
**** user will see a scrolling list of all the files being installed. The files shown below are only a 
subset*******
.....
/opt/JNPRsbr/radius/openldap/schema/openldap.schema
/opt/JNPRsbr/radius/openldap/slapd
/opt/JNPRsbr/radius/openldap/tools/Examples.txt
/opt/JNPRsbr/radius/openldap/tools/db_recover
/opt/JNPRsbr/radius/openldap/tools/ldapdelete
/opt/JNPRsbr/radius/openldap/tools/ldapmodify
/opt/JNPRsbr/radius/openldap/tools/ldapsearch
/opt/JNPRsbr/radius/openldap/ucdata/case.dat
/opt/JNPRsbr/radius/openldap/ucdata/cmbcl.dat
/opt/JNPRsbr/radius/openldap/ucdata/comp.dat
/opt/JNPRsbr/radius/openldap/ucdata/ctype.dat
/opt/JNPRsbr/radius/openldap/ucdata/decomp.dat
/opt/JNPRsbr/radius/openldap/ucdata/kdecomp.dat
/opt/JNPRsbr/radius/openldap/ucdata/num.dat
/opt/JNPRsbr/radius/optiva.dct
/opt/JNPRsbr/radius/optivity.dct
/opt/JNPRsbr/radius/oracle.ini
/opt/JNPRsbr/radius/orinoco.dct
/opt/JNPRsbr/radius/paceset.dct
/opt/JNPRsbr/radius/parlayPPSPlugin.gen
/opt/JNPRsbr/radius/parlayPPSPlugin.so
/opt/JNPRsbr/radius/passaprt.dct
/opt/JNPRsbr/radius/passport.dct
/opt/JNPRsbr/radius/pathdb.dct
/opt/JNPRsbr/radius/peapauth.aut
/opt/JNPRsbr/radius/peapauth.so
/opt/JNPRsbr/radius/pico.dct
/opt/JNPRsbr/radius/portmstr.dci
/opt/JNPRsbr/radius/portmstr.dct
/opt/JNPRsbr/radius/pprt8000.dct
/opt/JNPRsbr/radius/prepaidAcct.acc
/opt/JNPRsbr/radius/prepaidAcct.so
/opt/JNPRsbr/radius/prepaidAttr.att
/opt/JNPRsbr/radius/prepaidAttr.so
/opt/JNPRsbr/radius/proxy.ini
......
[ verifying class <none> ]
## Executing postinstall script.
Newly installed server directory will be backed up as:
/opt/JNPRsbr/radius/install/backups/2008:08:25-09:47:28

Installation of <JNPRsbrsp> was successful.

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]