Datagaurd setup

Hi Gurus,
As to learn datagaurd, i am planning to use same server where my primary database and physical standby database reside.
As document , i have created one database, made it force logging and then made it archive . Changed the parameter files and also added stand by redo logs. Since i am using 2 online redo log groups, created 3 stand by redo log groups .. (Maximum No of log files per thread +1)*Maximun no of thread.
From alert log i found there is 1 redo thread and hence added 3. Changed primary database to use spfile from Pfile.I made database shutdown and copied files to different directory (all redo+data+standby files Here is confusion which all need to be copied ??????). For standby database, created control file from primary database and moved to different directory (made change in pfile in standby databse to point to this control file before start). In primary database when i queried on v$standby_log , status is still unassgined . There is no active file in primary database after switch log. I started stand by database using all files from primary database. When i did switch log , nothing is getting updated in status of v$standby_log. How it can be done ?
Also query...
Do i need to create 3 more standby log files at stand by database after standby database creation ??/
Please suggest me simple and best method to do the same
Thanks & Regards

Hi Nitin,
1>log_archive_dest string
log_archive_dest_1 string LOCATION=/data/datacut/SAMDBCU
T/archredo/
VALID_FOR=(ALL_LOGFILES,ALL_RO
LES)
DB_UNIQUE_NAME=SAMDBCUT
log_archive_dest_10 string
log_archive_dest_2 string SERVICE=INVDBCUT LGWR ASYNC
VALID_FOR=(ONLINE_LOGFILES,PRI
MARY_ROLE)
DB_UNIQUE_NAME=INVDBCUT
2>
FACILITY SEVERITY DEST_ID MESSAGE_NUM ERROR_CODE CAL TIMESTAMP MESSAGE
Log Transport Services Informational 0 1 0 NO 31-DEC-09 ARC0: Archival started
Log Transport Services Informational 0 2 0 NO 31-DEC-09 ARC1: Archival started
Log Transport Services Informational 0 3 0 NO 31-DEC-09 ARC2: Archival started
Log Transport Services Informational 0 4 0 NO 31-DEC-09 ARC3: Archival started
Log Transport Services Informational 0 5 0 NO 31-DEC-09 ARC4: Archival started
Log Transport Services Informational 0 6 0 NO 31-DEC-09 ARC5: Archival started
Log Transport Services Informational 0 7 0 NO 31-DEC-09 ARC6: Archival started
Log Transport Services Informational 0 8 0 NO 31-DEC-09 ARC7: Archival started
Log Transport Services Informational 0 9 0 NO 31-DEC-09 ARC8: Archival started
Log Transport Services Informational 0 10 0 NO 31-DEC-09 ARC9: Archival started
Log Transport Services Informational 0 11 0 NO 31-DEC-09 ARCa: Archival started
Log Transport Services Informational 0 12 0 NO 31-DEC-09 ARCb: Archival started
Log Transport Services Informational 0 13 0 NO 31-DEC-09 ARCc: Archival started
Log Transport Services Informational 0 14 0 NO 31-DEC-09 ARCd: Archival started
Log Transport Services Informational 0 15 0 NO 31-DEC-09 ARCe: Archival started
Log Transport Services Informational 0 16 0 NO 31-DEC-09 ARCf: Archival started
Log Transport Services Informational 0 17 0 NO 31-DEC-09 ARCg: Archival started
Log Transport Services Informational 0 18 0 NO 31-DEC-09 ARCh: Archival started
Log Transport Services Informational 0 19 0 NO 31-DEC-09 ARCi: Archival started
Log Transport Services Informational 0 20 0 NO 31-DEC-09 ARCj: Archival started
Log Transport Services Informational 0 21 0 NO 31-DEC-09 ARCk: Archival started
Log Transport Services Informational 0 22 0 NO 31-DEC-09 ARCl: Archival started
Log Transport Services Informational 0 23 0 NO 31-DEC-09 ARCm: Archival started
Log Transport Services Informational 0 24 0 NO 31-DEC-09 ARCn: Archival started
Log Transport Services Informational 0 25 0 NO 31-DEC-09 ARCo: Archival started
Log Transport Services Informational 0 26 0 NO 31-DEC-09 ARCp: Archival started
Log Transport Services Informational 0 27 0 NO 31-DEC-09 ARCq: Archival started
Log Transport Services Informational 0 28 0 NO 31-DEC-09 ARCr: Archival started
Log Transport Services Informational 0 29 0 NO 31-DEC-09 ARCs: Archival started
Log Transport Services Informational 0 30 0 NO 31-DEC-09 ARCt: Archival started
Log Transport Services Informational 0 31 0 NO 31-DEC-09 ARC7: Becoming the 'no FAL' ARCH
Log Transport Services Informational 0 32 0 NO 31-DEC-09 ARC7: Becoming the 'no SRL' ARCH
Log Transport Services Informational 0 33 0 NO 31-DEC-09 ARCs: Becoming the heartbeat ARCH
Log Transport Services Error 0 34 12505 YES 31-DEC-09 Error 12505 received logging on to the standby
Fetch Archive Log Error 2 35 12505 YES 31-DEC-09 FAL[server, ARC1]: Error 12505 creating remote archivelog file 'INVDBCUT'
35 rows selected.
3> Yes i am able to connect using sql*plus
4> Alert log of primaryu
Error 12505 received logging on to the standby
Thu Dec 31 10:23:18 2009
Errors in file /var/oracle/admin/SAMDBCUT/bdump/samdbcut_arc1_14072.trc:
ORA-12505: TNS:listener does not currently know of SID given in connect descriptor
FAL[server, ARC1]: Error 12505 creating remote archivelog file 'INVDBCUT'
FAL[server, ARC1]: FAL archive failed, see trace file.
Thu Dec 31 10:23:18 2009
Errors in file /var/oracle/admin/SAMDBCUT/bdump/samdbcut_arc1_14072.trc:
ORA-16055: FAL request rejected
ARCH: FAL archive failed. Archiver continuing
Thu Dec 31 10:23:18 2009
ORACLE Instance SAMDBCUT - Archival Error. Archiver continuing.
Thu Dec 31 10:23:18 2009
Successfully onlined Undo Tablespace 1.
Thu Dec 31 10:23:18 2009
SMON: enabling tx recovery
Thu Dec 31 10:23:18 2009
Database Characterset is AL32UTF8
replication_dependency_tracking turned off (no async multimaster replication found)
Starting background process QMNC
QMNC started with pid=44, OS id=14135
Thu Dec 31 10:23:19 2009
Completed: ALTER DATABASE OPEN

