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


Configuration and Installation Tasks

This section lists the main tasks involved with configuring and installing Subscriber Manager. Refer to the following sections for more detailed information about these tasks.

To configure and install Subscriber Manager:

  1. Complete the prerequisite tasks.
  2. Configure one instance of Subscriber Manager for each business partner who uses the gateway.
  3. Install the instance of Subscriber Manager.

Prerequisite Tasks

Before you use Subscriber Manager, you must:

Configuring Subscriber Manager

To install and configure Subscriber Manager:

  1. Copy the sub.war file from the webapp folder on the application library CD to a temporary folder on your workstation.
  2. mkdir tmp
    
    cd tmp
    
    cp /cdrom/cdrom0/webapp/sub.war .
    
    
    
  3. Extract the WEB-INF/web.xml file from the sub.war file.
  4. jar xvf sub.war WEB-INF/web.xml
    
    
    
  5. Edit the WEB-INF/web.xml file with any text editor.

This XML file provides information about how Subscriber Manager communicates with the LDAP directory and the OSMW. The default file shows examples of the settings for the properties. See the descriptions following this procedure for information about the properties you must configure in this file.

NOTE: Residential subscribers can subscribe only to RADIUS services and value-added services. However, Subscriber Manager does not reject requests to subscribe residential subscribers either to access services or to outsourced services. If you want to block requests for these services, you must specify the objects umcAccessServiceProfile and umcOutsourceServiceProfile as LdapExcludedClasses in the file web.xml:


  1. Repack the sub.war file.
  2. jar uvf sub.war WEB-INF/web.xml
    
    
    

LdapHostUrl

LdapBindDn

LdapPassword

LdapBaseDN

Retailer

LdapServiceTreeRdn

LdapSubscriberTreeRdn

LdapStateManagerTreeRdn

LdapServicePrefix

LdapRetailerPrefix

LdapLocationPrefix

LdapSubscriberPrefix

LdapStateMachinePrefix

LdapExcludedClasses

LdapExcludedAttributes

OsmintHostUrl

OsmintSubscriberSM

OsmintSubscriberSMInitState

OsmintSubscriptionSM

OsmintSubscriptionSMInitState

ReporterServletUrl

WkfXmlDtdFile

Installing Subscriber Manager

To install Subscriber Manager:

  1. Depending on the method you have chosen, identify the unique instance of Subscriber Manager. For example:
  2. cp sub.war subPartner1.war
    
    
    
  3. Deploy the sub.war file by following the procedure appropriate for the Web application server you are using.
  4. cp subPartner1.war /opt/UMC/jboss/server/default/deploy
    

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