Backup the ASM itsself

Hello

I have just setup an ASM instance.

Referring to my Docs as DBA2 training I get this message:
There is a process of ARC redolog backup information, known as an instance of database.

However, the manual also says "there is that no BUFFER in SGA and ASM does not use online redo logs. LGWR writes the information to an ASM Diskgroup".

Now I'm a little confused:

Does make sense to put the instance ASM itself in archivelog one mode run backups via RMAN?

Or should I use md_backup instead?

Concerning

Christian

11 GR 2

If there ANY configuration changes - vote data disk is automatically saved in the OCR.

BACKUP OF THE OCR IS AUTO-

one) oracle Clusterware (CRSD) automatically creates backups of OCR every 4 hours.

(b) a backup is created for each full day.

(c) a backup is created at the end of each week.

(d) oracle database retains the last three copies of OCR.

But you can also make manual backups

Example:

To display the backup, type the commands: ocrconfig - showbackup

Perform a manual backup: ocrconfig - manualbackup

Logical backup: #ocrconfig-/home/oracle/ocr.backup export

Backup only manual display: ocrconfig - showbackup manual

The RSC (Oracle registry Local) location: #ocrcheck - local

Logical backup of OLR: ocrconfig-local - export /... /OLR. Backup

Tags: Database

Similar Questions

  • backup of the asm instance

    Hello

    It is necssary to backup ASM instance? If Yes, then how to backup asm instance.if not, then what will happen

    If my server goes down, then hw can retrieve my asm instance.

    Concerning

    Dear user13367819,

    Please visit the following links. I hope that they will guide you;

    Data Instance ASM, rman backup files
    http://dbaspot.com/forums/Oracle-Server/64961-how-backup-ASM.html
    http://www.appsinsight.NET/2008/05/02/how-to-backup-Oracle-ASM-instance-using-RMAN-on-IBM-platform/

    Kind regards.

    Ogan

  • Backups of the DSO and recovery in the ASM failure.

    If the ASM instance fails and RMAN backups are on ASM diskgroup, can I still recover my database? What happens if the diskgroup goes to zero out or something like:

    If DD \u003d/dev/zero of = / dev/whateverASMdisk_used_for_backupsets

    Are my backups?

    Are my backups?

    Yes. I don't see a big difference (regarding the consequences) to "rm - rf '." Binary zeros are not a valid backup.

    Werner

  • Clarification on Metalink 333257.1 - backup on an Instance of the ASM

    Hello!

    In the document, it is said that no backup copy of the DSO is necessary. However, s/n could follow on the amendment of certain information ("they can keep record of the init.ora asm_diskgroups, asm_diskstring and parameters settings").

    Could someone tell me exact SQLs that can retrieve such information? Any doc, link, "best practice"?

    Our config:
    Oracle 10 g 2 (PS 4) on Linux Rhel 5.3 (raw blocks) with ASM (OMF leads).

    Kind regards
    Damir

    It's really as simple as that. You back up all your DATA with rman via your 'normal' database instance If you lose your installation asm (ORACLE_HOME) but not the discs of data, all you need to "restore" your system would be to reinstall the oracle software, start the asm instance and point to the data disks. The only things really, you define in asm is the discovery-path/diskstring and starts to ride (which is stored with a bunch of default settings for most in your asm init or spfile) so that's all you need to backup.
    If you lose data disks, you must restore the data from your backup rman.

    Bjoern

  • Backup RMAN ASM filesystem

    Hi all

    I have an rman backup (datafile and controlfile) who got caught in an instance of the DSO (not a RAC) ORACLE 11.2.0.2 on a server Linux, now I want to restore the backup into a new database under windows/Linux OS with storage system (single instance RDBMS) General files instead of ASM.

    Is this possible?

    I can restrore an rman backup ASM in a mechanisim of storage of file in a new server system?

    Please clarify my question.

    Thanks in advance...

    Nonuday

    Nonuday wrote:
    Hi Levi,

    Thank you for your invaluable script and the blog.

    can you tell me about this query:

    I have an RMAN backup, drawn from the ASM and the backup is the database and controlf backup file that contains the data files and controlfiles.
    Now I need to restore this on my system and here I only use ASM or archive log, I use only one instance in any database log mode archive.

    I restored the backup controfile RMAN control file.
    Before you restore the control file, I checked the pfile orginal of the backup of database with parameters such as
    "db_create_file_dest."
    "db_create_online_log_dest,"
    "db_recovery_file_dest_size."
    "db_recovery_dest,"
    'log_archive_dest '.

    Since I'm not gng to create a database in any mode of newspaper archive, I do not use any of the above parameters and created a database.

    Now my question is:
    If I restore the database and the data file get restored and after rename all the log files, the database will be open.

    I want to know if this is good or bad, and the database will work as he previously worked. Or need to create the db_file_recovery and also other settings for this database.

    All parameter:
    All these settings should reflect your current environment, any reference to the old environment must be changed.

    All file system used:
    No matter what you use the file (datafile/redolog/controlfile/archivelog/backuppiece) file system are created on binary Format that depend only on platform. Thus, the file binary (for example datafile) have same format and content on the device gross, ASM, ext3, ext2 and so on. Thus, for the database, it is just a place where the files are stored, but the file are the same. ASM has a different architecture of the regular file system and must be managed differently (IE with RMAN).

    On the database:
    Given that your database files are the same even different file system using what you need is rename your files from data/redofiles on controlfile during the restoration, the redo files will be recreated.
    So, no matter if your database are noarchivelog or archivelog, in the same way you do a restore on ASM is the same way to restore the regular file system. (just rename the database during restore controlfile)

    On blog post 'How to migrate all files on ASM to no - ASM (Unix/Linux)' is suddenly of system files to another folder. But you can change the script used for restore purposes;

    ## set newname tell to RMAN where file will be restored and keep this files location on memory buffer
    RMAN> set newname for datafile 1 to ;
    
    ### swich get list of files from memory buffer (rman) and rename on controlfile the files already restored.
    RMAN>switch datafile/tempfile all ;
    

    With mounted database, use this script below:

    I just commented on three lines that are not necessary in your case.

    SET serveroutput ON;
    DECLARE
      vcount  NUMBER:=0;
      vfname VARCHAR2(1024);
      CURSOR df
      IS
        SELECT file#,
          rtrim(REPLACE(name,'+DG_DATA/drop/datafile/','/u01/app/oracle/oradata/drop/'),'.0123456789') AS name
        FROM v$datafile;
      CURSOR tp
      IS
        SELECT file#,
          rtrim(REPLACE(name,'+DG_DATA/drop/tempfile/','/u01/app/oracle/oradata/drop/'),'.0123456789') AS name
        FROM v$tempfile;
    BEGIN
    --  dbms_output.put_line('CONFIGURE CONTROLFILE AUTOBACKUP ON;'); ### commented
      FOR dfrec IN df
      LOOP
        IF dfrec.name  != vfname THEN
          vcount      :=1;
          vfname     := dfrec.name;
        ELSE
          vcount := vcount+1;
          vfname:= dfrec.name;
        END IF;
      --  dbms_output.put_line('backup as copy datafile ' || dfrec.file# ||' format  "'||dfrec.name ||vcount||'.dbf";');  ### commented
      END LOOP;
      dbms_output.put_line('run');
      dbms_output.put_line('{');
      FOR dfrec IN df
      LOOP
        IF dfrec.name  != vfname THEN
          vcount      :=1;
          vfname     := dfrec.name;
        ELSE
          vcount := vcount+1;
          vfname:= dfrec.name;
        END IF;
        dbms_output.put_line('set newname for datafile ' || dfrec.file# ||'  to  '''||dfrec.name ||vcount||'.dbf'' ;');
      END LOOP;
      FOR tprec IN tp
      LOOP
        IF tprec.name  !=  vfname THEN
          vcount      :=1;
          vfname     := tprec.name;
        ELSE
          vcount := vcount+1;
          vfname:= tprec.name;
        END IF;
        dbms_output.put_line('set newname for tempfile ' || tprec.file# ||'  to  '''||tprec.name ||vcount||'.dbf'' ;');
        END LOOP;
          dbms_output.put_line('restore database;');
        dbms_output.put_line('switch tempfile all;');
        dbms_output.put_line('switch datafile all;');
        dbms_output.put_line('recover database;');
        dbms_output.put_line('}');
     ---   dbms_output.put_line('alter database open;');  ### comented because you need rename your redologs on controlfile before open database
        dbms_output.put_line('exit');
    END;
    /
    

    After the restoration, you must rename your redologs on controlfile to old location to the new location:

    for example

    ##  use this query to get current location of redolog
    SQL>  select group#,member from v$logfile order by 1;
    
    ## and change from  to 
    
    SQL > ALTER DATABASE
      RENAME FILE '+DG_TSM_DATA/tsm/onlinelog/group_3.263.720532229'
               TO  '/u01/app/oracle/oradata/logs/log3a.rdo'  
    

    When you change all the redolog on question below controlfile command:

    SQL> alter database open resetlogs;
    

    PS: Always follow the database in real time using the alert log database file.

    HTH,
    Levi Pereira

  • RMAN to the ASM and network file system

    Hi all

    I use Oracle RAC 11 g R2 + ASM.
    I am new to RMAN, but I am trying to build daily tasks to do below:

    1. backup of my database to the FRA located on ASM diskgroup + FRA.
    2. at the same time I want to save my database for Network File System (NFS) to be taken by system administrators to an archive location that I can't access. Since according to my knowledge can't copy files to ASM for outside... so for this I'm planing to use the command format of the NFS mount point.
    3. on daily basis in the NFS file will be taken by a work (that I am not responsible for) to the Archive, and then it will be purged from this location.
    4. I am planing to have my windows of 15 days retention strategy.
    5. on every day, I am planing to cross check my backup and then delete the expired so that taken from NFS in the journal of the archives is deleted.

    The RMAN I am planing to run it on a daily basis are:
    backup incremental level 0 cumulative device type disk tag 'FULL_DB_INCR_LV0' database; -- this will be to the default location (+FRA)
    backup incremental level 0 cumulative device type disk tag 'FULL_DB_INCR_LV0' database format 'NFS/oracle/backup%U';--another copy to be taken to the archive location
    crosscheck backupset;
    delete expired backupset; -- this will delete the backups taken to the Archive location
    Now my questions:

    1 what good solutions? take account of the fact that I need backup on the file system of the operating system so that the jobs of system administrators take the backup of their archives.
    2. If a backup is needed, I use CATALOGUE START WITH to recover and then recover.
    3. because my retention period is 15 days, and the backup in NFS files will be deleted on a daily basis, so this retention will apply for backups in ASM, is this a problem?

    Hello

    Easy way is to use the tag. Find the number of backupset is a difficult task.

    Create a template for your tag with a date.

    How to use the Substitution Variables of orders RMAN [427229.1 ID]

    How to use the tag name of RMAN with different attributes or variables. [580283.1 ID]

    You can check which backup doesn't have a copy on NFS using the query below:

    SELECT   BS.RECID BSKEY,
      BP.RECID KEY,
      BP.RECID RECID,
      BS.PIECES PIECECOUNT,
      BP.HANDLE FILENAME,
      BP.TAG TAG,
      BP.COPY# COPYNUMBER,
      BP.STATUS STATUS,
      BP.PIECE# PIECENUMBER
    FROM V$BACKUP_PIECE BP,
      V$BACKUP_SET BS
    WHERE (BP.SET_COUNT = BS.SET_COUNT
    AND BP.SET_STAMP    = BS.SET_STAMP)
    order by  bskey,copynumber
    
  • Cold copy on the ASM database. Please notify

    Hello
    The configuration is:
    HP Itanium
    Grid/ASM 11.2.0.2
    RDBMS 10.2.0.4

    I have a 4 TB database. Application needs three test cases.
    Each test should use the same sets of data. So I asked me to copy the database from 4 TB to a different diskgroup on the same instance of the DSO.
    Start the database using the just copied the controlfiles/datafiles/redologs.
    Then application would run a few tests.
    Then I should delete the copy of the database and repeat the steps to create a new copy of the original database of 4 TB.

    I need to find an efficient way to copy the database from 4 TB to the new on the same asm diskgroup.

    I can't use the flashback database option.
    The database of 4 TB can be closed during the copy.
    The storage is fast

    My idea is to copy data/controlfiles/redolog files using the cp asmcmd command and then rename files from data/redologs.

    I don't know if the current copy of running in parallel is better then copy files one by one.
    I could also use backup rman as copy, but I guess that the result would be no different in terms of deadlines.

    Any suggestion?

    Thank you, man

    Hello

    The best option is to use RMAN to perform this work.

    Philippe Florent showed how to do this without using the backup image database on the file system... I upgraded to customers who use the ASM.

    See this thread:
    {message: id = 9576474}

    Kind regards
    Levi Pereira

  • Cannot resize the disk of the asm

    Hi, greetings of the day...

    I have created a disk of asm using asmtool as:
    asmtool - create 500 D:\Asm_disks\disk3;
    asmtool - create 500 D:\Asm_disks\disk4;
    Now when I try to resize the disk,



    SQL > select name, total_mb v$ asm_disk;

    NAME TOTAL_MB
    ------------------------------ ----------
    DATA_0000 2000
    DATA_0001 2000
    FRA_0002 3000
    FRA_0003 3000
    DATA_0002 500
    DATA_0003 500

    6 selected lines.

    SQL > alter diskgroup DATA resize disk size 'DATA_0002' 1000M;
    change DATA diskgroup resize disk size 'DATA_0002' 1000M
    *
    ERROR on line 1:
    ORA-15032: not all changes made
    ORA-15289: ASM DATA_0002 disk cannot be resized beyond 500 M



    Please help me in this regard

    Thank you
    Uday

    udayjampani wrote:
    Thank you

    I understand what you say, I have created a disk of asm with 500 MB of size using asmtool, so I can't resize using asm instance.

    1. What is the use of asmtool-added option, we can add an existing using this command drive space?

    This isn't for adding space, but it adds the label to the disk partition...
    asmtool - add \Device\Harddisk1\Partition1 ORCLDISKASM0
    >

    2 can you please explain this more, * it could be increased if you already held 300 total asm 500 disk space *?

    Think like OS, you have created a 10 GB partition for disk D:\ example. And now, you create files/folders with size of hugh (as some movies ;)) to drive D:\, so eventually your drive D:\ will fill. This is the case even with your asm disk, once you have used all your available space of the asm disk (that you created through asmtoll), you can not increase.
    By asmtool - create D:\Asm_disks\disk3 500, you assign the total size to 300 from the asm disk. Just as you add 10 GB partition for OS...

    You come to the backup from my point of view: it could be increased if you already worked 300 asm disk space total 500

    I have created the disk with the following text:
    asmtool - create 500 D:\Asm_disks\disk3 > size is 500

    I create diskgroup with
    SQL > create diskgroup DB 'D:\Asm_disks\disk3' size disc 300; > Here I wll use only max 300 size of 500 total. So once I get to the threshold of 300, I can increase the asm disk up to 500.
    As
    SQL > alter diskgroup DB resizing disk "D:\Asm_disks\disk3' size 500; > Increasing up to 500

    Default if the clause you SIZE omit while creating a diskgroup, asm then disc occupies all the available space of the device that you have created by asmtool

    >

    3. What is meant occupation here, not here where we can control the right of occupancy?

    We can control as I explained.

    See also article that explains: http://www.oracle-base.com/articles/10g/AutomaticStorageManagement10g.php
    Hope that explains

  • Backups on ASM

    Hello group,

    Please let undestand operation of backups on ASM, a few days ago, we were working with an Oracle database on the FILE system in order to make an offline backup was very easy, close the database and after datafiles copy from the file systems on an external drive or a band , but yesterday a provider having migrates database to RAC ASM on a storage shared, now, how can I make a backup. Backup speciallyst wonder about file systems to back up, and I don't know what to say.

    Please clarify this doubt.

    Thank you very much.

    RAC on Oracle 11.2.0.2 with ASM

    S.O. AIX 6.1

    user12003066 wrote:
    Hi Fiedi

    Look, I entered the RMAN target / and execution of RMAN > backup database; I have a backupset. +DG_FRA/DBPROD/autobackup/2011_09_28/s_763053251.296.763053253

    How can I refer to this file in the NA

    Thanks for your help.

    You can order DSO for backup backupset directly tape or DISK, depends on the storage on TAPE the pattern would be different so this is the easiest step

    -backup to disk using
    backup format = ' / backup/backupdb "backupset all;

    -a from there, present to your CG

    See you soon

  • Backup of ASM

    If I activate the area of flash as an ASM filesystem recovery, but these files backup cannot be accessed by the operating system, so how is it possible to copy these backup files the ASM-based band cartrdge move, ulimately, I have to use the command copy os, OS can't read what ASM base backup piece.

    Do you want to backup 'flashback file' on ASM?

    I don't know.
    But... If you use asm on the 11g version, you can back up ASM on the local drive before and then tape backup.

    Example:
    $ asmcmd

    ASMCMD > cp file01.txt /tmp/
    copy +Vol1/db/file01.txt-> /tmp//file01.txt

    ;)

  • Can I backup the files before recovery?

    Hello

    If you use the recovery disk to load windows (I have Windows Vista 32-bit) is it possible to save files (photos, etc...) before wiping these files on the hard drive?
    I backed up files and cannot access windows for it now... wonder if I can backup the files before recovery?

    Any help would be appreciated :)

    Hello

    You can try to start Vista in safe mode. Start your laptop, and then press F8. Choose the option to start the operating system in safe mode. At the start of Vista external HARD drive or memory key USB connection and copy all your data here.

    I did it three weeks ago. I wasn't able to boot Vista correctly due to the blue screen.

  • Backup the IOS on a WLC 5508

    Hello

    Hope someone can help me, I have a Cisco 5508 WLC and wanted to backup the IOS.

    Is there an easy way to do it? or a Cisco restrict this function with the new IOS licensing model?

    Second question, with WLC 5508 IOS version 7.0.98 I see that there is no field recovery Image, is that correct?

    See you soon,.

    Ron

    I guess that you Q #1 has been addressed above.

    For your Q n ° 2 'the second question, with WLC 5508 IOS version 7.0.98 I see that there is no field recovery Image, is this correct?"

    Yes that is correct

    -->

    (w-5508-1) > show sysinfo

    Name of the manufacturer... Cisco Systems Inc..
    Product name... Cisco controller
    Version of the product... 7.0.98.0
    Bootloader Version... 1.0.1
    Retrieving Image Version field... N/A

    And it's a CSCth43373 bug

    5508 7.0 running shows the version of field recovery images by n/a

    Symptom:
    5508 shows Field Recovery Image version as N/A.

    Conditions:

    Upgrade 5508 to version 7.0.98.0

    Workaround:

    None

    --

    You will have to wait for the new 7.0 code to appear on Cisco.com

    Be sure to mark the thread as solved if you feel that your issue has been addressed.

    Thank you

    Serge

  • RMAN backup not producing do not backup the files/size

    Hi Experts.

    I have a shell script at the request of backup the database every day. Every day, it works well, but he was hanged, so we have erased its PID and run the script manually but it doesn't produce any file backup now. I see no error in the backup log file.

    Could you please say what could be the reason of it?

    Thank you

    -RAJ

    If you see the SID of the RMAN session session $ v, check the output of the use of v$ rman_output

    Select exit
    v $ RMAN_OUTPUT
    where sid =<>

  • GLWB-10521: could not resolve the ASM label

    Hello

    I try to install Oracle Grid Infrastructure 12 c Release 1 on Windows Server R2 2012 in a hyper-v Lab (to my intention is to install a complete rac - later).  I created my ASM storage with the role of ISCSI target (4 discs 20 GB each, all the dynamic extension), and they are all visible from both nodes.  I can ping all the IP addresses of all servers involved.  I required prior tasks, and there is one thing that I am invited to check.  Error message is:

    «Device checks for ASM - there is a control to check the devices specified in the requirements for the ASM.»  Error:

    -

    GLWB-10521: could not resolve disc ASM 'ORCLDISKDATA0' label to the path of unity on the node 'ORAN01DV' - Cause: could not resolve the ASM label to any device on the specified node.  -Action: Make sure the specified label of ASM is properly engraved on a device shared on the specified node and marked devices are accessible to the current user. To check the address record label use tools "Asmtoolg" on Windows operating system platforms and "oracleasm" on the Linux operating system platform.

    -

    GLWB-10521: could not resolve disc ASM 'ORCLDISKDATA1' label to the path of unity on the node 'ORAN01DV' - Cause: could not resolve the ASM label to any device on the specified node.  -Action: Make sure the specified label of ASM is properly engraved on a device shared on the specified node and marked devices are accessible to the current user. To check the address record label use tools "Asmtoolg" on Windows operating system platforms and "oracleasm" on the Linux operating system platform.

    -

    GLWB-10521: could not resolve disc ASM 'ORCLDISKDATA2' label to the path of unity on the node 'ORAN01DV' - Cause: could not resolve the ASM label to any device on the specified node.  -Action: Make sure the specified label of ASM is properly engraved on a device shared on the specified node and marked devices are accessible to the current user. To check the address record label use tools "Asmtoolg" on Windows operating system platforms and "oracleasm" on the Linux operating system platform.

    -

    GLWB-10521: could not resolve disc ASM 'ORCLDISKDATA3' label to the path of unity on the node 'ORAN01DV' - Cause: could not resolve the ASM label to any device on the specified node.  -Action: Make sure the specified label of ASM is properly engraved on a device shared on the specified node and marked devices are accessible to the current user. To check the address record label use tools "Asmtoolg" on Windows operating system platforms and "oracleasm" on the Linux operating system platform. »

    I opened Asmtoolg, and everything seems to be ok in there (all discs are stamped and are visible etc.).  I recognize that this is a complex area, so I understand that it will be difficult to difficult to diagnose.  I was really surprised to not find anywhere, any success on the internet for the GLWB-10521 error code well.  Does anyone have ideas of things I could try?

    Thanks in advance

    There is a bug (Bug 20428707 : GLWB - 10521 RAC INSTALLATION)

    Re: GLWB-10521

  • Label of the ASM to name of LUN mapping; Are not even necessary device names when you use ASMLib?

    = Environment details start =.

    OS: Oracle Linux 6.4

    Version Infra grid: 11.2.0.4

    Storage: EMC VMAX

    ASM Lib version:

    # rpm - qa | grep oracleasm

    oracleasm-support - 2.1.8 - 1.el6.x86_64

    oracleasmlib - 2.0.4 - 1.el6.x86_64

    oracleasm version came not in rpm-qa output may be because it is part of the Oracle Linux kernel. But the 2 components above are not

    = Environment details end =.

    We have a 2 node RAC cluster.

    We wanted to add 2 LUNS to our data Diskgroup and asked team storage available to both nodes of the cluster.

    After that they provided, the Linux Admin scanned the LUN and powerpath device names were generated. The powerpath device names like SCSI logic unit number names are incremented sequentially. Because, two additional powerpath LUN used to Node1 to a local file system, the names of powerpath were incrementing differently in the two nodes.

    Thus, for the same LUNS emcpowerpath names differed in Node2. Linux Admin did not notice this difference. And he told us the names of newly added from Node1 LUNS powerpath that have been

    / dev/emcpowerv

    / dev/emcpowerw

    But in Node2, the same LUN were appointed

    / dev/emcpowert

    / dev/emcpoweru

    The DBA guess powerpath name these 2 LUNS will be same on Node2, label the discs to help

    oracleasm createdisk DATA17/dev/emcpowerv1

    oracleasm createdisk DATA18/dev/emcpowerw1

    After marking in node 1, the DBA ran scandisks in Node2. But while the oracleasm scandisks in Node2 is running, it does not seem to/dev/emcpowerv and/dev/emcpowerw in Node2. Instead, ASMLib is smart enough to read the LUN ID in Node1 and search devices powerpath with the same LUN ID and labels as Node1. What's it like in Node2, / dev/emcpowert is labeled DATA17 and/dev/emcpoweru is labeled DATA18 correctly, as shown below.

    Node1

    Node2

    LUN ID

    Label of the ASM

    / dev/emcpowerv

    / dev/emcpowert

    873F

    DATA17

    / dev/emcpowerw

    / dev/emcpoweru

    629:

    DATA18

    Confirmed using the oracleasm querydisk Pei/dev/emcpower < x > .

    During labelling using the oracleasm createdisk , since we use the LUN name I always thought that asmlib dealt only with the names of devices (Powerpath name in this case). I didn't know that ASMLib treats ID LUN. If ASMLIB faces in LUN ID internally, then you don't need to have the same name for a particular LUN for disks shared in different RAC nodes? Right?

    ASMLIB contains 3 packs. Oracleasmlib, which is distributed under a license of Oracle user space and is not part of the standard GPL software distribution. Oracleasm-support, which is in the standard repository and kernel driver of Oracleasm, which is included in the core Oracle UEK only or distributed by Red Hat to RHCK kernel. The subsequent RHCK driver requires a Red Hat subscription. You need all 3 installed packages.

    ASMLib doesn't care to the SCSI ID or device names. When you configure a device to ASMLIB, he writes a header special disk in the device, the command scandisk read and identify a device. ASMLIB devices are populated under the tree of device/dev/oracleasm and found by ASM using the default ORCL: device chain.

    Don't forget that ASMLIB does not work with multiple devices and if you use DB-Multipath or EMC Powerpath, you need to blacklist the physical devices so ASMLIB will use powerpath or multipath device instead. Otherwise there will be no failover devices like ASMLIB will simply use the first device found and ignore the other. Check the following:

    http://www.Oracle.com/technetwork/topics/Linux/multipath-097959.html