Similar Messages

  • Oracle Active Data Gaurd Setup

    Hi ,
    Can anyshare share the setup of oracle active datagaurd setup on 11g.
    Thanks and Regards,
    Hussain

    http://www.google.com/search?btnG=1&q=Active+dataguard+setup
    Next time, please do this prior to posting.
    Sybrand Bakker
    Senior Oracle DBA
    Experts: those who did read documentation

  • Log applying service is taking more time in phy. Standby

    Hi Gurus,
    My Database version as follows
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    We have datagaurd setup as well - Huge archive logs are generating in our primary database - Archive logs are shipping to standby with no dealy - But applying the archive logs are taking more in our physical standby database - Can you please help me why it was taking more time  to apply archivlogs (sync) in standby ? - What could be possible reasons..?
    Note : Size of standby redo logs are same as redo log file of primary database - Also standy by redo one or more than online redo log primary.
    I also confirmed from network guy for network issue - He said that network is good.
    Please let me know if any other information required? - Since i need to report my higer leve stating this is cause for delay in applying archive logs.
    Thanks

    No we don't have delay option in log_archive_dest
    here is alert log
    edia Recovery Waiting for thread 1 sequence 42017 (in transit)
    Thu Sep 19 09:00:09 2013
    Recovery of Online Redo Log: Thread 1 Group 6 Seq 42017 Reading mem 0
      Mem# 0: /xyz/u002/oradata/xyz/stb_redo/redo0601.log
      Mem# 1: /xyz/u200/oradata/xyz/stb_redo/redo0601.log
    Thu Sep 19 09:00:49 2013
    RFS[1]: Successfully opened standby log 5: '/xyz/u002/oradata/xyz/stb_redo/redo0501.log'
    Thu Sep 19 09:00:54 2013
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[2]: Successfully opened standby log 7: '/xyz/u002/oradata/xyz/stb_redo/redo0701.log'
    Thu Sep 19 09:00:58 2013
    Media Recovery Waiting for thread 1 sequence 42018 (in transit)
    Thu Sep 19 09:00:58 2013
    Recovery of Online Redo Log: Thread 1 Group 5 Seq 42018 Reading mem 0
      Mem# 0: /xyz/u002/oradata/xyz/stb_redo/redo0501.log
      Mem# 1: /xyz/u200/oradata/xyz/stb_redo/redo0501.log
    Media Recovery Waiting for thread 1 sequence 42019 (in transit)
    Thu Sep 19 09:01:08 2013
    Recovery of Online Redo Log: Thread 1 Group 7 Seq 42019 Reading mem 0
      Mem# 0: /xyz/u002/oradata/xyz/stb_redo/redo0701.log
      Mem# 1: /xyz/u200/oradata/xyz/stb_redo/redo0701.log
    Thu Sep 19 09:01:08 2013
    RFS[1]: Successfully opened standby log 5: '/xyz/u002/oradata/xyz/stb_redo/redo0501.log'
    Thu Sep 19 09:01:22 2013
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[2]: Successfully opened standby log 6: '/xyz/u002/oradata/xyz/stb_redo/redo0601.log'
    Thu Sep 19 09:01:26 2013
    RFS[1]: Successfully opened standby log 5: '/xyz/u002/oradata/xyz/stb_redo/redo0501.log'
    Thu Sep 19 09:01:26 2013
    Media Recovery Log /xyz/u002/oradata/xyz/arch/ARCH1_42020_821334023.LOG
    Media Recovery Waiting for thread 1 sequence 42021 (in transit)
    Thu Sep 19 09:01:30 2013
    Recovery of Online Redo Log: Thread 1 Group 5 Seq 42021 Reading mem 0
      Mem# 0: /xyz/u002/oradata/xyz/stb_redo/redo0501.log
      Mem# 1: /xyz/u200/oradata/xyz/stb_redo/redo0501.log
    Thu Sep 19 09:01:51 2013
    Media Recovery Waiting for thread 1 sequence 42022 (in transit)
    Thu Sep 19 09:01:51 2013
    Recovery of Online Redo Log: Thread 1 Group 6 Seq 42022 Reading mem 0
      Mem# 0: /xyz/u002/oradata/xyz/stb_redo/redo0601.log
      Mem# 1: /xyz/u200/oradata/xyz/stb_redo/redo0601.log
    Thu Sep 19 09:01:57 2013
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[2]: Successfully opened standby log 5: '/xyz/u002/oradata/xyz/stb_redo/redo0501.log'
    Thu Sep 19 09:02:01 2013
    Media Recovery Waiting for thread 1 sequence 42023 (in transit)
    Thu Sep 19 09:02:01 2013
    Recovery of Online Redo Log: Thread 1 Group 5 Seq 42023 Reading mem 0
      Mem# 0: /xyz/u002/oradata/xyz/stb_redo/redo0501.log
      Mem# 1: /xyz/u200/oradata/xyz/stb_redo/redo0501.log

  • Standby database keeps falling behind.

    11.2.0.3 (Primary and Standby)
    archive_lag_target                   integer 900
    log_archive_config                   string
    dg_config=(PROD,DR)
    log_archive_dest                     string
    log_archive_dest_1                   string
    LOCATION=/oracle/archive/PROD VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=PROD
    Hi there,
    I have one primary with one standby datagaurd setup. The standby got 24 hours behind, so we shutdown the standby and re-synced on a storage level, but almost immediately it started lagging behind and two days later it's 20 hours behind again. Please help,
    The archive logs are diffrent sizes as well :
    -rw-r-----    1 oracle   dba      9608466944 Aug  1 02:18 prod-768088995-1-137005.ARC - prod
    -rw-r-----    1 oracle   dba      9608854016 Aug  1 06:26 prod-768088995-1-137055.ARC - DR
    It first fails then succeed applying the logs :
       THREAD#  SEQUENCE# APPLIED   COMPLETIO NEXT_TIME
             1     136558 NO        30/JUL/13 30/JUL/13
             1     136558 YES       30/JUL/13 30/JUL/13
             1     136559 YES       30/JUL/13 30/JUL/13
             1     136559 NO        30/JUL/13 30/JUL/13
             1     136560 NO        30/JUL/13 30/JUL/13
             1     136560 YES       30/JUL/13 30/JUL/13
             1     136561 NO        30/JUL/13 30/JUL/13
             1     136561 YES       30/JUL/13 30/JUL/13
             1     136562 NO        30/JUL/13 30/JUL/13
             1     136562 YES       30/JUL/13 30/JUL/13
             1     136563 NO        30/JUL/13 30/JUL/13
    DR alert log :
    Thu Aug 01 05:54:23 2013
    FAL[server, ARC7]: FAL archive failed, see trace file.
    ARCH: FAL archive failed. Archiver continuing
    ORACLE Instance PROD - Archival Error. Archiver continuing.
    Thu Aug 01 05:54:25 2013
    Errors in file /oracle/diag/rdbms/rsaprod/PROD/trace/PROD_nsa2_13894020.trc:
    ORA-19502: write error on file "", block number  (block size=)
    LNS: Failed to archive log 3 thread 1 sequence 137134 (19502)
    Thu Aug 01 05:54:37 2013
    Archived Log entry 309536 added for thread 1 sequence 137134 ID 0xffffffff9138587b dest 1:
    Thu Aug 01 05:54:53 2013
    Thread 1 cannot allocate new log, sequence 137136
    Thread 1 advanced to log sequence 137143 (LGWR switch)
      Current log# 1 seq# 137143 mem# 0: +DATA/prod/onlinelog/group_1.530.768090283
      Current log# 1 seq# 137143 mem# 1: +ARC/prod/onlinelog/group_1.263.768090301
    Thu Aug 01 06:19:32 2013
    Archived Log entry 309547 added for thread 1 sequence 137142 ID 0xffffffff9138587b dest 1:
    Thu Aug 01 06:20:11 2013
    minact-scn: got error during useg scan e:1555 usn:143
    minact-scn: useg scan erroring out with error e:1555
    Thu Aug 01 06:20:18 2013
    LNS: Standby redo logfile selected for thread 1 sequence 137143 for destination LOG_ARCHIVE_DEST_2
    Thu Aug 01 06:23:11 2013
    minact-scn: got error during useg scan e:1555 usn:143

    Hi,
    Please provide the below.
    1. show parameter log_archive_dest_2               --     From Primary
    2. show parameter log_archive_dest_state_2      --     From Primary
    3. select process, sequence#, status from v$managed_standby;          --     From standby
    4.
    SQL> alter session set NLS_DATE_FORMAT='DD-MON-YYYY HH24:MI:SS';               --     From Primary
    Session altered.
    SQL> select ERROR_CODE,TIMESTAMP,MESSAGE from V$DATAGUARD_STATUS where DEST_ID=2;          --     From Primary
    Thank you!!

  • Standby by database

    OS: AIX
    DB: 11g
    In a physical standby database setup, I had to perform a incomplete recovery at my Primary database and due to which I had to open my Primary database with resetlogs option.
    What should I do with the Standby database, do I need to create a new one as the redos of my Primary are reset with LSN 1?
    Regards

    Hello,
    $phinx19 wrote:
    Thanks shiva, it is a very good link. I have one more question which is pertaining to Standy database.
    Please I need a answer for the below question:
    Adding new datafile to Primary in Datagaurd setup.
    The best option would be to place the tablespace in "backup mode" and move the corresponding datafile from primary to standby and create it using the "alter database create datafile" command. Once the copying is done, make sure you remove the tablespace from backup mode in the primary database.
    The below link gives you an idea about creating the datafile on the standby database. But before that, as said earlier, place the corresponding tablespace of primary database in backup mode and copy the datafile to standby database manually.
    http://shivanandarao-oracle.com/2012/04/02/managed-recovery-process-mrp-terminates-on-standby-database-upon-adding-datafile-on-the-primary-database/
    Regards,
    Shivananda

  • DGMGRL 11gr2 switchover issues

    Hi all,
    im new to 11gr2 datagaurd setup using DGMGRL and currently troubleshooting an issue with switchover which was setup by teammate and he is on annual leave.
    Details: 11gr2 linux 64-bit RHEL5
    both Prod and DR is configured with same DBNAME,INSTANCE,SERVICE and both share the same file system structure.
    below are my configuration:
    DGMGRL> connect sys@POZW1COL_PRD
    Password:
    Connected.
    DGMGRL> show configuration
    Configuration - COLDGCONFIG
    Protection Mode: MaxPerformance
    Databases:
    PCOLPRIM - Primary database
    PCOLSTBY - Physical standby database
    Fast-Start Failover: DISABLED
    Configuration Status:
    SUCCESS
    DGMGRL> show database 'PCOLPRIM'
    Database - PCOLPRIM
    Role: PRIMARY
    Intended State: TRANSPORT-ON
    Instance(s):
    POZW1COL
    Database Status:
    SUCCESS
    DGMGRL> show database 'PCOLSTBY'
    Database - PCOLSTBY
    Role: PHYSICAL STANDBY
    Intended State: APPLY-ON
    Transport Lag: 0 seconds
    Apply Lag: 0 seconds
    Real Time Query: OFF
    Instance(s):
    POZW1COL
    Database Status:
    SUCCESS
    scenario: SWICTHOVER to standby
    DGMGRL> SWITCHOVER TO 'PCOLSTBY'
    Performing switchover NOW, please wait...
    New primary database "PCOLSTBY" is opening...
    Operation requires shutdown of instance "POZW1COL" on database "PCOLPRIM"
    Shutting down instance "POZW1COL"...
    ORACLE instance shut down.
    Operation requires startup of instance "POZW1COL" on database "PCOLPRIM"
    Starting instance "POZW1COL"...
    ORACLE instance started.
    Database mounted.
    Switchover succeeded, new primary is "PCOLSTBY"
    DGMGRL> show configuration
    Configuration - COLDGCONFIG
    Protection Mode: MaxPerformance
    Databases:
    PCOLSTBY - Primary database
    PCOLPRIM - Physical standby database
    Fast-Start Failover: DISABLED
    Configuration Status:
    SUCCESS
    DGMGRL> show database 'PCOLPRIM'
    Database - PCOLPRIM
    Role: PHYSICAL STANDBY
    Intended State: APPLY-ON
    Transport Lag: 0 seconds
    Apply Lag: 0 seconds
    Real Time Query: OFF
    Instance(s):
    POZW1COL
    Database Status:
    SUCCESS
    DGMGRL> show database 'PCOLSTBY'
    Database - PCOLSTBY
    Role: PRIMARY
    Intended State: TRANSPORT-ON
    Instance(s):
    POZW1COL
    Database Status:
    SUCCESS
    SWICTHOVER TO PRIMARY (OLD PRIMARY):
    DGMGRL> SWITCHOVER TO 'PCOLPRIM'
    Performing switchover NOW, please wait...
    New primary database "PCOLPRIM" is opening...
    Operation requires shutdown of instance "POZW1COL" on database "PCOLSTBY"
    Shutting down instance "POZW1COL"...
    ORACLE instance shut down.
    Operation requires startup of instance "POZW1COL" on database "PCOLSTBY"
    Starting instance "POZW1COL"...
    Unable to connect to database
    ORA-12545: Connect failed because target host or object does not exist
    Failed.
    Warning: You are no longer connected to ORACLE.
    Please complete the following steps to finish switchover:
    start up and mount instance "POZW1COL" of database "PCOLSTBY"
    DGMGRL>
    above you could see the issue can anyone highlight me where it was wrong.

    Hi mahir,
    Now i tried to switch over from primary to standby.
    it was sucessfull,
    DGMGRL> SWITCHOVER TO 'PCOLSTBY'
    Performing switchover NOW, please wait...
    New primary database "PCOLSTBY" is opening...
    Operation requires shutdown of instance "POZW1COL" on database "PCOLPRIM"
    Shutting down instance "POZW1COL"...
    ORACLE instance shut down.
    Operation requires startup of instance "POZW1COL" on database "PCOLPRIM"
    Starting instance "POZW1COL"...
    ORACLE instance started.
    Database mounted.
    Switchover succeeded, new primary is "PCOLSTBY"
    Also contents from Primary datagaurd broker log.
    Command SWITCHOVER TO PCOLSTBY completed
    09/03/2012 09:05:44
    Starting Data Guard Broker bootstrap <<Broker Configuration File Locations:
    dg_broker_config_file1 = "/u01/app/oracle/product/db/11gR2/dbs/dr1PCOLPRIM.dat"
    dg_broker_config_file2 = "/u01/app/oracle/product/db/11gR2/dbs/dr2PCOLPRIM.dat"
    09/03/2012 09:05:47
    DMON Registering service PCOLPRIM_DGB with listener(s)
    Broker Configuration: "COLDGCONFIG"
    Protection Mode: Maximum Performance
    Fast-Start Failover (FSFO): Disabled, flags=0x0, version=0
    Primary Database: PCOLSTBY (0x02010000)
    Standby Database: PCOLPRIM, Enabled Physical Standby (0x01010000)
    09/03/2012 09:05:51
    Creating process RSM0
    09/03/2012 09:05:54
    *SQL Execution error=604, sql=[alter system set log_archive_dest_1='']. See error stack below.*
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-16028: new LOG_ARCHIVE_DEST_1 causes less destinations than LOG_ARCHIVE_MIN_SUCCEED_DEST requires09/03/2012 09:06:03
    Notifying Oracle Clusterware to buildup standby database after SWITCHOVER
    Data Guard notifying Oracle Clusterware to start services and other instances change
    Command SWITCHOVER TO PCOLPRIM completed

  • 10g Datagaurd

    Hi,
    Can any one tell me how to configure the 10g datagaurd with enterprise grid control.
    i install the 10g on windows on one PC and Grid control on other PC.
    So how to i use the grid control to configure the Datagaurd.
    Regards

    There's no other way , you have to read carefully the documentation. DATAGUARD setup and configuration is not a task, which can be explained in a few words.

  • PRD with RAC and DR with non-rac datagaurd

    Is it possible to implement production with RAC database and DR with non-rac datagaurd.
    if yes, how does the log shipping happening from different nodes of RAC to one DR node?
    Can anybody answer please?
    Thanks
    Vignesh.

    There is also a very good MAA whitepaper on this szenario:
    MAA 10g Setup Guide: Creating a Single Instance Physical Standby Database for a RAC Primary Database
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10g_RACPrimarySingleInstancePhysicalStandby.pdf

  • How can I setup a mail-specific passcode/restriction on iPad used by multiple family members?

    How can I setup a mail-specific passcode/restriction on iPad used by multiple family members?
    Have an Exchange mail account setup and accessible in my mail on iPad... however my kids use it and i would like to restrict them from accessing this specific portion of the device.  I tried viewing restriction options and do not see that i can apply a restriction specifically to Mail.  Thanks for your help.

    Not a feature of iOS. Check the AppStore to see if there are other
    mail apps that allow passcode protection.
    Or use Safari to log onto your email via a web-based interface and
    enter your credentials each time. A bit slower, but the kids will
    not know the details to login.

  • New setup questions...

    Hey Guys, 
    I'm moving to a new condo on 9/1 and getting Fios (switching from cable) for the first time.  In the proverbial nutshell, what I want to do is this: run two HD TiVos (with cablecards), plus my Apple Time Capsule as my primary router.  I don't care a bit about VOD or Verizon's channel guides, email, or any other silly thing they provide.  An ISP is (or ought to be) just a 'dumb pipe'.
    Having done some research online today, it seems as though I need to have my ONT set up to run Ethernet, not MOCA (coax).  Is there anything else I've missed that I need to know?
    Thanks!  Any suggestions greatly appreciated...  :-)
    Regards,
    Ken 

    You would want to have a CAT5 Cable run from the location where the ONT will be to where your Apple Router will be locatated.
    Allow the FIOS Technician to install their Router and get everything up and running.  Since you are not planning on using the Verizon Router the location should not mater.  I would just have a CAT5 Patch cable available and ask them to use it to make the data conenction from the ONT to the Verizon Router.
    Once the technician is done you can release the TCP/IP Address from teh Verizon Router, Power Down, Swap in your Router, and hopefully be all setup.  Here is a FAQ with more information on using different routers:
    http://www.dslreports.com/faq/verizonfios/3.0_Networking
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it.
    If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • I am trying to setup VPN with QuickVPN

    Hi I am trying to setup VPN with WRVS4400N and Quick VPN on client side. I am fairly new to VPN and did some research and looked through the manual but can't seem to get it to work so far and from what I noticed many people are having this problem. So hopefully someone can tell what the problem is or at least point to right direction on solving this.
    Basically it gives the "Failed to establish connection" generic error, shows it almost instantly..
    It also showed the certificate error before but then I read about putting it in the installation directory and it stopped showing it, and whats strange is later I removed it but it doesnt show the error any longer, so don't know if its caching it somewhere or what can be going on...
    In effort to look for answer and test things out I tried to connect to another location and setup a WRV200 router, I also get the same error but not instantly, it even shows "Activating Policy" but then doesn't go farther and shows the generic error...
    Also with this setup strangly it always shows the certificate error, no matter if I put one in directory or not... Even tried to name it as the WRVS4400N certificate name...
    Anyway VPN IPSec is disabled, and Client Accounts are configured and changed password several times to make sure its correct, VPN Passthrough enabled on all 3 options.
    I tried to disable Windows Router, I also have a router in place do I possibly need to open some type of ports for the QuickVPN client?
    Don't know yet whats going on if I am missing something or if there is some problem that needs work-around but if you know the answer or guesses of answer please let me know.

    Hi Aleksandr,
    since this question is about a product in the Cisco Small Business / Linksys range, I suggest you move it to the community, where you will have a better chance of getting expert advice.
    best regards,
    Herbert
    Cisco Moderator

  • Add management server: Setup version: 7.0.9538.0 is not compatible with database version: 7.1.10226.0

    I want to add another management server to our existing SCOM environment. But whenever I run this setup on a new server I get stuck in the window for selecting the OperationsManager database. The database field stays blank and in the OpsMgrSetupWizard log
    there are lines that the setup version is not compatible with the database version. But I use the same installer as when I installed the other management servers a year ago.
    Maybe there is a newer setup installer? But I can't find it.
    [10:42:54]: Error:
    :Error:setup version: 7.0.9538.0 is not compatible with database version: 7.1.10226.0
    [10:42:54]: Info:
    :Info:Using DB command timeout = 1800 seconds.
    [10:42:54]: Info:
    :Info:isOMDatabase:  Read returned true.  so far, this is OM DB, not an empty DB
    [10:42:54]: Debug:
    :Connection was not open.  We will try to open it.
    [10:42:54]: Debug:
    :SqlConnectionReady returned True.
    [10:42:54]: Info:
    :Info:Using DB command timeout = 1800 seconds.
    [10:42:54]: Info:
    :Info:isOMDatabase:  Read did not return true.  The MG is missing. This is not OM DB
    [10:42:54]: Info:
    :Info:Using DB command timeout = 1800 seconds.
    [10:42:54]: Always:
    :Azman store table not found in OperationsManagerDW table, assuming this is an not a valid OMDB for empty DB scenario.
    [10:42:54]: Info:
    :Info:DatabaseConfigurationPage: DB connection attempt completed.
    [10:42:54]: Info:
    :Info:DatabaseConfigurationPage: DB connection attempt completed.

    Never mind, found it!
    Apparently there was a newer version of SCOM setup in msdn and someone upgraded our existing SCOM environment. Downloaded the new setup, new report viewer controls and a System
    CLR Types for Microsoft® SQL Server® 2012 and now it works!! 

  • Can we setup two sets different 7912 logos in one CCM cluster?

    Hi,
    CCM 4.1(3) cluster within head office. We created the 7912 logo for system default image. However, the remote site 7912 phones, need to use a different logo other than the head office.
    as per http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Unified%20Communications%20and%20Video&topic=IP%20Telephony&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1ddc5d3d/0#selected_message
    We can create the 7912 logo, but how can we setup two or more different 7912 logos for different sites?
    We noticed on CCM4.1(3), there is idle URL for 7912 phone, what is the callmanager default link for this URL? I am thinking to use different logo file names, and put the related URL on this parameters for remote site 7912 phones.
    Could someone let me know or any other better way to do?
    Thanks,
    JJ

    Hi JJ,
    This should work just the way you have described. Have a look;
    Idle
    Enter the URL that displays on the Cisco IP Phone display when the phone has not been used for the time that is specified in Idle Timer field. For example, you can display a logo on the LCD when the phone has not been used for 5 minutes.
    Leave this field blank to accept the default setting.
    Idle Timer (seconds)
    Enter the time (in seconds) that you want to elapse before the URL that is specified in the Idle field displays.
    Leave this field blank to accept the value of the Idle URL Timer enterprise parameter.
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_administration_guide_chapter09186a00801ecfc7.html#1121361
    Here how on CCM;
    Method 1:
    Choose System > Enterprise Parameters so that the change is propagated to all of the phones from the Cisco CallManager Administration page.
    In the URL Idle field, enter http://IP_address_of_CallManager/CCMCIP/filename.xml.
    In the URL Idle Time field, enter any positive value in seconds.
    Method 2:
    Choose Device > Phone under the Cisco IP Phone configuration so that only this phone displays the graphics from the Cisco CallManager Administrator page.
    Choose the phone/phones on which you want to put the display.
    In the Idle field, enter the path http://IP_address_of_CallManager/CCMCIP/filename.xml.
    In the Idle Timer field, enter any positive value in seconds.
    From this good doc;
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00801c0764.shtml#topic4
    Hope this helps!
    Rob

  • HT4557 whats the best itunes/appleID setup for family of 3 with 3 ipads, 3 iphones, one PC with all music on.  if we use 3 separate ones how do we share purchased and home content?

    been with apple for years.  one itunes/appleID in use for family - all purchases and downloads on the one account..
    now got 3 ipads, 3 iphones and when we update the software, we seem to get text/facetime issues due to multiple email addresses and phone numbers for the different devices that each individual uses.  For example, I send a text and it appears to have come from my wife or son to the recipient.  Not good !
    there seems to be direction from apple that each of us should use our own apple id, thogh how do I link the accounts so enable family sharing of music/media we have purchased etc - Id also like to be able to review and keep a private eye on what my son downloads as he is 11 yrs old ! I manage this currently as we allow him access to the password for itunes (as we all use the same id today)
    Am i better setting up accounts for my wife and son independent of my own, or not. Each of us would like access to the family content we have and the master library of synced content.  I just want the most simplistic approach that apple, or others would recommend. 
    Is there a better or optimum setup for a family as we cannot be alone.....

    Thanks for the help, but a follow up question now.
    My iPhone won't arrive for a little while, but my wife already got hers and she wants to set it up now. Using my Apple ID for the purchases, if she starts setting hers up, can she change her iCloud ID to something else quickly? It keeps telling us that we have to sign in with the AppleID first.
    Should we just set up an iCloud account via normal internet before trying all this via iPhone?

  • MULTIPLE DEVICES SETUP IN ITUNES, SAME APPLE ID

    We have one home computer (with Windows), and have 2 IPOD Touch's plus 1 IPAD all setup in ITUNES on this same computer.  We are also setup with ICLOUD. 
    Kids IPOD's get music and FACETIME contacts all mixed up with each other and with the IPAD.  What is the best way to keep each other's music/playlists as well as FACETIME contacts from syncing to each other's devices?

    Please test after each of the following steps that you haven't already tried. Stop when the problem is resolved. Back up all data before making any changes. Keep in mind that no one here represents Apple or can help with customer-service issues.
    Step 1
    A purchased app can only be updated by signing in to the App Store with the same Apple ID that was originally used to buy it. There's no way around that limitation, which also applies to free apps. If you can't sign in with the buyer's ID, delete the app and reinstall it. You'll have to pay for it again, if applicable.
    Step 2
    If you get the alert when trying to update a bundled iLife app, select the Purchases page in the App Store and locate the app in your purchase history. If there's a button marked ACCEPT on the right, click it.
    If you have a used Mac, the bundled apps were linked to the original owner's Apple ID and can't be transferred to you. Reportedly, customer service has issued redemption codes to some second owners who asked, but it's not guaranteed.
    Step 3
    If you're trying to update iLife or iWork apps that were installed from a purchased DVD, or if you have a refurbished Mac bought directly from Apple, contact App Store customer service for a redemption code. You may be asked for the part number of the DVD.
    Step 4
    From the App Store menu bar, select
              Store ▹ View My Account
    Enter your Apple ID password at the prompt. At the lower right corner of the window that opens, click the Reset button. Close the window.
    Step 5
    According to a report, the error can result from changing the language setting of your Apple ID account. I can't confirm.

