Just Tips, so u must know how to configure OC3.3 single stack...
configuration divides two parts: FE and BE
FE: Front-End , running at Linux, likes IN7,
BE:Back-End, running at HPUX, likes OC SS7.
about dual stacks, most like single stack configuration.just a little diff, see details below:
1. at FE, u should configure two platfrom , which one has own OPC/DPC and link configurations, but the m3ua configuration, both ASP hosts r configure one BE host with diff port. such as ASP1(BEHost:2905) and ASP2(BEHost:2915);
2. at BE, just one platform(configure 2 PointCode) , but have two stacks(SS7_Stack_1 and SS7_Stack_2), should be configured as same port as FE, such as SS7_Stack_1(localhost:2905)and SS7_Stack_2(localhost:2915)
all above just configuration , when u startup platform u will attention those diffs below:
1. loadconf:
for SS7_Stack_1: must use : #loadconf -f <SS7_Stack_1>.xml
for SS7_Stack_2: must use : #loadconf -C SS7_Stack_2 -typeName WBB -f <SS7_Stack_2>.xml
otherwise, there are many warnning and errors;
2. m3uaCtrl
for SS7_Stack_1 and SS7_Stack_2: must use:
#m3uaCtrl -C SS7_Stack_1 -up
#m3uaCtrl -C SS7_Stack_2 -up
for single stack , it's up automatic, but for dual, it just up SS7_Stack_1, so u should startup manually.
otherwise, stack2 is not available when u check it status by ocNetworkstatus.
that's all, welcome follow up...