Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AMO BPOOL and STMI-X

Status
Not open for further replies.

plokijuh

Systems Engineer
Joined
Aug 12, 2017
Messages
127
Location
AZ
Hi guys.

My PBX is OpenScape 4000 v8.

Need help to delete BPOOL between STMI-X cards.

At the moment I have a pool between two STMI-X cards.

DISPLAY-BPOOL:MTYPE=CGW,POOLNO=2;
H500: AMO BPOOL STARTED
+------------------------------------------------------------------------------+
| POOLNO = 2 MTYPE = CGW HOPAUT = MULTI |
| INFO = SIP |
+------------------------------------------------------------------------------+
| LTU = 9 SLOT = 49 HOP-AUT-CNT = 0 HOP-MAN-CNT = 0 |
| DC-STATUS = READY LAN-CONN = READY SMODE = NORMAL |
+------------------------------------------------------------------------------+
| LTU = 9 SLOT = 79 HOP-AUT-CNT = 0 HOP-MAN-CNT = 0 |
| DC-STATUS = READY LAN-CONN = READY SMODE = STBYRDY |
+------------------------------------------------------------------------------+
AMO-BPOOL-111 BOARD RECONFIGURATION POOL ASSIGNMENT AND DATA
DISPLAY COMPLETED;

I need to delete it and use cards separately.

If I'm not mistaken I need to do these steps:
(1) Change SMODE of the stanby card from STBYRDY to STBYDEF
(2) and then just delete the pool number 2 in my case with DELETE-BPOOL command

ADD-BPOOL:MTYPE=CGW,POOLNO=2,LTU=9,SLOT=49,HOPAUT=MULTI,INFO="SIP";
ADD-BPOOL:MTYPE=CGW,POOLNO=2,LTU=9,SLOT=79,HOPAUT=MULTI,INFO="SIP";

Thanks in advance.
 
You don't need to change the board mode first.
Just delete the bpool. Then delete the stmix with bcsu, so you can add it again with a different BFDAT function.
DEL-BPOOL:CGW,POOL,2;
DEL-BCSU:IPGW,ltg,ltu,slot;
 
Thanks for the answer Moriendi.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top