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


sbrd.conf File

The sbrd.conf file (Table 27) is an executable Bourne shell script that is invoked by the sbrd process to initialize the execution environment for Steel-Belted Radius Carrier.

NOTE: In previous versions of server software, users were instructed to modify the sbrd script if they wanted to change its settings. The sbrd.conf file makes direct modification to the sbrd script unnecessary. Do not modify the sbrd script.


For example:

#!/bin/sh
##############
# sbrd.conf
##############
ULIMIT_CORE_SIZE="" 
ULIMIT_CORE_COUNT=3 
ULIMIT_OPEN_FILES=1024

RADIUSUMASK=""
RADIUS_HIGH_FDS=1
ORACLE_MSB_FILE="ORACLE_HOME/rdbms/mesg/ocius.msb"

# Radius executable, options, and arguments
RADIUS="radius"
RADIUSOPTS=""
RADIUSARGS="sbr.xml"
RADIUS_PRIVATE_DIR="$RADIUSDIR"

# Watchdog executable, options, and arguments
WATCHDOGENABLE=0
WATCHDOG="radiusd"
WATCHDOGOPTS="--config $RADIUSDIR/radiusd.conf --pidfile 
$RADIUSDIR/radius.pid"
WATCHDOGARGS="$RADIUSDIR/$SELF"

NOTE: Do not include spaces in parameter settings in the sbrd.conf file. Correct: ULIMIT_CORE_COUNT=3 Incorrect: ULIMIT_CORE_COUNT = 3



Table 27: sbrd.conf Syntax  
Parameter
Function

ULIMIT_CORE_SIZE

Specifies the size of core files generated if Steel-Belted Radius Carrier fails.

  • If set to a value, ULIMIT_CORE_SIZE specifies the maximum size for core files in 512-byte blocks (Solaris).
  • If set to disabled, Steel-Belted Radius Carrier uses the current environment without changes.
  • If set to "" (two double-quotes with no space between), Steel-Belted Radius Carrier uses the current environment, making adjustments as needed.

Default value is "".

ULIMIT_CORE_COUNT

Specifies the number of core files maintained on the Steel-Belted Radius Carrier server. If the maximum number of core files already exists on the server, Steel-Belted Radius Carrier discards the oldest core files and generates a new core file if it fails.

  • If set to a number in the range 0-999,999,999, the server maintains the specified number of core files.
  • If set to unlimited, Steel-Belted Radius Carrier does not discard existing core files if it generates a new one.
  • If set to disabled, Steel-Belted Radius Carrier uses the current environment without changes.
  • If set to "" (two double-quotes with no space between), Steel-Belted Radius Carrier uses the current environment, making adjustments as needed.

Default value is 3.

ULIMIT_OPEN_FILES

Specifies the number of open files that the Steel-Belted Radius Carrier process can have open at one time.

  • If set to a number in the range 256-1024, the server maintains the specified number of open files.
  • If set to disabled, Steel-Belted Radius Carrier uses the current environment without changes.
  • If set to "" (two double-quotes with no space between), Steel-Belted Radius Carrier uses the current environment, making adjustments as needed.

Default value is 1024.

RADIUSMASK

Specifies the file permissions that are withheld when new log files are created.

  • If set to a umask argument, log files are created with the specified permissions withheld from Owner, Group, and Other users.
  • If set to "", log files are created with the default access permissions established by the ambient umask for Owner, Group, and Other users.

Refer to "Using the User File Creation Mode Mask" of the Steel-Belted Radius Carrier Administration and Configuration Guide for information on how to configure and use umask to control file permission settings.

RADIUS_HIGH_FDS

  • If set to 0, management of file descriptors is disabled. You can set RADIUS_HIGH_FDS to 0 if you specified a value of 256 or lower for the ULIMIT_OPEN_FILES parameter.
  • If set to 1, management of file descriptors is enabled. Set RADIUS_HIGH_FDS to 1 if you specified a value greater than 256 for the ULIMIT_OPEN_FILES parameter.

Default value is 1.

ORACLE_MSB_FILE

Specifies the absolute path to the locale-specific Oracle message file.

  • If you enter the path name to a message file, the file descriptor that is returned is greater than 255.
  • If you enter "", Steel-Belted Radius Carrier uses the descriptor returned by a standard library open() call.

RADIUS

Default value is "radius".

Do not change this value unless instructed to do so by technical support.

RADIUSOPTS

Specifies options used when running Steel-Belted Radius Carrier.

Default value is "".

Do not change this value unless instructed to do so by technical support.

RADIUSARGS

Default value is "sbr.xml".

Do not change this value unless instructed to do so by technical support.

RADIUS_PRIVATE_DIR

Default value is "$RADIUSDIR".

Do not change this value unless instructed to do so by technical support.

WATCHDOGENABLE

  • If set to 0, the Steel-Belted Radius Carrier watchdog process, which restarts Steel-Belted Radius Carrier if it fails, is disabled.
  • If set to 1, the Steel-Belted Radius Carrier watchdog is enabled.

Default value is 0.

WATCHDOG

Specifies the name of the Steel-Belted Radius Carrier watchdog process.

Default value is radiusd.

Do not change this value unless instructed to do so by technical support.

WATCHDOGOPTS

Default value is --config $RADIUSDIR/radiusd.conf --pidfile $RADIUSDIR/radius.pid.

Do not change this value unless instructed to do so by technical support.

WATCHDOGARGS

Default value is $RADIUSDIR/$SELF.

Do not change this value unless instructed to do so by technical support.

SS7LDAP_ADDRESS=
127.0.0.1

This parameter is automatically populated after running the Steel-Belted Radius Carrier configuration script and answering "Yes" to the question: "Do you want to configure for use with SS7? [n]:".

Do not modify this parameter without consulting Juniper Networks Technical Support.

SS7LDAP_PORT=389

This parameter is automatically populated after running the Steel-Belted Radius Carrier configuration script and answering "Yes" to the question: "Do you want to configure for use with SS7? [n]:".

Do not modify this parameter without consulting Juniper Networks Technical Support.



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