ACE : Alternate configuration for NCI-TYPE-INFO only

Hi,
Is there a way to configure redirect type NCI-TYPE-INFO only - on the ACE devices ?
I need this functionality to redirect the traffic when the servers at the primary site are down and the clients still hit the content at site 1
The CSS config is
service 1
ip address a.a.a.a
active
service 2
ip address a.a.a.b
active
service site2
ip address Y.Y.Y.Y(Vip address of the remote site)
type NCI-INFO-ONLY
active
content
vip X.X.X.X
add service 1
add service 2
primarysorryserver service site2
active
source group redirect
vip address X.X.X.X
add destination service site 2
active
and similar configuration at Remote CSS.
Thanks in Advance.
Raj

Something like this should do
rserver Site1-Server1
ip address a.a.a.a
inservice
rserver Site1-Server2
ip address a.a.a.b
inservice
rserver Site2-Server
ip address Y.Y.Y.Y
inservice
serverfarm host Site1-SF
probe ICMP
rserver Site1-Server1
inservice
rserver Site1-Server2
inservice
serverfarm host Site2-SF
probe ICMP
rserver Site2-Server
inservice
policy-map type loadbalance first-match APP1-policy-map
class class-default
serverfarm Site1-SF backup Site2-SF
nat dynamic 1095 vlan x serverfarm primary
interface vlan x
ip address
access-group input ANYONE
nat-pool 1095 x.x.x.x x.x.x.x netmask 255.255.255.0 pat
service-policy input VLANX-VIPS
no shutdown
Syed Iftekhar Ahmed

