Query on Probe configuration

Hello All,
I have a probe config as below:
probe http healthcheck
  interval 5
  faildetect 1
  passdetect interval 2
  passdetect count 1
  request method get url /healthcheck.aspx
  expect status 200 200
  expect regex "Name = ASR"
The ASR health check page verifies the health of a given ASR server based on the ASR performance counters and returns a web page (HTML) formatted with one of the two following results:
GET /healthcheck.aspx
1) healthy ASR server returns code 200 + a page that contains "Name = ASR"
2) unhealthy ASR server returns code 200 + a page that contains diagnostic counter data (counts for database, launcher, and adapter faults)
So, the expectation is that the load balancer could use both the return code and the page content to determine whether a given ASR server is healthy (or not) and either keep it in the pool or remove it.
Can someone advice if this config is correct or how the config should be ?
Thanks,
Karthik

Karthik-
  In theory, your configuration is correct for what you want to do, however, there are a few things you need to be aware of that can be issues -
1.) For expect regex to work, the server MUST set a content length field telling the ACE how much data will be recieved in the request. 
2.) As well, the string is a regex - so you might need to put .* before or after it depending if the expression is on a line of its own.
3.) 5 Seconds is too agressive of an interval - this type of query should be every 10-15 seconds at a minimum.
Regards,
Chris Higgins

