Webcache + 2 10.1.3.0 App Servers + RAC DB

Whats the best way to ensure that when the Database is down for a cold backup to display a message in webcache that its down for maint? currently the site sits there and spins with no maintenance message.
When it is down for a cold backup, Webcache still sees that the application server is UP so never gets an Internal 500 error or any other http error that would cause webcache it seems to through up the maintenance message.
Just wondering if someone else has encountered this and what they have done to fix or work around the issue.
Thanks a ton in advanced!

Create a "Site is down page" and replace the default page with it.
Make on-line backups.
cu
Andreas

Similar Messages

  • SharePoint Foundation 2013 - Search Configuration Issue - 2 App Servers and 2 Front-End Servers

    Hi, 
    We have a SharePoint Foundation 2013 with SP1 Environment. 
    In that, we have 2 Front-End Servers and 2 App Servers. In the Front-End Servers, the Search Service is stopped and is in Disabled state and in the 2 App Servers in One App Server, Search is Online and in another Search is Starting but goes to Stopped sooon
    after.
    Originally, we had only 1 App Server and we were running our Search Service and Search Service Application in that. Now since the index location became full and we were unable to increase the drive there, we added one more App Server and now the issue is
    Search is not properly getting configured in either of these App servers. What we want to do is run Search only in the new App Server, because we have a lot of storage space for Index locations here, but in the older App Server, not run Search at all.  We
    tried keeping the Search Service disabled and ran the below PowerShell Scripts, but none of the ones are working. These scripts are creating the Search Service Application, but the error of "Admin Component is not Online", "Could not connect
    to the machine hosting SharePoint 2013 admin component" is coming up. 
    http://www.funwithsharepoint.com/provision-search-for-sharepoint-foundation-2013-using-powershell-with-clean-db-names/
    http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    http://blog.ciaops.com/2012/12/search-service-on-foundation-2013.html
    Can I get some help please?
    Karthick S

    Hi Karthick,
    For your issue, could you provide the
    detail error message of ULS log  to determine the exact cause of the error?
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    For troubleshooting your issue,  you can try to run the SharePoint Products Configuration Wizard on your WFE servers and run the script for configuring the search service on SharePoint
    Foundation:
    [string]$farmAcct = "DOMAIN\service_Account"
    [string]$serviceAppName = "Search Service Application"
    Function WriteLine
    Write-Host -ForegroundColor White "--------------------------------------------------------------"
    Function ActivateAndConfigureSearchService
    Try
    # Based on this script : http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    Write-Host -ForegroundColor White " --> Configure the SharePoint Foundation Search Service -", $env:computername
    Start-SPEnterpriseSearchServiceInstance $env:computername
    Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance $env:computername
    $appPool = Get-SPManagedAccount -Identity $farmAcct
    New-SPServiceApplicationPool -Name SeachApplication_AppPool -Account $appPool -Verbose
    $saAppPool = Get-SPServiceApplicationPool -Identity SeachApplication_AppPool
    $svcPool = $saAppPool
    $adminPool = $saAppPool
    $searchServiceInstance = Get-SPEnterpriseSearchServiceInstance $env:computername
    $searchService = $searchServiceInstance.Service
    $bindings = @("InvokeMethod", "NonPublic", "Instance")
    $types = @([string],
    [Type],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool])
    $values = @($serviceAppName,
    [Microsoft.Office.Server.Search.Administration.SearchServiceApplication],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$svcPool,
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$adminPool)
    $methodInfo = $searchService.GetType().GetMethod("CreateApplicationWithDefaultTopology", $bindings, $null, $types, $null)
    $searchServiceApp = $methodInfo.Invoke($searchService, $values)
    $searchProxy = New-SPEnterpriseSearchServiceApplicationProxy -Name "$serviceAppName - Proxy" -SearchApplication $searchServiceApp
    $searchServiceApp.Provision()
    catch [system.exception]
    Write-Host -ForegroundColor Yellow " ->> Activate And Configure Search Service caught a system exception"
    Write-Host -ForegroundColor Red "Exception Message:", $_.Exception.ToString()
    finally
    WriteLine
    ActivateAndConfigureSearchService
    Reference:
    https://sharepointpsscripts.codeplex.com/releases/view/112556
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Eric Tao
    TechNet Community Support

  • Workflows 2013 and SQL Report Services: Configure on Independent Servers or Existing App Servers?

    Currently, my SharePoint 2013 Farm has Workflows 2013 and SQL Report Services installed on app servers, along with other applications. Workflows 2013 isn't working correctly (installed prior to my coming on board with the organization), I'm assuming it
    is a configuration issue, but rather than re-configure, I've read that is recommended to be a standalone server. It was also recommended by a MSFT rep that our report services have its own independent server. Currently, Report Services is also installed on
    an app server that runs other applications on the farm.
    Has anyone had any experience with installing Workflows 2013 and/or SQL Report Services on independent vs. existing application servers?
    Additionally, my existing application servers have 24 GB of RAM (I believe the recommendation for SharePoint production environments is 12 GB), should I plan for the potentially new servers (Workflows and Report Services) to also have 24 GB of RAM? Not really
    sure if it will be needed if they have dedicated tasks.
    Thanks for any input you can provide!

    It entirely depends on load. WFM will work just fine installed on servers in the SharePoint farm. SSRS preferably should go on the end-user facing servers for better performance.
    The questions you're asking are all "it depends" :)
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • 2 App servers in farm will be auto failover and load balanced?

    Dear all,
    We are going to setup following SharePoint farm:
    2 WFE
    2 APP
    2 OWA
    2 SQL with shared NAS
    We will have hardware load balance in front of 2 WFE. From my understanding, the 2 WFE will detect which APP server is available and send the request there.
    Hence, if APP1 is down, all traffic come from both WFE will be directed to APP2.
    But I am not so sure about the part about load balance. If all the 8 server instance are working properly, the new request come from WFE2 will be sent to APP1 or APP2? Or it depends on which service application is asking?
    In addition, we planned to run all search components on APP servers. But the 2 APP servers are both 16GB memory which is lower than suggested specification.  I am considering whether I can assign all the search workload on APP2 while all the other on
    APP1.
    Thanks.
    Mark

    Here is a good artcicle on how SharePoint load balances service applications:
    http://blogs.msdn.com/b/dtaylor/archive/2011/02/23/sharepoint-2010-service-application-load-balancer.aspx 
    Yes you can create APP02 as search server but then service apps will not be redundant , so it would be better to run all the service apps on both the servers and if you see any memory issues, then scale it later.
    As per
    http://technet.microsoft.com/en-us/library/651dba4d-8751-4bd8-9492-f2842b2e1177(v=office.15)#HW_Enterprise , 16 GB is recommended for application server  so i think you should be okay unless there is very high load .
    Amrita Talreja

  • Can you install the Office Web Application Server on one of the App Servers for SharePoint 2013?

    Hi,
    Is it possible to run Office Web Application Server (shows preview images for docs and allows Notepad, Word, Excel to work etc) on one of the SharePoint 2013 App Servers. I don't want to have to create a new server. It talks about setting
    up a farm. 
    Better still how the feck do you switch this functionlity off - I always remember it being a pain in the arse. We accidentally ran the first part of the configuration on one of the SharePoint App Servers only to find out our subscription does not
    have this download (bar stewards changed this Nov 2014 - just after started contract).    
    Help would be much appreciated as close to go live
    Thanks.
    John.

    Hi John,
    Please reboot the server at the very beginning and test the issue again.
    Quote from you:
    Problem is I get Internet Web Page cannot display the webpage everytime I click in a excel document, powerpoint document, notebook link or the preview
    Please post the url in browser address here.
    If you just executed the command below:
    Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices
    It just install some windows feature to the current server, we can find it should be done before installing several server products.
    Could you please verify if the command you executed is the same as the one above?
    You could also go to local disk and check if there is OfficeWebApps folder under C:\ProgramData\Microsoft\?
    If you check in Control Panel > Programs, is there any feature related to Office Web Apps?
    If you have confirmed there is no Office Web Apps feature installed, please go to SharePoint document library settings, and make the document to open in client, does it work?
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • ECC Windows APP SERVERS to offload 2 of 5 DIA instances from i570-10way

    We need a cost effective solution to get us over a hump for a few months.
    We recently created 2 more DIA instances on our i570 ECC 6.0 Unicode server and due to the nature of the ABAP code running on those 2 instances (SAP pricing routines), we just cannot absorb the CPU demand and are pegging the CPU utilization frequently.
    So, we need to separate the 2 new DIA instances and remove them from the i5. (already running CI & 3 DIA instances)
    We only need to run this application in this fashion for about 5 months, so don't want to heavily invest in adding 2 more i5 CPU's  (which are already in the box being a 10way) and about 20+GB more memory.
    Has anyone successfully put Intel / Windows app servers into their i5 solution landscape?  Anything special required to support this multi-platform <SID>.
    Realize the kernels would be different and not sure the complexities that will introduce, but we're already in discussion with Volker G. to take care of that for us.  
    Don't have to be concerned about backup strategy as the APP servers don't change except as a result of a kernel patch.
    Don't need too much disk, so can go with internel to the xSeries server.
    Naturally, there will be overhead from the APP server to DB but that's acceptable (within reason)
    Sizing for xSeries -- 4way/quad core 32GB memory for each app server?
    Feedback very much appreciated -- been running ECC on i for 10.5 years now
    Regards
    Doreen Anderson

    Chris - thank you for responding with accurate information
    Chris - Yes, did realize that the 1st answer to my post was incorrect information for the i5/OS platform and am very disappointed that is "allowed" in the forums.  Can a moderator delete?
    Volker - thank you for the feedback for the xSeries size and also the heads up that we will need to isolate the traffic from xSeries to iSeries "app server to db server" on it's own which will require the extra ethernet card in the i5. 
    We do have 3 ethernet cards in the i5 already but they are all being used.  2 for SAP virtual ip to make highly available and 1 to keep the MIMIX traffic on it's own. 
    We will plan for a 4th (maybe even a 5th for virtual ha) ethernet card(s) for the i5 and yes 2 (actually 3 for HA) for the xSeries.
    Just recently found a nice i5/OS link on SDN & not sure if everyone knows about it -
    SAP on IBM DB2 for i5/OS: Database Interface Notes
    SAP on i5/OS - Database Interface Notes
    Windows/Linux App-Server
    SAP Note Number
    SAP Note
    751451
    XDA Database Client for Windows and LinuxPPC
    585468
    Analysis: XDA Authentication failure to DB2 for i5/OS
    564395
    Win: Applying Application Server Kernel Patches
    682281
    HowTo: Starting Win AppServer from i5/OS Central Host
    449187
    Adjusting Ethernet Performance Manually
    Thank you to Chris and Volker!

  • Configure Multiple App Servers to Use Same Files from Network Share?

    Application Server v10.1.2
    We're currently running Oracle Forms and Reports for a legacy application. It is served up by 8 app servers who pull the files from a single file server. We are beginning to transition pieces of this application to Java; how would we configure the OC4J instances on all 8 machines to pull the Java files from the single file server? In my experience I've always just logged into each app server, gone into the OC4J instance, pointed it to my ear file and let it install(course, I only had to manage one or two servers, never 8). That doesn't seem like that would work in this distributed configuration.
    Any suggestions?

    You can cluster your Application Servers, and then deploy your EAR to the cluster insted of deploying the EAR on a single OC4J.
    Bye,
    Andrea

  • Support packs for CI + App servers

    HI,
    I worked mostly with Central Instance / Oracle DB only. I have done upgrade for Kernel / Oracle-Opatches and ABAP/ JAVA support packs. Now I have to implement these in production environment where it has one central instance and 3 app servers. I would lilke to know, what difference it makes, for Kernel upgrade / Oracle Patches / ABAP and Java support packs. What should I take care in terms of stopping ./ starting services
    Would appreciate your feedback.,
    Thanks,
    Raj

    Hi Raj,
    For Application server what type of scenior you are using.
    Did you made share of /usr/sap/ or /sapmnt to you application sever.
    if yes, then you have to just upgrade the kernal in CI & not in Apps
    If no, then you have to manually upgrade the kernal on CI & apps.
    Thanks
    Anil

  • Apache / JRUN setting up trust between two app servers

    Hi,
    I have two applications running on Apache web server and JRUN app server.
    How can i setup a trust domain between the two jrun app servers so that the user doesnt have to enter authentication credentials in both the servers when forwarded from app server 1 to app server 2?
    Thanks in advance

    I researched that we can do a "fake" authentication by using cookies. Has anyone does this before? Can somebody guide me on this?

  • Apps Servers Via SAPMMC

    We centralize our 3 apps servers on the central instance when starting and stopping SAP via sapmmc. Now, all of the sudden, I can only start the central instance and can't start/stop any of the apps server. I am getting "Cannot connect to sapservice on (appserver#): 80070005, Access denied".
    I tried re-registering all the sapmmc*.dll but not successful. Can someone shed some light on this issue please.
    We are using SAP Enterprise 4.7 running on WIndows 2000 and SQL 2000.
    SAPMMC configuration
    C1 (Central Instance server)
    A1 (App Server 1)
    A2 (App Server 2)
    A3 (App Server 3)

    Thanks very much Subhadip. I did add all the app servers to the SAPMMC snap-in. After I addded all of them, the app servers are showing as grayed and only the central instance is green meaning active. When clicking on any of the app servers, I got cannot connect to <appserver> , access denied. As I read many threads and realize that it might be the DCOM causing all this trouble but I am skeptical in re-registering using DCOM. I have checked the security on sapstartsrv.exe and all look fine.
    Thanks for the RZ03 tcode. I will try that over the weekend and will report next week on the outcome.
    Really appreciated your help for responding to my issue.

  • Jndi communication between app servers?

    Hi all,
    I'm quite familiar with J2EE and its communication architecture. In the past, I haven't had the need to communicate from one app server to another (just all web/applet clients to the central app server). But now I need to :)
    Is there a way to communicate (synchronously) between app servers on different machines that aren't clustered? Clustering is not a possibility.
    I know JMS is an option, but JMS is asyncrhonous. I also know you can't create server sockets in an app server because the J2EE spec disallows this approach, so forget about client/server communication via sockets.
    This would be my ideal solution:
    Server A does a jndi lookup for a bean on server B. Server A gets this reference and works with it just like any other J2EE client to server B.
    Does JNDI allow you to do lookups to other namespaces outside of the current namespace on server A?
    Can this even be done?
    Thanks,
    Les Hazlewood

    Yes. It's possible. For one of my applications, I have three HP-UX servers that run i2 software on them, but for different business units. I have a J2EE application that does a little bit of everything for the i2 applications. Since the business logic is the same, with only the business dept differing, I deployed 3 instances of JBoss, each running on their own server. My user's log into one of the applications, doesn't matter which, and if they request a service (EJB) that needs to run on a different server, my webapp makes a connection to that server and uses the remote EJB to do the work. It's very possible and an excellent solution.
    The solution will depend on which J2EE server you're using.
    Here's a class I use to retrieve the InitialContext I need for my application:
    package com.cibavision;
    import javax.naming.InitialContext;
    import javax.naming.Context;
    import javax.naming.NamingException;
    import java.rmi.RemoteException;
    import java.util.Properties;
    public class CibaJNDI{
       public static InitialContext getInitialContext ( String server ) throws javax.naming.NamingException {
          Properties p = new Properties () ;
          p.put(Context.INITIAL_CONTEXT_FACTORY,
                 "org.jnp.interfaces.NamingContextFactory");
          p.put(Context.PROVIDER_URL,
                 "jnp://" + server + ":1099");
          p.put(Context.URL_PKG_PREFIXES,
                 "org.jboss.naming:org.jnp.interfaces");
          return new InitialContext (p) ;
    }Using this class, I have logic in my application that calls for the appropriate server, something like this:
    if businessA then use server1
    if businessB then use server2
    if businessC then use server3
    I then call for my InitialContext, request my EJB, and I'm off and running. No clustering, it matters which machine I'm on (I have to read extract files, etc.)
    Works great. We are also a weblogic shop, but I haven't made any calls to weblogic from outside my J2EE app yet, but it should only differ by the hash attributes you pass to new InitialContext( props ).
    Hope this helps,
    Perry Tew

  • BSPs configuration with multiple apps servers

    Hi Masters,
    This is regrarding configure ICM and BSPs on our production box with multiple application servers.
    We have our production box in a cluster environment.
    The central instance is dbciSAP and apps servers are sapaps2 thru sapaps6. The database is on shared disks. Whenever the central instance fails sapaps2 takes the control and become as dbciSAP but the main dbciSAP never become a application server when ever sapaps2 acts as dbciSAP. Since we have configured load balancing concept in production environment the users can login to system thru any application server. This is waht our environment.
    As part of our production box to SAP 4.7 upgrade from 4.6C, we are asked to configure the environment to deploy BSPs. We have successfully configured and deployed the BSPs in our DEV and QAS system  (Both are central instances with no application servers) except production box which is due in the next month.
    The process we follow to activate BSPs is as follows:
    1.Define an ICM service port in /etc/services file.
    2.Add the ICM related parameters in instance profiles.
    3.Make sure the ICM status is active in SMICM tx.
    4.Activate the BSP services in SICF as per OSS note 571484.
    Now, the question is how to configure the same ICM service and activate the BSPs since we have multiple multiple application servers.
    Subsequently What I am enquirying is:
    Do I need to define ICM service ports on each and every hosts where the application servers are running?
    Do I need to make changes to each and every instance profile of the application server?
    What are the differences in configuring ICM services on central instance and application instances?
    Appreciate any help in this regard.
    Thanks and Regards
    Murty Patchipala

    Grasshopper,
    I think what you should really read up on is the SAP WebDispatcher.  If are serious about running BSP/ICM across multiple app servers, this is the key technology:
    http://help.sap.com/saphelp_nw04/helpdata/en/42/5cfd3b0e59774ee10000000a114084/frameset.htm  This may also answer some of your questions about profile parameters.
    Other than that I can share what we did.  We did activate the ICM and services on all app servers and central instance.  The service ports of the individual servers aren't that important now because of the WebDispatcher (at least they aren't visible to the user).
    Yes we did make some of the ICM profile changes in each instance profile.  If your settings are the same, consider using the default profile.   Are their particular settings you are interested?  I will look over ours, but I don't remember any huge differences from APP server to Central Instance.

  • Guide on how to setup/configure a cluster of v10 app servers? BPEL + Jdev

    I am planning to run a cluster of 2 app servers instead of currently a stand alone App server
    for BPEL processes. Is there a guide/tutorial about how to configure the app servers so that they run as a cluster?
    This guide show cover necessary adjustments in BPEL source code and in JDeveloper (deployment) as well.
    Peter
    Edited by: user559463 on Aug 3, 2010 10:42 AM

    Hi
    A good usefull guide is the one
    http://orasoa.blogspot.com/2009/04/soa-cluster-installation.html
    kind regards
    Michel

  • SSL crypto libraries installed on CI - what about app servers?

    Since I have installed SSL libraries on CI/DB do I also have to add entries into the RZ10 parameters for each of the app servers?
    Thanks
    Weyland Yutani

    Hi,
    If you want to set up SSL on the app servers, of course yes !
    If your app servers don't use the same architecture/OS than the CI, the libraries will be different.
    For exemple, our CI is Windows 2000 on Itanium 64 and our app servers on Windows 2003 x64.
    Regards,
    Olivier

  • DHCP support for weblogic app servers

    Hey there,
    Iam new to this product. I wanted to know if any of the weblogic app servers support
    DHCP. What I mean is if the IP address
    changes then would it automatically pick it up?
    -Samit

    Hi Raj,
    For Application server what type of scenior you are using.
    Did you made share of /usr/sap/ or /sapmnt to you application sever.
    if yes, then you have to just upgrade the kernal in CI & not in Apps
    If no, then you have to manually upgrade the kernal on CI & apps.
    Thanks
    Anil

Maybe you are looking for

  • Trying to display results from access database query on a JSP

    Seem to be having real difficulty with this one, i keep getting a null pointer exception :(. Wondered if anyone could point me to any examples of displaying the results on jsp. The database is connected, as i can display the query on netbeans, but ju

  • SELECTION SCREEN EVENT

    Hi Guys,    we have a customized selection program similar to RSNAST00. In that while maintaining the variant when the users enter values other than say "ZABC " in output type field (KSCHL) and press enter certain fields in the screen should not be a

  • How to add javascript sections in a new form?

    I've started livecycle development this week, and after going through JP Terry's book can't see how to incorporate sections of javascript into my new forms. I get the objects onto my form, but they have no functionality! Does anyone know where I can

  • HR Master Data Distribution through ALE

    Hi All, Iam new to HR module. I want to know what are the transactions to create HR master data like employee etc. I want to send this HR master data from one SAP system to another SAP/non-SAP system through Idocs. Can anyone guide me with an example

  • GetVPN rekey sequence numbers on GMs

    Hello I have a few routers running getvpn so far. Two of them are 7206 NPE-G2 VAM2+ which were the CORE under the traditional IPSec tunnel solution. The rest of them are 2811s. The KS are two 2851s. The solution is doing well but we are having some l