Maybe you are looking for

  • Need two drivers for my Satellite L850-13R

    Hello I have the problem with the 2 drivers (I have no drivers for):1 PCI simple communication controller2 unknown device (location: on system compatible ACPI Microsoft)Operating system is Windows 7 Home Premium 64-bit Thank you!

  • Satellite L300D PSLC0C - need to sound and display driver for Win XP

    Hello everyone I have toshiba Satellite L300D PSLC0C.I recently installed Windows Xp on it and now I'm not able to get the display driver and audio drivers.I tried after the display drivers and sound respectively, but they both failed to install[Disp

  • Satellite A200-237: Visat Installation without formatting the two partitions

    Yesterday, I installed Windws Vista and all other software for my Satellite A200-237.A has 2 partition of my drive hard C and E. I used E for my files just like I did with my computer laptop formar.And when I installed windws xp that I formatted only

  • HP Elitebook 8560p touchpad click right questions

    Hi all I have a very strange problem with my elitebook 8560p my click right button closest to the keyboard isn't sewing to work well in all other touchpad buttons work, but soon I uninstalled the synaptics driver, I am able to use the right click as

  • Remove the child window Parent using WIN API

    Hi all For a parent-child relationship between two screws using the User32.dll I use the SetParent function and pass the handle of the parent VI and VI child to this function. Now, after this relationship has been established, I want to remove the ch