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


Unpacking Session State Register 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.

These instructions may be used for unpacking software on any type of node host. Perform this step on each node host in the cluster before preceding to the next step.

Package Management Commands

The installer for the Solaris version of the Steel-Belted Radius Carrier server software uses pkg files with filenames that include the edition and version of the server software.

Table 21 lists common Solaris package management commands.

Table 21: 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 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 download directory to the /tmp/sbr directory.

Execute:

mkdir -p /opt/tmp 

cp -pR /tmp/sbr/solaris/* /opt/tmp/ 

  1. Extract the Steel-Belted Radius Carrier installation package.
  2. Execute: 
    
    cd /tmp/sbr
    
    ls -ltr
    
    total 216240
    
-rw-r--r--   1 root     root     110712276 Aug 25 09:44 
JNPRsbr.7.2.0.cl.sol.pkg.tgz

Execute:

gunzip -dc JNPRsbr.7.2.0.cl.sol.pkg.tgz
tar -xf JNPRsbr.7.2.0.cl.sol.pkg.tar 

  1. Verify that the extraction worked and confirm the name of the package file.
  2. Execute:
    
    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.2.0.cl.sol.pkg.tgz

  1. Install the package.

Execute:
pkgadd -d /tmp/sbr

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

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.
  2. Processing package instance <JNPRsbr.pkg> from </tmp>
    

  1. Confirm the installation directory.

Depending on the system configuration, the script prompts you to create the /opt/JNPRsbr directory if it does not exist, over-write an already-extracted package, or any of several other questions.

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

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

Answer the question appropriately (or change the extraction path if necessary) so that the script can proceed.

To accept the default directory as a target, 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 <JNPRsbr> [y,n,?]

  1. Confirm that you want to continue to install the package. Enter y.
  2. Installing JNPRsbr - Juniper Networks Steel-Belted Radius (Carrier Cluster 
    Edition) as <JNPRsbr>
    
    
    
    ## Executing preinstall script.
    
    ## Installing part 1 of 1.
    
    .
    
    .
    
    .
    
    [ verifying class <none> ]
    
    ## Executing postinstall script.
    
    Newly installed server directory will be backed up as:
    
    /opt/JNPRsbr/radius/install/backups/2009:03:31-00:34:06
    
    
    
    Installation of <JNPRsbr> was successful.
    

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