Similar Messages

  • SRM 4.0- How to set the default values for product type (01) only for SC

    The radio button “Service” should not be visible.
    Also for search help (e.g. search for internal products) where a search should only be possible for product type 01 (goods). The system should not display the product type and internally always search for goods only.
    How to set the default values for product type (01) only for SC
    We needs to use Search help BBPH_PRODUCT which having parameter PRODUCT_TYPE
    Here we can set defalut value 01 but it is not correct one since same search help is using several places.
    We need to limit the search help results only for SC.
    Kindly help out me ASAP.

    The easiest way to set defautl values is to edit the batch class.
    Goto the characteiristic and go to update values.
    In here you probably have something like 0 - 100 as a spec range.
    On the next line enter the default value within this range.  At the end of the line, click in the box in the column labelled "D".  This indicates the defautl value for the characteristic.
    If you need to you can do this in the material classification view as well.
    Just to be clear, these values will only show up in the batch record.  You can not have defautl values in resutls recording screens.
    FF

  • SP Transaction Notification For Service Type Documens Only

    Hi All,
    Just a little help here please.
    I have a query in my Transaction Notification that I only want to run for service type documents however when I put the code in I am getting an error.
    Below you will see my query and the part I put in for service type documents is the first part of the WHERE clause.
    Please explain to me how to do this correctly.
    /*Check for Cost Center On Marketing Documents*/
    IF ((@transaction_type = 'A'
           OR @transaction_type = 'U')
         AND (@object_type = '13'
                OR @object_type = '14'
                OR @object_type = '18'
                OR @object_type = '19'
                OR @object_type = '20'
                OR @object_type = '22'))
        BEGIN
              SELECT @table = CASE @object_type
                                    WHEN '13' THEN 'INV'
                                    WHEN '14' THEN 'RIN'
                                    WHEN '18' THEN 'PCH'
                                    WHEN '19' THEN 'RPC'
                                    WHEN '20' THEN 'PDN'
                                    WHEN '22' THEN 'POR'
                                  END
              SELECT 1 cnt
              INTO   #temptable15
              WHERE  1 = 0
              SET @sqlstr = ' insert into #temptable15
                                  SELECT     1 AS cnt
                                  FROM         [' + @table + '1] INNER JOIN
                                              [O' + @table + '] ON [' + @table + '1].DocEntry = [O' + @table + '].DocEntry
                                  WHERE     ([O' + @table + '].DocType = S) AND ([' + @table + '1].OcrCode IS NULL) AND ([' + @table + '1].DocEntry =  ' + @list_of_cols_val_tab_del + ')'
              EXECUTE( @sqlstr)
              SET @CostCenter = (SELECT TOP 1 cnt
                                   FROM   #temptable15)
    DROP TABLE #temptable15
              IF (@CostCenter = 1)
                   BEGIN
                        SELECT @error = 1
                        SELECT @error_message = 'Please fill in Cost Center!!!'
                   END
         END
    Any help will be greatly appreciated.
    Regards,
    Quinn

    Hi Quinn Verburgt ,
    Check This...
    This SP make Cost Center field mandetory for Service Type Document.
    If @object_type in ('17','22','14','18','19','20') and @transaction_type='A'
    BEGIN
    If Exists (Select T0.DocEntry from ORDR T0 Inner Join RDR1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.OcrCode Is Null and T0.DocType ='S'
    And T0.DocEntry = @list_of_cols_val_tab_del)
    (Select T0.DocEntry from OPOR T0 Inner Join POR1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.OcrCode Is Null and T0.DocType ='S'
    And T0.DocEntry = @list_of_cols_val_tab_del)
    (Select T0.DocEntry from ORIN T0 Inner Join RIN1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.OcrCode Is Null and T0.DocType ='S'
    And T0.DocEntry = @list_of_cols_val_tab_del)
    (Select T0.DocEntry from OPCH T0 Inner Join PCH1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.OcrCode Is Null and T0.DocType ='S'
    And T0.DocEntry = @list_of_cols_val_tab_del)
    (Select T0.DocEntry from ORPC T0 Inner Join RPC1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.OcrCode Is Null and T0.DocType ='S'
    And T0.DocEntry = @list_of_cols_val_tab_del)
    (Select T0.DocEntry from OPDN T0 Inner Join PDN1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.OcrCode Is Null and T0.DocType ='S'
    And T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'Please fill in Cost Center!!!'
    End
    End
    Thanks,
    Srujal Patel

  • Inspection Specifications from configuration for inspection type 10

    Hi All,
    We need the inspection specifications for inspection type 10 (Insp. for delivery to cust. (w/ order)) from the characterstic values of the Sales Order Configuration. We have done this successfully for inspection types 03 and 04.
    In configuration the checkbox of "Insp. according to configuration" is not available.
    Kindly suggest how to do this. We urgently need the solution.
    Regards
    Ramakanth

    Inspection accrd. to configuration is not possible with inspection type 10/11. If you are batch managed and you maintain the same char. specifications in batch determination, you can explore the option inspection by batch option available for insp.type 10, which will get the spec. from the batch.search strategy maintained for the customer.
    As of now I dont know how you can do if the above option does not work .
    Thanks,
    Ram

  • Firefox 5 upgrade results in the following error message presented under details. My system is configure for any type of LAN settings since I only have dail-up connection.

    Installation of FireFox 5 after deleting FireFox 3.6v results in the following error message which I cannot resolve or fix. My system is configured with IE 8v and dial-up only.
    "FIREFOX BROWSER 4.0v and 5.0v
    The proxy server is refusing connections
    Firefox is configured to use a proxy server that is refusing connections.
    * Check the proxy settings to make sure that they are correct.
    * Contact your network administrator to make sure the proxy server is working."

    Please try to go to tools, options, advanced, networking, settings, set "no proxy", re-try. More details here: [[options window - advanced panel]].

  • Location Configuration for Tax Types VAT, Excise

    Hi,
    Our Client has manufacturing plants, Depot Sales  in different states and even more than one plant in a State with different excise registrations.
    Some of the products are excisable and some are not.
    The requirement is Vat payble is to calculated State wise (for all the Depot in the State) and Cenvat is calculated for each Division (for each excise registration)
    For Vat purpose if i configure Location as State and wareshouse as Depot, i am able to generate the tax payment wizard, XL Reporter like purchase register and sales register by using location as state
    But for CENVAT if  location is selected as  state only one division report (as only one ECC no. can be linked to location) can be generated, but our client has plants with different ECC nos. in the same state.
    Alternatively,
    If i create seperate location for each ECC no.,  i am not able to generate the Vat report state wise.
    How to configure the Locations ?
    Please suggest.
    Thanks,
    Kumar.

    Dear M K kumar,
    As per your requirement you only run  Tax wizard by location.
    For VAT you have not an issue.
    but for excise payment not possible.
    So for that if you  you have two ECC No. in one state  so create two location Like Maharastra1 & Maharastra2
    and check accordingly.
    Regards
    MANGESH PAGDHARE.

  • Real time configurations for derivation types in COPA

    We have taken the sample operating concern by going thru the path
    < IMG Activity: Controlling - operating concern - sap operating concern template >, the Quickstart S-GO operating concern template>
    and configured the following derivation types by looking at the examples:
    - Derivation rule
    - Table lookups
    - Moves
    - Clear
    -Customer Enhancement
    Also, it would be great if some one could provide me with real time configuration of the derivation types in COPA
    Moderator: Please, read the rules of the forum before posting

    Hi Praveen
    Rec Type for Variance transactions is already fixed i.e. C and cant be changed....
    You can use Z rec types in KE21N for manual postings/adjustments.... Or during external data transfer
    If you can be specific on your requirement, we can discuss further using Exit COPA0002 or 0005... But for standard transactions, you cant change the rec types
    Br, Ajay M

  • Alternate UOM for condition type

    Dear All,
    My client requirement is to give the different unit for the charges(Cutting charge, machining charges) applicable on the material which is being ordered in the PO.
    For example :
    In a PO of the steel plate (order unit is in EA), vendor takes the cutting charges on the basis of UOM "squre inch".
    and for machining charges on that steel plate , it takes on the basis of UOM " number of hours" of machine worked on that particular plate.
    so for the above 2 charges I have created 2-2 different condition types , with the Calculation type of "B"-Fixed amount and "C"- qty based in each case.
    and I am unable to give the condition values as per the client requirement .
    I thought of taking use of Altr condition value routine in the pricing procudure , but unable to think a logic.
    Please help!!!
    Thanks & Regards
    NC

    In the PO condition, you can put different price per unit of measure for different condition type. This UOM can be different than Base unit of measure. However you have to put conversion between the two UOM in material master Basic Data 1 field.
    Pl try this & revert back, if any further query.
    Regards
    Bhavesh

  • Can the ACE be configured for logging configuration changes to syslog server ?

    Hi,
    On all our routers, switches and firewalls we've configured syslog so we get logs when configuration changes occur.
    Is this possible on the ACE too ?
    regards,
    Sebastian  

    Hi Sebastian,
    Yes it is possible but depends upong the logging level you have set. So logging trap 5 should be able to get you the configuration changes or command execution logs.
    Nov  1 2013 11:20:33 : %ACE-5-111008: User 'admin' executed the 'logging buffered 6' command.
    Nov  1 2013 11:20:48 : %ACE-5-111008: User 'admin' executed the 'no rserver testlog' command.
    So you should see these level 5 logs on syslog if logging trap 5 is configured.
    Let me know if you have any questions.
    Regards,
    Kanwal

  • EJB 3.0 MDB configuration for Topic w/ Group only read access

    We currently have a Topic on a weblogic server (10.3) in which the security access has been turned on to only allow certain users to read from that topic.
    The issue we are having is finding the necessary documentation to how to set which user that the MDBs will use when running on the app server.
    I've tried both of these properties, but haven't had any luck yet:
    <run-as-principal-name></run-as-principal-name>
    <create-as-principal-name></create-as-principal-name>
    Any ideas/documentation on how to configure it so the MDB can also listen to the topic. The MDB won't always be on the same server as the JMS as well.
    Thanks

    This page helps -- not sure if there are any other thoughts/comments/newer ways of doing it.
    http://stackoverflow.com/questions/4887427/weblogic-message-driven-bean-reading-from-a-secured-queue-runas-does-not-work
    Thanks.

  • EP log type INFO not written to the portal.log file

    All the log.info (where log is of type PortalRuntime Logger) statements in my code are not written  to the portal.log file.
    I have configured the portal_logger to log ALL but it seems to log only the FATAL and WARNING messages and not the INFO ones.I am on EP6 SP2
    Thanks
    Sid

    Let me rephrase my question.
    In the portal logs configuration (Sys Adm - Monitoring - Logging Console - portal_logger ) if you select ALL, should it not log messages of all types ( ERROR WARNING INFO )? When I select ALL for the portal_logger the portal.log doesn't display the log messages of type INFO (only the once of type ERROR or WARNING).

  • Lenovo t61 starting 4.5 lbs. .... configuration for this weight?

    hello eveybody!
     i 'd like to know a configuration for t61 to be only 4.5 LBS..  generally i need a laptop no more than 5 lbs  with long battery life (4-5 h) and 14'  or 14.1 '
    i appreciate any suggestions. thanks!

    The 9 cell battery fits in 15,4 wides, the only style of T and R it doesn't fit are the 14,1 wides.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Characteristics for class type 001 and class 59111 - Message Re-phrased

    Hi All,
    Let me put in better words.
    The requirement is to get the list of Characteristics that are associated with a particular Class type and Class that would be entered by the user in selection screen. I have used KLAH and KSML to establish the link and got the relevant characteristics list configured. It worked for me for most of the Class type and Class combination.
    The issue is on particular class type 001 and class 59111, if I put a lookup in KSML, I don't get any records. But if we look in the configuration CL02 for the same Class type 001 and class 59111, I see a list of characteristics configured there.
    Does anyone know how to fetch the characteristics on this particular case?
    Thanks
    Rajesh.
    Edited by: Rajesh Kumar K on Jan 12, 2012 12:12 PM

    Hi Sylendra,
    Thanks for looking into it and replying with your thoughts.
    What you have mentioned about the approach on getting the characteristcs from KLAH and KSML is exactly how I have written in my program. Ofcourse your second statement of going into AUSP to get the values for characteristics for an Object (eg: material number XXXX) is also correct.
    But my issue is still on getting the relevant characteristics for the class tyoe 001 and class 59111. I need to display to user the relevant characteristics  that are configured for Class type 001 and class 59111. But when I go into KSML passing the internal class number and class type, I don't get any records. If you see, I am not searching characteristic values for an object, I am searching for characteristics itself.
    The question would be, why records are not maintained in KSML for class 59111 (though they show in CL03) . or there are any other tables to read characteristics...
    Thanks
    Rajesh.

  • Sign  of payment is missing  for update  type  SE3005

    Hi
    When I am trying  to  create  a security transaction the following  error is displayed.
    - Sign  of payment is missing for update type  SE3005.
    But, when  I remove tick from  the check box  for CM relevant I  am able  to create the same.  The path  is CFM - TM - General  Settings -  Link to Cash Management -  Specify update  types for  Cash  Management.
    Can someone clarify on  this.  
    with best wishes,
    Mahesh

    Hi Lorenz,
    Thanks for the Response. But we have not configured the  Payment Reporting functionality for any of our Treasury products.
    However the issue has got resolved as the configuration settings were missing in :
    Treasury and Risk Management >Transaction Manager > Securities > Position Management > Securities Account Management > Update Types > Specify Update Types for Securities Account Management.
    Now it has been configured for update type SAM1800.
    Regards,
    Eesha.

  • Authorization for Document type AA

    Hi,
    I would like to assign authorization for document type AA only(related to FI), let me know how to assign ?
    Urgent ....
    Thanks in advance
    Vijay

    HI,
    You may ask from user to provide you SU53 screenshot or if you know how to simulate the required authorization, you can trace the object using tcode ST01.
    Thanks
    Tarmizee

Maybe you are looking for

  • Unable to see video & audio tracks as shown in "Create a sequence or timeline and add audio"

    hi, I'm on the https://helpx.adobe.com/creative-cloud/learn/start/premiere.html page trying to work through the Create a sequence or timeline and add audio tutorial And cannot see the Video & Audio, as shown in the bottom right sub-window I'm using a

  • Migrating from a 20" Intel iMac to a 24"... any gotcha's?

    I want to buy a new 24" iMac, mainly for the increased speed and Firewire 800 port. I have to make the switch from one machine to the other quickly. A few questions... Any know problems moving 3rd party app's using the Migration Assistant? How about

  • Asking for username & password when trying to download podcast

    i am trying to download a new podcast to which I have been subscribing for the last year or so and it is asking me for a username and password. I have just recently updated my username for my ADSL login and am not sure whether this would be the reaso

  • 10.3 Server - Permissions for an images Share Point?

    Hello, I'm running 10.3 Server and I want to create a Share Point that acts as an images and logos depot. I want Guest users to access the folder, but I don't want them to be able to delete folders or files. At the same time, I want them to be able t

  • Error handling in ale idocs

    hi experts ...    i doc type get extended in outbound side , how can we check whether its correct or not,in case if any error are raised where we find it.   thanks & regards,   karthik.M