Page 1 of 1

Error Message - SAP Creation?

Posted: 07 Feb 2014 16:48
by mayesch
Hey guys,

I'm really new to the boards and to my new role as a network engineer.

I am attempting to build a SAP on a box and I'm getting the following message:

"MINOR: SVCMGR #1870 Insufficient ingress queue resources to create the SAP"

Any ideas what this could mean?

Thanks!
Chuck

Re: Error Message - SAP Creation?

Posted: 10 Feb 2014 03:01
by lyndhurst
Hello,

You're running out of ingress queues. You can check this information with "tools dump system resources .." (Not exactly sure from the command, you can figure out on your own)
It'll show you the iom resources for each card, you can see which card is running out of queues. You can use shared-queuing option in order to overcome but it has disadvantages too..

Re: Error Message - SAP Creation?

Posted: 10 Feb 2014 07:58
by mayesch
Thank you for the information. I've run the command you referenced and I see the issue! :)

Chuck

Re: Error Message - SAP Creation?

Posted: 25 Apr 2014 18:16
by cedric64
Hello,

You can add the option "shared-queuing" to avoid this issue.

Like this :

vpls 1111111 customer 2 create
............description "VPLS DESCRIPTION"
............service-mtu 1526
............fdb-table-size 4608
............send-flush-on-failure
............split-horizon-group "TEST" create
............exit
............stp
................shutdown
............exit
............sap 2/2/2:222 split-horizon-group "TEST" create
................ingress
....................qos 33 shared-queuing
................exit
................egress
....................qos 33
................exit
............exit
........ spoke-sdp 5:1111111 create
................no shutdown
............exit
............no shutdown
........exit

Let me know if this is helpful =)