cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
902
Views
5
Helpful
1
Replies

sticky resource not available ?

ola.haglund
Level 1
Level 1

I get the following error message then i try to configure sticky on an ACE:

Error: sticky resource not available

What is the problem ?

I have release "c6ace-t1k9-mz.A2_1_2.bin" and sticky should be supported.

ace-10/RGW_Front_servers(config)# sticky ip-netmask 255.255.255.255 address source RGW-FRONT

Error: sticky resource not available

Regards,

Ola Haglund

1 Reply 1

ciscocsoc
Level 4
Level 4

Hi Ola,

By default sticky resources are not available. You need to go to the Admin context and define a new resource class with some stickiness. See Server LoadBalancing Guide Chapter 5 p8. For example:

resource-class RC1

limit-resource all minimum 0.00 maximum unlimited

limit-resource sticky minimum 10.00 maximum equal-to-min

Obviously the amount of sticky resource to allocate will depend on your application.

And then you need to make the context that needs stickiness a member of that resource class.

For example:

context Test

allocate-interface vlan 292-293

member RC1

HTH

Cathy