Inline waas deployment with HSRP routers

Hi guys, we have about 40 odd waas boxes using wccp method. Recently, we took over another company and their routers are managed by the ISP. Thinking of using inline mode deployment at the moment! i never played with this before if someone shed a bit of insite to this design it will be great. we going to use WAVE-274 it has two inline ports and one LAN port. There will be two routers each having their own WAN links  (one for backup) running HSRP. Thanks                  

I'm still getting a handle on this scenario myself at the moment but I'm quite sure it will work. Packets that flow through the WAE from LAN to WAN ports get their TCP sequence number shifted and TCP options added to packets (in "auto discovery" mode at least).The packets would route to the remote end normally.
When packets come back, if for some reason they come through the second WAN link the packets will still be TCP-sequence shifted/TCP option tagged from the remote end hence the WAE should still optimize it. In short, regardless of which interface they come into the WAE will still see and interpret the packets in the same way.... this all said, it is only a guess.
Looking at the archietecture online (http://docwiki.cisco.com/wiki/Cisco_WAAS_Troubleshooting_Guide_for_Release_4.1.3_and_Later_--_Understanding_the_WAAS_Architecture_and_Traffic_Flow#Network_I.2FO) it shows that packets coming in through the interface IO are handed to the OS to process/handle. I'd imagine it is smart enough to handle this.
This all said.... asynchronous routing isn't a good thing! If packets are going out via the first link and back by the second something is wrong with routing in my opinion!

Similar Messages

  • HSRP : routers respond with virtual mac AND physical mac to ARP requests

    Hello.
    I've noticed a very strange behaviour on my two Cisco's 2621 with HSRP configured.
    But first, this is a simplified schema of my current network.
    1. Summary
    - IOS version : 12.2(37)
    - File image : c2600-ik9o3s-mz.122-37.bin
    - R1 is the active router.
    - Both have tagged virtual interfaces : f0/0.10 & f0/0.60
    - NAT functionnality is enabled.
         - f0/0.10 is configured as outside.
         - f0/0.60 is configured as inside.
    2. Configuration samples
    R1
    interface FastEthernet0/0.10
    encapsulation dot1Q 10
    ip address 192.168.0.254 255.255.255.0
    ip nat outside
    service-policy output parent_out_internet
    no ip mroute-cache
    standby 10 ip 192.168.0.2
    standby 10 priority 120
    standby 10 preempt
    interface FastEthernet0/0.60
    encapsulation dot1Q 60
    ip address 192.168.1.254 255.255.255.0
    ip nat inside
    no ip mroute-cache
    no cdp enable
    standby 60 ip 192.168.1.1
    standby 60 priority 120
    standby 60 preempt
    ip nat pool ovrld 192.168.0.2 192.168.0.2 prefix-length 24
    ip nat inside source list internet pool ovrld overload
    R2
    interface FastEthernet0/0.10
    encapsulation dot1Q 10
    ip address 192.168.0.253 255.255.255.0
    ip nat outside
    service-policy output parent_out_internet
    no ip mroute-cache
    standby 10 ip 192.168.0.2
    standby 10 preempt
    interface FastEthernet0/0.60
    encapsulation dot1Q 60
    ip address 192.168.1.253 255.255.255.0
    ip nat inside
    no ip mroute-cache
    no cdp enable
    standby 60 ip 192.168.1.1
    standby 60 preempt
    ip nat pool ovrld 192.168.0.2 192.168.0.2 prefix-length 24
    ip nat inside source list internet pool ovrld overload
    3. Events.
    - When HSRP first runs or when there is a topology change, the active router sends correct ARP gratuitous reply packets (with the virtual MAC address)
    - ARP table is filled in on the Internet router.
    - When the ARP entry in the table expires it asks for the virtual IP mac address (192.168.0.2).
    - R1 responds with the virtual MAC address ---- BUT ---- R2 also responds with its physical mac address !
    - So packets are sent to the wrong router (R2) which can't route any packets because the NAT table is not up to date. I don't even have NAT command to synhronize NAT sessions between routers. But anyway, it should not solve my issue.
    It occurs only on the NAT (outside) interface. On the other virtual interfaces it behaves as expected.
    I don't have any explanations to this behaviour.
    For the moment, I have to keep R2 offline and bring it back online in case of failure.
    I tried several workarounds but I can neither filter ARP packets (no such function) on my router nor on my switch (too restrictive).
    If I forgot any information please ask me.
    Any help would be very much appreciated.

    Hello.
    I've noticed a very strange behaviour on my two Cisco's 2621 with HSRP configured.
    But first, this is a simplified schema of my current network.
    1. Summary
    - IOS version : 12.2(37)
    - File image : c2600-ik9o3s-mz.122-37.bin
    - R1 is the active router.
    - Both have tagged virtual interfaces : f0/0.10 & f0/0.60
    - NAT functionnality is enabled.
         - f0/0.10 is configured as outside.
         - f0/0.60 is configured as inside.
    2. Configuration samples
    R1
    interface FastEthernet0/0.10
    encapsulation dot1Q 10
    ip address 192.168.0.254 255.255.255.0
    ip nat outside
    service-policy output parent_out_internet
    no ip mroute-cache
    standby 10 ip 192.168.0.2
    standby 10 priority 120
    standby 10 preempt
    interface FastEthernet0/0.60
    encapsulation dot1Q 60
    ip address 192.168.1.254 255.255.255.0
    ip nat inside
    no ip mroute-cache
    no cdp enable
    standby 60 ip 192.168.1.1
    standby 60 priority 120
    standby 60 preempt
    ip nat pool ovrld 192.168.0.2 192.168.0.2 prefix-length 24
    ip nat inside source list internet pool ovrld overload
    R2
    interface FastEthernet0/0.10
    encapsulation dot1Q 10
    ip address 192.168.0.253 255.255.255.0
    ip nat outside
    service-policy output parent_out_internet
    no ip mroute-cache
    standby 10 ip 192.168.0.2
    standby 10 preempt
    interface FastEthernet0/0.60
    encapsulation dot1Q 60
    ip address 192.168.1.253 255.255.255.0
    ip nat inside
    no ip mroute-cache
    no cdp enable
    standby 60 ip 192.168.1.1
    standby 60 preempt
    ip nat pool ovrld 192.168.0.2 192.168.0.2 prefix-length 24
    ip nat inside source list internet pool ovrld overload
    3. Events.
    - When HSRP first runs or when there is a topology change, the active router sends correct ARP gratuitous reply packets (with the virtual MAC address)
    - ARP table is filled in on the Internet router.
    - When the ARP entry in the table expires it asks for the virtual IP mac address (192.168.0.2).
    - R1 responds with the virtual MAC address ---- BUT ---- R2 also responds with its physical mac address !
    - So packets are sent to the wrong router (R2) which can't route any packets because the NAT table is not up to date. I don't even have NAT command to synhronize NAT sessions between routers. But anyway, it should not solve my issue.
    It occurs only on the NAT (outside) interface. On the other virtual interfaces it behaves as expected.
    I don't have any explanations to this behaviour.
    For the moment, I have to keep R2 offline and bring it back online in case of failure.
    I tried several workarounds but I can neither filter ARP packets (no such function) on my router nor on my switch (too restrictive).
    If I forgot any information please ask me.
    Any help would be very much appreciated.

  • Cisco APPNAV Controller module on the WaaS - deployment

    Hi, I am using WaaS for a long time now. With the new appnav module on the waas box, i am little confused about how to deploy. I have two WAN router connected to two firewalls in HA through L2 switches. I have two WaaS boxes in-line between the L2 switch and WAN routers and it's working so far! 
    Now i am upgraging the WaaS setup and i am having three 8541 WaaS box with appnav module on it and want to deploy them. What the best design deployment should i go for?
    Regards

    Pradyetendu,
    As a Cisco partner,  you have access to additional resources including some training material
    Partner WAAS Community Site.
    https://communities.cisco.com/community/partner/datacenter/products/waas
    WAAS 5.0 Training Material
    https://communities.cisco.com/docs/DOC-30438
    Partners with proper certification and specialization may also engage with PDI Helpdesk.
    Appnav can be deployed inline or offpath.  Note that appnav interfaces do not fail open as the inline modules do.  You will want to consider this in your design.
    Thank You,
    Dan Laden
    Cisco PDI Data Center
    Want to know more about how PDI can assist you?
    http://www.youtube.com/watch?v=4BebSCuxcQU&list=PL88EB353557455BD7
    http://www.cisco.com/go/pdihelpdesk

  • WAAS Deployment question

    I have a customer who is interested to deploy WAAS. The customer has one main data center and 12-13 branches. I know we can design and deploy core and branch optimization and acceleration. Is there any way we can optimize and accelerate branch to branch? Appreciate your help.

    Mohammed,
    Thanks for your post. WAAS uses an auto-discovery process to automatically find peer WAEs between the client and server data path. There is no need to statically configure which WAEs peers with each other -- they will find each other automatically by virtue of intercepting the traffic (using inline or WCCP interception).
    Regards,
    Zach

  • EBGP design with HSRP

    We are investigating to enhance our datacenter availability and would request an AS from our RIR (RIPE) with PI address space. At the moment we have internet access in one facility in Brussels but are expanding to another facility in the Netherlands where a backup ISP connection would be connected.
    We know we will need to speak eBGP to both ISPs to be able to failover our IP block if the primary ISP connection would go down. At the facility in Brussels we have a Active/Passive setup with our ISP consisting of a pair of Juniper firewalls on our behalf and Cisco routers on the ISP side with HSRP and static routing. We will replace the Juniper firewalls with a pair of Cisco ISR 4451-X routers which would be configured for the BGP session. In the Netherlands the backup ISP connection will be serviced by a Cisco 3925.
    Now the question is regarding the redundant L2 setup at the Brussels facility. I know it's not possible to use a HSRP virtual IP as the BGP neighbor address, so am I correct to say the only way of implementing BGP and maintaining the redundancy at the Brussels facility would be to establish a mesh of BGP sessions between our routers and the two ISP routers?

    Hi Bert,
    the easiest thing is configure two eBGP session: one between primaries router (you primary and ISP primary) and one between secondaries routers, PLUS an iBGP session between your router. This way, in case of a link failure, your primary router is stil able to route packet forwarding them to the secondary router (it could be useful because depending on the type of WAN your are using, router's WAN interfcae can be up/up alsowhen end to end connectivity is lost. In that case HSRP doesn0t change the active router).   
    Bye,
    enrico.
    PS please rate if useful

  • Waas configuration with NME

    I have a branch deployed with an appliance using WCCP and I just purchased a module for a smaller site. I am having trouble equating wccp config over to the module. Read all the white papers but I am missing something really simple.
    I will apreciate to help me about this issue, I have two week with the same issue.
    I send the configuration the remote BRANCH and the topology..
    I wait for your coments , specially with the words marks.
    ip wccp 61 redirect-list CRONOS
    ip wccp 62
    interface Loopback1
    description Loopback BGP
    ip address 192.168.249.8 255.255.255.255
    interface GigabitEthernet0/0
    description Interface LAN
    ip address 192.168.161.4 255.255.255.0
    no ip proxy-arp
    ip accounting output-packets
    ip wccp 61 redirect in
    ip wccp 62 redirect out
    ip route-cache flow
    duplex auto
    speed auto
    standby 1 ip
    standby 1 priority 220
    standby 1 preempt
    service-policy input LAN-PANA2-MARQ
    service-policy output WAN-PANA2-QOS
    interface GigabitEthernet0/1
    description ENLACE TLC_ASB_50
    ip address 192.168.167.13 255.255.255.252
    no ip proxy-arp
    duplex auto
    speed auto
    service-policy input LAN-PANA2-MARQ
    interface Serial0/0/0
    description Enlace a PERU
    bandwidth 2048
    ip address 192.168.114.9 255.255.255.252
    ip accounting output-packets
    ip wccp 61 redirect in
    ip wccp 62 redirect in
    ip flow ingress
    ip flow egress
    encapsulation ppp
    load-interval 30
    shutdown
    interface Serial0/0/1
    no ip address
    shutdown
    clock rate 2000000
    interface Integrated-Service-Engine1/0
    ip address 192.168.165.129 255.255.255.128
    ip wccp redirect exclude in
    service-module ip address 192.168.165.140 255.255.255.128
    service-module ip default-gateway 192.168.165.129
    no keepalive
    router eigrp 12
    redistribute static
    redistribute bgp 250 metric 10000000 1 255 255 1500
    network 192.168.161.0
    network 192.168.167.12 0.0.0.3
    network 192.168.249.0
    no auto-summary
    ip flow-cache timeout active 1
    ip flow-export source Loopback1
    ip flow-export version 9
    ip flow-export destination 130.1.8.30 2055
    p access-list extended CRONOS
    permit ip host 192.168.161.13 192.168.112.0 0.0.0.255
    permit ip host 192.168.161.16 192.168.112.0 0.0.0.255
    permit ip host 192.168.161.23 192.168.112.0 0.0.0.255
    permit ip host 192.168.161.91 192.168.112.0 0.0.0.255
    permit ip host 192.168.161.71 192.168.112.0 0.0.0.255
    permit ip host 192.168.161.72 192.168.112.0 0.0.0.255
    permit ip host 192.168.161.76 192.168.112.0 0.0.0.255
    permit ip host 192.168.161.77 192.168.112.0 0.0.0.255!
    Regards,

    Daniel,
    I send a topology, for your opinio and  best practice the how configurate the WAAS in WCCP.
    I hope your help for this issue,
    It posible to configure this command in the router WAN (ip wccp 62 redirect in) and the router WAAS ((ip wccp 62 redirect out , (ip wccp 61 redirect in)?.
    Or I need more commands for this configuration.
    Yesterday I sent the configuration the R1, today I send you agein.
    ip wccp 61 redirect-list CRONOS
    ip wccp 62
    interface Loopback1
    description Loopback BGP
    ip address 192.168.249.8 255.255.255.255
    interface GigabitEthernet0/0
    description Interface LAN
    ip address 192.168.161.4 255.255.255.0
    no ip proxy-arp
    ip accounting output-packets
    ip wccp 61 redirect in
    ip wccp 62 redirect out
    ip route-cache flow
    duplex auto
    speed auto
    standby 1 ip
    standby 1 priority 220
    standby 1 preempt
    service-policy input LAN-PANA2-MARQ
    service-policy output WAN-PANA2-QOS
    interface GigabitEthernet0/1
    description ENLACE TLC_ASB_50
    ip address 192.168.167.13 255.255.255.252
    no ip proxy-arp
    duplex auto
    speed auto
    service-policy input LAN-PANA2-MARQ
    interface Serial0/0/0
    description Enlace a PERU
    bandwidth 2048
    ip address 192.168.114.9 255.255.255.252
    ip accounting output-packets
    ip wccp 61 redirect in
    ip wccp 62 redirect in
    ip flow ingress
    ip flow egress
    encapsulation ppp
    load-interval 30
    shutdown
    interface Serial0/0/1
    no ip address
    shutdown
    clock rate 2000000
    interface Integrated-Service-Engine1/0
    ip address 192.168.165.129 255.255.255.128
    ip wccp redirect exclude in
    service-module ip address 192.168.165.140 255.255.255.128
    service-module ip default-gateway 192.168.165.129
    no keepalive
    I wait your answers,
    Thanks
    Best Regards,

  • WAAS issue with McAfee EPO

    Hi, we have a customer with WAAS deployed between 2 sites.
    They currently have an issue with McAfee End Policy Orchestrator.
    This is set up to run from a server at the HQ to a server at the remote site every hour.
    When this runs, it hangs on some of the larger files.
    If this is run with waas turned off, it works but takes a long time.
    If the folder is copied manually (with waas turned on), it works.
    Any ideas/help would be much appreciated.
    Colin

    Zach,
       This is a secure site & they haven't given us access yet to troubleshoot.
    They do simulate this by manually copy & paste of the folder with the updates.
    Will let you knowwhenwe get access
    cheers
    Colin

  • Apple Products no longer AirPrint with new routers

    I have a OfficeJet Pro 8500 A910 Series printer and was using a linksys WRT160N V2 router (open without a password protection).  I also have an HP Laptop, a MacBook Pro Retina, two IPhones and an IPad.  All devices were able to print wirelessly on the Office Jet.
    I sought to repace the router first with a Linksys AC1200 and then with an Apple Airport Extreme.  With both routers the HP laptop was able to print wirelessly to the printer.  However, the apple products could not.  All equipment is on the same network (password protected).  Sometimes the Apple products can see the printer and I think when first connected they will print.  But within a few minutes will no longer be able to perform an airprint.  If I delete the printer and try to add it - the printer disappears as a nearby printer and sometimes does not show up as a bonjour printer either.
    While I can limp along with the older router, I worry that when it finally dies, I will no longer be able to use this printer wirelessly.  I have both new routers in their boxes ready to be returned - but perhaps there is a solution.
    I have spent hours on the phone with both Apple and witih Linksys to no avail.  I do think this is an HP problem and so do they.
    I have tried limiting the router to a 2.x Ghz - and note that using a 5 Ghs frequency makes the Apple products ever less happy.

    Hi @StarvationPoint,
    Welcome to the HP Support Forums. I gather that since changing your router that you are encountering difficulties in using AirPrint from your Apple mobile devices.
    I have included a post by @Shirlzz1 on the forums titled Help Determine if your router can support AirPrint with the Bonjour Discovery App. It will walk you through downloading an app that checks to see if the routers support Bonjour (I know the Apple AirPort Extreme does).
    I’ve also included the Printing Over a Wireless Network with Apple's AirPrint FAQs document. It has some great trouble shooting steps in the “What if a 'No AirPrint Printers Found' message displays on my Apple device?” section.
    Please let me know the outcome.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Java DC not deployed with WebDynPro DC

    Hi,
    I've been testing the DC functionality and I'm trying to create the following:
    1) WebDynPro DC (DCA)
    2) Java DC (DCB)
    DCB has code for reading data from a database table (three classes, one is set as a public part). This code is functioning ok in another WebDynpro project where I've used it as an external jar file located in the lib directory and added to classpath.
    DCA has a small table in the view that I'm filling (or trying to) with data from the database.
    DCB has one java class as a Public Part. DCA has this PP defined in the Used DC's (DC Metadata --> DC definition --> Used DC's). I can see the DCB code fine from the DCA's view (I can use the methods from the class).
    I see no code errors and everything compiles ok. I've built the DCA and DCB separately (Development Component --> Build) before doing the project build and deployment.
    When I deploy, I'm getting java.lang.NoClassDefFoundError for the DCB class (User.class) when the program starts. So it seems that the DCB is not deployed with the DCA. I've tried to look at the properties and java classpath but nothing I've done has helped.
    Purpose is set to compilation, and there is a
    <at-build-time/>
    tag in the .dcdef file.
    Deployment of normal (no DC) Webdynpro projects works fine and the jars in the lib directory are deployed to the server OK.
    Seems like I've tried everything but have found no solution yet. Refreshed every part, re-created everything, re-built, re-deployed etc...
    Shortly: how to get DCB to deploy ?
    Any help is appreciated here
    Kind Regards,
    Jari Pakarinen

    Hi,
    What is the Java DC for then ? If it cannot be used as a part of another DC (deployable unit) then how should it be used ? What is the use if it does not end up at the server with Webdynpro code ?
    The scenario I'm looking for is to include Java classes in a Webdynpro project as a part of the project (not jars done somewhere else, I can do that already) deployed to the server with the Webdynpro.
    Thank you for your help, I'm not blaming you or anything
    Regards,
    Jari

  • How to use MDS deploying with EAR file

    Hi everybody.
    I would to use MDS in my web application in order to use customization across the sessions. I've performed every step to do this on JDeveloper (11.1.1.3.1). I've tested my application deploying directly from JDeveloper using Application menu > Deploy > "myApp" to "myApplicationServer" (in this way I can choose the repository with a window like this: http://i.stack.imgur.com/Kci9c.png). The repository was prevoiusly registered on the server. In this way my application works fine and they all lived happily ever after.
    My problem occurs when I perform the deployment with "myApp to EAR" mode. When I try to install my EAR file in weblogic, it reply me with this error message:
    An error occurred during activation of changes, please see the log for details.
    +:oracle.mds.config.MDSConfigurationException:MDS-01335: namespace "/xliffBundles" mapped to metadata-store-usage "MAR_TargetRepos" but its definition was not found in MDS configuration.+
    I've looked for a solution around the web (included this forum) and I think that I should modify something in adf-config.xml file (below).
    Which steps I have to perform in order to install my application correctly with an EAR file?
    Thanks in advance.
    <?xml version="1.0" encoding="windows-1252" ?>
    <adf-config xmlns="http://xmlns.oracle.com/adf/config"
    xmlns:adf="http://xmlns.oracle.com/adf/config/properties"
    xmlns:sec="http://xmlns.oracle.com/adf/security/config"
    xmlns:ads="http://xmlns.oracle.com/adf/activedata/config">
    <adf:adf-properties-child xmlns="http://xmlns.oracle.com/adf/config/properties">
    <adf-property name="adfAppUID" value="BDO_GC_WEBAPP.bdogc"/>
    </adf:adf-properties-child>
    <!-- <ads:adf-activedata-config xmlns=
    "http://xmlns.oracle.com/adf/activedata/config">
    <latency-threshold>5000</latency-threshold>
    <keep-alive-interval>10000</keep-alive-interval>
    <max-reconnect-attempt-time>90000</max-reconnect-attempt-time>
    <reconnect-wait-time>8000</reconnect-wait-time>
    </ads:adf-activedata-config> -->
    <sec:adf-security-child xmlns="http://xmlns.oracle.com/adf/security/config">
    <CredentialStoreContext credentialStoreClass="oracle.adf.share.security.providers.jps.CSFCredentialStore"
    credentialStoreLocation="../../src/META-INF/jps-config.xml"/>
    <sec:JaasSecurityContext initialContextFactoryClass="oracle.adf.share.security.JAASInitialContextFactory"
    jaasProviderClass="oracle.adf.share.security.providers.jps.JpsSecurityContext"
    authorizationEnforce="true"
    authenticationRequire="true"/>
    </sec:adf-security-child>
    <adf-faces-config xmlns="http://xmlns.oracle.com/adf/faces/config">
    <persistent-change-manager>
    <persistent-change-manager-class>
    oracle.adf.view.rich.change.MDSDocumentChangeManager
    </persistent-change-manager-class>
    </persistent-change-manager>
    <taglib-config>
    <taglib uri="http://xmlns.oracle.com/adf/faces/rich">
    <tag name="column">
    <attribute name="displayIndex">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="frozen">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="noWrap">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="selected">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="visible">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="width">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    </tag>
    <tag name="table">
    <attribute name="filterVisible">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    </tag>
    </taglib>
    </taglib-config>
    </adf-faces-config>
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config" version="11.1.1.000">
    <cust-config>
    <match path="/">
    <customization-class name="oracle.adf.share.config.UserCC"/>
    </match>
    </cust-config>
    </mds-config>
    </adf-mds-config>
    </adf-config>

    Any suggestion?

  • EJB3.0 App deployed with warning:Object not found in lookup of JPA_DEFAULT

    Hi All ,
               I am working on NWCE7.1. I am deploying Enterprise Application DC wich is having
    1 . 3 EJB3.0 session DCs
    2.  1 JPA DC
    I am getting following warning in deployment. I have checked persistence.xml for jta-data-source , it is added. Still not working. I am getting this error after importing configuration(Track) for these DCs in my NWDS. Earlier build n deployment was working in other NWDS on other PC.
    --- Deploying file(s):
         D:\NWDS7.1\workspace.jdi\4\DCs\asianpaints.com\erecapp\_comp\gen\default\deploy\asianpaints.com~erecapp.ear
    --- Status:
         Deploy finished with warnings.
    --- Description:
                S U M M A R Y
    ~~~~~~~~~~~~~~~~~~~
    Successfully deployed:           0
    Deployed with warnings:           1
    Failed deployments:                0
    ~~~~~~~~~~~~~~~~~~~
    1. File:D:\NWDS7.1\workspace.jdi\4\DCs\asianpaints.com\erecapp\_comp\gen\default\deploy\asianpaints.com~erecapp.ear
         Name:erecapp
         Vendor:asianpaints.com
         Location:J2N_ERECTT_D
         Version:20090217100038
         Deploy status:Warning
         Version:HIGHER
         Description:
              1. Exception has been returned while the 'asianpaints.com/erecapp' was starting. Warning/Exception :
    [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5030] Clusterwide exception: server ID 6358450:com.sap.engine.services.orpersistence.container.deploy.ActionException: [ERROR CODE DPL.DS.5030] Clusterwide exception: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of JPA_DEFAULT.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:584)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:343)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initDataSources(ComplexModuleCreator.java:344)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initRuntimeModels(ComplexModuleCreator.java:230)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.createModule(ComplexModuleCreator.java:154)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.execute(ComplexModuleCreator.java:84)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexActionAdapter.execute(ComplexActionAdapter.java:34)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ApplicationCreator.execute(ApplicationCreator.java:74)
         at com.sap.engine.services.orpersistence.container.deploy.impl.PersistenceContainer.prepareStart(PersistenceContainer.java:187)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:445)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3375)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3278)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3251)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:877)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initDataSources(ComplexModuleCreator.java:360)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initRuntimeModels(ComplexModuleCreator.java:230)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.createModule(ComplexModuleCreator.java:154)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.execute(ComplexModuleCreator.java:84)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexActionAdapter.execute(ComplexActionAdapter.java:34)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ApplicationCreator.execute(ApplicationCreator.java:74)
         at com.sap.engine.services.orpersistence.container.deploy.impl.PersistenceContainer.prepareStart(PersistenceContainer.java:187)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:445)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3375)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3278)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3251)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:877)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Result
    Status:Warning

    You have to give an explicit data source in your persistence.xml to solve this error normaly.
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
         <persistence-unit name="YOUR_UNIT">
        <jta-data-source>DSNAME</jta-data-source>
    Frank

  • I have a problem with 2 ROUTERS wrt54gl

    I have a problem with 2 ROUTERS
    The router has remained and 2 linksys and specific wrt54gl and 2
    In
    one I have connected the DSL line with a modem in the first WAN router
    which has IP: 192.168.100.1 and connect from Tin's LAN 192.168.100.1 in
    the second router to the WAN, which has different numbering IP:
    192.168.1.1 because it remained in another house with another network
    I
    have a problem: while and I have 2 router internet and distribution and
    2 their own IP in all the PC I have not bidirectional LAN
    I have a LAN only from the second router to the first
    How do I get interactive and on 2 sides LAN?

    Reconfigure the second router as simple access point.
    On the second router, open the web interface. On the main Setup page
    1. set internet connection type to DHCP (if it is static ip at the moment)
    2. change LAN IP address from 192.168.1.1 to 192.168.100.2.
    3. disable dhcp server
    Now save settings. You'll lose the connection.
    Now wire one of the numbered LAN ports of the second router to the first router. Do not use the internet port of the second router!
    Now you have created a single LAN. All computers can connect to each other.

  • SCCM: Application deployment vs Package deployment with requirements and prerequisits.

    Hey,
    My organization is in the process of implementing a new remote networking solution for all employees, however some employees require additional software vs others. What I am trying to find out is if there is a way to have one package with supersedes and
    requirements that we can use to do a massive deployement. 
    Here are the different scenarios with order of installation:
    Financial group Desktop:
    1.Install New solution
    2.Install Configuration
    3.Install Token Authentication 
    (nothing crazy)
    Financial Group Laptops
    1.Install Token Authentication
    2.Install New Solution
    3.Install COnfiguration
    4.Un-uninstall Old Solution
    5.Un-install Tunnel Guard application (requires a reboot, that's why it's last). (this is the application that would be deployed with requirements to go back up the chain of supersedes (meaning, deploy 5, but do 4, when 4 is triggered, it does 3 first, etc...)
    All other laptops
    1.Install New Solution
    2.Install COnfiguration
    3.Un-uninstall Old Solution
    4.Un-install Tunnel Guard application (requires a reboot, that's why it's last).(this is the application that would be deployed with requirements to go back up the chain of supersedes (meaning, deploy 4, but do 3, when 3 is triggered, it does 2 first, etc...)
    Because of the different requirements, is there a way to have one deployment with multiple deployment types to say based off:
    1. Computer types (we have a naming convention that identifies laptops and desktops.
    2. Only install certain pieces of software (Token validator in this case if financial application is detected on the machine).
    Or should I create different applications for each case with different collections or go with 3 different packages and collections with install this package first set in the package deployment
    Thanks for your help.

    The problem is the last uninstall, because it's not applicable to all machines. That means that if you would deploy that with all it's dependencies, it wouldn't do anything on the desktops as it's not applicable to them.
    In this case, if you want to use one deployment, the easiest solution is a task sequence. That way you can target everything in one time and still build some logic to prevent some (un-)installs.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Patch deployment with status "Enforcement state unknown"

    Hi All
    I am pretty new to the patch deployment.
    I generated a report and see there is Last State column with "Enforcement state unknown", not sure if it means failed for those hostnames or will be retried for the installation.
    Kindly clarify.
    Regards
    Ramesh
    Regards Ram

    They will only start to install updates automatically when there is an active update deployment with a scheduled deadline that has past. See for a lot more information:
    http://technet.microsoft.com/en-us/library/gg682168.aspx#BKMK_SUMCompliance
    Also, when Days since last communication is more than 0, that's usually an indication that the client is not communicating any more. That can be caused by a lot of things including something simple as that the device is turned of, or not
    connected with the network.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • ESS/MSS business packages "Deployed with Warning"

    Hello All,
       We are on NW04s SP10 on MS SQL server and Windows server. The Database and portal installations or on different machines. I installed the business packages ESS 1.0, MSS 1.0 and the XSS components - 600 using the JSPM.
    After I deploy, I get the message<b> "Deployed with Warning"</b>
    When I opened the log files and checked for errors, I found errors in deployment on these SDAs
    sap.com/essfiaddr  - WEBDYNPRO
    sap.com/essinaddr  - WEBDYNPRO
    sap.com/essinpdata  - WEBDYNPRO
    sap.com/mssexpdyn  - WEBDYNPRO
    sap.com/mssexpssa  - WEBDYNPRO
    sap.com/mssoprogeneraldescription  - WEBDYNPRO
    And I get the following exceptions for all the SDAs above.
    <b>07/01/11 09:54:10 -    sap.com/essfiaddr  - WEBDYNPRO
    07/01/11 09:54:10 -  ***********************************************************
    Jan 11, 2007 9:54:11 AM  Info: End of log messages of the target system.
    Jan 11, 2007 9:54:11 AM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Jan 11, 2007 9:54:11 AM  Warning: Finished with warnings: development component 'ess/fi/addr'/'sap.com'/'MAIN_ERP05PAT_C'/'795293':
    Caught exception during application startup from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Error occurred while starting application sap.com/ess/fi/addr and wait.
    Reason: Clusterwide exception: server ID 11376250:com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to prepare application ''sap.com/essfiaddr'' for startup. Reason=
    Clusterwide exception: Failed to start application ''sap.com/essfiaddr'': The referenced application ''sap.com/ess~per'' can''t be started. Check the causing exception for details. Hint: Is the referenced application deployed correctly on the server?
         at com.sap.engine.services.webdynpro.WebDynproContainer.prepareStart(WebDynproContainer.java:1490)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:231)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:301)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:317)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:111)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:227)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4684)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4589)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4562)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1163)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)</b>
    Now, after this, when I log into the portal and see the MSS role, the links are all missing. I see only Overview and its worksets and pages and Reports and its worksets. Everything else is missing. The warning that I see is<b> "Linked object is unavailable"</b>
    Could anyone please suggest me what could be wrong?
    Thanks,
    Sunitha<b></b>

    Hi Sunitha,
    First of all I was not able to find if your backend is ERP 2004 or ERP 2005. It should be ERP 2005 if you want to user ESS 1.0 and MSS 1.0 BP
    Please check in Content Administrator if you can locate these applications and test the same. If yes then you can ignore this warning. If No, in that case you have to redeploy XSS, ESS and MSS using SDM again.
    The links in portal comes from your backend Area Page Customizing. To verify if the problem is with your Portal Business Package or with your backend customizing run your ESS applications using
    http://<portal>:<port>/webdynpro/dispatcher/sap.com/pcui_gp~xssutils/XssMenuArea?sap.xss.menuhdr=SAPDEFAULT&sap.xss.menuargrp=SAPDEFAULTESS
    and MSS using
    http://<portal>:<port>/webdynpro/dispatcher/sap.com/pcui_gp~xssutils/XssMenuArea?sap.xss.menuhdr=SAPDEFAULT&sap.xss.menuargrp=SAPDEFAULTMSS
    If you can see all the links correctly here, your backend customization is fine and there is a problem with your BP of ESS and MSS. So you will have to import the same again in the portal. However if you are not able to view the links in the page, then there is a problem with you Area Page Customization. You will need to check your config with the Client 000 configuration to find out the missing config.
    Hope this helps.
    Regards,
    Shubham

Maybe you are looking for