Similar Messages

  • Query on probe configuration in ACE

    Hi All,
    If the URI is www.cisco.com/books/videos/test.xml
    what could be the probe URL which need to be configured in ACE?
    Regards,
    Thiyagu                  

    Hello,
    Probably something like this:
    probe http testing
       request method get url /books/videos/test.xml
       expect status 200 200
    Here you have a link about it:
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/probe.html#wp1031398
    Jorge

  • Questions in Ad Hoc Query & How to Configure the EEO standard reports

    Hi all,
      I have a  question in Ad hoc query report in HR.
    <b>How to:</b> Get a list of the total number of employees included in a particular report at the end of the report. Ex: If i create and run a report for salaried employees, sorted out by company codes, how can i get a sub-total and total no. of employees listed in the report.
    I tried Ranked format, but when you print the report it doesn't retain the report name on the top.
    -->I have a question regarding the Standard reports for EEO and AAP
    <b> How do I</b>
    1. Start configuring these report
    2. What are the things i should have before configuring it in IMG
    If anyone can provide me with some documentation regarding the EEO and AAP report configuration that would be great.
    Thanks in advance.....
    Harish

    This can be done using the security for the Infoprovider,  provide the users access to create queries only for that Infoprovider.

  • Query on Alerts Configuration

    Hi,
    We have configured the alerts such that when ever there is an error within a particular interface alerts should be generated via email..
    In the email iam getting the alert notification as mentioned below:
    Alert ID: ##00001##
    Error: Mapping Exceptionis from sender service  XXXXX in Quality
    Sender Service : XXXXX
    Sender Interface : YYYYY
    Possible Subsequent Activities
    Message Monitor
    httpabc.com:12345/rwb_mdt/index.jsp?rwb=true&objectName=name=is.00.abc,type=XIServerEngine&messageid=XYZ
    Message Monitor (Safe Connection) https://abc.com:@com.sap.aii.connect.rwb.httpsport@/rwb_mdt/index.jsp?rwb=true&objectName=name=is.00.abc,type=XIServerEngine&messageid=XYZ.
    Now my query is that,as soon as i click on the above links i will be routed to the message monitoring screen in RWB.In the same way is there any possibiltiy to have a link withing the alert message taht would route me to Alert Inbox in RWB directly ?
    All the useful postings will be rewarded..
    Regards
    Madhu

    hi,
    Setting up alerts
    Setting up alerts in RZ20
    Alert Management
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e04141e8-0f11-2a10-adaa-9d97b062c2df
    Alert Notification
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90f449a8-a6db-2910-a386-d2b5999f5751
    regards

  • SAP Query that is configured

    Hi,
    I'm doing some configuration for a report. Actually, I was told that there may be a Customised T-Code associated with this configuration but this configuration is purely retrieving data from the standard Infotype and 1 field from a Custom field based on function module to derive, so I'm not sure if configuring this query will it be done in SQ01 if a Customised T-Code will be used to represent this query and if it will be done in SQ01 then can it incorporate the custom field as how we choose for standard field in standard infotype? If it is the same, then am I able to add in some more fields which will have hard-coded value (which means these hard-coded fields will not get any value from any infotype)? Thanks.

    First of all, most questions have version-dependent answers. You need to post your Oracle version always to get accurate help.
    Secondly, if you can identify the session, you can identify the query. V$session has attributes pointing to the query.
    In attempt to learn you to fish yourself, you should use the view dict_columns to see which they are, or look v$session up in the Oracle reference manual for your version.
    If you have those columns, you'll need to join them to v$sql_text_with_newlines and you have your query.
    Sybrand Bakker
    Senior Oracle DBA

  • Query on Pre-configured (standard) settings

    I am working on my first SAP-HCM project (ECC 6.0). When I sarted configuring the enterprise & personnel structure (pers. area, pers. subarea, emp group, emp. subgroup), I noticed that there were already many entries in all of them. I used some some of the configurations without changing anything (e.g. employee group 1 - Active), used some configurations by changing the  "description/Text" for the relevant code and I also created some new entries for personnel area & personnel sub area.
    My query is:
    1. Should we delete all the standard settings, which are not needed for our project?
    2. If not, when we later transport the confifuration settings, should we transport only what is relevant to the project or transport all the standard (pre-configured) configuration settings also?
    -Shambhvi

    1. Should we delete all the standard settings, which are not needed for our project?
    2. If not, when we later transport the confifuration settings, should we transport only what is relevant to the project or transport all the standard (pre-configured) configuration settings also?
    For 1& 2 :-
    No need to delete any standard settings. create your own settings and transport those settings, anyways for standard there will be no request to transport. so no need to do any thing. just create your setting, it will generate transport request. just transport that request. deleting standard settings is not a best practice. it will create unnecessary headaches later.
    Regards,
    SAPUUSER

  • SMTP and IMAP ACE Probe configuration Example

    Hi,
    Could someone share he SMTPS and IMAPS probe setting configuration in CISCO ACE 4710 for my reference.
    I have two server 10.1.1.58 and 10.1.1.59 which supposed to be load balaced for the service 993 and 465.
    Regards
    BR

    Hello There,
    The ACE has built-in scripted probes in order to check connectivity beyond layer 4 with these kinds of mail servers but only for the unencrypted versions SMTP/IMAP.
    In your case since you're working with these protocols over SSL/TLS, you'll need to configure regular TCP probes for each serverfarm so reachability will be test'd based on TCP port.
    probe tcp IMAPS-993
      port 993
      interval 5
      faildetect 2
      passdetect interval 3
      passdetect count 1
      open 1
    probe tcp SMTPS-464
      port 465
      interval 5
      faildetect 2
      passdetect interval 3
      passdetect count 1
      open 1
    HTH
    Pablo

  • Query on STO configuration?

    Hello Gurus,
    I m creating STO in me21n using UB doc type.I m entering supplying plant and receiving plant under one company code.It is allowing me to save the PO.
    But, in configuration(set up stock transport order), "assign delivery type, one step procedure, underdel tol", i m not assigning these supplying plant with receiving plant using UB doc type.
    But, still it is allowing me to save the PO.
    My concern is, why is it allowing me?
    Pls help..

    Because a STO can be fulfilled without SD delivery, you just do a MM movement 351
    http://help.sap.com/saphelp_erp2005/helpdata/en/4d/2b90dc43ad11d189410000e829fbbd/frameset.htm
    this customizing is only needed if you want do SD deliveries.

  • Query on variant configuration

    Hi,
    i have a variant SEATING and the values are
    41-Standard
    36P- 36 seats + 1 pantry
    36B - 36 seats + 1 berth.
    the vehicles are of only two models
    can i use a selection condition for these?One type of seating shud be selected while configuration.
    Next is if the customer chooses 41, there are again 4 models in it. Customer has the option of choosing one model.
    How to map this?
    Regards,
    Ajit

    Hi Bill,
    the main product is bus and there are only two models in it.
    the engine and all the basic stuff are the same. Now the customer has to select a few things like painting, seating etc. the customer has to select atleast one from these. it is mandatory.
    So as i said in my post, Seating is one of the charecteristic to be selected as mandatory . now there are 3 basic charecteristic values, 41, 36P and 36B. If the customer selects 41, again there are 4 values in it i.e seating manufactured by 4 different manufacturers.
    Hope I am clear now.
    Regards,
    Ajit

  • Query regarding Mobility configuration

    Hi All,
    I have some queries regarding mobility configuration. I have to two WLC's; one Cisco 5508 & another Cisco 4402. My queries are:
    1. I have configured both the WLC's in same Mobility domain & same Mobility group but with different Management IP segment. Will they be considered within the same mobility group or they will work as if they are the part of different mobility group?
    2. Currently I have 100 AP license on WLC 5508 & 50 AP license on 4402. I am having more than 50 AP's in  my network & all are registered with WLC 5508 since it is the primary. I want only selected 50 AP's to register with WLC 4402 in case WLC 5508 goes down. Is there any way I can achieve this?
    Regards,
    Shahab

    1. I have configured both the WLC's in same Mobility domain & same Mobility group but with different Management IP segment. Will they be considered within the same mobility group or they will work as if they are the part of different mobility group?
    Yes... As long as there is connectivity between the two WLC and the ports udp 16666 and IP97, the mobility should be up.
    2. Currently I have 100 AP license on WLC 5508 & 50 AP license on 4402. I am having more than 50 AP's in my network & all are registered with WLC 5508 since it is the primary. I want only selected 50 AP's to register with WLC 4402 in case WLC 5508 goes down. Is there any way I can achieve this?
    Depending on the code in the WLC, you can set the priority to the AP in the high availability. So the 50 AP's you can set them higher than the other 5.
    Sent from Cisco Technical Support iPhone App

  • Query on Integrated configurations(IC)

    Hi all,
    i am trying to create a integrated configuration for our(file-to-file).
    I am following the steps mentioned in the how to guide,
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700058f0-b1a1-2a10-39a8-ab2627b87cfa?quicklink=index&overridelayout=true|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700058f0-b1a1-2a10-39a8-ab2627b87cfa?quicklink=index&overridelayout=true]
    1) i created sender CC.
    2)Created reciever CC.
    But, when i started creating IC,
    i am not getting my interface & namespace in value list(search help).
    do i need to create a complete configuration scenario, before creating IC??
    wondering , wat is missing actually.
    regrds.
    san

    guys,
    i was able to do it.
    we just need to manually mention interface name & namespace .
    it works..........

  • Oracle 8 - query builder prob????

    I'm running Oracle v8.17 and I can't find query builder or procedural builder in my Start Menu or in the installed dir. Can anyone tell me the exact path to query builder and procedural builder executables!! Please!!

    Thank u for your reply and I did find enterprise manager. My problem is now I need to specify Management Server in order to log on to Enterprise Manager. I tried putting my computer name but that didn't work. How would I determine my Management Server??

  • Query - JDI Template Configuration Tool...Please guide

    Hello All,
    Am working on 04 version and have finished installing & configuration of basic NWDI components.
    There is an additional configuration of 'Template Configuration Tool'
    And as far as I read...its use is into administration and not development.
    <u>Questions:</u>
    1. Can I skip this configuration? The installation doc does not mention it as optional or mandatory though.
    2. What could be the implications if I skip this step?
    3. The description says this tool provides a framework to NetWeaver components to create their own configuration templates.
    Please give me some examples to understand this better.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

    <b>5.1 Template Configuration Tool
    Purpose</b>
    This component is a tool for configuring the J2EE Engine and the SAP NetWeaver
    components running on top of it. To configure the system properly, the Template
    Configuration Tool uses specially designed templates for each component.
    You can find the latest information about the Template Configuration Tool and
    <b>the related configuration templates in SAP Note 739788.</b>
    <b>Implementation Considerations</b>
    The installation procedure of the J2EE Engine and the SAP NetWeaver components provides the system with a default configuration. You can run the system using the initial configuration;however, this does not guarantee that the available resources are utilized optimally or that the system will function properly. Using the Template Configuration Tool and the templates provided by each component, you can easily adjust the infrastructure to the particular needs of the scenario that you are running. Therefore, we recommend that you run the Template Configuration Tool after installing the J2EE Engine.
    The Template Configuration Tool is run only once for each server instance. If
    you expand the cluster vertically later on by adding new instances to it, you
    should run the tool on each new instance, so that all instances in the cluster
    are configured in the same way.
    <b>Integration</b>
    While the Template Configuration Tool provides the framework for processing the templates, each SAP NetWeaver component provides its specific template.
    <b>Features</b>
    The Template Configuration Tool is the framework that enables other SAP NetWeaver
    components to create their own configuration templates. You can use the tool to apply and restore a particular system configuration.
    You can choose to apply the appropriate configuration templates depending on your
    particular scenario. For example, you may choose to apply a template for an Enterprise Portal scenario where you have a portal running on top of the J2EE Engine. Note that this may influence not just the configuration of the component itself, but also the settings of the J2EE Engine.
    The tool is instance-based – that is, it configures the J2EE Engine based on the available hardware resources on a particular host, as well as some additional settings such as allocated memory. This means that you must run the tool separately for each Java instance that you have installed.
    The Template Configuration Tool is designed to automatically detect most of the parameters that are used to define the configuration of the system. The tool provides wizards that guide you through the process of choosing which function you want to use, selecting the appropriate templates, and filling in the required parameters.

  • Query Regarding Excise Configuration

    Hi friends,
    I have a query on Excise. Our client is a furniture showroom who stores the items at various locations. Now, he gets the furniture straight from the manufacturer's plant which attract incoming Excise Invoice. Since, he is into trading, at the time of trading, the items have only VAT and not Excise. Now, since the items are purchased and sold, in the item master data, the items are defined as "Purchased" and "Sale Item". Since, it also incoming excise, the "Excisable" checkbox is also checked. Now, whenever, I am making any delivery with this item, SAP B1 is giving a message that an out-going excise invoice needs to be created.
    how do we handle these scenarios where the excise is only on the purchase side and not on the sales side?
    Bharath S

    Hi Bharath,
    Outgoing and incoming excise invoice is applicable only for companies liable for excise duty.
    From ur explanation, I understand that excise is not applicable to your company.
    Hence no need to tick the item as ''excisable'' in item master data.
    if u ticked this u have to create incoming excise invoice document.Incoming excise document will pass entries related to excise only.your company need not account for excise seperatly instead load the excise part as cost of the goods itself and calculate only vat/cst.
    No need to create excise tax codes and link it into excise accounts.
    Create a freight type as excise duty and choose zero tax code in freight form .
    try this...
    reply me if i'm wrong.
    Regards
    suresh Kannan

  • VLAN query with Cisco configuration example

    Dear List,
    I was wondering if there is an error on the Cisco documentation below.
    The diagram and config shows the LWAPs attached to the switch on vlan 5, but the trunk to the WLC is pruning vlan 5.
    If this is correct, how can the LWAPs speak LWAPP with the WLC?
    The suggested config is a few lines below the diagram.
    Thanks for any feedback.
    http://www.cisco.com/en/US/products/ps6366/products_configuration_example09186a0080665cdf.shtml#dia
    Chris.

    The AP's management is on vlan 5, so there is not reason to have vlan 5 allowed on the trunk to the wlc.  Only interfaces that are configured on the WLC should be allowed.
    Management, AP-Manager, and any dynamic interfaces... service-port can be included but shouldn't be routable.
    Hope this explains it... if not let me know:)

Maybe you are looking for