Using RMAN utility

Hello all
I need to use Recovery manager as a primary tool in my next plan to do backup and recovery
I have all information about it (in theory)
to be plain, I didn't make it before.
So, If anyone operate the database to backedup using RMAN
could he guide me what to do without lossing data
(just headlines if possible)
Thank you very much
Bassil

To recover up to the last committed transaction you need
a full backup, the current controlfile, all archivelogs
since the backup and the current online logs.
The recovery process is as follows:
1. Restore lost datafile(s).
2. Recover datafiles using the current controlfile. RMAN
will automatically apply the logs that it need for
recovery, provided they are at the expected location.
3. Open database after recovery is complete.
You can also recover using a backup controlfile.
The procedure varies depending on the exact scenarios.
Several possible scenarios are documented in the RMAN
user guide.
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/toc.htm
Hope this helps.
Kailash.

Similar Messages

  • Issue in creating the standby database from Active database using RMAN

    Hi All,
    I am facing issue in creating the standby database from Active database using RMAN and getting the below issue after i executed the duplicate command.
    Version of Database:11g(11.2.0.1.0)
    Operating System:Linux 5
    Error:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 12/21/2012 17:26:52
    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
    Primary Database Entries:
    Tnsentry:
    SONYPRD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.20.131)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = sonyprd.localdomain)(UR=A)
    SONYPRDSTBY =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.20.132)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = sonyprdstby)(UR=A)
    Listner Entry:
    SID_LIST_SONYPRD =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtproc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = SONYPRD)
    (GLOBAL_DBNAME = SONYPRD)
    Auxiliary Details:
    Tns Entry:
    SONYPRD =
    (DESCRIPTION =
    # (ADDRESS = (PROTOCOL = TCP)(HOST = oracle11g.localdomain)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.20.131)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = sonyprd.localdomain)
    SONYPRDSTBY =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.20.132)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = sonyprdstby)(UR=A)
    Listener Entry in auxiliary:
    SID_LIST_SONYPRDSTBY =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = SONYPRDSTBY)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = SONYPRDSTBY)
    TNSPING from Primary DB:
    [oracle@oracle11g ~]$ tnsping sonyprdstby
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 21-DEC-2012 17:39:28
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.20.132)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = sonyprdstby)(UR=A)))
    OK (0 msec)
    TNSPING from Auxuliary server
    [oracle@oracle11gstby ~]$ tnsping sonyprd
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 21-DEC-2012 17:40:19
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.20.131)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = sonyprd.localdomain)))
    OK (10 msec)
    Script Used for duplicate:
    run {
    allocate channel prmy1 type disk;
    allocate channel prmy2 type disk;
    allocate channel prmy3 type disk;
    allocate channel prmy4 type disk;
    allocate auxiliary channel stby type disk;
    duplicate target database for standby from active database
    spfile
    parameter_value_convert 'sonyprd','sonyprdstby'
    set db_unique_name='sonyprdstby'
    set db_file_name_convert='/sonyprd/','/sonyprdstby/'
    set log_file_name_convert='/sonyprd/','/sonyprdstby/'
    set control_files='/u01/app/oracle/oradata/control01.ctl'
    set log_archive_max_processes='5'
    set fal_client='sonyprdstby'
    set fal_server='sonyprd'
    set standby_file_management='AUTO'
    set log_archive_config='dg_config=(sonyprd,sonyprdstby)'
    set log_archive_dest_2='service=sonyprd ASYNC valid_for=(ONLINE_LOGFILE,PRIMARY_ROLE) db_unique_name=sonyprd'
    Tried the script from both Primary and auxiliary but no luck
    [oracle@oracle11gstby admin]$ rman target sys/welcome@sonyprd auxiliary sys/*****@sonyprdstby
    Recovery Manager: Release 11.2.0.1.0 - Production on Fri Dec 21 17:26:24 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: SONYPRD (DBID=3131093559)
    connected to auxiliary database: SONYPRD (not mounted)
    Listener Status from primary:
    [oracle@oracle11g ~]$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 21-DEC-2012 18:08:56
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 20-DEC-2012 17:42:17
    Uptime 1 days 0 hr. 26 min. 41 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "sonyprd.localdomain" has 1 instance(s).
    Instance "sonyprd", status READY, has 1 handler(s) for this service...
    Service "sonyprdXDB.localdomain" has 1 instance(s).
    Instance "sonyprd", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Listener Status from Standby when database bring to Nomount state:
    [oracle@oracle11gstby admin]$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 21-DEC-2012 18:11:54
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 21-DEC-2012 16:13:47
    Uptime 0 days 1 hr. 58 min. 6 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/oracle11gstby/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle11gstby)(PORT=1521)))
    Services Summary...
    Service "sonyprdstby" has 1 instance(s).
    Instance "sonyprdstby", status BLOCKED, has 1 handler(s) for this service...
    The command completed successfully
    Please provide any work arounds to proceed further in creating the standby database.
    Thanks,
    Ram.

    Pl do not post duplicates - Issue in configuring Standby Database from Active database in 11g by RMAN

  • How to restore a database from host A to host B by using RMAN

    Hi there
    I wanted to restore 1 database from machine A to machine B with the differente files systemes. I did these steps below, but I have a problem when I restore the controlfile from machine A to machine B.
    1-copy the controlfile from machine A to machine B by using OS utility.
    2-startup nomount the database on machine B.
    3-connect target and catalog RMAN.
    4-I have to restore the controlfile from last full backup of the machine A to machine B (see the procedure RMAN).
    I have the error messages like:
    RMAN> connect target /
    RMAN-06006: connected to target database: dbtest (not mounted)
    RMAN> connect catalog rman/rman@rcattest
    RMAN-06008: connected to recovery catalog database
    RMAN> run {
    2> allocate channel c1 type 'sbt_tape' ;
    3> restore controlfile ;
    4> }
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: c1
    RMAN-08500: channel c1: sid=10 devtype=SBT_TAPE
    RMAN-08526: channel c1: VERITAS NetBackup for Oracle8 - Release 3.2GA
    RMAN-03022: compiling command: restore
    RMAN-03022: compiling command: IRESTORE
    RMAN-03023: executing command: IRESTORE
    RMAN-08016: channel c1: starting datafile backupset restore
    RMAN-08502: set_count=177 set_stamp=419449530 creation_time=19-JAN-01
    RMAN-08021: channel c1: restoring controlfile
    RMAN-08505: output filename=/db/oracle/dbtest/dbtestcontrol01.ctl
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: restore
    RMAN-03007: retryable error occurred during execution of command: IRESTORE
    RMAN-07004: unhandled exception during command execution on channel c1
    RMAN-10035: exception raised in RPC: ORA-19507: failed to retrieve sequential file, handle="5hcg0ilq_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: sbtrestore: Backup file not found.
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.RESTOREBACKUPPIE
    null

    Hi there
    I'm also trying to restore a full RMAN backup to our DR site using Netbackup as MML
    My scenario is:
    We have one tape library at our PROD data center and another one at our DR site both using Netbackup as Storage manager
    I performed a full RMAN backup on 4 DLT tapes with recovery catalog at our PROD datacenter, then I removed the 4 tapes and place it in our tape lib at DR site
    I tried to import the tapes using bpimport from Netbackup which has been successful up to now
    But when I tried to restore controlfile from RMAN, I get the following error:
    connected to target database: prod (not mounted)
    connected to recovery catalog database
    RMAN> run {
    2> allocate channel c1 type 'SBT_TAPE';
    3> allocate channel c2 type 'SBT_TAPE';
    4> allocate channel c3 type 'SBT_TAPE';
    5> allocate channel c4 type 'SBT_TAPE';
    6> set until time '16-AUG-2005 15:00:00';
    7> restore controlfile;
    8> }
    allocated channel: c1
    channel c1: sid=13 devtype=SBT_TAPE
    channel c1: VERITAS NetBackup for Oracle - Release 5.0GA (2003103005)
    allocated channel: c2
    channel c2: sid=12 devtype=SBT_TAPE
    channel c2: VERITAS NetBackup for Oracle - Release 5.0GA (2003103005)
    allocated channel: c3
    channel c3: sid=11 devtype=SBT_TAPE
    channel c3: VERITAS NetBackup for Oracle - Release 5.0GA (2003103005)
    allocated channel: c4
    channel c4: sid=9 devtype=SBT_TAPE
    channel c4: VERITAS NetBackup for Oracle - Release 5.0GA (2003103005)
    executing command: SET until clause
    Starting restore at 18-AUG-2005:10:28:23
    channel c1: starting datafile backupset restore
    channel c1: restoring controlfile
    output filename=/oracle9i/dba/dbs/control01_drprod.ctl
    released channel: c1
    released channel: c2
    released channel: c3
    released channel: c4
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 08/18/2005 10:28:25
    ORA-19507: failed to retrieve sequential file, handle="df_t566491965_s8860_p1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    Failed to process backup file <df_t566491965_s8860_p1>
    Anyone mastering this, please help !!
    thks
    BL

  • Restoring using RMAN

      Hi Guys
    I am practicing RMAN utility for backup and recovery. I have created rman catalog user on my system tablespace. I deleted my  system tablespace from my oracle database.
    I started my oracle database it gave error ORA-01157: cannot identify/lock data file and ORA-01110: data file 1 . Now when I connect to rman using target user/pwd@orcl catalog user/pwd@orcl
    it saying : RMAN 00571, RMAN 00569, RMAN 00554 initialization of internal recovery manager failed and RMAN 04004 error from recovery catalog database : ORA 01033
    oracle initialization or shutdown in progress.
    I tried other lots of option but i think since I lost system tablespace rman is not starting as I declared rman users default tablespace as system.
    Please Guide

    hİ,
    Create a user to hold the recovery catalog. This should be on a separate server to any databases you are planning to backup.
    http://www.oracle-base.com/articles/9i/recovery-manager-9i.php#CreateRecoveryCatalog
    and you should connect like below
    export ORACLE_SID=YOURDBSID
    rman target / catalog user/pwd@rmancatalogdb
    Regards

  • Using OCOPY utility in Windows

    Dear Sirs:
    I have setup a Oracle 10G RAC in VMware where the two guest operating systems are Windows 2003.
    The VOTING DISK, DATABASE DISK, and the OCR DISK are as /device/Hardisk1/Partition1, /device/Harddisk2/Partition1, and /device/Harddisk3/Partition1
    respectively. These are all virtual devices.
    Now when I query the V$Controlfile view for locations I am getting result as:
    NAME
    +DATA/rac/controlfile/Controlfile123456.7889
    +DATA/rac/controlfile/Controlfile16361.737982
    If I am using " C:> OCOPY \\.\PHYSICALDRIVE2 C:\ " the whole ASM drive (that is disk2) is getting copied.
    If I mention " C:> OCOPY \\.\+DATA\rac\controlfile\Controlfile123456.7889 C:\" the utility says that input file not found. I am making lot of permutations
    and combinations for the input file path such as back slash to front slash, getting rid of the + sign before DATA etc etc, but no useful result.
    I know that using OCOPY for backup is never the best practice. RMAN should be used. But my problem is that I want to learn OCOPY learn the concepts of
    ASM, RAC.
    Please let me know that if I want to take manual backup of specific files (data file, control file, log file) then how should I use OCOPY?
    Even if I want to use RMAN for specific files only then what is the command.
    I am extremely new to RAC. Thanks in advance
    Best regards,
    Caesar

    hi User, Welcome to forum.
    DBMS_FILE_TRANSFER copies files on the same Oracle server or between two Oracle servers. It uses directory objects to specify the source and destination directories and, because directory objects support ASM pathnames, so does DBMS_FILE_TRANSFER. This makes it an easy way to move files to and from ASM storage from a regular filesystem.
    for more information, refer the link: how to copy?
    http://www.builderau.com.au/program/oracle/soa/Copy-Oracle-s-Automatic-Storage-Management-files-with-DBMS-FILE-TRANSFER/0,339028441,339280831,00.htm

  • Ebs r12 cloning using rman online backup

    dear all,
                 how are you guys? i have ebs r12  on multi node and i want to clone db tier and apps tier using rman online backup,can  anybody provide me the detail steps of cloning ebs(db tier and appstier ) using rman online backup and  directory structure on source and target database is also different.your help highly appreciated thanks in advance.
    regards.

    Hi,
    You cannot use RMAN to clone the Apps tier of the EBS and you may use RMAN only on the DB tier. For a complete backup, as mentioned by Hemant K Chitale, you will have to use the rapid clone utility.
    To perform a rapid clone using RMAN there are plenty of step by step instructions in google which may guide in addition to support.oracle.com, Let me google that for you
    Thanks &
    Best Regards,

  • Backup SunMC Using RMAN

    Hi,
    I know that SUN has a utility calls es-backup to backup the SunMC. However, since we could NOT affort to shutdown the SunMC for backup, can we use RMAN to backup SunMC Oracle database, SunMC Config files? This means that SunMC Processes are running during backup operation. Can I use this immage to restore? Thanks
    Appreciate your help very much.

    use es-backup with -o option; which does online backup. Make sure that oracle is running in archive mode. To configure this you must have run
    /opt/SUNWsymon/sbin/es-config -a
    I hope this will help.
    Cheers,
    Zia-ul-Hassan
    Message was edited by:
    zhassan
    Message was edited by:
    zhassan

  • Duplicating database using rman

    on server1, running chicago:
    SQL> select instance_name, status from v$instance;
    INSTANCE_NAME STATUS
    chicago OPEN
    on server2, trying to duplicate chicago using rman
    [oracle@H2 admin]$ rman target sys/sys@chicago auxiliary /
    Recovery Manager: Release 11.2.0.1.0 - Production on Mon Feb 7 12:16:12 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database *(not started)*
    connected to auxiliary database: BOSTON (not mounted)
    RMAN>
    why is the target database not started?

    [oracle@server2 admin]$ tnsping chicago
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 07-FEB-2011 12:19:24
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = chicago)))
    OK (10 msec)
    [oracle@server2 admin]$

  • The difference between a .dmg file & a .cdr file (using Disk Utility) ?

    Hi,
    In particular, I created both from a DVD using Disk Utility.
    When I chose "read only" a .dmg was created.
    When I chose "DVD/CD Master" a .cdr was created.
    They are exactly the same size.
    Is there any difference ?
    Thanks in advance.
    Pat De Marco

    HI Pat,
    From Wikipedia: A file with the extension .dmg (an abbreviation for disk image) uses a disk image format commonly found on Mac OS X. The format allows secure password protection as well as file compression and hence serves both security and file distribution functions. Its most common function is the distribution of software over the Internet. When opened, DMG files are "mounted" as a drive within the Finder.
    From: Wikipedia .cdr and ISO
    ISO image
    Filename extension .iso
    Uniform Type Identifier public.iso-image
    Type of format Disk image
    Standard(s) ISO 9660
    An ISO image is an archive file (a.k.a. disk image) of an optical disc using a conventional ISO (International Organization for Standardization) format that is supported by many software vendors. ISO image files typically have a file extension of .ISO but Mac OS X ISO images often have the extension .CDR. The name "ISO" is taken from the ISO 9660 file system used with CD-ROM media, but an ISO image can also contain UDF file system because UDF is backward-compatible to ISO 9660.
    Carolyn
    Message was edited by: Carolyn Samit

  • How do you use disk utility to burn a bootable .iso dvd?

    Anybody have a clue on how you use disk utility to burn a .iso bootable dvd disk?
    I'm trying to install windows 7 rc into virtual box in OS X 10.5.7 and cannot figure out how to do this. I've already installed the windows 7 beta in virtual box and was able to make a bootable dvd disk with the .iso file on it but have no clue how I did this.
    I've been searching the web but most tips are for older version of OS X.
    Thanks to anybody who answers.

    It's so easy, You can just burn an .iso file using DVD Creator Std instead of Disk Utility, only 3 steps to finish bur ning your .iso files:
    http://www.imediacreator.com/mac-dvd-creator-standard.html#131

  • Unable to load metadata using outlineload utility in Hyperion planning classic app

    Hi All,
    We are trying to update metadata into classic planning application using outlineload utility, but we are facing error as given below::
    at com.hyperion.planning.utils.HspOutlineLoad.main(Unknown Source)
    Error encountered with Database connection, recreating connections.
    Nested Excetpion: java.sql.SQLSyntaxErrorException: ORA-00942: table or view doe
    s not exist
    Query Failed: SQL_DELETE_EXPIRED_EXTERNAL_ACTIONS:[100]
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist 
    Please suggest a way to solve this issue.
    Regards,
    Mahaveer

    Looks like its sequence issue. Can you check if HSP_ACTION_ID_SEQ sequence is available for this planning application.
    Check this :
    Unable to update Dimension Security on a Load Balanced Planning Environment (Doc ID 1058156.1)
    Hope this help!
    Sh!va

  • How do you upload firmware to Airport extreme with the following message: This version of AirPort Utility requires this AirPort Extreme use firmware version 7.3.1 or later. Use AirPort Utility 5.6 to update this base station. I'm using airport utility 6.0

    The airport extreme at my parent's house has not had its firmware update in some time and it keeps dropping the internet connection and needing to be reset.
    I went to update firmware and opened up airport utilities (I'm running airport 6.0 on Mountain Lion, 10.7.4).  Everytime I open the airport utility I get the following message: "
    This version of AirPort Utility requires this AirPort Extreme use firmware version 7.3.1 or later. Use AirPort Utility 5.6 to update this base station. AirPort Utility 5.6 is available at AirPort Service and Support.
    I've followed the link and tried to update firmwares but none are available and the print says that airport utility will look to see if firmware are available and load them as necessary when prompted by user.
    One link said the only way to solve this problem is open up Airport Utility 5.6. I tried to do this, but 5.6 is not supported on Mountain Lion and couldn't be opened up.
    I'm getting the exact same message on my other computer, a Mac Air.
    So basically, can't download new firmware and am stuck with a ****** airport extreme that needs to keep being reset, a factory reset, in order to use the internet, but then continues to give me the same message.
    Thanks!

    See this article for instructions on how to install AirPort Utility 5.6 for Lion on Mountain Lion:
    http://www.macworld.com/article/1167965/mountain_lion_and_the_ancient_airport_ba se_station.html

  • HT1553 Does using Disk Utility also backup MSOffice 2008 (Mac) software already installed on my Macbook Pro with Snow Leopard? If not, how would I do that?

    Hi,
    I'm looking to upgrade from Snow Leapord (10.6.8) to the new Mountain Lion. Have a lot of applications and softwares that I would like to back up when installing the new OS, such as MS Office, Adobe Photoshop and Illustrator. Any ideas on what is the best way to do that.
    I'm not too tech savvy, so a simple solution would be appreciated.
    Thanks,
    Shyam

    If your not very tech savvy, I would have someone assist you in the upgrade process as your about to inflict major change on your life and computer.
    There are some things to consider before you upgrade.
    1: The age of your machine:
    My advice has been if your Mac is less than two years old and has a dedicated graphics (not all only Intel HD 3000 or 4000 CPU graphics like the 13" has)) then you stand a very good chance of 10.8 (or 10.7) running fine on your machine.
    In either case you need to check the specifications of your machine to see if it meets Apple's requirements, and unfortunately those requirements are a bit low, resulting in a slower machine when you upgrade.
    https://en.wikipedia.org/wiki/OS_X_Mountain_Lion
    https://en.wikipedia.org/wiki/Mac_OS_X_Lion
    (note: 10.7 is no longer being sold via the AppStore, you should upgrade to 10.8, however some machines can't, you can call Apple Sales to upgrade to 10.7)
    If your machine originally came with 10.5, I would say forget it. Mac's don't last forever and laptops usually have a life of about 4 years with normal use. Desktops last longer of course and can withstand more OS X upgrades if Apple allows it.
    2: The age of your software.
    10.7 and 10.8 will not run PPC based software of old like 10.6 does, also upgrading to 10.8/10.7 may require expensive software upgrades that can hit you unexpected. Consult this site and your other needed software and hardware drivers/software (for printers/scanners,custom keyboards/mice etc) BEFORE you upgrade the operating system.
    http://roaringapps.com/apps:table
    3: Carbon Copy Cloner or SuperDuper  "clone" (payware)
    Your OS X boot partition to a new/reliable, blank powered external drive and use Disk Utility to Repair Permissions on both afterwards. You can hold the option key down and boot from this clone drive to use the computer like before if your OS X upgrade fails and the machine gets bricked. You can also use Disk Utility to erase the entire internal drive and reverse clone if you find out the OS X upgrade is not to your liking.
    Make sure all other drives are disconnected, like TimeMachine when cloning or upgrading OS X, thus when you reboot TimeMachine doesn't self update itself, which can lock you out from going back in time to restore from.
    Note: If you have Bootcamp, you can clone that with WinClone (payware) to another drive and recreate Bootcamp later and restore it.
    4: Some firmware updates can possibly "BRICK" your hardware
    Firmware updates progress in a forward manner and can't be downgraded, so what sometimes occurs is a software error by programmers or a hardware glitch on your machine won't 100% cooperate with the firmware update and thus your machine will fail to function. Sometimes even a interruption in the OS X upgrade or firmware update process will cause the problem. When this occurs, a trip to a Apple Repair is in order and if your machine is out of AppleCare (3 years) or the 1 years standard warranty your looking at a very expensive logicboard replacement. At this time you usually consider the cost not worth it and rather spend the money on the newer machine, especially if it's 2-3 years old. This can come as quite a shock as you expected to pay $20 for a OS X upgrade and now have to buy a whole new machine.
    You can't not upgrade the operating system for security and bug fixes, however you make sure you have AppleCare that will protect you for three years if such a hardware bricking occurs. If you don't have AppleCare you might want to reconsider taking the chance upgrading the operating system and thus the firmware.
    AppleCare can be purchased within one year of the original machine purchase, it gives one 3 years of care from the date of machine purchase, not from the date of AppleCare purchase.
    5: Market share of OS x versions (apx)
    10.4 4.5% security updates > no
    10.5 15% security updates > no
    10.6 52% security updates > yes
    10.7 30% security updates > yes
    10.8 2 million upgraded so far, just released
    6: Your decision to upgrade or not
    It depends upon your computer technical ability, the age of your machine, your software investment and your budget.
    Can you afford to pay for professional assistance if your upgrade doesn't go as expected? Are you in AppleCare?
    Can you afford to pay for upgrades to third party software?
    Can you afford the downtime while your machine is being repaired?
    Can you live without the "new features" newer OS versions provide?
    Does your hardware even support the newer features?
    You might decide the upgrade is not worth it for your older machine and decide to ease yourself into a new machine gradually. I took this approach with my 2006 MacBook Pro, buying a Early 2011 model. I then upgrade to 10.7 on the older 2006 machine and glad I did, because it got bricked. Turned out 10.7 was a pretty awful upgrade and I was out of AppleCare, however 10.8 seems to be "normal" far as OS X upgrades go, some problems but not mass bricking of machines.

  • How do I use Disk Utility to help install Mountain Lion after many failed attempts?

    I tried to install Mountain Lion from an App onto my MacBook.
    First it said that my disk was damaged to i tried to repair it.
    Didn't work.
    Then it said I didn't have enough room to install Mountain Lion.
    Then I tried to restore Lion.
    Didn't work.
    Then someone suggested I reset my PRAM.
    Tried that, and now I am stuck.
    I can't restore any of my backups from timeline.
    I can't reinstall OSX because my drive is now locked.
    And I don't know how to use Disk Utility to solve this problem!
    Any suggestions welcome... I'm in way deeper than I understand and feel like anything I do is making this worse!

    I gather that your computer is in a less than satisfactory state, so the process below will basically start you from scratch, but you shouldn't lose anything.
    Okay, can you inspect the Time Machine Backups with the Finder? About two or so folders down you should start seeing your system files. Assuming all your files are present.
    Important^
    You probably have an installation disk that came with your macBook.  Boot from that CD and install from the CD.
    Run the verify disk utilites and repair utilities if necessary.
    You may want to erase your disk from the CD's disk utility. This will erase your Hard Drive (make sure you do not erase your backups, as that would be very bad).
    Once the installation is complete, run all system updates. Either look through your backup and find the Mountain lion installation app, or download it from the app store again. 
    Run the ML installtion app.
    Once everything is up and running, move all files and folders you want from your TM backups and you should be good to go.

  • I need help with boot camp. "Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."

    This message appears every time I try to partition my disk:
    "Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."
    I verified my Macintosh HD disk on Disk utility and then tried to repair it, but I am unable to click the repair button.
    It says it's not available because the startup disk is selected.
    I don't know what to do or how to go about both these problems.
    Please, any suggestions?

    This message appears every time I try to partition my disk:
    "Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."
    I verified my Macintosh HD disk on Disk utility and then tried to repair it, but I am unable to click the repair button.
    It says it's not available because the startup disk is selected.
    I don't know what to do or how to go about both these problems.
    Please, any suggestions?

Maybe you are looking for

  • Why is KTorrent so much slower?

    Good afternoon, I was using KTorrent for quite a while and the downloads were partly very quick, but partly very lousy, concerning the rates. I once tried to open up the same torrent under µtorrent 1.6.0 (later 1.6.1), using WINE. The rates were part

  • Availability HP slate 500 in Netherlands

    I'm realy waiting for a tablet with a stylus and digitizer touchscreen. The HP slate does comply with my requirements. Please introduce the HP slate 500 in the Netherlands.

  • Lapel mic, wired to digital recorder (in pocket!)...

    Don't laugh... I'm new to video and I'm just testing stuff at the moment... Ok, I've taken some footage (on a relatively basic camcorder), brought it into FCP, edited it, run it through Compressor and put it on a webpage (which will be my final desti

  • Dock put on display that is not connected

    Since I've upgraded to Mountain Lion I have a problem when disconnecting my external display. I use an external Acer monitor with my MBP in a dual-display setup (dock & menu bar on the Acer) when in my office.  When I leave the office though, (close

  • Adding a new tab in the header level of me51n

    Hi gurus     I want to add a new tab in the header level of purchase requisation (me51n/me52n) , where i want to add some new customer fileds and i will update those in a z table. how can i do it . please give the complete code if possible . thnks in