Failover server?

Is there a way to set up the JNLP file to specify a failover server in case the primary server is unavailable? It looks like I have to customize the JNLP file for each server we use for downloads (in the <jnlp codebase="http://...">).
I'm also guessing that if I tell my users to go to a different server when the primary is unavailable, they will end up with a duplicate set of JAR's underneath the alternate server's entry in the cache. True?
It would be nice if I could specify a mirroor server to go to when the first is unavailable. Any thoughts on how to tackle this?

This has also become an issue for me - I'm using webstart at a large corporate client. Ideally you want to be able to tell a cached jnlp to use an alternate codebase if the first one fails.
Is there any way to hook into the jnlp read step on the client using an extension - so that the client could use an alternate codebase?

Similar Messages

  • Adding a failover server in Unity 7.0(2) messaging only environment

    Were are using a single Unity 7.0(2) server (messaging only) with Exchange and the message store running on the same server. We want to introduce a failover server in the invironment.
    I originalloy built the server using the "istallation Guide for Cisco Unity Release 5.x in a Voice Messaging Configuration with Microsoft Exchange (Without Failover)" instructions.
    I have two questions:
    Can I convert the existing server to a failover configuration with out having to rebuild it from scratch?
    My next question is, since the documentation I'm reading states that the message store must be on the secondary server, is there a way to migrat the message store over?
    Thank for any help.
    Jim Lozano
    SOCCCD District IT

    Bradford,
    Thanks for the reply and this looks like it might be my problem.   Question though, I see there is an option in advanced settings tools to exclude return reciepts from voice mail stack but I do not see the registry key.   Do I need both or will changing it in advanced tools be sufficient?
    Thanks,
    Glenn

  • Can I failover a DHCP failover server?

    Greetings,
    I'm in the process of putting together an enterprise wide DHCP design.  I'm planning on leveraging the hot failover feature in Server 2012.  I'll be using a hub-and-spoke topology with a server in our primary datacenter acting as the failover partner
    for all the DHCP servers at branch offices.
    My question is can I failover the failover server?  Basically can I configure the failover partner for all the primary servers to fail over to yet another DHCP server in a secondary datacenter?
    Thanks!

    One line answer to your question is no. Since a given scope on a DHCP server can be part of one and only one failover relationship and given that all the scopes on your Hub DHCP server are part of different failover relationships distributed across
    your spoke servers you cannot make those scopes a part of failover relationship with another DHCP Server.
    Having said that, in case your hub DHCP Server fails the spoke DHCP servers can take over. Yet if you are concerned about data loss then you can have appropriate disaster recovery\backup solutions in place to safeguard the DHCP data on the hub server.

  • Coldfusion licensing for failover server

    I'm interested in setting up a passive failover Coldfusion server. Since the failover will only receive requests if the other server is down, can I use the same license across both servers?

    CF licence terms can be found from here in other section:
    http://www.adobe.com/legal/licenses-terms.html
    PDF refer to section 1.8 which mentions disaster recovery.
    HTH, Carl.

  • DHCP Failover Server 2012

    Hi,
    I have a Problem with DHCP Failover in Windows Server 2012
    We configured 2 Windows Server 2012 with DHCP Role and created a Scope with loadbalancing algorithm.
    The Problem is, that the two DHCP Servers Show different statistic Information. DHCP 1 has 254 addresses and 218 in use. DHCP Server 2 has 254 addressses and 187 in use.
    We found situations when one DHCP Server has no available IP addresses and the other one has about 40% available addresses.
    Why do the Servers have different available address spaces ? We have one scope with one class c net, 254 addresses.
    Our Szenario is with this config not high available, cause of sometimes running out of IP addresses on one DHCP Server.
    Thanks for help
    Björn
    Björn Schiemann LemonTec IT Systems KG htttp://www.lemontec.de

    Hi Bjoern,
    Would you please provide us your detailed load balance configurations.
    In load-balance mode of operation both the servers respond to client requests. Here’s how the servers ensure the distribution of client requests between themselves:
    Each DHCP server on receiving the client request calculates hash of the MAC address in the client request as per hashing algorithm specified in RFC 3074. Each server hashes any MAC address
    to a value between 1 and 256. If the load distribution ratio between the 2 servers is left at the default of 50:50; and if the hash of the MAC address falls between 1 and 128 then the first server will respond to the client request else if the hash is any
    value between 129 and 256, the other server responds to the client. This ensures that only one server responds for a specific client. If the load distribution ratio has been changed by the admin to a different value, the distribution of hash buckets would
    be in that proportion. The admin does not need to configure the MAC addresses on any server configuration a-priori.
    Quote from DHCP Failover Load Balance Mode
    http://blogs.technet.com/b/teamdhcp/archive/2012/08/06/dhcp-failover-load-balancing-mode.aspx
    In addition, I notice that you have a Class C network for the scope, why does each DHCP server have 254 IP address available?
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Failover server (using config.xml)

    Hi ,
    I am using weblogic server 7.0(1) installed in solaris . I installed a new server where i need to have same configuration as like (1) .
    so i directly placed the config.xml of (1) in the second server domain by changing the IP address in config.xml.
    I am getting the following at the start of server..
    <May 23, 2009 11:15:36 AM IST> <Notice> <Management> <140005> <Loading configuration /ICICIprud/ICICIportal/weblogicnew/user_projects/iciciprulife/./config.xml>
    <May 23, 2009 11:15:37 AM IST> <Critical> <WebLogicServer> <000364> <Server failed during initialization. Exception:weblogic.management.configuration.ConfigurationException: Error parsing the configuration file: Could not perform unpadding: invalid pad byte. - with nested exception:
    [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]
    com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at com.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java:111)
    at com.rsa.jsafe.JG_BlockCipher.decryptFinal(JG_BlockCipher.java:1112)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
    at weblogic.management.internal.EncryptedData.decrypt(EncryptedData.java:45)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.parseMBeanAttributes(ConfigurationParser.java:652)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.startElement(ConfigurationParser.java:322)
    at weblogic.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1348)
    at weblogic.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValidator.java:1299)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentScanner.java:1838)
    at weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1207)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:399)
    at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1138)
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:227)
    at weblogic.management.internal.xml.XmlFileRepository.createOrLoadDomain(XmlFileRepository.java:483)
    at weblogic.management.internal.xml.XmlFileRepository.bootStrapAndLoadActiveDomain(XmlFileRepository.java:354)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:217)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:202)
    at weblogic.management.AdminServer.configure(AdminServer.java:196)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:111)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: Error parsing the configuration file: Could not perform unpadding: invalid pad byte. - with nested exception:
    [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:243)
    at weblogic.management.internal.xml.XmlFileRepository.createOrLoadDomain(XmlFileRepository.java:483)
    at weblogic.management.internal.xml.XmlFileRepository.bootStrapAndLoadActiveDomain(XmlFileRepository.java:354)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:217)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:202)
    at weblogic.management.AdminServer.configure(AdminServer.java:196)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:111)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at com.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java:111)
    at com.rsa.jsafe.JG_BlockCipher.decryptFinal(JG_BlockCipher.java:1112)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
    at weblogic.management.internal.EncryptedData.decrypt(EncryptedData.java:45)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.parseMBeanAttributes(ConfigurationParser.java:652)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.startElement(ConfigurationParser.java:322)
    at weblogic.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1348)
    at weblogic.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValidator.java:1299)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentScanner.java:1838)
    at weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1207)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:399)
    at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1138)
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:227)
    at weblogic.management.internal.xml.XmlFileRepository.createOrLoadDomain(XmlFileRepository.java:483)
    at weblogic.management.internal.xml.XmlFileRepository.bootStrapAndLoadActiveDomain(XmlFileRepository.java:354)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:217)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:202)
    at weblogic.management.AdminServer.configure(AdminServer.java:196)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:111)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: Error parsing the configuration file: Could not perform unpadding: invalid pad byte. - with nested exception:
    [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:243)
    at weblogic.management.internal.xml.XmlFileRepository.createOrLoadDomain(XmlFileRepository.java:483)
    at weblogic.management.internal.xml.XmlFileRepository.bootStrapAndLoadActiveDomain(XmlFileRepository.java:354)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:217)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:202)
    at weblogic.management.AdminServer.configure(AdminServer.java:196)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:111)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException: Error parsing the configuration file: Could not perform unpadding: invalid pad byte. - with nested exception:
    [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]
    com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at com.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java:111)
    at com.rsa.jsafe.JG_BlockCipher.decryptFinal(JG_BlockCipher.java:1112)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
    at weblogic.management.internal.EncryptedData.decrypt(EncryptedData.java:45)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.parseMBeanAttributes(ConfigurationParser.java:652)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.startElement(ConfigurationParser.java:322)
    at weblogic.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1348)
    at weblogic.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValidator.java:1299)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentScanner.java:1838)
    at weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1207)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:399)
    at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1138)
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:227)
    at weblogic.management.internal.xml.XmlFileRepository.createOrLoadDomain(XmlFileRepository.java:483)
    at weblogic.management.internal.xml.XmlFileRepository.bootStrapAndLoadActiveDomain(XmlFileRepository.java:354)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:217)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:202)
    at weblogic.management.AdminServer.configure(AdminServer.java:196)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:111)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: Error parsing the configuration file: Could not perform unpadding: invalid pad byte. - with nested exception:
    [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:243)
    at weblogic.management.internal.xml.XmlFileRepository.createOrLoadDomain(XmlFileRepository.java:483)
    at weblogic.management.internal.xml.XmlFileRepository.bootStrapAndLoadActiveDomain(XmlFileRepository.java:354)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:217)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:202)
    at weblogic.management.AdminServer.configure(AdminServer.java:196)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:111)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    + set +x
    please help me to solve the above problem.
    Thanks in advance,
    Katheek.

    This error is due to SerializedSystemIni.dat not being available. I would recommend reading up on this file, as it is important for any weblogic admin to understand its function. Check these out:
    [http://connectionserver.blogspot.com/2009_05_01_archive.html|http://connectionserver.blogspot.com/2009_05_01_archive.html]
    [http://e-docs.bea.com/wls/docs81/secmanage/passwords.html|http://e-docs.bea.com/wls/docs81/secmanage/passwords.html]
    [http://weblogic.sys-con.com/node/42929|http://weblogic.sys-con.com/node/42929]

  • DB2 database doesn't start on FailOver server in HA

    Hi Experts,
    We have a sap cluster under AIX 6.1 and DB2 , during failover the database may not able to start.
    is only hold on
    db2start <-- waiting more than 3 hr no and reply.
    db2stop <-- waiting more than 3 hr no and reply.
    db2stop force <-- still cannot kill the db2
    db2_kill <-- still cannot kill the db2
    But when I restart the AIX again (shutdown -Fr) , then the db2 work
    fine ( no any problem )
    Could you advise how can I solve the db2 the issue ?
    p.s. we had checked other failover case is no any problem
    e.g.
    1. move cluster service using smit cl_admin
    2. remove the network cable physically
    ( problem case )
    2012-02-17-19.28.45.875329+480 <-- is the time haven follow case
    NodeA : standby mode ( only start the DI )
    NodeB : holding the SAP ( CI and ACSC )and DB2 cluster services
    thx,
    Tony
    Edited by: F SAPTEAM on Feb 19, 2012 5:12 PM

    2012-02-17-19.28.46.662153+480 I11771095A537      LEVEL: Event
    PID     : 10551470             TID  : 258         PROC : db2sysc 0
    INSTANCE: db2rtp               NODE : 000
    EDUID   : 258                  EDUNAME: db2sysc 0
    FUNCTION: DB2 UDB, fast comm manager, sqkfSessionManager::initSessionManager, probe:10
    START   : Starting FCM Session Manager
    1 resource group(s).
    128 sessions allocated.
    Maximum number of sessions supported is 64000.
    Total session manager memory required for 1 logical and 0 fail-over partitions is 1687552 bytes.
    2012-02-17-19.28.46.662996+480 I11771633A418      LEVEL: Event
    PID     : 10551470             TID  : 258         PROC : db2sysc 0
    INSTANCE: db2rtp               NODE : 000
    EDUID   : 258                  EDUNAME: db2sysc 0
    FUNCTION: DB2 UDB, fast comm manager, sqlkf_init_allocate_shared, probe:500
    START   : FCM infrastructure started
    FCM running in non-shared mode; FCM parallelism degree: 1; comm protocol: TCP/IPv4
    2012-02-17-19.28.47.721005+480 E11772052A1217     LEVEL: Error (OS)
    PID     : 10551470             TID  : 258         PROC : db2sysc 0
    INSTANCE: db2rtp               NODE : 000
    EDUID   : 258                  EDUNAME: db2sysc 0
    FUNCTION: DB2 UDB, oper system services, sqloAIXLoadModuleTryShr, probe:130
    CALLED  : OS, -, dlopen
    OSERR   : ENOEXEC (8) "Exec format error"
    MESSAGE : Attempt to load specified library failed.
    DATA #1 : Library name or path, 37 bytes
    /db2/db2rtp/sqllib/lib64/libdb2iocp.a
    DATA #2 : shared library load flags, PD_TYPE_LOAD_FLAGS, 4 bytes
    2
    DATA #3 : String, 621 bytes
         0509-130 Symbol resolution failed for /db2/db2rtp/sqllib/lib64/libdb2iocp.a because:
         0509-136   Symbol CreateIoCompletionPort (number 0) is not exported from
                 dependent module /unix.
         0509-136   Symbol GetQueuedCompletionStatus (number 1) is not exported from
                 dependent module /unix.
         0509-136   Symbol GetMultipleCompletionStatus (number 2) is not exported from
                 dependent module /unix.
         0509-022 Cannot load module /db2/db2rtp/sqllib/lib64/libdb2iocp.a.
         0509-026 System error: Cannot run a file that does not have a valid format.
         0509-192 Examine .loader section symbols with the
               'dump -Tv' command.
    2012-02-17-19.28.47.732826+480 E11773270A910      LEVEL: Error (OS)
    PID     : 10551470             TID  : 258         PROC : db2sysc 0
    INSTANCE: db2rtp               NODE : 000
    EDUID   : 258                  EDUNAME: db2sysc 0
    FUNCTION: DB2 UDB, oper system services, sqloAIXLoadModuleTryShr, probe:140
    CALLED  : OS, -, dlopen
    OSERR   : ENOEXEC (8) "Exec format error"
    MESSAGE : Attempt to load specified library augmented with object name failed.
    DATA #1 : Library name or path, 47 bytes
    /db2/db2rtp/sqllib/lib64/libdb2iocp.a(shr_64.o)
    DATA #2 : shared library load flags, PD_TYPE_LOAD_FLAGS, 4 bytes
    262146
    DATA #3 : String, 272 bytes
         0509-022 Cannot load module /db2/db2rtp/sqllib/lib64/libdb2iocp.a(shr_64.o).
         0509-153   File /db2/db2rtp/sqllib/lib64/libdb2iocp.a is not an archive or
                 the file could not be read properly.
         0509-026 System error: Cannot run a file that does not have a valid format.
    2012-02-17-19.28.47.761039+480 I11774181A565      LEVEL: Severe
    PID     : 10551470             TID  : 258         PROC : db2sysc 0
    INSTANCE: db2rtp               NODE : 000
    EDUID   : 258                  EDUNAME: db2sysc 0
    FUNCTION: DB2 UDB, oper system services, sqloLioInitIocp, probe:200
    CALLED  : DB2 UDB, oper system services, sqloLoadModule
    RETCODE : ZRC=0x870F009B=-2029059941=SQLO_MOD_LOAD_FAILED
              "Dynamic library load failed."
    DATA #1 : Library name or path, 12 bytes
    libdb2iocp.a
    DATA #2 : Library Search Path, 24 bytes
    /db2/db2rtp/sqllib/lib64
    2012-02-17-19.28.47.774698+480 E11774747A406      LEVEL: Warning
    PID     : 10551470             TID  : 258         PROC : db2sysc 0
    INSTANCE: db2rtp               NODE : 000
    EDUID   : 258                  EDUNAME: db2sysc 0
    FUNCTION: DB2 UDB, oper system services, sqloStartAIOCollectorEDUs, probe:30
    MESSAGE : ADM0513W  db2start succeeded.  However, no I/O completion port (IOCP)
              is available.
    Edited by: F SAPTEAM on Feb 19, 2012 5:16 PM

  • Cold-Failover with Oracle Weblogic Server 10 R3

    Hi ALL,
    It is possible to configure cold-failover using Oracle Weblogic Server?/
    - 2 instances with the same ip, if one fails the second will run
    - Not comunication between nodes like in normal cluster
    Thanks

    Hello All,
    Have anybody configured auto server migration for cold failover?
    I have a few questions regarding this setup, any help is much appreciated.
    1. for the floating ips to work, do I need 2 NICS and two cables on each server?
    2. Do I have to configure 2 different ips on one interface, which will be used as node manager listen address's for each of the 2 machines?
    3. What will be the listen address of each of these servers(primary server & failover server)? Is it the floating ip address? or empty (all local addresses)?
    4. can we start both the primary server & failover server so when primary goes down, the failover will be quick?
    Thanks,
    Chandra

  • OS X Server failover

    Hi,
    Does anyone have any experience with clustering OS X Server or running mirrored mail/web servers with OS X Server?
    I have a mail server and a web server that I want to "double up". I want one to run as the primary mail/web server but, in the event of the primary failing, I want the other to take over.
    Ideally, I'd like to have two OS X Servers running in different geographic locations (and thus on different public IP addressing schemes) so I would imagine that DNS may be involved.
    Any input appreciated.
    Thanks,
    Stuart

    Ideally, I'd like to have two OS X Servers running in different geographic locations (and thus on different public IP addressing schemes) so I would imagine that DNS may be involved.
    You're opening up a whole can of worms. Are you ready for this?
    Let's start with the easy one - web service.
    The first issue is one of content replication.
    Is your web content static? i.e. a series of static .html pages and images? or is it dynamic (uses database-driven content, for example)?
    If it's static content, then a periodic rsync might be sufficient. If it's dynamic, though, you have a whole other set of issues to deal with - how to replicate your data to the second site and how you manage fallback (when you want to go back to the main site)
    Some database engines (such as MySQL) include replication technology which might be sufficient for you, but you'll need some MySQL skills to set it up.
    Next comes mail. For the most part here I recommend evaluating how long you expect to run in the secondary site. If it's a number of hours then don't bother.
    The reason I say this is because the cost of fallback is high here. If your main mail server is at location A and you failover to location B you have all kinds of issues in synching mailboxes (messages that came into user X's mailbox on server B need to be merged into his mailbox on server A - a file-based sync is not sufficient).
    SMTP (the mail transport protocol) has significant fault-tolerances built-in. If your server is offline for several hours remote mail servers will just queue up the messages, retrying periodically until the mail goes through or a timeout expires (typically 3 days).
    Even if that isn't sufficient for you, you can setup multiple MX records in DNS, each with a different priority. Now your mail server in location B can accept mail for your domain but only on a store-and-forward basis (it holds the mail indefinitely, until server A comes back online). In this way you don't have the issue of mail being filtered into mailboxes that need to be synched.
    This does mean that your users won't get mail for a while (until either server A comes back up, or you kick server B into full mail server mode instead of store-and-forward), but at least no mail will bounce.
    Once you have those elements worked out the actual failover process typically involves changing DNS zone data to include your failover addresses (unless you're running some fancy load balancing option that handles this in real-time). How long it takes people to get the failover addresses and start using the failover server depends on many factors, not least the TTL on your zone data.
    If your TTL is 24 hours, for example, then anyone who looked up your address in the previous 24 hours will use their cached response (server A) and not notice the failover address until the TTL expires.
    Most people get around this by using a lower TTL. This means you get more hits to your DNS server since people aren't caching replies as much. You need to balance TTLs and server load against failover time.

  • Removing Meeting Place 6 Audio Server Failover Configuration

    Hi, I have an old MeetingPlace 6 system.
    Issue - Intermittently users are getting static and dead-air experience. Looking at Call Manager CDR, the call is trying to route to offline audio server. I verified the IPGateways for failover Audio server configuration and did not find so.
    Requirement - I would like to remove the failover configuration sine failover server is offline
    Considerations - How do I do this? What do I have to consider?
    Thanks in Advance,
    Amish                  

    Hi Andrew
    I have looked at both the suggestions from you and jdedell12.
    1. Shadow Server - there is nothing configured
    2. H.323 on CUCM - I have two IP GW's configured. Nothing else relevant to Shadow server.
    3. IP GW's - Checked GW SIM config
    Interestingly enough, after the Audio server power cycle the issue fixes itself.....I have had this issue twice in the past 9 weeks....random behaviour.
    If this occurs again, I am going to reconfigure the GW SIM in the IP GW's. Since IP GW's route the calls, I am thinking that there may be a bad configuration issue here. This is going to be the next area for look out.
    Thoughts?
    Thanks guys
    Amish

  • Database Mirroring and Replication in SQL Server 2008 R2

    I have configured the mirroring and replication between 4 servers (A,B,C,D).i.e, Mirroring between A to B and C to D, Replication between A and C. The configuration was a success and I am able test the replication(B to C) when I have failed over the mirroring
    dbs(A to B). The replication works fine after the mirroring fail over but I am not able to check its status in the Replication monitor. When I am having any insert in a table which is replicated in B, it is reflected back to C..it means the replication is
    working fine.
    Any thought on how I can view the status of replication from mirrored server. I tried adding the publisher in the monitor, but no luck. If I check the snapshot agent status, it says could not retrieve the info, same with the log reader agent status.
    Any suggestions on this please.
    Thanks, Siri

    For example in your case...
    Server A is principal and Server B is Mirror with either Manual or Automatic Failover.
    Server A is replicated to Server B ( publisher & B is subscriber )
    In Server A Database named Test_Mirror_Replication is configured for both mirroring and Replication.
    Now you have failed over your Database 'Test_Mirror_Replication' from Server A to Server B.
    After the Failover Server A will act as Mirror for DB 'Test_Mirror_Replication' & Server B will act as Principal for DB 'Test_Mirror_Replication'
    Hope my understanding is correct ?
    If yes then have you tried monitoring the replication after registering in other instance with current principal database sql instance name ? I mean current Publisher database name sql instance ? not your old sql instance name which was before the mirroring
    role change or failover...
    Hope you are trying with mirror database server name ?
    Raju Rasagounder MSSQL DBA

  • How to find out the primary and failover DNS name

    Hi;
    This sounds very stupid, but could some one please tell me how to find out the name/dns name of the primary and failover server without using the CDS console.
    any help is appreciated

    Is this what you want?
    $ /usr/lib/ldap/ldap_cachemgr -g
    cachemgr configuration:
    server debug level 0
    server log file "/var/ldap/cachemgr.log"
    number of calls to ldapcachemgr 12729
    cachemgr cache data statistics:
    Configuration refresh information:
    Previous refresh time: 2005/08/07 23:54:59
    Next refresh time: 2005/08/08 00:55:00
    Server information:
    Previous refresh time: 2005/08/14 15:15:00
    Next refresh time: 2005/08/15 03:15:00
    server: ldap1.example.com, status: UP
    server: ldap2.example.com, status: UP
    server: ldap3.example.com, status: UP
    Cache data information:
    Maximum cache entries: 256
    Number of cache entries: 0
    Gary

  • Files don't open or will only open 'Read Only'. Server reboot resolves issue for 1 day

    Greetings!
    We have a SharePoint 2010 Foundation server that I recently inherited. I'm a novice at SharePoint, but let me cut to the chase.
    Users have recently (within the last week) started experiencing a problem where if they open a file, it will error either saying that the file cannot be opened, or it will only open in read only. This occurs with Excel, Word, Power Point docs. They CAN however,
    open and edit these documents in the browser with web apps. After launching the full office application, if they click 'Edit Document', it will appear to switch to editable mode, but the title bar will still contain 'Read Only' and they can't save changes
    directly back and are forced to do a 'Save As'. The only thing I have been able to do to remedy this is to quiesce the server and reboot it. After reboot, it will work until something magical happens overnight and it's broken again the next morning. I'm trying
    to hunt down what this magical event is but could use some help.
    Note that after I reboot the server, users can access and modify normally, no rebooting of workstations or closing of any applications (including the browser that's already on SharePoint) for it to start working, so I believe we can eliminate an endpoint
    issue.
    Server Specs:
    VMWare VM version 9 (VMTools up-to-date)
    16GB RAM
    250GB HDD
    2x vCPU
    Windows 2008 R2 (latest updates installed)
    SQL DB Hosted remote on a SQL 2008 R2 server running on Windows 2008 R2. The SQL database is set up in a mirror configuration.
    I'm sure I missed a lot of pertinent information but want to get something out there. Thanks in advance.

    There are warnings that repeat every ~1hour and one critical that occurs daily. Under each error, I added notes of what I've done to remedy.
    Warning, Event ID 14
    The start address sts4://serveraddress/contentdbid={0d061a04-5c82-48e5-b381-e111d1926b8d} cannot be crawled.
    Context: Application 'Search_index_file_on_the_search_server', Catalog 'Search'
    Details:
        The SharePoint server was moved to a different location.   (0x8004fd12)
    I found in central management that the content database is pointing to an old SQL database but the failover server is set correctly. I assume that is what is generating this but I don't know how to fix it.
    Warning, Event ID 2138
    The SharePoint Health Analyzer detected a condition requiring your attention.  Drives are at risk of running out of free space.
    Available drive space is less than five times the value of physical memory. This is dangerous because it does not provide enough room for a full memory dump with continued operation. It also could cause problems with the Virtual Memory swap file: 
    (SERVERNAME- C:\).
    Examine the failing servers and delete old logs or free space on the drives. For more information about this rule, see "http://go.microsoft.com/fwlink/?LinkID=142688".
    I Resolved this already an hour ago, extended the HDD from 100GB to 250 GB and made pagefile 2x the RAM (it was set to 8GB, RAM is 16GB)
    Critical, Event ID 6398
    The Execute method of job definition Microsoft.SharePoint.Administration.SPTimerRecycleJobDefinition (ID b71cb245-29cf-49d5-a157-2c04b881f15f) threw an exception. More information is included below.
    The timer service was not recycled because the following jobs were still running: Microsoft SharePoint Foundation Usage Data Import
    The timer recycle job was set to run no earlier than 6am and no later than 6am. I manually ran the job and it completed. I set the times for it to run to be 4am - 8am to give it time to run.
    This was right after a reboot (barf of the errors below)
    Error, Event ID 7043
    Load control template file /_controltemplates/TaxonomyPicker.ascx failed: Could not load type 'Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker' from assembly 'Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'.
    Here's the App event log over the last 24 hours, filtered without informational items:
    Warning    1/31/2014 1:44:25 PM    SharePoint Foundation Search    14    Gatherer
    Error    1/31/2014 12:51:07 PM    SharePoint Foundation    7043    Web Controls
    Warning    1/31/2014 12:44:23 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/31/2014 12:15:07 PM    SharePoint Server    8088    Taxonomy
    Warning    1/31/2014 12:14:55 PM    MsiInstaller    1015    None
    Warning    1/31/2014 12:14:55 PM    MsiInstaller    1001    None
    Warning    1/31/2014 12:14:55 PM    MsiInstaller    1004    None
    Warning    1/31/2014 12:14:55 PM    MsiInstaller    1015    None
    Warning    1/31/2014 12:14:54 PM    MsiInstaller    1001    None
    Warning    1/31/2014 12:14:54 PM    MsiInstaller    1004    None
    Warning    1/31/2014 12:14:29 PM    ILM Web Service Configuration    234    None
    Warning    1/31/2014 12:14:29 PM    ILM Web Service Configuration    234    None
    Warning    1/31/2014 12:14:27 PM    ILM Web Service Configuration    234    None
    Warning    1/31/2014 11:44:23 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/31/2014 10:44:30 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/31/2014 10:20:01 AM    SharePoint Foundation    2138    Health
    Warning    1/31/2014 10:19:46 AM    SharePoint Foundation    2138    Health
    Error    1/31/2014 10:19:08 AM    SharePoint Foundation    7043    Web Controls
    Warning    1/31/2014 10:17:15 AM    SharePoint Foundation Search    57    Search service
    Warning    1/31/2014 10:17:15 AM    SharePoint Foundation Search    57    Search service
    Error    1/31/2014 10:04:10 AM    SharePoint Foundation    5586    Database
    Critical    1/31/2014 10:03:15 AM    SharePoint Foundation    6398    Timer
    Critical    1/31/2014 10:03:10 AM    SharePoint Foundation    6398    Timer
    Critical    1/31/2014 10:03:03 AM    SharePoint Foundation    3355    Database
    Error    1/31/2014 10:03:02 AM    SharePoint Foundation    6772    Timer
    Error    1/31/2014 10:03:02 AM    SharePoint Foundation    6772    Timer
    Critical    1/31/2014 10:03:01 AM    SharePoint Foundation    6398    Timer
    Critical    1/31/2014 10:03:01 AM    SharePoint Foundation    3355    Database
    Error    1/31/2014 10:03:01 AM    SharePoint Foundation    5586    Database
    Error    1/31/2014 10:03:01 AM    SharePoint Foundation    5586    Database
    Error    1/31/2014 10:02:56 AM    SharePoint Foundation    7043    Web Controls
    Warning    1/31/2014 10:00:44 AM    SharePoint Foundation Search    57    Search service
    Warning    1/31/2014 10:00:39 AM    VMware Tools    1000    None
    Warning    1/31/2014 9:59:41 AM    SharePoint Foundation Search    57    Search service
    Warning    1/31/2014 9:59:41 AM    SharePoint Foundation Search    57    Search service
    Warning    1/31/2014 9:59:37 AM    SharePoint Foundation Search    57    Search service
    Warning    1/31/2014 9:59:37 AM    SharePoint Foundation Search    57    Search service
    Error    1/31/2014 9:58:46 AM    WMI    10    None
    Warning    1/31/2014 9:58:42 AM    CertificateServicesClient-AutoEnrollment    64    None
    Warning    1/31/2014 9:57:16 AM    User Profile Service    1530    None
    Warning    1/31/2014 9:57:17 AM    VMware Tools    1000    None
    Warning    1/31/2014 9:44:29 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/31/2014 9:27:05 AM    CertificateServicesClient-AutoEnrollment    64    None
    Error    1/31/2014 9:15:13 AM    SharePoint Foundation    5586    Database
    Error    1/31/2014 9:03:05 AM    SharePoint Foundation    7043    Web Controls
    Error    1/31/2014 8:49:46 AM    SharePoint Foundation    2137    Health
    Warning    1/31/2014 8:47:01 AM    SharePoint Foundation    2138    Health
    Warning    1/31/2014 8:44:26 AM    SharePoint Foundation Search    14    Gatherer
    Error    1/31/2014 8:42:52 AM    SharePoint Foundation    7043    Web Controls
    Error    1/31/2014 8:41:57 AM    SharePoint Foundation    7043    Web Controls
    Warning    1/31/2014 8:37:32 AM    SharePoint Server    8088    Taxonomy
    Warning    1/31/2014 8:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/31/2014 7:44:23 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/31/2014 7:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/31/2014 6:44:20 AM    SharePoint Foundation Search    14    Gatherer
    Critical    1/31/2014 6:10:30 AM    SharePoint Foundation    6398    Timer
    Warning    1/31/2014 6:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/31/2014 5:44:28 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/31/2014 5:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/31/2014 4:44:26 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/31/2014 4:14:28 AM    CertificateServicesClient-AutoEnrollment    64    None
    Warning    1/31/2014 4:00:00 AM    SharePoint Foundation    2138    Health
    Error    1/31/2014 3:57:05 AM    SharePoint Foundation    7043    Web Controls
    Warning    1/31/2014 3:44:23 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/31/2014 3:00:01 AM    SharePoint Foundation    2138    Health
    Warning    1/31/2014 2:44:21 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/31/2014 2:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/31/2014 1:44:29 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/31/2014 1:00:10 AM    MsiInstaller    1015    None
    Warning    1/31/2014 1:00:10 AM    MsiInstaller    1001    None
    Warning    1/31/2014 1:00:10 AM    MsiInstaller    1004    None
    Warning    1/31/2014 1:00:10 AM    MsiInstaller    1015    None
    Warning    1/31/2014 1:00:10 AM    MsiInstaller    1001    None
    Warning    1/31/2014 1:00:10 AM    MsiInstaller    1004    None
    Warning    1/31/2014 1:00:01 AM    SharePoint Foundation    2138    Health
    Warning    1/31/2014 12:44:27 AM    SharePoint Foundation Search    14    Gatherer
    Error    1/31/2014 12:00:06 AM    SharePoint Foundation    5586    Database
    Warning    1/31/2014 12:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/31/2014 12:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 11:44:25 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 11:00:00 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 10:44:22 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 10:00:00 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 9:44:28 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 9:00:00 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 8:44:26 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 8:14:27 PM    CertificateServicesClient-AutoEnrollment    64    None
    Warning    1/30/2014 8:00:00 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 7:44:23 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 7:00:00 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 6:44:21 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 6:00:01 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 5:44:29 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 5:27:04 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 5:27:04 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 5:00:00 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 4:44:27 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 4:00:00 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 3:44:24 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 3:00:00 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 2:44:22 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 2:00:00 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 1:44:29 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 1:00:02 PM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 12:44:27 PM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 12:35:42 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 12:35:42 PM    SharePoint Foundation Search    57    Search service
    Error    1/30/2014 12:18:00 PM    SharePoint Foundation    7043    Web Controls
    Warning    1/30/2014 12:17:33 PM    SharePoint Server    8088    Taxonomy
    Warning    1/30/2014 12:17:06 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 12:15:56 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 12:15:56 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 12:15:51 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 12:15:51 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 12:15:31 PM    VMware Tools    1000    None
    Error    1/30/2014 12:14:54 PM    WMI    10    None
    Warning    1/30/2014 12:14:50 PM    CertificateServicesClient-AutoEnrollment    64    None
    Warning    1/30/2014 12:12:34 PM    VMware Tools    1000    None
    Error    1/30/2014 12:12:25 PM    SharePoint Foundation    7043    Web Controls
    Warning    1/30/2014 12:06:32 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 12:06:01 PM    VMware Tools    1000    None
    Warning    1/30/2014 12:05:21 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 12:05:21 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 12:05:17 PM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 12:05:17 PM    SharePoint Foundation Search    57    Search service
    Error    1/30/2014 12:04:22 PM    WMI    10    None
    Warning    1/30/2014 12:04:18 PM    CertificateServicesClient-AutoEnrollment    64    None
    Warning    1/30/2014 12:01:51 PM    VMware Tools    1000    None
    Error    1/30/2014 12:01:49 PM    WMI    10    None
    Warning    1/30/2014 12:01:44 PM    CertificateServicesClient-AutoEnrollment    64    None
    Warning    1/30/2014 11:59:46 AM    VMware Tools    1000    None
    Warning    1/30/2014 11:59:43 AM    User Profile Service    1530    None
    Warning    1/30/2014 11:46:40 AM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 11:45:08 AM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 11:45:08 AM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 11:44:47 AM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 11:44:47 AM    SharePoint Foundation Search    57    Search service
    Warning    1/30/2014 11:44:39 AM    SharePoint Foundation Search    14    Gatherer
    Error    1/30/2014 11:10:43 AM    SharePoint Foundation    7043    Web Controls
    Warning    1/30/2014 11:00:31 AM    SharePoint Foundation    2138    Health
    Error    1/30/2014 11:00:12 AM    SharePoint Foundation    7043    Web Controls
    Warning    1/30/2014 11:00:02 AM    SharePoint Foundation    2138    Health
    Error    1/30/2014 10:57:51 AM    SharePoint Foundation    7043    Web Controls
    Error    1/30/2014 10:51:41 AM    SharePoint Foundation    5586    Database
    Error    1/30/2014 10:51:41 AM    SharePoint Foundation    5586    Database
    Critical    1/30/2014 10:51:36 AM    SharePoint Foundation    3355    Database
    Error    1/30/2014 10:51:35 AM    SharePoint Foundation    5586    Database
    Error    1/30/2014 10:51:35 AM    SharePoint Foundation    5586    Database
    Warning    1/30/2014 10:44:28 AM    SharePoint Foundation Search    14    Gatherer
    Error    1/30/2014 10:32:16 AM    SharePoint Foundation    7043    Web Controls
    Warning    1/30/2014 10:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 9:44:26 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 9:00:01 AM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 8:44:23 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 8:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 7:44:21 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 7:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 6:44:28 AM    SharePoint Foundation Search    14    Gatherer
    Critical    1/30/2014 6:10:31 AM    SharePoint Foundation    6398    Timer
    Warning    1/30/2014 6:00:01 AM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 5:44:26 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 5:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 4:44:24 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 4:03:06 AM    CertificateServicesClient-AutoEnrollment    64    None
    Warning    1/30/2014 4:00:00 AM    SharePoint Foundation    2138    Health
    Error    1/30/2014 3:56:31 AM    SharePoint Foundation    7043    Web Controls
    Warning    1/30/2014 3:44:22 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 3:00:01 AM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 2:44:29 AM    SharePoint Foundation Search    14    Gatherer
    Warning    1/30/2014 2:13:20 AM    Microsoft Forefront Protection    7003    Health Status
    Warning    1/30/2014 2:00:00 AM    SharePoint Foundation    2138    Health
    Warning    1/30/2014 1:44:27 AM    SharePoint Foundation Search    14    Gatherer
    Error    1/30/2014 1:30:14 AM    GetEngineFiles    6020    Engine Error
    Error    1/30/2014 1:30:14 AM    GetEngineFiles    6014    Engine Error
    Warning    1/30/2014 1:13:28 AM    FIMSynchronizationService    2004    Server
    Critical    1/30/2014 1:00:00 AM    SharePoint Portal Server    5555    User Profiles
    Critical    1/30/2014 1:00:00 AM    SharePoint Portal Server    5555    User Profiles

  • MCS7825I5-K9-UCC2 redundant server

    Hi we have a client using:
    a) MCS7816I5-K9-CMD2 as Call manager server, and on "CCM Node licenses feature" they have one used license and one remaining license.
    b) MCS7825I5-K9-UCC2 as Unity server.
    Our client is asking for a backup proposal, and we have a pair of questions.
    1) Where we can verify if current MCS7825I5-K9-UCC2 server has support for a second Unity node??
    2) MCS7825I5-K9-UCC2 has an EOL/EOS report, and its recommended sustitute is MCS-7825-I5-IPC1, but this server does not come with Unity pre installed software. So we need to verify which software component is required to implemet a Cisco Unity backup server for this client.
    Thanks a lot for your help.
    Enrique Villasana

    Install and Upgrade Guides
    http://www.cisco.com/en/US/products/sw/voicesw/ps2237/prod_installation_guides_list.html
    Review HW support on above link.
    You need the exact same release, along with ESs you might have installed on the failover server.
    All unity info is here
    http://www.cisco.com/en/US/products/sw/voicesw/ps2237/tsd_products_support_series_home.html
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Database MIRRORING in SharePoint 2010 - What to do in absence of Witness server

    Hi,
    Our environment is divided in 2 DC's, DC1 has our database cluster(2 nodes) and the DC2 has our mirroring server. 
    Now as part of DR test, DC1 will be shut down. So our Mirrored server in DC2 should cater all requests. To achieve this, I have set "Failover Server" for our content DBs, service application DBs from Central Admin > Manage Content DB/Service
    Application. I will set failover server for Config DB using Powershell.  However I DONOT have "witness server" in place.
    Now here are the things which I need help on:
    1. Once I set "Failover Server" for content DB in Central Admin, where can I see these changes? I mean where is that config file where this change is set?
    2. As we do not have a Witness Server, what all steps will be followed manually to achieve this failover? 

    You do not need to use a SQL Alias when implementing mirroring, or failing over to the mirror.
    You simply need to update each database's FailoverServer value, e.g.:
    $db = Get-SPDatabase | where {$_.Name -eq "SharePoint_Config"}
    $db.FailoverServer = "SQLMirroringPartner"$db.Update()
    All databases should have this parameter and can be handled in this way (some databases, such as Usage and Sync, aren't recommended to be mirrored as they hold transient information).
    To failover, you will manually initiate bringing the secondary online via SQL Server Management Studio.
    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.

Maybe you are looking for

  • Select data from undo tablespace?

    Hi all, Can i select data from undo segments in undo tablespace? Thank you. Dan.

  • Pdf preference to preview

    How does one change preferences around so that pdfs will open in Preview and not Adobe Reader? Thanks!

  • File manipulation:  Where is the edit?

    I can, with a little effort, find a single photo I've just imported, then I can edit it.  Nice. Then what?  It seems to exist in the Touch app, and the Touch app alone.  I can't move the photo into another folder, even one created in Touch.  I can't

  • Enabling javaascript in dreamweaver?

    i click to open an index.html in dreamweaver & get the message, in design view that i must enable javascript to view it. how do i do this? it is NOT a preview in browser issue. thanks!!!!!

  • 8.01 to 8.02 problems

    I'm using DW 8.0.1 on my G4, DW 8.0.2 on my MacBook. The 8.0.1 v side menu that appears on the right has get/put arrows that allow putting of individual files. The 8.0.2 version does not, and it's creating a problem. On the 8.0.2 version I have selec