Cloning : hot cloning and cold cloning

hi
how to clone in EBS R12.I am a core DBA student currenly working as trainee in EBS dba.
can anyone explain ....
i am requesting some details on hot cloning , cold cloning and user managed cloning techniques.
in user managed cloning i need to run adpreclone.pl then copy some files then whats for when using rapid clone ??
rgrds

See the below metalink notes on cloning..
Note 230672.1 - Cloning Oracle Applications Release 11i with Rapid Clone
Note 362473.1 - Cloning E-Business Suite Using Hot Backup for Minimal Downtime of Source Environment
Note: 799735.1 - Rapid Clone Documentation Resources, Release 11i and 12
Note: 216664.1 - FAQ: Cloning Oracle Applications Release 11i
Hope this helps
Regards
http://www.oracleracexpert.com
Click here for steps to [Oracle version upgrade from 10.2.0.x to 10.2.0.4
http://www.oracleracexpert.com/2009/10/oracle-version-upgrade-from-1020x-to.html
Click here to [Download Oracle Grid Control and ASMLib and Install
http://www.oracleracexpert.com/2009/08/download-oracle-grid-control-and-asmlib.html                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Cold backup vs cold cloning

    Can anyone tell me the major difference between cold backup and cold cloning?
    Thanks
    Raj

    908291 wrote:
    Can anyone tell me the major difference between cold backup and cold cloning?
    There is no comparison of difference, since they are different thing.
    Cold Backup is a safe copy of existing database dismounted (i.e offline mode). The RMAN generated a new file which is read/write only by RMAN, also RMAN can generate a copy of database files on specific location.
    Cloud Cloning is a duplication of existing database with was backed up in offline mode. The RMAN restore database files which is read/write by a Instance.

  • Hot cloning & cold cloning

    i need hot cloning & cold cloning documents

    This is something strange to me. What do you mean by "hot cloning & cold cloning".Database cloning is part of Application cloning. When you clone Oracle Application, you need to run pre-clone and post-clone on both the application and database tiers. To clone the database, either you shut it down and copy the files (cold backup), or you can use RMAN to recreate the database (hot backup).
    What I know is, using Hot/Cold Database backup can be performed cloning of a database. How this cloning & cold cloning relates to Oracle ApplicationsAlready answered above.
    Only the possible method for Cloning Oracle Applications Release 11i/12i is with Rapid Clone.For non-AutoConfig enabled systems, you cannot use Rapid Clone. Instead, you need to follow the steps in "Cloning Oracle Applications Release 11i" paper/note.

  • Configure OEM after cold cloning

    Dear All
    After performing cold cloning ,I am trying to configure OEM which shows me error message in logfile,
    CONFIG: ORA-20001: SYSMAN already exists..
    Do I need to drop DBSNMP and SYSMAN schema and create repos from the beginning, if yes then is there any effect on database if I drop schemas.
    kindly post steps about configuring OEM after cold cloning .
    Database Version : 11.2.0.1
    Thanks.

    I'm not sure what you mean by "cold cloning." What version of EM are you using, and what is it you want to do?

  • Patching with  cold cloning

    Greeting to Everyone
    I  am running two virtual  machines.
    I  am going to do cold cloning from one server to another server in same host.
    vmware machine 01 :  testdb (10.2.0.4.0)
    vmware machine 02 :  no db is running (10.2.0.1.0) - Just i installed s/w only.
    Before cloning , i am  applying patch  on  10.2.0.1.0  binary  without database (only with $ORACLE_HOME) . then i i'll start cold cloning.
    >>>> Here problem  ---->  Without database and SID in vmware machine 02 , how can i stop dbconsole ?
    $ emctl stop dbconsole
    TZ set to Asia/Calcutta
    OC4J Configuration issue. /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_oel5.testserver_TSH1 not found.
    Thanks in advance.

    Hi Daid
    I am asking my friends .. how can i share here .. just wait.
    As i said i have created database  using  dbca  and i did not execute catupgrd.sql script.
    After db creation i have executed following command.
    $ opatch lsinventory
    Invoking OPatch 10.2.0.4.2
    Oracle Interim Patch Installer version 10.2.0.4.2
    Copyright (c) 2007, Oracle Corporation.  All rights reserved.
    Oracle Home       : /u01/app/oracle/product/10.2.0/db_1
    Central Inventory : /u01/app/oracle/oraInventory
       from           : /etc/oraInst.loc
    OPatch version    : 10.2.0.4.2
    OUI version       : 10.2.0.4.0
    OUI location      : /u01/app/oracle/product/10.2.0/db_1/oui
    Log file location : /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch2013-10-22_18-17-38PM.log
    Lsinventory Output file location : /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/lsinv/lsinventory2013-10-22_18-17-38PM.txt
    Installed Top-level Products (2):
    Oracle Database 10g                                                  10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 3                            10.2.0.4.0
    There are 2 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.
    ------------------------------------------  COLD CLONING      -----------------------------------
    [oracle@oel5 ~]$ export ORACLE_SID=clonedb
    [oracle@oel5 ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.4.0 - Production on Tue Oct 22 18:28:12 2013
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    SQL> conn /as sysdba
    Connected to an idle instance.
    SQL> startup nomount pfile='/u01/app/oracle/admin/clonedb/pfile/initclone.ora' ;
    ORACLE instance started.
    Total System Global Area  608174080 bytes
    Fixed Size                  1268920 bytes
    Variable Size             188744520 bytes
    Database Buffers          415236096 bytes
    Redo Buffers                2924544 bytes
    SQL> @ctrl.sql;
    ORA-01081: cannot start already-running ORACLE - shut it down first
    Control file created.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/u01/app/oracle/oradata/clonedb/system01.dbf'
    Thanks ..

  • Database Cold Cloning

    Hello All,
    I am trying to perform cold cloning at my home pc.
    when i am trying to ceate control file , i got this error.
    please anyone can help me out..?
    SQL> CREATE CONTROLFILE SET DATABASE "fclone" RESETLOGS FORCE LOGGING NOARCHIVEL
    OG
      2  MAXLOGFILES 5
      3  MAXLOGMEMBERS 5
      4  MAXDATAFILES 10
      5  MAXINSTANCES 1
      6  MAXLOGHISTORY 400
      7  LOGFILE
      8  GROUP 1 'C:\app\Indra\oradata\fclone\REDO01.log',
      9  GROUP 2 'C:\app\Indra\oradata\fclone\REDO02.log',
    10  GROUP 3 'C:\app\Indra\oradata\fclone\REDO03.log'
    11  DATAFILE
    12  'C:\app\Indra\oradata\fclone\system01.dbf',
    13  'C:\app\Indra\oradata\fclone\undotbs01.dbf',
    14  'C:\app\Indra\oradata\fclone\users01.dbf',
    15  'C:\app\Indra\oradata\fclone\sysaux01.dbf',
    16  CHARACTER SET WE8ISO8859P1;
    CREATE CONTROLFILE SET DATABASE "fclone" RESETLOGS FORCE LOGGING NOARCHIVELOG
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01163: SIZE clause indicates 12800 (blocks), but should match header 74112
    ORA-01110: data file 2: 'C:\app\Indra\oradata\fclone\sysaux01.dbf'
    SQL>Regard,
    Indra

    Thanks Hemant .
    And I have solved it.
    There was a problem with Redo log size.
    I have applied this and now its working fine.
    CREATE CONTROLFILE SET DATABASE "fclone" RESETLOGS FORCE LOGGING NOARCHIVELOG
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXDATAFILES 10
    MAXINSTANCES 1
    MAXLOGHISTORY 400
    LOGFILE
    GROUP 1 'C:\app\Indra\oradata\fclone\REDO01.log' SIZE 51M,
    GROUP 2 'C:\app\Indra\oradata\fclone\REDO02.log' SIZE 51M,
    GROUP 3 'C:\app\Indra\oradata\fclone\REDO03.log' SIZE 51M
    DATAFILE
    'C:\app\Indra\oradata\fclone\system01.dbf',
    'C:\app\Indra\oradata\fclone\undotbs01.dbf',
    'C:\app\Indra\oradata\fclone\users01.dbf',
    'C:\app\Indra\oradata\fclone\sysaux01.dbf'
    CHARACTER SET WE8ISO8859P1;
    Control file created.
    SQL>
    SQL> alter database open resetlogs;
    Database altered.
    SQL>
    SQL>

  • Cold cloning

    Greeting to all;
    I am doing cold cloning.  my original database is in 'NO ARCHIVE LOG' .
    When executing create control file i did not get any output or any error. I am waiting for long time.
    SQL> startup nomount pfile='/u01/app/oracle/admin/orcltest/pfile/initorcltest.ora';
    ORACLE instance started.
    Total System Global Area  608174080 bytes
    Fixed Size                  1268920 bytes
    Variable Size             188744520 bytes
    Database Buffers          415236096 bytes
    Redo Buffers                2924544 bytes
    SQL> @/u01/backup/control01.sql;
    18 
    >>> no output or no error  >>>>
    alert.log  showing  following information only
    Sat Oct 19 00:52:47 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 150
      __shared_pool_size       = 159383552
      __large_pool_size        = 4194304
      __java_pool_size         = 25165824
      __streams_pool_size      = 0
      sga_target               = 608174080
    control_files            = /u01/app/oracle/oradata/orcltest/control01.ctl, /u01/app/oracle/oradata/orcltest/control02.ctl, /u01/app/oracle/oradata/orcltest/control03.ctl
      db_block_size            = 8192
      __db_cache_size          = 415236096
      compatible               = 10.2.0.1.0
      db_file_multiblock_read_count= 16
      db_recovery_file_dest    = /u01/app/oracle/flash_recovery_area
      db_recovery_file_dest_size= 2147483648
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=orcltestXDB)
      job_queue_processes      = 10
      background_dump_dest     = /u01/app/oracle/admin/orcltest/bdump
      user_dump_dest           = /u01/app/oracle/admin/orcltest/udump
      core_dump_dest           = /u01/app/oracle/admin/orcltest/cdump
      audit_file_dest          = /u01/app/oracle/admin/orcltest/adump
    b_name                  = orcltest
      open_cursors             = 300
      pga_aggregate_target     = 201326592
    PMON started with pid=2, OS id=3069
    PSP0 started with pid=3, OS id=3071
    MMAN started with pid=4, OS id=3073
    DBW0 started with pid=5, OS id=3075
    LGWR started with pid=6, OS id=3077
    CKPT started with pid=7, OS id=3079
    SMON started with pid=8, OS id=3081
    RECO started with pid=9, OS id=3083
    CJQ0 started with pid=10, OS id=3085
    MMON started with pid=11, OS id=3087
    MMNL started with pid=12, OS id=3089
    Sat Oct 19 00:52:48 2013
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    My control trace script  looks as  following below ,
    CREATE CONTROLFILE SET DATABASE "ORCLTEST" RESETLOGS  NOARCHIVELOG
        MAXLOGFILES 16
        MAXLOGMEMBERS 3
        MAXDATAFILES 100
        MAXINSTANCES 8
        MAXLOGHISTORY 292
    LOGFILE
      GROUP 1 '/u01/app/oracle/oradata/orcltest/redo01.log'  SIZE 50M,
      GROUP 2 '/u01/app/oracle/oradata/orcltest/redo02.log'  SIZE 50M,
      GROUP 3 '/u01/app/oracle/oradata/orcltest/redo03.log'  SIZE 50M
    DATAFILE
      '/u01/app/oracle/oradata/orcltest/system01.dbf',
      '/u01/app/oracle/oradata/orcltest/undotbs01.dbf',
      '/u01/app/oracle/oradata/orcltest/sysaux01.dbf',
      '/u01/app/oracle/oradata/orcltest/users01.dbf',
      '/u01/app/oracle/oradata/orcltest/example01.dbf'
    CHARACTER SET WE8ISO8859P1
    ~                              
    Thanks all;

    @ HemantKChitale,  DK2010
    When executing this script  i am getting error.  Can i remove all control files from  that location.
    @/u01/backup/control01.sql;
    18  /
    CREATE CONTROLFILE SET DATABASE "ORCLTEST" RESETLOGS  NOARCHIVELOG
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-00200: control file could not be created
    ORA-00202: control file: '/u01/app/oracle/oradata/orcltest/control01.ctl'
    ORA-27038: created file already exists
    Additional information: 1
    >> what i actually did >>
    [oracle@oel5 orcl]$ cp *.ctl /u01/app/oracle/oradata/orcltest/
    [oracle@oel5 orcl]$ cp *.dbf /u01/app/oracle/oradata/orcltest/
    [oracle@oel5 orcl]$ cp *.log /u01/app/oracle/oradata/orcltest/
    $ cd  /u01/app/oracle/oradata/orcltest/
    [oracle@oel5 orcltest]$ ls -l
    total 1607864
    -rw-r----- 1 oracle oinstall   7061504 Oct 19 00:19 control01.ctl
    -rw-r----- 1 oracle oinstall   7061504 Oct 19 00:19 control02.ctl
    -rw-r----- 1 oracle oinstall   7061504 Oct 19 00:19 control03.ctl
    -rw-r----- 1 oracle oinstall 104865792 Oct 19 00:20 example01.dbf
    -rw-r----- 1 oracle oinstall  52429312 Oct 19 00:21 redo01.log
    -rw-r----- 1 oracle oinstall  52429312 Oct 19 00:21 redo02.log
    -rw-r----- 1 oracle oinstall  52429312 Oct 19 00:21 redo03.log
    -rw-r----- 1 oracle oinstall 251666432 Oct 19 00:20 sysaux01.dbf
    -rw-r----- 1 oracle oinstall 513810432 Oct 19 00:20 system01.dbf
    -rw-r----- 1 oracle oinstall  30416896 Oct 19 00:20 temp01.dbf
    -rw-r----- 1 oracle oinstall 581967872 Oct 19 00:21 undotbs01.dbf
    -rw-r----- 1 oracle oinstall   5251072 Oct 19 00:21 users01.dbf
    source_LINK : Oracle10g Database Cloning | Naveen Kumar S.R.

  • Inter-script communication and script cloning

    How does a calling script pass information about itself to a script it calls via a tell statement? I'd want to pass the name and path of the calling script's application file, among other things. The called script would then talk back to the calling script, and so forth. Must this be done explicitly by, say, having the called script invoke a script object in the calling script, or can information about the calling script be passed by the call itself?
    Also, how would one get a script application to clone a copy of itself? Would having the Finder just make a copy of the application file from within the script itself work?
    Thanks for any insights.

    I saved the following as an application and ran it as an application (outside the Script Editor!) and it 'cloned' itself as expected.
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">tell application "Finder" to duplicate (path to me)</pre>Another interesting feature of script objects, however, is that you don't need to duplicate scripts with the Finder to get multiple script objects. The preferred method is to load the same script into multiple variables of the calling script, and then assign different properties to each new instance of the called script.
    You can even do this with scripts that you define within the calling script itself, or with particular handlers or scripts defined in other files. I've rarely needed to go that far in my own scripting adventures, but I've done it before. More frequently I just use the much simpler run script command to pass parameters and return results from a called script file. See this thread for info on that:
    http://discussions.apple.com/message.jspa?messageID=1163768

  • Database Prunning and database cloning?

    Hi,
    I would like to get help from someone about the database cloning and pruning can i get it?
    thx
    pradeep

    Hi, plase review the next thread into this forum
    Re: cloning using rman backups?
    cloning
    Good luck.
    Regards.

  • Difference between "Data replication", "Data Cloning", "Data duplication" and "Data Migration"

    Hi Gurus,
    Can anyone tell me the difference between "Data replication", "Data Cloning", "Data duplication" and "Data Migration". I have gone through Google but doesn't find any appropriate answer for that where I can find the difference.
    It would be highly appreciated if you give me a link for all and give me some point out.
    Thanks & Regards
    Nimai Karmakar

    Here is how I see the terms used and understood by most folks
    "Data replication"
    This is the keeping the same data in sync in 2 different databases.  Replication is the process of keeping data in sync between 2 environments/databases and not limited to Oracle to Oracle, it could be Oracle to MySQL to be kept in sync, MySQL to Oracle, Oracle to SQL Server, SQL Server to Oracle.  The purpose of keeping data in sync can vary, but that is basic description of what it is.
    "Data Cloning"
    Make a copy of the data/database from one database environment to another, like for example taking production database and cloning the database to a pre-production database/environment for testing.  Coning term is used more when copying a database not just data, but the whole database so typically you hear the reference "Database Cloning", but data cloning is basically the making a copy of the data from one place to another.  Sometimes Cloning and Duplicating are used in the same way by folks as the basic end result is the same you are making a copy of the data to someplace else.
    "Data duplication"
    This is typically term when duplicating the data from one environment to another for a particular purpose, a lot of folks use "Data/Database Cloning" and "Data Duplication" in the same context, meaning they use them to mean the same thing, but I see more difference in the terms so when they are different Data Duplication is done when combining 2 databases to 1 therefore you can not clone the 2 databases into one so this term would be used more in those circumstances.
    "Data Migration"
    Moving data from one location/database to another location database, for example moving from MySQL to Oracle you would do a data migration from MySQL to Oracle as you are moving the data from MySQL to Oracle and going to leave it in Oracle.  You could also be migrating to from Oracle 10g environment to a new Oracle 11g environment, therefore "Migration" is typically used when referring to moving the data from one environment to another and the source and target are different in location, database vendor, database version.
    These are very simple ways of looking at the terms from my experience on how they are used.

  • Highlight Hot and Cold toggle turns entire Image RED!

    Hi,
    I'm curious if anyone has a solution to this issue. I'm using Aperture 2.1.3 on a Macbook Pro running OS Version 10.5.7. I shoot Nikon RAW files and a while back when I hit the ever helpful Option-shift-H (to toggle the Highlight Hot and Cold feature), I end up with the entire image turning red (Hot). Now the histogram is fine, I just can't fine tune the hot and cold areas with the feature. . . I've tried reloading Aperture 2 from the original disk (I did not delete the original copy firs in fear of loosing my images).
    This feature worked fine until about 6 months ago- it probably stopped working during one of the updates. . . The "creative" at the apple store scratched his head and suggested I post here for a solution. . . Any help world be appreciated.

    In Aperture try this:
    Go to Preferences (cmd+,) -> Appearance
    Then set
    Hot Area Display Threshold to 100%
    Cold Area Display Threshold to 0%
    You might have set hot to 0% which would cause all parts of the image to appear red.
    Just play a bit with those sliders to get what you want.

  • Toggle on "Highlight Hot and Cold Areas"

    Aloha all.
    When ever I toggle on "Highlight Hot and Cold Areas" my image turns solid red. I know I must have a setting turned on or set too high but I can't figure it out? Anyone else with this problem? Solutions?
    Using Aperture 2.1

    In Preferences->Appearance, see what the hot area display threshold is set to. It should be 97 or higher.

  • Hot and cold backups

    i am learning to take hot and cold backups and i am having doubts regarding restoring and recovering/
    1. When restoring the cold backup .. i am copying the control and datafiles from the backup and then starting the database with reset logs is this enough?
    2. When i am recovering a tablespace in hot backup .. i have replaced the file from backup. I need to do something with the archive log files. Where do i place them in the database? If i have done some transactions after taking the hotback.. will i loose those transactions?

    "1. When restoring the cold backup .. i am copying the control and datafiles from the backup and then starting the database with reset logs is this enough?"
    Yes, you are right.... also include password file in your backup file list...
    2. When i am recovering a tablespace in hot backup .. i have replaced the file from backup. I need to do something with the archive log files. Where do i place them in the database? If i have done some transactions after taking the hotback.. will i loose those transactions?
    You can place the old datafile at new location also. For hot backup, your DB must
    be running in archive log mode, so you will not loose any transaction.....

  • Highlight hot and cold areas

    When "Highlight hot and cold areas" is turned on I often get some blue outlines in a photo, but when I press "Z" (zoom) they disappear. What is going on?

    Could be a number of reasons for this but nothing to worry about. You could try looking at the hot/cold threshold levels but you need to remember smaller images can't hold the same amount of data as large ones. Edge sharpening for example, on the large scale may contrast 10,000 pixels along a 1 inch line to the full size image. Now think what has to happen when the image is shown as a 7x5. Think of it in terms of Bit Depth. With 1 bit there is no grey area and choices have to be made about what to show. In this case it is not a perfect copy of the full size image. Allan

  • Hot and Cold area viewing confusing me...

    Hi Everyone,
    I've been using Aperture 2 since it came and I'm liking the workflow and integration with the rest of OSX. Today I stumbled upon something confusing. I was playing with the display hot and cold areas option and was finding that when I measured the hot areas with the loupe, that the color values weren't actually blown out...
    For example, I had a picture of a rose that when zoomed in, I could see the detail in the petals but was still being flagged as blown out. When I did a loupe rgb read on a 1x1 pixel point, I found that the red value was around 211...I thought that hot areas are 255?
    Maybe I'm confusing what "hot" means. I've even seen cases where the master image is flagged as having more hot areas even though it is less saturated and exposure level is lower.
    Can something be wrong with the hot/cold area function? Can anyone give it a try and see what kind of values they are seeing with the hot and cold area viewer?
    Thanks.

    Hi stjuste
    re Maybe I'm confusing what "hot" means. I've even seen cases where the master image is flagged as having more hot areas even though it is less saturated and exposure level is lower.
    Thought I would check. Used a pic of a dancer at night with firebrands. Pic looks good as I shot it.
    Measured the "Hot Spot' at 255, and some others at a lower value. The manual says:
    Images may occasionally have overly bright areas where color information about the
    area is beyond the standard limits of the Aperture working color space. For example,
    white areas in an image brightly lit with direct sunlight, or bright flashes off a water
    surface, may be so bright that their color is outside the working color space. In addition,
    images may occasionally have black areas where color information about the area is
    below the standard limits of the working color space. Aperture can display these “hot”
    and “cold” areas of an image with tints on the image to help you identify hot and cold
    areas. You may be able to adjust these areas and recover highlight and shadow detail
    identified by the hot and cold area overlays by changing the exposure, the recovery, the
    black point, or the gamma setting of the image.
    This maybe of help.. maybe not. Probably like you I set up the pics how I want them not what any program tells me.
    Interesting though. I will do a bit more checking.
    Cheers
    Tomix.

Maybe you are looking for

  • Image and .WAR

              Hi,           I'm using weblogic 6.1 with sp2.           I have deployed the web application with an .ear file.           All my JSPs and servlets are working strong.           But 10% of the images that are being shown by the browser are v

  • Slow "File Processing"

    For some reason, any APP that I download from the iTunes store takes FOREVER to "process" before it can be used.  I just download the Disney Tangled: Storybook Deluxe for my kids.  It took only 15 minutes to downlaod but has been "processing" for mor

  • Cant't start node on the cluster

    when I start my node in the cluster I have this error, what I should do to solve this? <Oct 30, 2011 11:06:00 PM BRST> <Error> <ALSB Statistics Manager> <BEA-473003> <Aggregation Server Not Available. Failed to get remote aggregator java.rmi.UnknownH

  • Will there be any impact for OSD when upgrading ADK/MDT/R2?

    We're planning to upgrade our production ConfigMgr environment so that we can deploy Server 2012 and Windows 8.1.  Currently we have ConfigMgr 2012 SP1 CU3 with MDT 2012 Update 1 and Windows ADK 8.0.  We have one Primary site and several secondaries.

  • 5th gen iPod will only play 1st few seconds of certain songs

    Have a 5th gen ipod, 30gb, with about 21gb on it. Its only recently starting to play the 1st 10-15 seconds of certain songs and then it'll skip to the next. It's happening to purchased songs as well as cd imports. Seems to be getting worse, anyone ex