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


Installing and Configuring the IMS Software

To install and configure the IMS software:

  1. On the UNIX host where you will install the IMS software, log in as root.
  2. Load SRC software disk 1 into the CD drive.
  3. Install the UMCims package using the UNIX pkgadd tool.
  4. pkgadd -d /cdrom/cdrom0/SDX_DISK1/solaris10 UMCims 
    
    
    
  5. Follow the instructions on your screen to install the IMS software.

The UMCims package is installed in the /opt/UMC/ims folder.

  1. Run the following command in the /opt/UMC/ims folder.
  2. etc/config -a
    
    
    
  3. Configure the local and remote DIAMETER peers in the /opt/UMC/ims/etc/config.properties file.

See Configuration Fields for DIAMETER Peers.

  1. Configure logging destinations.

See Configuring Logging Destinations.

  1. Start the process to provide the A-RACF Rq interface.

See Starting the IMS Process to Provide the A-RACF Rq Interface.

Configuration Fields for DIAMETER Peers

The properties in this section are in the /opt/UMC/ims/etc/config.properties file.

local.address

peer.1.remote.address

Configuring Logging Destinations

The properties in this section are in the /opt/UMC/ims/etc/config.properties file. By default, the IMS has three logging destinations. To configure the logging destinations, modify the following parameters in the Logging section of the IMS config.properties file, where <loggerName> is a string that groups parameters for the logging destination.

For more information about logging, see SRC-PE Monitoring and Troubleshooting Guide, Chapter 5, Managing SRC Log Files on a Solaris Platform.

Logger.<loggerName>.class

If you do not fill in this field, the logging destination is disabled, and no logging is performed.

Logger.<loggerName>.filter

For more information about defining filters, see Categories and Severity Levels for Event Messages in the SRC-PE Monitoring and Troubleshooting Guide, Chapter 2, Configuring Logging for SRC Components.

Logger.<loggerName>.filename

Logger.<loggerName>.maxsize

Logger.<loggerName>.altfile

Logger.<loggerName>.stream

Logger.<loggerName>.hostname

Logger.<loggerName>.facility

Logger.<loggerName>.format

The fields available for events are:

Bootstrap Properties for IMS

The properties in this section are in the IMS bootstrap.properties file.

Config.java.naming.provider.url

Config.java.naming.security.credentials

Config.java.naming.security.principal

Config.net.juniper.smgt.lib.config.staticConfigDN

Config.net.juniper.smgt.lib.config.dynamicConfigDN

Config.net.juniper.smgt.des.<propertySuffix>

Logger.file<propertySuffix>

nic.<propertySuffix>

Starting the IMS Process to Provide the A-RACF Rq Interface

To start the IMS process to provide the A-RACF Rq interface:

  1. On the IMS host, log in as root or as an authorized nonroot admin user.
  2. Start the process from its installation directory.
  3. /opt/UMC/ims/etc/ims start
    
    
    

The system responds with a start message.

Stopping the IMS Process to Provide the A-RACF Rq Interface

To stop the IMS process to provide the A-RACF Rq interface:

  1. On the IMS host, log in as root or as an authorized nonroot admin user.
  2. Stop the process from its installation directory.
  3. /opt/UMC/ims/etc/ims stop
    
    
    

The system responds with a stop message.

Cleaning the IMS Log Files

To clean the IMS log files:

  1. On the IMS host, log in as root or as an authorized nonroot admin user.
  2. Enter the following command in the IMS installation directory.
  3. /opt/UMC/ims/etc/ims clean
    

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