Dataguard - Backing up the Standby Server

I'm running a standby and primary 10gr2 database in a dataguard configuration.
Is it possible to backup the standby database and have all the same data and funcationality as the primary?

I am using Symantec Backup Exec 12 with an Oracle Agent to back it up. Would you happen to know if it will interface with the database in the same manner as RMAN?

Similar Messages

  • UCCX 8.0 SNMP notification to report failover from active to the standby server?

    Does any know the UCCX 8.0 SNMP notification to report failover from active to the standby server?  (The specific notification.)
    ftp://ftp.cisco.com/pub/mibs/v2/CISCO-VOICE-APPS-MIB.my
    I see this in the MIB.
    cvaModuleStart NOTIFICATION-TYPE
      OBJECTS   { cvaAlarmSeverity, cvaModuleName }
      STATUS    current
      DESCRIPTION
            "A cvaModuleStart notification signifies that an
            application module or subsystem has successfully
            started and transitioned into in-service state. 
            This notification is working in conjunction with
            the cvaModuleStop notification to notify the start
            and stop status of a particular application module."
      ::= {ciscoVoiceAppsMIBNotifications 1}

    Attached are two files:
    cad-ecc-viewer.html
    This is a template HTML document which dictates how the pop up will look and what data fields are available.
    cad-ecc-viewer.vbs
    This is the Windows Scripting Host file which you run from a CDA workflow, and you pass it the values of the call data, it then launches an instance of IE and loads the above template.
    By default the code is setup to use the following data from the call, but can be modified to work with more, less, or different data:
    Customer Name
    Customer Status (like Premium, or Platinum)
    Customer Number (like an account number)
    Customer Phone Number
    So when you specify the VBS file to run in CDA you need to pass those variables in that order.
    The CDA should expect the VBS file on the root of C:\ by default, and the VBS file expects the HTML Template on the root of C:\ also.
    I have only tested this on UCCX 7x and IE 8x.  Use the code as a guide to your own solution, that suites your business requirements.
    EDIT: I see that this does not work on my Win7/IE9 system, so I will spend some time updating the code for Win7/IE9 and I'll let you know how it goes.
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • Have changed the "Index" of my website in Dreamweaver and followed the "Put" instructions to upload it back to the "Remote Server," but when I go onto the web to check it, the main (Index) page has not changed.  Help!

    Have changed the "Index" of my website in Dreamweaver and followed the "Put" instructions to upload it back to the "Remote Server," but when I go onto the web to check it, the main (Index) page has not changed.  Help!

    This is a duplicate post; see How do I upload from Dreamweaver CS6?

  • Backing up the Calendar Server

    Do I need to use anything except uniarch to backup Calendar Server?
    <P>
    Because some of the Calendar Server information resides on the
    Directory Server, it is important to backup the Directory Server at
    the same time that you backup the Calendar Server. More information
    about uniarch is available in the documentation.

    I am using Symantec Backup Exec 12 with an Oracle Agent to back it up. Would you happen to know if it will interface with the database in the same manner as RMAN?

  • Current redo at the standby server

    Hi,
    Oracle 10.2.0/Windows 2003 Server
    At my standby system in v$managed_standby view Process MRP0 is showing WAIT_FOR_LOG instead APPLYING_LOG. I have given statement:
    Alter database recover managed standby database using current logfile disconnect from session
    All the archive logs are being shipped, but I am worried of current redo?
    what should I do to solve this problem.
    SQL> select process,status,sequence#,block#,blocks from v$managed_standby;
    PROCESS STATUS SEQUENCE# BLOCK# BLOCKS
    ARCH CLOSING 1917 4097 168
    ARCH CONNECTED 0 0 0
    MRP0 WAIT_FOR_LOG 1918 0 0
    RFS IDLE 0 0 0
    thanks
    satyanag

    Hi Satyanag,
    It isn't necessarily a problem...
    The status of waiting is normal if the database has applied the latest log. It just means that it is waiting for the next log.
    The only thing you need to watch out for is that the standby hasn't fallen behind for some reason (network outage for example). To check, run the following queries:
    On the primary:
    set numwidth 15
    select     max(sequence#) current_seq
    from     v$log
    On the standby:
    set numwidth 15
    select     max(applied_seq#) last_seq
    from     v$archive_dest_status
    Make sure that the numbers are roughly the same. It's also worth checking the alert log of the standby for errors.
    Cheers,
    Andy Barry
    http://www.shutdownabort.com

  • Software/Hardware Inventory not completing back to the SCCM server

    I am currently experiencing issues with our SCCM clients not completing Hardware\Software Inventory. I have started by checking the InventoryAgent.log files on the client machines, and get the following:
    Inventory: *********************** Start of message processing. ***********************
    InventoryAgent 8/08/2014 2:04:03 PM
    3716 (0x0E84)
    Inventory: Message type is InventoryAction
    InventoryAgent 8/08/2014 2:04:03 PM
    3716 (0x0E84)
    Inventory: Temp directory = C:\WINDOWS\CCM\Inventory\Temp\
    InventoryAgent 8/08/2014 2:04:03 PM
    3716 (0x0E84)
    Inventory: Clearing old collected files.
    InventoryAgent 8/08/2014 2:04:03 PM
    3716 (0x0E84)
    Inventory: Opening store for action {00000000-0000-0000-0000-000000000002} ...
    InventoryAgent 8/08/2014 2:04:03 PM
    3716 (0x0E84)
    Inventory: Action=Software ReportType=Delta
    InventoryAgent 8/08/2014 2:04:05 PM
    3716 (0x0E84)
    Inventory: Initialization completed in 1.435 seconds
    InventoryAgent 8/08/2014 2:04:05 PM
    3716 (0x0E84)
    Collection: Input context, scan rate in milliseconds = 2
    InventoryAgent 8/08/2014 2:04:05 PM
    4832 (0x12E0)
    Collection: Input context, skip file name = skpswi.dat
    InventoryAgent 8/08/2014 2:04:05 PM
    4832 (0x12E0)
    Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT Name, Path, LastWriteDate, Size, CompanyName, ProductName, ProductVersion, ProductLanguage, FileVersion, FileDescription FROM FileSystemFile WHERE Name = '*.exe' AND Path = '*\\*' AND SkipWindirFolders
    = TRUE AND IsCompressed = FALSE AND IsEncrypted = FALSE; Timeout = 14400 secs.
    InventoryAgent 8/08/2014 2:04:05 PM
    4832 (0x12E0)
    Inventory: Collection Task completed in 25.039 seconds
    InventoryAgent 8/08/2014 2:04:30 PM
    3716 (0x0E84)
    Inventory: Temp report = C:\WINDOWS\CCM\Inventory\Temp\5d882a9f-067f-4034-964e-e75ac76b0d43.xml
    InventoryAgent 8/08/2014 2:04:30 PM
    3716 (0x0E84)
    Collection: 1/1 inventory data items successfully inventoried.
    InventoryAgent 8/08/2014 2:04:30 PM
    3716 (0x0E84)
    Inventory: Starting reporting task.
    InventoryAgent 8/08/2014 2:04:30 PM
    5172 (0x1434)
    Reporting: 0 report entries created.
    InventoryAgent 8/08/2014 2:04:30 PM
    5172 (0x1434)
    Inventory: Reporting Task completed in 0.109 seconds
    InventoryAgent 8/08/2014 2:04:30 PM
    5172 (0x1434)
    Inventory: Successfully sent report. Destination:mp:MP_SinvEndpoint, ID: {A845A227-FA16-437C-9770-590DA37078FE}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted
    InventoryAgent 8/08/2014 2:04:30 PM
    5172 (0x1434)
    Inventory: Cycle completed in 28.033 seconds
    InventoryAgent 8/08/2014 2:04:31 PM
    5172 (0x1434)
    Inventory: Action completed. InventoryAgent
    8/08/2014 2:04:31 PM 5172 (0x1434)
    Inventory: ************************ End of message processing. ************************
    InventoryAgent 8/08/2014 2:04:31 PM
    5172 (0x1434)
    Which seems the Inventory is completing as expected, but is not being sent on to the Management Point.
    When I check the MP_Hinv.log files on the Management Point, I don't see this computer name in there to show that it is processing this computer that has been sent.
    I also checked the IIS logs from the MP, and I am getting alot of the following errors:
    2014-08-11 23:59:30 10.1.1.122 BITS_POST /CCM_Incoming/{A4F4B1A2-BD24-4919-A761-34CB1C22616D} (bits_error:{7886667F-116E-4573-A267-74AC36B425FB},403,0x80070005) 443 - 10.240.9.105 Microsoft+BITS/7.5 403 0 0 35
    The last data that has been successfully inventoried was in 22nd of May. It seems that the intory is being completed by the client, but not being sent back to the Management Point?

    Hi,
    0x80070005 = Access denied
    C:\Windows\System32\CCM\Logs\DataTransferService.log – This is probably where you’re going to find an error.  Look for an error containing something like:
    CDTSJob::JobError : DTS Job ID= { GUID } . If you receive this error, you can be fairly sure that the transfer failed.
    Bitsadmin /list /allusers – Bitsadmin is a useful utility for manipulating and troubleshooting BITS transfers. Open up a command prompt and type
    bitsadmin /list /allusers or bitsadmin /list /allusers /verbose > bitslog.txt.  
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How do you move POP3 email from the iPhone back to the server or computer?

    Is there any way to get email that was downloaded to the iPhone using POP3 back on the server or computer? (other than resending all the mail)

    You're welcome.
    Although it is possible to access a POP account with more than one email client, a POP account is really designed to be accessed with a single email client only.
    I access a MobileMe account and a business POP account with the iPhone's mail client. Since an IMAP account is designed to be accessed with more than one email client keeping all server stored mailboxes synchronized with the server automatically with each email client used to access the account, accessing an IMAP account with the iPhone's mail client is much more preferable to me. All sent messages are available with each email email client used to access the account. Read a received message with the iPhone's mail client and the message will be marked as read automatically when checking the account with the email client on my computer and vice-versa. I create additional server stored mailboxes to store received and sent messages by category and I can transfer messages from the account's Inbox or Sent mailbox to the designated server stored mailbox with the iPhone's mail client, with all server stored mailboxes kept synchronized with the server automatically with each email client used to access the account.
    If messages were removed from the server with the email client used on your computer to access the account - transferred to a mailbox stored locally on your hard drive, you can transfer the messages back to the designated server stored mailbox.
    Need to delete and recreate the account with your iPhone's mail client, or need to restore your iPhone with iTunes, all messages that don't remain on the server will be lost with a POP account including all messages sent with the account from the iPhone - which can be stored locally on the iPhone only unless you always Bcc yourself with every sent message.
    Delete and recreate an IMAP account with the iPhone's mail client and all server stored mailboxes and the messages within will be available again automatically.
    IMAP account access is the way to go with the iPhone IMO.

  • Standby Server

    Hi All
    I have oracle 9i DB.
    I want to make a (standby server) in diffrent location, which is a mirror of my current server for the first time,
    then I want to send a batch to update it once aday.
    in case of any damage of the current server I will connect to the (standby server).
    what is the right way to make this plan?
    I am thinking of use RMAN , but how ?!?!?!?! (any help doc)
    Are there a better way ?
    Another Question :
    I use the (Archive log) in my DB, for now I am using EXP from my backup,
    I don't think that we need Archive log once we use EXP for all data, How to stop working with archive log?
    thanx in advance

    I don't think that we need Archive log once we use EXP for all dataYeah, go on with NOARGIVELOG mode if and only if you want to loose data. And don't reply you don't want, because the only way to preserve data is to have a backup and archivelog files from backup time to "now". If you're trusting export for your backups I'd advise you to get back to TFM, for your data's sake.
    I am thinking of use RMAN , but howIf you want to create a standby database, just look there: http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmstand.htm#1004466
    And use DataGuard for the synch of the databases. Or maybe are you planning to clone the whole server? If so, did you take in account the time take by a restore in case the main server crashes? etc?
    DR is not an easy stuff. If you describe what you want to achieve, we will be able to give advice, not if you only ask widely open questions!
    Regards,
    Yoann.

  • Will RMAN delete archive log files on a Standby server?

    Environment:
    Oracle 11.2.0.3 EE on Solaris 10.5
    I am currently NOT using an RMAN repository (coming soon).
    I have a Primary database sending log files to a Standby.
    My Retention Policy is set to 'RECOVERY WINDOW OF 8 DAYS'.
    Question: Will RMAN delete the archive log files on the Standby server after they become obsolete based on the Retention Policy or do I need to remove them manually via O/S command?
    Does the fact that I'm NOT using an RMAN Repository at the moment make a difference?
    Couldn't find the answer in the docs.
    Thanks very much!!
    -gary

    Hello again Gary;
    Sorry for the delay.
    Why is what you suggested better?
    No, its not better, but I prefer to manage the archive. This method works, period.
    Does that fact (running a backup every 4 hours) make my archivelog deletion policy irrelevant?
    No. The policy is important.
    Having the Primary set to :
    CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBYBut set to "NONE" on the Standby.
    Means the worst thing that can happen is RMAN will bark when you try to delete something. ( this is a good thing )
    How do I prevent the archive backup process from backing up an archive log file before it gets shipped to the standby?
    Should be a non-issue, the archive does not move, the REDO is transported and applied. There's SQL to monitor both ( Transport and Apply )
    For Data Guard I would consider getting a copy of
    "Oracle Data Guard 11g Handbook" - Larry Carpenter (AKA Dr. Paranoid ) ISBN 978-0-07-162111-2
    Best Oracle book I've read in 10 years. Covers a ton of ground clearly.
    Also Data Guard forum here :
    Data Guard
    Best Regards
    mseberg
    Edited by: mseberg on Apr 10, 2012 4:39 PM

  • Archived log to standby server stopped

    Hi,
    I configured dataguard standby server few weeks ago,
    I set log_archive_dest_2='SERVICE=JHRD0107_OFS1 OPTIONAL'
    and log_archive_dest_state=ENABLE in primary server,
    and very go fine until yesterday, I shutdown my standby server and set the log_archive_dest_state=DEFER,
    when I tried to startup again the standby server, and set log_archive_dest_state=ENABLE again,
    the archive stop sending the archived log to log_archive_dest_2.
    No error was found in alert log of primary and standby server.
    It seem that the primary server don't know there is another archive destination..
    The database version is 10g 10.2.0.4
    Anyone what could be the cause of this?
    Thanks

    Hi, Below is the parameter related to archive in my primary server
    SQL> alter system set log_archive_dest_state_2=enable;
    System altered.
    SQL> show parameter archive
    NAME TYPE VALUE
    archive_lag_target integer 0
    log_archive_config string
    log_archive_dest string
    log_archive_dest_1 string LOCATION=I:\OFSDB\OFS1\archive
    MANDATORY REOPEN=300
    log_archive_dest_10 string LOCATION=USE_DB_RECOVERY_FILE_
    DEST OPTIONAL REOPEN=300
    log_archive_dest_2 string SERVICE=JHRD0107_OFS1 OPTIONAL
    log_archive_dest_3 string
    log_archive_dest_4 string
    log_archive_dest_5 string
    NAME TYPE VALUE
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    log_archive_dest_9 string
    log_archive_dest_state_1 string enable
    log_archive_dest_state_10 string enable
    log_archive_dest_state_2 string ENABLE
    log_archive_dest_state_3 string enable
    log_archive_dest_state_4 string enable
    log_archive_dest_state_5 string enable
    log_archive_dest_state_6 string enable
    NAME TYPE VALUE
    log_archive_dest_state_7 string enable
    log_archive_dest_state_8 string enable
    log_archive_dest_state_9 string enable
    log_archive_duplex_dest string
    log_archive_format string ARC%S_%R.%T
    log_archive_local_first boolean TRUE
    log_archive_max_processes integer 2
    log_archive_min_succeed_dest integer 1
    log_archive_start boolean FALSE
    log_archive_trace integer 0
    remote_archive_enable string true
    NAME TYPE VALUE
    standby_archive_dest string %ORACLE_HOME%\RDBMS
    Thanks for your response.
    Vincent

  • Standby server - WAIT_FOR_GAP error

    Hi,
    I have a Oracle Dataguard 10.2 running on Windows and found a WAIT_FOR_GAP error on the standby server.
    --> alert log of standby
    Sun Jan 30 20:00:04 2011
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION
    MRP0 started with pid=18, OS id=2452
    Managed Standby Recovery not using Real Time Apply
    parallel recovery started with 3 processes
    Sun Jan 30 20:00:13 2011
    Waiting for all non-current ORLs to be archived...
    Clearing online redo logfile 10 E:\ORACLE\A30\ORIGLOGA\LOG_G10_M1.DBF
    Clearing online log 10 of thread 1 sequence number 17848
    Sun Jan 30 20:00:13 2011
    Errors in file z:\oracle\a30\saptrace\background\a30_mrp0_2452.trc:
    ORA-19527: physical standby redo log must be renamed
    ORA-00312: online log 10 thread 1: 'E:\ORACLE\A30\ORIGLOGA\LOG_G10_M1.DBF'
    Clearing online redo logfile 10 complete
    Media Recovery Log L:\ORACLE\A30\ORAARCH\A30ARCH\ARC17856_0681431456.001
    Sun Jan 30 20:00:13 2011
    Completed: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION
    Sun Jan 30 20:00:33 2011
    Media Recovery Waiting for thread 1 sequence 17857
    Sun Jan 30 20:51:19 2011
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[636]: Assigned to RFS process 4976
    RFS[636]: Identified database type as 'physical standby'
    Primary database is in MAXIMUM PERFORMANCE mode
    Primary database is in MAXIMUM PERFORMANCE mode
    Sun Jan 30 20:51:20 2011
    Fetching gap sequence in thread 1, gap sequence 17857-17863
    Sun Jan 30 20:51:20 2011
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[637]: Assigned to RFS process 4012
    RFS[637]: Identified database type as 'physical standby'
    Sun Jan 30 20:52:20 2011
    RFS[637]: Archived Log: 'L:\ORACLE\A30\ORAARCH\A30ARCH\ARC17864_0681431456.001'
    Sun Jan 30 20:56:34 2011
    FAL[client]: Failed to request gap sequence
    GAP - thread 1 sequence 17857-17863
    DBID 3371425568 branch 681431456
    FAL[client]: All defined FAL servers have been attempted.
    Check that the CONTROL_FILE_RECORD_KEEP_TIME initialization
    parameter is defined to a value that is sufficiently large
    enough to maintain adequate log switch information to resolve
    archivelog gaps.
    Sun Jan 30 22:00:44 2011
    RFS[636]: Archived Log: 'L:\ORACLE\A30\ORAARCH\A30ARCH\ARC17865_0681431456.001'
    Primary database is in MAXIMUM PERFORMANCE mode
    SQL> select process,sequence#,status from v$managed_standby;
    PROCESS    SEQUENCE# STATUS
    ARCH               0 CONNECTED
    ARCH               0 CONNECTED
    MRP0           17857 WAIT_FOR_GAP
    RFS                0 IDLE
    RFS                0 IDLE
    RFS                0 IDLE
    SQL> select * from v$archive_gap;
       THREAD# LOW_SEQUENCE# HIGH_SEQUENCE#
             1         17857          17863
    SQL> select sequence#,applied from v$archived_log order by sequence#;
    SEQUENCE# APP
         17855 YES
         17856 YES <--- Gap here
         17864 NO
         17865 NO
         17866 NO
         17867 NO
         17868 NO
         17869 NO
         17870 NO
         17871 NO
         17872 NO
    SEQUENCE# APP
         17873 NO
         17874 NO
         17875 NO
         17876 NO
         17877 NO
         17878 NO
         17879 NO <--- Gap here
         17889 NO
         17890 NO
         17891 NO
         17892 NO
    SEQUENCE# APP
         18067 NO
         18068 NO
         18069 NO
         18070 NO
         18071 NO
         18072 NO
    4032 rows selected.
    --> alert log of primary
    Sun Jan 30 20:00:03 2011
    Incremental checkpoint up to RBA [0x45c8.1f6c6.0], current log tail at RBA [0x45c8.1f7f5.0]
    Sun Jan 30 20:05:04 2011
    ALTER SYSTEM SET log_archive_dest_state_2='ENABLE' SCOPE=BOTH;
    Sun Jan 30 20:30:11 2011
    Incremental checkpoint up to RBA [0x45c8.201e2.0], current log tail at RBA [0x45c8.20215.0]
    Sun Jan 30 20:51:12 2011
    Destination LOG_ARCHIVE_DEST_2 is UNSYNCHRONIZED
    LGWR: Setting 'active' archival for destination LOG_ARCHIVE_DEST_2
    LNSb started with pid=50, OS id=1792
    Sun Jan 30 20:51:19 2011
    Destination LOG_ARCHIVE_DEST_2 no longer supports SYNCHRONIZATION
    Beginning log switch checkpoint up to RBA [0x45c9.2.10], SCN: 276988485
    Sun Jan 30 20:51:20 2011
    Thread 1 advanced to log sequence 17865 (LGWR switch)
      Current log# 17 seq# 17865 mem# 0: F:\ORACLE\A30\ORIGLOGB\LOG_G17_M1.DBF
      Current log# 17 seq# 17865 mem# 1: E:\ORACLE\A30\MIRRLOGB\LOG_G17_M2.DBF
    Sun Jan 30 20:51:20 2011
    ARC1: LGWR is actively archiving destination LOG_ARCHIVE_DEST_2
    Sun Jan 30 20:51:25 2011
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    Sun Jan 30 20:56:35 2011
    Completed checkpoint up to RBA [0x45c9.2.10], SCN: 276988485

    Hi,
    I've seen that, if the following message persists for a long time, then it is an ERROR.
    FAL[client]: Failed to request gap sequence GAP - thread 1 sequence 17857-17863 DBID 3371425568 branch 681431456 FAL[client]: All defined FAL servers have been attempted.
    The possibility is that log shipping of 17857 is stuck. It is not stuck because of any network disconnect, as it is in the case you mentioned. It is probably due to the following.
    The parameter LOG_ARCHIVE_DEST_1 on standby is set as L:\ORACLE\A30\ORAARCH\A30ARCH\ARC and STANDBY_ARCHIVE_DEST is also set to L:\ORACLE\A30\ORAARCH\A30ARCH\ARC. When a GAP is identified, standby database tries to pull the missing files FROM PRIMARY, and the in turn when you enable standby destination on primary (log_archive_dest_state_2 = enabled), it starts shipping logfiles on its OWN.
    When such a situation occurs in a system when archived logs are generated at a high rate, it can happen that the file which standby is trying to pull is being pushed/already pushed by primary database. Then a conflict arise, and standby deletes the file and tries to pull it again...this may go on in a loop. (because the locations are SAME).
    When i had this issue, I maintained different locations for  LOG_ARCHIVE_DEST_1 and STANDBY_ARCHIVE_DEST on standby database. After this is done, you will find that the logs shipped by primary are written in STANDBY_ARCHIVE_DEST. The file written in this location will be used by the standby database only when you do a managed recovery. If you are doing a manual recovery by issuing the command RECOVER STANDBY DATABASE; then, the stanbdby database will check if the file exists in LOG_ARCHIVE_DEST_1.
    The point is, when there is BIG gap, then you have the option of doing the following procedure.
    1. On the primary database keep LOG_ARCHIVE DESTSTATE_2 = enable
    2. On the standby ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL.
    3. Copy the missing archive logs sequence from the primary to standby's LOG_ARCHIVE_DEST_1 and perform manual recovery on standby untill the gap is over.
    4. issue the command ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT to start managed recovery. ( This will use the files present in STANDBY_ARCHIVE_DEST ).
    Hope the above procedure helps.
    Note: If the GAP is not that big and you see that last applied log is advancing, then conflict is not there...standby will automatically fill the GAP. But it is advised to maintain different location for the parameters i mentioned.
    Regards,
    Anish
    Edited by: Mohammed Anish on Feb 10, 2011 6:48 AM

  • Server 2012 R2 DHCP Failover - Hot Standby clients not renewing with standby server

    In my test network I have a pair of Server 2012 R2 DHCP servers setup for Hot Standby and they will successfully service a client request for a new request. 
    What I am seeing is that when I test failover the clients will not renew with the Standby server. I have to release first and then renew. 
    When both DHCP servers are up the state is normal and replication of configuration from the Active to Standby is working. As far as I can tell it is configured correctly. 
    MaxClientLeadTime is 10 minutes. 
    StateSwitchInterval is 10 minutes. 
    AutoStateTransition is set to True. 
    Adding that manual renews fail with a message stating that it was unable to contact the dhcp server. However if I wait for the lease to expire/auto-renew the dhcp server does indeed change to the standby. Once the primary server comes back up and the state
    returns to normal I am able to manually renew. 
    thanks in advance

    
    Hi,
    For test, we let the active DHCP down and the standby DHCP server will take place. But when we renew an IP, client send unicast to the former DHCP
    server. That’s why the first request failed.
    At 7/8 of the scope lease time, the client moves into a REBINDING state and broadcasts a lease renewal request.
    For more information please refer to:
    DHCP Failover Examples
    http://technet.microsoft.com/en-us/library/dn338973.aspx
    Hope this helps.

  • Logs are not getting applied in the standby database

    Hello,
    I have created a physical standby database and in it the logs are not getting applied..
    following is an extract of the standby alert log
    Wed Sep 05 07:53:59 2012
    Media Recovery Log /u01/oracle/oradata/ABC/archives/1_37638_765704228.arc
    Error opening /u01/oracle/oradata/ABC/archives/1_37638_765704228.arc
    Attempting refetch
    Media Recovery Waiting for thread 1 sequence 37638
    Fetching gap sequence in thread 1, gap sequence 37638-37643
    Wed Sep 05 07:53:59 2012
    RFS[46]: Assigned to RFS process 3081
    RFS[46]: Allowing overwrite of partial archivelog for thread 1 sequence 37638
    RFS[46]: Opened log for thread 1 sequence *37638* dbid 1723205832 branch 765704228
    Wed Sep 05 07:55:34 2012
    RFS[42]: Possible network disconnect with primary database
    However, the archived files are getting copied to the standby server.
    I tried registering and recovering the logs but it also failed..
    Follows some of the information,
    Primary
    Oralce 11R2 EE
    SQL> select max(sequence#) from v$log where archived='YES';
    MAX(SEQUENCE#)
    37668
    SQL> select DEST_NAME, RECOVERY_MODE,DESTINATION,ARCHIVED_SEQ#,APPLIED_SEQ#, SYNCHRONIZATION_STATUS,SYNCHRONIZED,GAP_STATUS from v$archive_dest_status where DEST_NAME = 'LOG_ARCHIVE_DEST_3';
    DEST_NAME RECOVERY_MODE DESTINATION ARCHIVED_SEQ# APPLIED_SEQ# SYNCHRONIZATION_STATUS SYNCHRONIZED GAP_STATUS
    LOG_ARCHIVE_DEST_3 MANAGED REAL TIME APPLY ABC 37356 0 CHECK CONFIGURATION NO RESOLVABLE GAP
    Standby
    Oralce 11R2 EE
    SQL> select max(sequence#) from v$archived_log where applied='YES';
    MAX(SEQUENCE#)
    37637
    SQL> select * from v$archive_gap;
    no rows selected
    SQL> select open_mode, database_role from v$database;
    OPEN_MODE DATABASE_ROLE
    READ ONLY WITH APPLY PHYSICAL STANDBY
    Please help me to troubleshoot this and get the standby in sync..
    Thanks a lot..

    the results are as follows..
    SQL> select process, status, group#, thread#, sequence# from v$managed_standby order by process, group#, thread#, sequence#;
    PROCESS STATUS GROUP# THREAD# SEQUENCE#
    ARCH CLOSING 1 1 37644
    ARCH CLOSING 1 1 37659
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    MRP0 WAIT_FOR_GAP N/A 1 37638
    RFS IDLE N/A 0 0
    RFS IDLE N/A 0 0
    RFS IDLE N/A 0 0
    RFS RECEIVING N/A 1 37638
    RFS RECEIVING N/A 1 37639
    RFS RECEIVING N/A 1 37640
    RFS RECEIVING N/A 1 37641
    RFS RECEIVING N/A 1 37642
    RFS RECEIVING N/A 1 37655
    RFS RECEIVING N/A 1 37673
    RFS RECEIVING N/A 1 37675
    42 rows selected.
    SQL>
    SQL> select name,value, time_computed from v$dataguard_stats;
    NAME VALUE TIME_COMPUTED
    transport lag +00 02:44:33 09/05/2012 09:25:58
    apply lag +00 03:14:30 09/05/2012 09:25:58
    apply finish time +00 00:01:09.974 09/05/2012 09:25:58
    estimated startup time 12 09/05/2012 09:25:58
    SQL> select timestamp , facility, dest_id, message_num, error_code, message from v$dataguard_status order by timestamp
    TIMESTAMP FACILITY DEST_ID MESSAGE_NUM ERROR_CODE MESSAGE
    05-SEP-12 Remote File Server 0 60 0 RFS[13]: Assigned to RFS process 2792
    05-SEP-12 Remote File Server 0 59 0 RFS[12]: Assigned to RFS process 2790
    05-SEP-12 Log Apply Services 0 61 16037 MRP0: Background Media Recovery cancelled with status 16037
    05-SEP-12 Log Apply Services 0 62 0 MRP0: Background Media Recovery process shutdown
    05-SEP-12 Log Apply Services 0 63 0 Managed Standby Recovery Canceled
    05-SEP-12 Log Apply Services 0 64 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 65 0 Attempt to start background Managed Standby Recovery process
    05-SEP-12 Log Apply Services 0 66 0 MRP0: Background Managed Standby Recovery process started
    05-SEP-12 Log Apply Services 0 67 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 68 0 Media Recovery Waiting for thread 1 sequence 37638 (in transit)
    05-SEP-12 Network Services 0 69 0 RFS[5]: Possible network disconnect with primary database
    05-SEP-12 Network Services 0 70 0 RFS[6]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 71 0 RFS[14]: Assigned to RFS process 2829
    05-SEP-12 Remote File Server 0 72 0 RFS[15]: Assigned to RFS process 2831
    05-SEP-12 Network Services 0 73 0 RFS[9]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 74 0 RFS[16]: Assigned to RFS process 2833
    05-SEP-12 Network Services 0 75 0 RFS[1]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 76 0 RFS[17]: Assigned to RFS process 2837
    05-SEP-12 Network Services 0 77 0 RFS[3]: Possible network disconnect with primary database
    05-SEP-12 Network Services 0 78 0 RFS[2]: Possible network disconnect with primary database
    05-SEP-12 Network Services 0 79 0 RFS[7]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 80 0 RFS[18]: Assigned to RFS process 2848
    05-SEP-12 Network Services 0 81 0 RFS[16]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 82 0 RFS[19]: Assigned to RFS process 2886
    05-SEP-12 Network Services 0 83 0 RFS[19]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 84 0 RFS[20]: Assigned to RFS process 2894
    05-SEP-12 Log Apply Services 0 85 16037 MRP0: Background Media Recovery cancelled with status 16037
    05-SEP-12 Log Apply Services 0 86 0 MRP0: Background Media Recovery process shutdown
    05-SEP-12 Log Apply Services 0 87 0 Managed Standby Recovery Canceled
    05-SEP-12 Remote File Server 0 89 0 RFS[22]: Assigned to RFS process 2900
    05-SEP-12 Remote File Server 0 88 0 RFS[21]: Assigned to RFS process 2898
    05-SEP-12 Remote File Server 0 90 0 RFS[23]: Assigned to RFS process 2902
    05-SEP-12 Remote File Server 0 91 0 Primary database is in MAXIMUM PERFORMANCE mode
    05-SEP-12 Remote File Server 0 92 0 RFS[24]: Assigned to RFS process 2904
    05-SEP-12 Remote File Server 0 93 0 RFS[25]: Assigned to RFS process 2906
    05-SEP-12 Log Apply Services 0 94 0 Attempt to start background Managed Standby Recovery process
    05-SEP-12 Log Apply Services 0 95 0 MRP0: Background Managed Standby Recovery process started
    05-SEP-12 Log Apply Services 0 96 0 Managed Standby Recovery starting Real Time Apply
    05-SEP-12 Log Apply Services 0 97 0 Media Recovery Waiting for thread 1 sequence 37638 (in transit)
    05-SEP-12 Log Transport Services 0 98 0 ARCa: Beginning to archive thread 1 sequence 37644 (7911979302-7912040568)
    05-SEP-12 Log Transport Services 0 99 0 ARCa: Completed archiving thread 1 sequence 37644 (0-0)
    05-SEP-12 Network Services 0 100 0 RFS[8]: Possible network disconnect with primary database
    05-SEP-12 Log Apply Services 0 101 16037 MRP0: Background Media Recovery cancelled with status 16037
    05-SEP-12 Log Apply Services 0 102 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 103 0 MRP0: Background Media Recovery process shutdown
    05-SEP-12 Log Apply Services 0 104 0 Managed Standby Recovery Canceled
    05-SEP-12 Network Services 0 105 0 RFS[20]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 106 0 RFS[26]: Assigned to RFS process 2930
    05-SEP-12 Network Services 0 107 0 RFS[24]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 108 0 RFS[27]: Assigned to RFS process 2938
    05-SEP-12 Network Services 0 109 0 RFS[14]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 110 0 RFS[28]: Assigned to RFS process 2942
    05-SEP-12 Network Services 0 111 0 RFS[15]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 112 0 RFS[29]: Assigned to RFS process 2986
    05-SEP-12 Network Services 0 113 0 RFS[17]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 114 0 RFS[30]: Assigned to RFS process 2988
    05-SEP-12 Log Apply Services 0 115 0 Attempt to start background Managed Standby Recovery process
    05-SEP-12 Log Apply Services 0 116 0 MRP0: Background Managed Standby Recovery process started
    05-SEP-12 Log Apply Services 0 117 0 Managed Standby Recovery starting Real Time Apply
    05-SEP-12 Log Apply Services 0 118 0 Media Recovery Waiting for thread 1 sequence 37638 (in transit)
    05-SEP-12 Network Services 0 119 0 RFS[18]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 120 0 RFS[31]: Assigned to RFS process 3003
    05-SEP-12 Network Services 0 121 0 RFS[26]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 122 0 RFS[32]: Assigned to RFS process 3005
    05-SEP-12 Network Services 0 123 0 RFS[27]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 124 0 RFS[33]: Assigned to RFS process 3009
    05-SEP-12 Remote File Server 0 125 0 RFS[34]: Assigned to RFS process 3012
    05-SEP-12 Log Apply Services 0 127 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 126 16037 MRP0: Background Media Recovery cancelled with status 16037
    05-SEP-12 Log Apply Services 0 128 0 MRP0: Background Media Recovery process shutdown
    05-SEP-12 Log Apply Services 0 129 0 Managed Standby Recovery Canceled
    05-SEP-12 Network Services 0 130 0 RFS[32]: Possible network disconnect with primary database
    05-SEP-12 Log Apply Services 0 131 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 132 0 Attempt to start background Managed Standby Recovery process
    05-SEP-12 Log Apply Services 0 133 0 MRP0: Background Managed Standby Recovery process started
    05-SEP-12 Log Apply Services 0 134 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 135 0 Media Recovery Waiting for thread 1 sequence 37638 (in transit)
    05-SEP-12 Network Services 0 136 0 RFS[33]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 137 0 RFS[35]: Assigned to RFS process 3033
    05-SEP-12 Log Apply Services 0 138 16037 MRP0: Background Media Recovery cancelled with status 16037
    05-SEP-12 Log Apply Services 0 139 0 MRP0: Background Media Recovery process shutdown
    05-SEP-12 Log Apply Services 0 140 0 Managed Standby Recovery Canceled
    05-SEP-12 Remote File Server 0 141 0 RFS[36]: Assigned to RFS process 3047
    05-SEP-12 Log Apply Services 0 142 0 Attempt to start background Managed Standby Recovery process
    05-SEP-12 Log Apply Services 0 143 0 MRP0: Background Managed Standby Recovery process started
    05-SEP-12 Log Apply Services 0 144 0 Managed Standby Recovery starting Real Time Apply
    05-SEP-12 Log Apply Services 0 145 0 Media Recovery Waiting for thread 1 sequence 37638 (in transit)
    05-SEP-12 Network Services 0 146 0 RFS[35]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 147 0 RFS[37]: Assigned to RFS process 3061
    05-SEP-12 Network Services 0 148 0 RFS[36]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 149 0 RFS[38]: Assigned to RFS process 3063
    05-SEP-12 Remote File Server 0 150 0 RFS[39]: Assigned to RFS process 3065
    05-SEP-12 Network Services 0 151 0 RFS[25]: Possible network disconnect with primary database
    05-SEP-12 Network Services 0 152 0 RFS[21]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 153 0 Archivelog record exists, but no file is found
    05-SEP-12 Remote File Server 0 154 0 RFS[40]: Assigned to RFS process 3067
    05-SEP-12 Network Services 0 155 0 RFS[37]: Possible network disconnect with primary database

  • Standby server in oracle9i standard edition under linix

    Hi,
    I want to know more abt the standby server option on oracle 9i standard edition, whether is it possible or not, if yes give me step by step doc and useful scripts for automating the system.
    thanx in advance.

    Hi,
    look in the "Data Guard Concepts and Administration"-Dokumentation(Help CD). All steps you have todo, are descriped there.
    For Online-Help, look here:
    http://otn.oracle.com/pls/db92/drilldown?word=Data+Guard&wildcards=0&remark=federated_search

  • [Disaster recovery] Moving the Essbase server to another physical server

    Hi All,
    I have 3 Solaris servers part of the EPM 11.1.2.1 environment:
    Server1.company.com:
    Foundation services, APS, EAS
    Server2.company.com:
    Essbase Server, Essbase Studio Server.
    Installation done on a SAN disk using user ID hypadmin
    Server3.company.com:
    *Nothing installed here*.
    Its the standby server in case Server2 goes down.
    Note: I couldn't find any documentation for my below approach... So please understand the risk involved before attempting the same.
    Pre-disaster recovery:
    I copy the home directory of hypadmin from Server2 to Server3.
    During disaster recovery:
    I update the Essbase server host name from Server2.company.com to Server3.company.com and similarly update the opmn.xml file.
    Finally mount the SAN onto Server2 and start up the services.
    Has anyone done the same..? Have you faced any issues? Is there a better way of doing this?
    Thanks
    Regards,
    Kent

    Hi,
    I believe the usual way of doing this is to have a DR environment, rather than just one server (so for you you would have 2 DR servers). The DR environment has hosts file entries to map Production host names to DR IP addresses.
    In DR you are connected to a separate SQL instance and you install and configure the products exactly as you would for Production (exactly the same hostnames).
    Then when you are finished you shut down the DR environment and turn on SQL log shipping between the Production and DR databases.
    If your Production environment goes down you stop the SQL log shipping, then you can bring up DR and change the DNS names (as required) to give your users access.
    For Essbase storage you can either backup Production cubes to DR or mount the Production SAN in DR. The only problem with the latter is that if Production goes down and the SAN is lost you can't bring up DR fully either.
    Let me know if you still have questions.
    -Dan

Maybe you are looking for

  • Yosemite - Samsung 840 Pro Significant Slowdown

    I have upgraded my MacbookPro 15" Early 2011 with a Samsung SSD 840 Pro 512GB. It was performing extremely smooth and well using OS 10.9 (Mavericks). Last week, I have upgraded the OS X to Yosemite and now I'm experiencing frequent significant slow d

  • Problem in PDF Download

    Hi All, I have created a report and wanted to convert the report output into pdf. I am using the program RSTXPDFT4 to convert the spool job to pdf and it is converting also. But the problem is it is truncating few fields at the end of the report. For

  • Startup error 0.14

    When I turn my Alltel Treo 700p on an error appears with the number 0.14. It also has 8 very colorful squares to go with it. Can anyone help me, tell me what this is, and/or how to fix it please? Thank you. Post relates to: Treo 700p (Alltel)

  • Multiple Corporate Directories based on DP CM 4.0

    We have a sister company and I want to create seperate Corporate Directories based on device pool or css on Callmanager 4.0

  • Tab key problems after sleep

    I have a fresh install of OS X 10.5.1. After my system sleeps or comes out of standby, the option to tab between text boxes works with everything except the wireless 'join other network' box. I have to manually move from the network name to encryptio