Maybe you are looking for

  • 9iAS Installation Issus in Red Hat AS2.1

    Hi, I have two machines to install both infrastructure and midtier instances both running in RedHat AS2.1. I applied all the OS patches to make sure it meet the requirements. I installed the infrastructure instances and successfully completed. I appl

  • Invalid Checksum when trying to update MAC OS X 10.6.4

    Hi all.  I own a 15 inch laptop mac i purchased in 2009.  I have recently realised that my MAC software has not been updating or installing correctly.  I tried to manually download the software 10.6.5 ( as i currently have 10.6.4) and it came back wi

  • Create Conditions with VK14

    Hi all I'm trying to create a function to be used as a copy rule in VK14. I would copy some condition records with two fields in the key. Example: Condition Record: Sold-To/Ship-To/ProdHierarchy I would copy this Record to another combination of Sold

  • Change print order when printing multiple photos

    Hi, I am printing multiple duplex pages in Photoshop Elements 6 but cannot get them to print in the correct order. Can anyone help me? Tracey

  • Safari 5.0 on Windows 7 will not print .jpg files

    I cannot get Safari 5/Windows 7 to print .jpg files! There is no problem with .png or .gif images. These are not protected .jpgs or anything - regular, inline images in an HTML file. Is this a bug? How can I report/request this "feature"?