cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
411
Views
0
Helpful
1
Replies

issue with XML post when port used with server name

hussainmo
Level 1
Level 1

Hi Guys,

We are currently using an agent on our application servers which puts a server in "inservice standby" if the CPU load on the system goes above 75%. This agent is using an XML post on the CSM to achieve this and put the server back inservice using XML post as well.

Currently we are trying to use the same agent for another application which has a port number defined as well and it does not seem to work.

To give an example where it works:

serverfarm TEST

nat server

nat client TEST

real name BLABLA

inservice

The example where it does not work:

serverfarm TEST

nat server

nat client TEST

real name BLABLA 50000

When we get the server name via XML we see that CSM returns the name as BLABLA: 50000 however using the same in the script does not work.

Would someone know how to put the port number in an XML script so that the CSM understands which server need to be changed.

Thanks,

Murtaza

1 Accepted Solution

Accepted Solutions

It would be some thing in line with the following example

The DTD for CSM XML will let you know what tags and attributes are available to use:

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/mod_icn/csm/csm4

_1_2/icn/xmldtd.htm

HTH

Syed

View solution in original post

1 Reply 1

It would be some thing in line with the following example

The DTD for CSM XML will let you know what tags and attributes are available to use:

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/mod_icn/csm/csm4

_1_2/icn/xmldtd.htm

HTH

Syed