Go to primary content
Oracle® Communications Diameter Signaling Router Service Capability Exposure Function User's Guide
Release 8.4
F12301-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Add New XSI to OCSG

This procedure adds a new External Signaling Interface (XSI) to the Oracle Communications Services Gatekeeper (OCSG).
  1. Attach XSI interface to VMs.
  2. Configure ifcfg files so the network is configured and the IP address is picked up by the VM.
  3. Run these command to open ports in the firewall for the new XSI:
    sudo iptablesAdm append
    				  --type=rule --protocol=IPv4 --domain=01dsrapigw --table=filter --chain=INPUT
    				  --match='-m state --state NEW -m tcp -p tcp --dport 10001 -d <XSI-IP> -j
    				  ACCEPT' --persist=yes
    sudo iptablesAdm append
    				  --type=rule --protocol=IPv4 --domain=01dsrapigw --table=filter --chain=INPUT
    				  --match='-m state --state NEW -m tcp -p tcp --dport 10002 -d <XSI-IP> -j
    				  ACCEPT' --persist=yes
  4. Access the DSR API GW Admin console using https://<Admin-Server-XMI-IP>:9002/console.
  5. Login using the admin account created when configuring the API GW.
    The default username is weblogic.
  6. Navigate to Environment > Servers > AppServerx > Protocols > Channels.
  7. Click Lock & Edit.
  8. Add new channels.

    Each channel name should be unique.

    Change the name, protocol, IP and port.

    Leave the rest of the options as default.

  9. Add a channel for the new XSI IP and 10001 for http protocol.
  10. Add another channel for XSI and 10002 for https protocol.

Figure A-8 Add New XSI to OCSG