RMAN active duplication connection issue

Hi ,
We are facing a strange issue when trying to execute a script , for RMAN active duplication .
oracle@cu-db01-1(mmapuat1) $ rman target sys/lnf123dev@mmapuat<source> auxiliary sys/lnf123dev@mast_dup<dest>
Recovery Manager: Release 11.2.0.1.0 - Production on Wed Aug 8 10:09:27 2012
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database:
ORA-01031: insufficient privileges
Also when connecting afrom sqlplus to the source database:
The sqlplus connection to
oracle@cu-db01-1(mmapuat1) $ sqlplus sys/lnf123dev@mmapuat <source> as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 8 10:09:50 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
RMAN connection to auxiliary is working fine.
oracle@cu-db01-1(mmapuat1) $ rman auxiliary sys/lnf123dev@mast_dup
Recovery Manager: Release 11.2.0.1.0 - Production on Wed Aug 8 10:10:11 2012
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to auxiliary database: MMAPUAT (DBID=3828046951, not open)
Below is whet we are trying to do:
DUPLICATE TARGET DATABASE TO MASTMAP FROM ACTIVE DATABASE SPFILE NOFILENAMECHECK;
Thanks ,
Sachin K

Hello Sachin K;
In my notes step 1 is : ( You seem to have a password issue )
Create an Oracle Password File for the Auxiliary Database
Password on source is:
/u01/app/oracle/product/11.2.0.2/orapwRECOVER2
SCP to remote host
scp /u01/app/oracle/product/11.2.0.2/dbs/orapwRECOVER2 [email protected]:/u01/app/oracle/product/11.2.0.2/dbs/
Then rename the file to :
/u01/app/oracle/product/11.2.0.2/dbs/orapwRECLONEThen I Create the Directory Structure on the remote server and so on.
When duplicating from an active database you need an entry for the CLONE in your TNSNAMES.ORA on both servers
Prevent Timeouts
Add these to both servers
To listener.ora
INBOUND_CONNECT_TIMEOUT_ = 120
To sqlnet.ora
SQLNET.INBOUND_CONNECT_TIMEOUT = 120
You need an Initialization Parameter File for the Auxiliary Instance with these parameters
DB_NAME
CONTROL_FILES
DB_BLOCK_SIZE
and then start NOMOUNT before you try to connect with RMAN
Then stop and start the listener.
Best Regards
mseberg

