To repair failed addresses in an external platform definition, use the following sis-console commands or related MBean operations.

Warning An external address that has failed must be repaired before the SIS can resume using it.
Note

The SIS can repair addresses automatically (see Detecting Failed External Addresses). However it may be necessary to repair addresses manually if:

  • automatic repair has been disabled in the external platform definition

  • the administrator wants to immediately resume using the address, rather than waiting for automatic repair.

Console commands

repairexternalplatformsipaddress

Command

repairexternalplatformsipaddress <ra-entity> <name> <position>
    Repair a failed SIP address at specified position in an external platform definition
Note This command clears any alarms that were raised when the external address failed.

Example

To repair the failed SIP address at position 0 in an external platform definition called Prepaid-External:

$ ./sis-console repairexternalplatformsipaddress sis Prepaid-External 0
Repaired failed SIP address at position 0 in external platform definition Prepaid-External

repairexternalplatforminaddress

Command

repairexternalplatforminaddress <ra-entity> <name> <position>
    Repair a failed IN SCCP address at specified position in an external platform definition
Note This command clears any alarms that were raised when the external address failed.

Example

To repair the failed IN SCCP address at position 0 in an external platform definition called VPN-External:

$ ./sis-console repairexternalplatforminaddress sis VPN-External 0
Repaired failed IN address at position 0 in external platform definition VPN-External

MBean operations

MBean

repairSIPAddress

Operation

To repair a failed SIP address in an external platform definition:

public void repairSIPAddress(int position)
    throws InvalidArgumentException, InvalidStateException,
           ManagementException;

repairINAddress

Operation

To repair a failed IN SCCP address in an external platform definition:

public void repairINAddress(int position)
    throws InvalidArgumentException, InvalidStateException,
           ManagementException;
Previous page Next page
SIS Version 2.5.4