Similar Messages

  • RMAN Active duplication using SPFILE

    Environment:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Database files are on ASM Diskgroups
    duplicate target database
    to TestDB
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initSoruceDB.ora;Question:
    Can I use spfile clause on the command above? If I use spfile, will the command above copy the spfile from the target database instance as part of DUPLICATE command?
    Will the DUPLICATE command with SPFILE clause behave differently in case of different sturcture of ASM Diskgroups used at the source and target databases?

    Can I use spfile clause on the command above? If I use spfile, will the command above copy the spfile from the target database instance as part of DUPLICATE command? Yes you can use SPFILE.RMAN automatically copies the server parameter file to the destination host.
    Will the DUPLICATE command with SPFILE clause behave differently in case of different sturcture of ASM Diskgroups used at the source and target databases? RMAN automatically copies the server parameter file to the destination host and updates the server parameter file on the destination host based on values provided in PARAMETER_VALUE_CONVERT and SET. For example:
    Duplicating to a Host with a Different Directory Structure (Active)
    DUPLICATE TARGET DATABASE
    TO dupdb
    FROM ACTIVE DATABASE
    DB_FILE_NAME_CONVERT '/oracle/oradata/prod/','/scratch/oracle/oradata/dupdb/'
    SPFILE
    PARAMETER_VALUE_CONVERT '/oracle/oradata/prod/',
    '/scratch/oracle/oradata/dupdb/'
    SET SGA_MAX_SIZE '300M'
    SET SGA_TARGET '250M'
    SET LOG_FILE_NAME_CONVERT '/oracle/oradata/prod/redo/',
    '/scratch/oracle/oradata/dupdb/redo/';
    For more details:
    http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmdupdb.htm#i1006629

  • RMAN Cloning - Active Duplication failure

    Platform : HP-UX B.11.31 U ia64
    Oracle Version: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    connected to auxiliary database (not started)
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 01/07/2012 09:35:41
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-04014: startup failed: ORA-01078: failure in processing system parameters
    ORA-00119: invalid specification for system parameter REMOTE_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENERS_SALES_DB'
    Any idea on how to resolve this error / what causes this error much appreciated.

    I am facing issue on active database duplication and has below issue. Can any one help me on this?
    RMAN> connect target sys@Pa305
    connected to target database: PA305 (DBID=2787277616)
    RMAN> connect auxiliary sys@Pb305
    connected to auxiliary database: PB305 (not mounted)
    RMAN> DUPLICATE TARGET DATABASE
    TO 'PB305'
    FROM ACTIVE DATABASE
    2> 3> 4> ;
    Starting Duplicate Db at 31-JUL-2012 17:20:07
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=2838 instance=PB3051 device type=DISK
    contents of Memory Script:
    sql clone "alter system set control_files =
    ''+DG_075_DATA01/PB305/controlfile/current.270.790104009'', ''+DG_075_FRA01/PB305/controlfile/current.286.790104009'' comment=
    ''Set by RMAN'' scope=spfile";
    sql clone "alter system set db_name =
    ''PA305'' comment=
    ''Modified by RMAN duplicate'' scope=spfile";
    sql clone "alter system set db_unique_name =
    ''PB305'' comment=
    ''Modified by RMAN duplicate'' scope=spfile";
    shutdown clone immediate;
    startup clone force nomount
    backup as copy current controlfile auxiliary format '+DG_075_DATA01/PB305/controlfile/current.269.790104009';
    restore clone controlfile to '+DG_075_FRA01/PB305/controlfile/current.288.790104009' from
    '+DG_075_DATA01/PB305/controlfile/current.269.790104009';
    sql clone "alter system set control_files =
    ''+DG_075_DATA01/PB305/controlfile/current.269.790104009'', ''+DG_075_FRA01/PB305/controlfile/current.288.790104009'' comment=
    ''Set by RMAN'' scope=spfile";
    shutdown clone immediate;
    startup clone nomount;
    alter clone database mount;
    executing Memory Script
    sql statement: alter system set control_files = ''+DG_075_DATA01/PB305/controlfile/current.270.790104009'', ''+DG_075_FRA01/PB305/controlfile/current.286.790104009'' comment= ''Set by RMAN'' scope=spfile
    sql statement: alter system set db_name = ''PA305'' comment= ''Modified by RMAN duplicate'' scope=spfile
    sql statement: alter system set db_unique_name = ''PB305'' comment= ''Modified by RMAN duplicate'' scope=spfile
    Oracle instance shut down
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 07/31/2012 17:20:18
    RMAN-06174: not connected to auxiliary database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-04006: error from auxiliary database: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    RMAN>

  • RMAN Active Duplicate Issue

    Experts,
    I'm trying to setup a single server standby database for a RAC primary database using Data Gaurad configurations. In this process, I have finished all the configuration and I was about to run RMAN script to duplicate primary DB on Standby DB.
    When I exectue RMAN script, it is throwing below errors :
    tarting backup at 05-DEC-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=901 instance=iam1 device type=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 12/05/2011 15:31:42
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 12/05/2011 15:31:42
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01031: insufficient privileges
    ORA-17629: Cannot connect to the remote database server
    Additional information:
    - Password file is copied properly from RAC primary and standby database.
    - Able to connect to standby DB from Primary database via sqlplus tool.
    - Telnet is working fine vice versa.
    - All pings are working fine.
    Please let me know if you have any suggestions. Happy to provide further information if needed.
    Thanks

    Please do not create multiple threads for the same issue.
    Data Guard Setup : RMAN Active Duplicate Issue

  • Activation failure - Requesting I need to activate Photoshop CS5.1 despite having done this previously & used Photoshop. Adobe can't connect to internet to activate, yet program is allowed through Firewall and not having connectivity issues through Browse

    Hi,
    I currently have Photoshop CS5.1 on Windows 7 (64 bit) and it's now requesting I need to re-activate it, despite having already done this with a serial number when I installed it and even used the program numerous times.
    I get a screen saying "Product activation is required" but every time I try to activate it, it says there was a connection issue and asks me to connect to the internet.
    I've checked my firewall settings and Adobe is allowed through. No connection issues using my Browser, Skype etc.
    Anyone got any solutions?
    Thanks,
    Westy

    Sign in, activation, or connection errors | CS5.5 and later

  • Active duplication question

    I tried to use active duplication recently and ran into an issue. When I ran the job from the auxiliary database server it failed. When I ran it from the target(source) database server, it ran fine. Seems odd and am wondering why.
    Here is the log I got when running on the auxiliary database server:
    channel c1: starting datafile copy
    copying current control file
    released channel: c1
    released channel: c2
    released channel: c3
    released channel: c4
    released channel: x5
    released channel: x6
    released channel: x7
    released channel: x8
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 03/23/2011 11:32:41
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c1 channel at 03/23/2011 11:32:41
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-12154: TNS:could not resolve the connect identifier specified
    ORA-17629: Cannot connect to the remote database server
    RMAN>
    Recovery Manager complete.
    So the job connected to both databases, created the script, created the control files on the auxiliary server an stopped and restarted that but failed when it got into the copy file section of the script.
    Again, running the exact same thing from the target( source) server ran without issue.
    FYI...here is the duplicaiton which was run from both servers
    $ORACLE_HOME/bin/rman <<EOF>> dev1-2011-03-23_1.out
    connect auxiliary sys/samepass@dev1
    connect target sys/samepass@prod
    run
    allocate channel c1 device type DISK;
    allocate channel c2 device type DISK;
    allocate channel c3 device type DISK;
    allocate channel c4 device type DISK;
    allocate auxiliary channel x5 device type DISK;
    allocate auxiliary channel x6 device type DISK;
    allocate auxiliary channel x7 device type DISK;
    allocate auxiliary channel x8 device type DISK;
    duplicate target database to dev1 from active database NOFILENAMECHECK;
    EOF
    echo "finished"
    exit

    Hi Werner,
    Sorry for my badly phrased question.
    True initially it works from both sides.
    But halfway it stops working if ran from the aux server.
    The question should have been:
    Does sqlplus than still works ? (so just after the rman failure)
    Maybe the OP can align both tnsnames.ora files and spot a difference?
    If the listener(s) or the instance(s) is/are the problem it wouldn't work from both sides.
    Regards,
    Tycho

  • RMAN Active Cloning fails with RMAN-06054: missing log file

    Version Details:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Scenario :
    Using RMAN Active cloning to duplicate a RAC database from Production to Development environment.
    Problem:
    At the end of the cloning the below errors are reported;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/14/2013 07:03:43
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 24751 and starting SCN of 89285945274
    RMAN Script used for Active cloning:
    #!/bin/ksh
    . setdb entDBu
    start_dt=`date +%Y%m%d_%H%M`
    job=`basename $0 ".sh"`
    rman  >> ${job}_${start_dt}.log  2>&1 <<eof
    set echo on;
    connect target sys/@DCC&(_O@entDBp1
    connect auxiliary sys/@DCC&(_O@entDBuu
    run {
    allocate channel prmy1 type disk;
    allocate auxiliary channel stby1 type disk;
    duplicate target database
    to entDBu
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initentDBu.ora;
    show all;
    exit
    eof
    end_dt=`date +%Y%m%d_%H%M`
    mailx -s "DR RMAN Job: $job done" "[email protected]" <<eof2
    started: ${start_dt}
    finish: ${end_dt}
    eof2How to prevent the error of RMAN-06054: media recovery requesting unknown archived log for thread  with sequence   and starting SCN of  while performing the RMAN Active Cloning? I do NOT want to use UNTIL clause.

    Sivaprasad S wrote:
    Version Details:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Scenario :
    Using RMAN Active cloning to duplicate a RAC database from Production to Development environment.
    Problem:
    At the end of the cloning the below errors are reported;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/14/2013 07:03:43
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 24751 and starting SCN of 89285945274RMAN Script used for Active cloning:
    #!/bin/ksh
    . setdb entDBu
    start_dt=`date +%Y%m%d_%H%M`
    job=`basename $0 ".sh"`
    rman  >> ${job}_${start_dt}.log  2>&1 <<eof
    set echo on;
    connect target sys/@DCC&(_O@entDBp1
    connect auxiliary sys/@DCC&(_O@entDBuu
    run {
    allocate channel prmy1 type disk;
    allocate auxiliary channel stby1 type disk;
    duplicate target database
    to entDBu
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initentDBu.ora;
    show all;
    exit
    eof
    end_dt=`date +%Y%m%d_%H%M`
    mailx -s "DR RMAN Job: $job done" "[email protected]" <<eof2
    started: ${start_dt}
    finish: ${end_dt}
    eof2How to prevent the error of RMAN-06054: media recovery requesting unknown archived log for thread  with sequence   and starting SCN of  while performing the RMAN Active Cloning? I do NOT want to use UNTIL clause.Where UNTIL clause in your script I didn't saw.
    Please try following RMAN script
    DUPLICATE TARGET DATABASE FOR STANDBY
      FROM ACTIVE DATABASE
    SPFILE
       SET "control_files"="/u01/app/oracle/oradata/stbdbcontrol01.ctl"
       SET "db_name"="prmdb"
       SET "db_unique_name"="stbdb"
       SET "db_file_name_convert"="/u01/app/oracle/oradata/prmdb","/u01/app/oracle/oradata/stbdb"
       SET "log_file_name_convert"="/u01/app/oracle/oradata/prmdb","/u01/app/oracle/oradata/stbdb"
       SET "db_recovery_file_dest"="/u01/app/oracle/fra"
       SET "diagnostic_dest"=/u01/app/oracle"
       SET "audit_file_dest"="/u01/app/oracle/admin/stbdb/adump"
    PASSWORD FILE
    NOFILENAMECHECK;
    {code}
    Please change parameters for your environment.
    Regards
    Mahir M. Quluzade                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • HP PhotoSmart 7510 suddenly has severe connectivity issues

    I have a HP PhotoSmart 7510 printer since about 2 months. Initial setup worked like a charm and the printer has been working pretty much perfectly for the last 2 months. Wireless printing, scanning and internet access on the printer (e.g. for Facebook photos) all worked. Just from time to time i would get the occasional (mildly annoying) message on my computer saying "scan to computer is currently unavailable" but it usually worked itself out and whenever I needed it to work, it did work.
    But since a few days ago, it has some severe connectivity issues. I didn't change any settings on the printer, router or computer - the issues just started appearing by themselves. I startet getting much more frequent messages on my computer saying "scan to computer is currently unavailable". I noticed I couldn't print anymore, and restarting computer, printer and/or router didn't help at all. The only thing so far i managed to print wirelessly since the problems started were the first 5 pixel rows of an image I tried to print, the rest didn't transmit.
    It seems the printer still connects to the WLAN but printing and scanning no longer work, and whenever I try to access a web service on the printer (like Facebook) it says it has no internet connection, even though the WLAN light is lit up (not blinking) and all the wireless status reports say "congratulations, no problems found" and display IPs etc. just like normal.
    I looked at the threads "PhotoSmart 7510 connects to router, but not to the web.", "Wireless printer (HP Photosmart 7510) not connecting to network" and "Photosmart 7510 won't connect to Web Services" but they weren't a big help. Activating EWS didn't work because even though the printer showed its IP address to be 192.168.1.3, when I entered this in my web browser it didn't find the printers configuration page.
    I tried the following steps from one of the threads:
    1. Restore the Network defaults
    2. Unplug the printers power cord while it is still on. Leave it unplugged and walk to the router.
    3. While the router is still on, unplug the power cord from the router, leave it unplugged for 30 seconds, then reconnect the power cord to the router. Once plugged back in the router should power on automatically.
    4. Plug the power cord back into the printer. Once plugged back in the printer should power on automatically.
    5. Run the Wireless Setup Wizard to reconnect the printer to your wireless network.
    6. Try enabling Web Services.
    I followed these steps exactly. Interestingly, even though I had done step 1 and restored the network settings to factory defaults, after turning back on, the printer somehow still had its old settings saved and reconnected to the network.
    It seemed to have fixed the problem, the printer finally had internet access again (Facebook app showed my photos) and scan to computer found my PC. But after just about 3 minutes, the printer had lost its internet connectivity again. When opening the Facebook app, it displayed the same error message it did before. And printing no longer worked as well.
    So, what is wrong with this printer?! It has the newest software update by the way (I checked during the 3 minutes it had internet access.) My computer is a HP Windows 7 x64 machine (EliteBook 6930p) and the router I'm using is a Netgear WNDR3700.
    I specifically bought this printer for my studies at university. In one week i have my exams and in order to study I REALLY need to be able to print some of my course materials! So any help as quickly as possible would be greatly appreciated. Or do you think this is a case for a warranty replacement, considering the printer's really strange and error-prone behavior?
    Thanks a lot!

    I can assure you that it is not a router issue.  It appears to me that it is a driver compatibility with Windows OS.  After trying to get to the bottom of this since my Photosmart 7525 was new and reading just about every forum and blog, I have come to the conclusion that the issue must be related to the HP driver itself.  
    The issue does not seem to affect any Mac systems, and from one forum someone was able to fix it by downloading new drivers compatible with 64-bit systems (which seem to not be affected by the glitch).  But that leaves us 32-bit people stuck with the current driver which does not work.
    The printer is connected with good signal to the wireless router (no matter who's router it is and what configuration is made).  The printer can be pinged from the router and any computer on the network which is not currently being affected by this issue.  However, the affected computer fails pings by either request timed out, or destination host unreachable.  Pings are successful from the affected computer to any other device on the network.  The only way to recover (at least for a few days) is to reboot the affected computer.
    Also, from the display on the 7525, the network tests pass without issue.  I can also download and print content from the internet with no issues.  
    Please do a quick google search of this issue and you will see several THOUSAND entries of people with the same request.  This is a serious issue that people are having and everything is pointing to an HP problem (not routers, improper installation of software or drivers, etc...).  I agree with several other customers that HP should be on the hook for this fix.  I will give it another couple weeks, then back to the store for a reliable unit from another competitor (Canon, Lexmark, etc..)
    Thank you in advance for escalating this issue to product engineering,
    S. Hunn
    There are 10 kinds of people in this world... Those who understand binary and those who do not.

  • Sql Server Connection Issues

    After reinstalling Windows Server 2008 R2 EE my SQL 2008 R2 Sp2 Instances have some connection issues.
    The server were installed under the same hostname, but he got a new sid in my active directory.
    On the server there one DB Engine MSSQLSERVER, two named Reporting Services for MS crm 4.0 and SCOM and one Analysis Services Instance.
    The DB Engine will collect Data from another DB, before writing to Analysis Services.
    Here are the problems on the server:
    When I connect via SSMS remotly, I sometimes get this error: Failed to connect to server <hostname> ... Named Pipes Provider, error 40 - Could not open a connection to SQL Server - Error 5
    Both RS Instances have many event log errors like "Report Server (Instance) cannot connect to the report server database.". RS Reports are working fine, but sometimes the rendering is taking a long
    time.
    The DB Engine Agent Job to collect Data sometimes throw the following error: An OLE DB error has occurred. Error code: 0x80004005.  An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult:
    0x80004005  Description: "Unable to complete login process due to delay in opening server connection".  End Error  Error: 2013-12-10 06:03:40.41     Code: 0xC00291EC
    User use Excel to connect to the Cube on my server. Often they got timeout errors. When they connect again it will work.
    Are there any solutons on this?
    Thanks a lot!

    Hello,
    The server were installed under the same hostname, but he got a new sid in my active directory.
    Did you connect to SQL Server instance with Windows authentication? Since the SID of domain account is changed, the SQL Server instace may cannot verify the login account which stored in the master with old SID. In that case, please try to connect
    SQL Server with SQL authentication and then readd the domian as login the instance.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Connectivity issues for random phones in CUCM 8.6 on Vmware

    I have a client that has problems with around half of there ip phones (6921 & 7945) after a situation with overheating in the serverroom. 
    The solutions was a 1 Publisher, 1 subscriber setup with each on a separate Vmware server. 
    The Publisher is connected to the Core Switch which is further connected to 4 distribution switches which again connect to 5 more distribution switches. They have around 200 ip phones connected to these switches that get assigned IP's with DHCP. 
    The physical disk that the Subscriber was on was destroyed the incident. The Publisher they recovered, but to do this they had to recreate the vm descriptor file and attach it to the flat-file. 
    So the current situation is that the system is running with only 1 Publisher and no Subscriber.
    There is also a license warning in the CCM Admin section, stating a License Overage (2 nodes used, but only 1 licensed.)
    The license status is not invalid though, and the license state is "Uploaded". This second node I suppose might be the Subscirber that no longer exists? The phones have more than enough licenses.
    When powered up the system seems to run as it should, but only about half the phones have connectivity to and can register with CUCM.
    I have tried to reboot some phones remotely by cutting the power on the switch interfaces where they are attached, but that made no difference.
    The console log on the phones that are down show TFTP Timeout & File Transfer Error.
    The phones that are up and running can be pinged successfully from the CUCM cli, but when pinging the others I get "Destination Host Unreachable".
    The strange thing is that it seems completely random as to what phones are up or down. On all switches there are connected phones with both working and non-working connections to CUCM.
    To try to pinpoint the fault I chose 2 devices on the same switch and compared the config for each interface, one that has connectivity and is registered, and one that does not have connectivity and is unreachable.
    Everything seems to be identical so I can't see what causes this error on the one, but not on the other.
    Also when I ping the ip phone with no connectivity to CUCM from any of the switches, the ping is successful.
    Anyone know what could be the cause of this behaviour?

    Hello and thank you for your time.
    The phones get there IP’s from a DHCP Server (Not the built in one in CUCM, but an external server). I have tested that the DHCP process works by powering off a phone (one of the phones with connectivity issues), deleting the lease, and then powering the phone back on and seeing the device request and receive a new lease.
    There is only one CCM group active and both servers are in this group with the Publisher as highest priority server. All phones are in the same Device Pool attached to this group.
    There are a lot of warnings regarding dbReplication & missing node due to the subscriber being gone. Also there is an issue with NTP server (see below). I will post more on this tomorrow morning.
    I have also attached the console log from one of the phones that can't register.
    NTP Alert:
    At Tue Jan 13 21:24:10 BRST 2015 on node 192.168.50.2; the following SyslogSeverityMatchFound events generated:  SeverityMatch : Critical MatchedEvent : Jan 13 21:23:49 CUCMPUB user 2 ntpRunningStatus.sh: Primary node NTP server; 192.168.50.6; is currently inaccessible or down. Verify the network between the primary and secondary nodes.  Check the status of NTP on both the primary and secondary nodes via CLI 'utils ntp status'.  If the network is fine; try restarting NTP using CLI 'utils ntp restart'. AppID : Cisco Syslog Agent ClusterID :  NodeID : CUCMPUB  TimeStamp : Tue Jan 13 21:23:49 BRST 2015   SeverityMatch : Critical MatchedEvent : Jan 13 21:23:53 CUCMPUB user 2 ntpRunningStatus.sh: The local NTP client is off by more than the acceptable threshold of 3 seconds from its remote NTP system peer.  The normal remedy is for NTP Watch Dog to automatically restart NTP.  However; an unusual number of automatic NTP restarts have already occurred on this node.  No additional automatic NTP restarts will be done until NTP time synchronization stabilizes. This is likely due to an excessive number of VMware Virtual Machine migrations or Storage VMotions.  Please consult your VMware Infrastructure Support Team. AppID : Cisco Syslog Agent ClusterID :  NodeID : CUCMPUB  TimeStamp : Tue Jan 13 21:23:53 BRST 2015

  • My ipod touch says "activation required, connect to itunes" i restore it on my itunes and it seems to be working, after i tried connecting to my wifi but no luck, i reset it and the same thing happens all over again. Help!

    my ipod touch says "activation required, Connect to itunes" i restored it with on my itunes and it seems to be working again, after i tried connecting to my wifi with no luck i reset it, and again it pops back "activation required, connect to itunes" i restored again, its a non ending cycle, and it makes no sense having my ipod and i cannot connect to the internet with it, can someone please help with this issue?

    Maybe here:
    Restore loop (being prompted to restore again after a restore successfully completes)
    Troubleshoot your USB connection. If the issue persists, out-of-date or incorrectly configured third-party security software may be causing this issue. Please follow Troubleshooting security software issues. .
    Next would be to make an appointment at the Genius Bar of an Apple store.

  • HP Slate 21 Pro: WiFi connection issues

    Hi,
    I recently ordered two HP Slate 21 Pro devices. Unfortunately, both of them have WiFi connection issues. After some time the properly configured WiFi connection will be dropped, which results in connectionless devices. The WiFi AP is disabled after this, and so a timed reconnect will not succeed.
    After inspecting the Logcat I found following lines:
    12-05 08:56:58.939 V/EthernetStateTracker(675): report interface is up for eth0
    12-05 08:56:58.939 I/EthernetStateTracker(675): interface up event, kick off connection request
    12-05 08:56:58.939 I/EthernetStateTracker(675): interface up but ethernet is disabled, stop this interface
    12-05 08:56:58.939 I/EthernetStateTracker(675): stop dhcp and interface
    12-05 08:56:58.947 V/EthernetStateTracker(675): report interface is up for eth0
    12-05 08:56:58.948 I/EthernetStateTracker(675): interface up event, kick off connection request
    12-05 08:56:58.948 I/EthernetStateTracker(675): interface up but ethernet is disabled, stop this interface
    12-05 08:56:58.954 I/EthernetStateTracker(675): report new state DISCONNECTED on dev eth0
    12-05 08:56:58.954 V/EthernetStateTracker(675): update network state tracker
    12-05 08:56:58.954 V/EthernetStateTracker(675): Ethernet is disabled, ignore state change event
    12-05 08:56:59.080 D/ConnectivityService(675): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
    12-05 08:56:59.080 D/ConnectivityService(675): Attempting to switch to BLUETOOTH_TETHER
    12-05 08:56:59.080 V/EthernetStateTracker(675): reconnect +++
    12-05 08:56:59.080 D/ConnectivityService(675): Attempting to switch to ETHERNET
    12-05 08:56:59.094 D/ConnectivityService(675): resetConnections(wlan0, 3)
    12-05 08:56:59.201 I/EthernetStateTracker(675): stop dhcp and interface
    12-05 08:56:59.208 D/Nat464Xlat(675): requiresClat: netType=1, hasIPv4Address=false
    12-05 08:56:59.208 D/ConnectivityService(675): handleInetConditionChange: no active default network - ignore
     Especially this line:
    12-05 08:56:59.080 D/ConnectivityService(675): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
    Is this issue already known? Has someone a solution for me?
    Thanks in advance,
    Christian

    That really shouldn't affect it.
    I'm a little stumped because I haven't seen this issue with this device before. The only similar issue I found was this, and it's unresolved.
    Have you tried doing a hard reboot of the Slate 21? 
    I work on behalf of HP (But this isn't my job)
    Mark my post as “Accept as Solution" if you feel my post solved your issue, so that others with the same question can find the answer.
    Please give me Kudos if I wrote something that helped you.

  • Creation of Logical Standby Database Using RMAN ACTIVE DATABASE COMMAND

    Hi All,
    I am in confusion how to create logical standby database from primary database using rman active database command.
    What i did:-
    Create primary database on machine 1 on RHEL 5 with Oracle 11gR2
    Create standby database on machine 2 on RHEL 5 With Oracle 11gR2 from primary using RMAN active database command
    Trying to create logical standby database on machine 3 on RHEL 5 with Oracle 11gR2 using RMAN active database command from primary.
    The point which confuse me is to start the logical standby in nomount mode on machine 3 with which pfile like i create the pfile for standby database do i need to create the pfile for logical standby db.
    I done the creation of logical standby database by converting physical standby to logical standby database
    I am following the below mentioned doc for the same:
    Creating a physical and a logical standby database in a DR environment | Chen Guang&amp;#039;s Blog
    Kindly guide me how to work over the same or please provide me the steps of the same.
    Thanks in advance.

    Thanks for your reply
    I already started the logical standby database with pfile in nomount mode. And successfully completed the duplication of database. by mentioning the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameter.
    But i am not able to receive the logs on the above mentioned blog i run the sql command to check the logs but getting "no rows selected"
    My primary database pfile is:
    pc01prmy.__db_cache_size=83886080
    pc01prmy.__java_pool_size=12582912
    pc01prmy.__large_pool_size=4194304
    pc01prmy.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01prmy.__pga_aggregate_target=79691776
    pc01prmy.__sga_target=239075328
    pc01prmy.__shared_io_pool_size=0
    pc01prmy.__shared_pool_size=134217728
    pc01prmy.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01prmy/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01PRMY/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01PRMY/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.fal_client='PC01PRMY'
    *.fal_server='PC01SBY'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='SERVICE=pc01sby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=pc01sby'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='DEFER'
    *.log_archive_dest_state_3='DEFER'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    My logical standby pfile is:-
    pc01ls.__db_cache_size=92274688
    pc01ls.__java_pool_size=12582912
    pc01ls.__large_pool_size=4194304
    pc01ls.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01ls.__pga_aggregate_target=79691776
    pc01ls.__sga_target=239075328
    pc01ls.__shared_io_pool_size=0
    pc01ls.__shared_pool_size=125829120
    pc01ls.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01ls/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01LS/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01LS/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_unique_name='pc01ls'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='LOCATION=/u01/app/oracle/flash_recovery_area/PC01LS/ VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    Kindly advice over the same

  • RMAN Active database

    Hi,
    Suppose i took the full database RMAN backup on same host and i invoked rman "active database" command. So will it make use of existing backup pieces?

    Hi,
    To use existing backup while duplicating the database without connecting to target database you have to specify backup location in your duplicate command. One of the example is given as below.
    run{
    set newname for database to '/database1/testdb/%b';
    duplicate target database to testdb
    backup location '/database1/rmanbkp'
    LOGFILE
    GROUP 1('/database1/testdb/redo11.log',
    '/database1/testdb/redo12.log') SIZE 20M REUSE,
    GROUP 2('d/database1/testdb/redo21.log',
    '/database1/testdb/redo22.log') SIZE 20M REUSE;
    Thanks

  • How can i fix Connection issues with back to my mac since yosemite upgrade.

    Ok I have been having nothing but problems with back to my mac since the upgrade. both machines are using yosemite and I have even reinstalled yosemite on both still having connection issues. anyone else know how I can fix this? I get one of 2 error messages one that says there is a problem connecting and i should make sure screen sharing is active and then another that says the server does not exist. So far to get it working it involves restarting back to my mac or both macs. This is not a good fix since once I disconnect and try to reconnect a few hours later it does it all over again. I am currently in France and needless to say my parents are starting to get really annoyed with constantly having to do things on there end so I can remote into my iMac.Before the yosemite upgrade I maybe had to do this once or twice.

    What I have done is open Disk Utility, Repair Permissions, and do that more than once if it returns a lot of errors in the permissions.  Then Restart the Mac.
    Also, go to System Preferences > Spotlight and try turning off a couple settings such as search suggestions...these things are taking a lot of resources now.

Maybe you are looking for

  • Feature Request: Better dimensional meta data displayed

    Aside from every other problem with how Bridge lets the user display, sort and interact with meta data (aside from the actual metadata palette), it would be way more useful to have the Dimension meta data displayed under an image shown in 'real world

  • Copying database objects and data from one server database to another server database in AG group

    Hi, I am still trying to wrap my head around sql clusters and AGs and I have a project that requires I take a vendor's database and restore it weekly so its available on the production server which is clustered. The vendor's database on the cluster i

  • W510 - Event ID 5060

    One of our staff is having trouble with their new W510 laptop, connecting to a specific wireless network.  (Other users are able to connect to the same network without issue.)  Looking through the event log, I see an informational event logged around

  • Sending multipart-SOAP to JMS-queue

    Hello, we have SAP -> IDoc -> XI -> JMS -> Sonic MS scenario. On JMS-receiver adapter, we are sending the XML-message with a SOAP-envelope. We do that by selecting Entire Message = JMS Payload. XI creates so called a multipart SOAP-message, where the

  • LR 3.6 Catalogue unable to be optimized

    In Lightroom 3.5 and now 3.6 every attempt to optimize my catalogue results in the error message "Your catalog was not optimized and Lightroom must restart.  Lightroom will check the catalog for damage when it resumes."  Lightroom resumes, and everyt