Cannot create a with RAC ASM diskgroup

I have,

I have 2 W2003 SP2 with Oracle 10 g with RAC and ASM 2.
I certainly have a few errors to create the diskgroup:
Stamp the disc on node1
I create the Group on node1
Stamp the disc on Node2
I create the Group on Node2
I have remove the diskgroup, remove the stamp, but now I can not re - create my group I ORA-15018 and ORA-00600 code kfcMount54.

Is this a how to completely clean the disc and diskgroup and how to properly add a diskgroup RAC?

Thanks for your help.

1) access at metalink.oracle.com

You must have a support contract with oracle to access to metalink (and you really need one if you want to run cars on a production environment)

(2) bounce = redΘmarrer

Tags: Database

Similar Questions

  • WITH REDUNDANCY ASM DISKGROUP

    Hi all


    REDUNDANCY NORMAL == NEED 2 GROUPS of FAILURE (I'm clear)


    I am trying to create diskgroup with REDUNDANCY NORMAL (only with 2 raw devices).

    Command line == > I can't create disk with REDUNDANCY NORMAL group

    Through DBCA == > I can.


    select GROUP_NUMBER, name, ALLOCATION_UNIT_SIZE AU_SZ, STATE, TYPE, TOTAL_MB, FREE_MB, OFFLINE_DISKS from v$asm_diskgroup;
    
    GROUP_NUMBER NAME                                AU_SZ STATE       TYPE     TOTAL_MB    FREE_MB OFFLINE_DISKS
    ------------ ------------------------------ ---------- ----------- ------ ---------- ---------- -------------
               1 ASM_DG_DATA                       1048576 MOUNTED     NORMAL      20472      14142             0
               2 ASM_DG_FRA                        1048576 MOUNTED     EXTERN      10236       7143             0
    
    

    
    SQL> create diskgroup DATA NORMAL REDUNDANCY
      2  failgroup disk1 Disk
      3  '/dev/raw/raw5' name data1,
      4  '/dev/raw/raw6' name data2;
    create diskgroup DATA NORMAL REDUNDANCY
    *
    ERROR at line 1:
    ORA-15018: diskgroup cannot be created
    ORA-15072: command requires at least 2 failure groups, discovered only 1
    
    

    But through dbca, I can create diskgroup only with 2 drives

    02.png

    SQL> select GROUP_NUMBER, name, ALLOCATION_UNIT_SIZE AU_SZ, STATE,  TYPE, TOTAL_MB, FREE_MB, OFFLINE_DISKS from v$asm_diskgroup;
    
    
    GROUP_NUMBER NAME                                AU_SZ STATE       TYPE     TOTAL_MB    FREE_MB OFFLINE_DISKS
    ------------ ------------------------------ ---------- ----------- ------ ---------- ---------- -------------
               1 ASM_DG_DATA                       1048576 MOUNTED     NORMAL      20472      14142             0
               2 ASM_DG_FRA                        1048576 MOUNTED     EXTERN      10236       7143             0
               3 ASM_DATA                          1048576 MOUNTED     NORMAL      40946      40844             0
    
    

    SQL> select a.disk_number, b.group_number, a.path, b.name, b.type from v$asm_disk a, v$asm_diskgroup b 
    where a.group_number=b.group_number;
    
    DISK_NUMBER GROUP_NUMBER PATH                   NAME                           TYPE
    ----------- ------------ ---------------------- ------------------------------ ------
              0            3 /dev/raw/raw6          ASM_DATA                       NORMAL
              1            3 /dev/raw/raw5          ASM_DATA                       NORMAL
              0            2 /dev/raw/raw3          ASM_DG_FRA                     EXTERN
              1            1 /dev/raw/raw2          ASM_DG_DATA                    NORMAL
              0            1 /dev/raw/raw1          ASM_DG_DATA                    NORMAL
    

    ...

    ..

    My question/confusion is only 2 discs,

    I can create a diskgroup (redundancy = normal) using DBCA, but similar operation cannot perform through command line.

    DB version: 10.2.0.5 on RHEL

    Shows your screenshot of the ASMCA you assign disk/dev/raw/raw5 in FailGroup FG1 and disk/dev/raw/raw6 in FailGroup FG2 - two * different * FailGroups. Each disc is in a separate FailGroup.

    Your Interactive SQL command specifies only 1 FailGroup when there is to specify two FailGroups.

    Hemant K Collette

  • Cannot create OVF with ESXi ovftool.  Get the error: Server error had

    When I try to create an egg/ovf to a vmx located on an ESXi Server 5.1, or try to check it out, I get an error that seems to indicate that the server or tool seeks the .iso file that was used in the original data store to build the server.

    C:\Program VMware OVF tool > ovftool - verifyOnly "vi://root:vmware@1."

    0.62.222.85:443/staging-DC/VM/HQ-CUCM-01

    Error: Got error on server: ds file: / / / vmfs/volumes/5354c80b-dc197e1f-3639-b83

    861d76de7/ISOs/CUCM-CUC/Bootable_UCSInstall_UCOS_9.1.2.11900-12.Sgn. ISO has not been

    found

    I thought that, perhaps, the server thought that the .iso image file was mounted when I stopped him and that the tool has tried to do something with it, but I turned on and made sure that the .iso image file was not connected.  I tried copying the file that he complained to the data store, following the same directory tree, but it always fails.  Also, the VM was migrated from one server to another. So I don't know if that has anything to do with him or not.

    Any ideas?

    Thanks in advance.

    Thanks for the reply.  I made sure that the ISO has been disconnected (last part of my original question).  But I advanced and changed the setting for the DVD of the .iso in "Client" and who did.

  • Cannot create pdf with the same page size

    Hello

    I installed Adobe Acrobat Professional (writer). And created a pdf document. the pdf file contains images, each on his page. The problem is when I save or preview the document, some images are not sized for his area of page (or fit to page). Please check attached picture to see the problem.

    How can I add images to PDF with eqal size.

    Please check attached picture Pdfsnap1 & Pdfsnap2 (used the crop tool)...

    Someone helped me to visit the following link for the solution:

    http://forums.adobe.com/thread/841095

    Above the provided Adobe forum link is good, but 50% of my problem is solved. In other words, the selection of the image and using her crop tool 'page size' is increased, but the image on the page is still small, or it does not increase with the size of the page.

    Concerning

    Nauman

    pdfsnap.JPGpdfsnap2.JPG

    To resize the image, you need to select with the object tool and drag the buttons on the sides and the corners to resize it.

    Much of what you do can be done in Acrobat, but this isn't the ideal application for such actions. Acrobat isn't really an editing tool, but a tool to create a finished product that provides essentially platform independent product. You might find what you want to do is best done in a word processor or page layout tool, then a PDF file created from this result.

  • Cannot create Index with an If statement

    Hello:

    I would run the code to create an index on a given table, but only if the index does not exist. Here's what I have so far...

    DECLARE
    c_Count NUMBER;
    BEGIN
    SELECT COUNT (*) FROM c_Count
    OF DBA_INDEXES
    WHERE TABLE_NAME = 'SOME_TABLE_NAME '.
    AND INDEX_NAME = "SOME_INDEX_NAME."
    AND OWNER = 'SOME_OWNER. '
    AND TABLE_OWNER = "SOME_OWNER";
    IF c_Count = 0 THEN

    CREATE INDEXES SOME_OWNER. SOME_INDEX ON SOME_OWNER. UNE_TABLE (SOME_KEY);
    END IF;
    END;

    The SELECT INTO statement works well alone.
    Boredom comes with the IF statement. I get the following error message:

    PLS-00103: encountered the symbol "CREATE" when waiting for one of the following values: begin case declare exit for goto if loop...

    This is the typical error saying that the syntax is incorrect, and that the parser was expecting something else after the IF-THEN statement. Any ideas on what may be a problem? Thanks in advance.

    Jerry

    Hello

    You must use EXECUTE IMMEDIATE to the DDL in PL/SQL.

    DECLARE
       c_Count NUMBER;
    BEGIN
       SELECT COUNT(*)
         INTO c_Count
         FROM DBA_INDEXES
        WHERE TABLE_NAME = 'SOME_TABLE_NAME'
          AND INDEX_NAME = 'SOME_INDEX_NAME'
          AND OWNER = 'SOME_OWNER'
          AND TABLE_OWNER = 'SOME_OWNER';
       IF c_Count = 0 THEN
          EXECUTE IMMEDIATE 'CREATE INDEX SOME_OWNER.SOME_INDEX ON SOME_OWNER.SOME_TABLE(SOME_KEY)';
       END IF;
    END;
    

    Kind regards

  • Cannot create links with editing in the browser

    Sorry to post this here, but I'm out of options. Three of my clients are unable to create links on their sites using IBE. I tried to reach out to the IBE team on it for more than a month. I called Adobe Support the other day, that escalating the issue to the BIE team, who sent an automatic e-mail response that I was here in 24 hours, which was a week ago.

    These issues in IBE makes null and void, and I'll have to do all updates for customers of myself while apologizing constantly telling them that they would be able to make changes to their sites as themselves.

    Is there anyone on this forum who can attract the attention of the IBE team? Please note - I have tried all the normal channels.

    Thank you.

    This is a known bug and there is a current fix. Basically what is happening, it's there are two changes taking place simultaneously: 1) addition of text in a text frame and 2.) adding a link. The solution for all those who faced this problem is to add your text, click outside the text frame, click inside and add your link to the text (to break in two separate actions).

    Update (October 11, 2016): this issue has been resolved by the release of today. Adding hyperlinks to the new text should now work the first time.

  • Create Tablespace based on ASM diskgroup

    Oracle 11g r2.

    create tablespace test
    DataFile '+ DATA' size 32G
    MaxSize unlimited
    autoextend on
    management of local measure AUTOALLOCATE
    Auto segment space management;


    -error:

    Error report:
    SQL error: ORA-02180: invalid option for CREATE TABLESPACE
    02180 00000 - "invalid option to CREATE TABLESPACE"
    * Cause: An invalid option appeared.
    * Action: Specify one of the valid options
    ONLINE, OFFLINE, FORCE, RETENTION.


    What could be wrong?

    Hello
    If you db_create_file_dest has the value '+ DATA', then you can also use this command.

    create tablespace datafile size 32G autoextend on next 10 M maxsize test extended unlimited local management AUTOALLOCATE
    Auto segment space management;

    If your database is 8 k the size of your data file maximum is 32G, then you must create the bigfile tablespace when you want the size of a file of data beyond 32 G. In this case, the syntax is
    create a bigfile tablespace...

    concerning
    Peter

  • Cannot create the ASM Diskgroup ORA 15020 and ORA-15018

    Hello team,

    Could not create the ASM diskgroup with the following error:

    SQL > create diskgroup redundancy data_asm1 external disk ' / dev/sdf *;

    create diskgroup redundancy data_asm1 external disk ' / dev/sdf. "

    *

    ERROR on line 1:

    ORA-15018: diskgroup cannot be created.

    ORA-15020: discovered in double disc ASM 'DATA_ASM1_0000 '.

    ASM Diskstring

    SQL > show parameter asm_diskstring

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    asm_diskstring string/dev/oracleasm/disks/DISK *, /dev / sd *

    Please let me know how to solve this problem

    Kind regards

    Hello

    check your disc diskgroup status grid +. display result

    1 res ora of $ crsctl State. GRID.dg or $ crsctl status res ora.grid.dg

    Note the distinction uppercase / lowercase of the crs resource

    2. run below as a user of the grid. (necessary to set SID = + ASM? If not already preset)

    ASMCMD > lsdg

    Tobi

  • Display spfile ASM diskgroup while the database cannot be started?

    Hi all

    We are 10.2.0.3 and window 2003 server. And the init.ora file has a line in ' SPFILE='+DG_DATA/MITCH/spfileMITCH.ora'.

    Once I cannot start the database and got the below error. I googled and he said if I can reduce large_pool_size or sga_target, I should be able to start. But I need to know what in the spfile to create the new file init. So my question is how to view the contents of a SPFILE recorded in the ASM diskgroup. I have leans on the log of alerts to found the parameter values. But I don't know if there is a way better and safer to enter the SPFILE. Thanks in advance for your help,

    Shirley

    ORA-27102: out of memory
    OSD-00026: additional error information
    S/O-error: (OS 1455) the pagefile is too small for this operation ends

    Shirley,

    Not even in normal file system you "cannot read spfile. Its always better to create pfile from spfile

     sqlplus '/as sysdba'
     sqlplus >create pfile='/location/init.ora' from spfile;
    
     or you can start an instance with pfile
     sqlplus> startup nomount pfile='/location..../init.ora';
     If successfully processed all the parameters
     sqlplus>alter database mount;
     sqlplus>alter database open;
    
     If successful shutdown it down and create spfile from pfile='/location/init.ora';
    
     sqlplus>create spfile from pfile='/location/init.ora';
     sqlplus>startup;
    

    Concerning

  • How can I add data file to an existing table on Oracle RAC ASM with no OMF? Thank you!

    How can I add data file to an existing table on Oracle RAC ASM with no OMF? Thank you!

    Hello

    So I guess you have some files in ASM, see your first existing file structure

    Select file_name

    from dba_data_files;

    and to add to an existing table, the example below (even if you're better sticking with OMFs!)-is that what you are looking for?

    SQL > create tablespace TEST1

    2 datafile '+ DATA' size 1 M;

    Created tablespace.

    SQL > select file_name in dba_data_files;

    FILE_NAME

    --------------------------------------------------------------------------------

    +Data/orcl2/datafile/users.259.859820983

    +Data/orcl2/datafile/undotbs1.258.859820983

    +Data/orcl2/datafile/SYSAUX.257.859820983

    +Data/orcl2/datafile/system.256.859820981

    +Data/orcl2/datafile/example.269.859821049

    +Data/orcl2/datafile/Test1.271.859843053

    6 selected lines.

    SQL > alter tablespace TEST1

    2 Add datafile ' + DATA / mynewfile01.dbf ' size 2 m;

    Tablespace altered.

    SQL > select file_name in dba_data_files;

    FILE_NAME

    --------------------------------------------------------------------------------

    +Data/orcl2/datafile/users.259.859820983

    +Data/orcl2/datafile/undotbs1.258.859820983

    +Data/orcl2/datafile/SYSAUX.257.859820983

    +Data/orcl2/datafile/system.256.859820981

    +Data/orcl2/datafile/example.269.859821049

    +Data/orcl2/datafile/Test1.271.859843053

    + DATA / mynewfile01.dbf

    Thank you

  • RAC + ASM: Grid OCR and VotingDisk - installer puts on simple Diskgroup

    Hi all

    It seems that the grid Setup does me not to choose/create more than 1 (one) Diskgroup OCR and voting disk. Am I missing something, or is it best practice?

    I thought it would have been good to multiplex OCR/vote at least 2 different ASM starts...

    I'm also confused because the oracle documentation says that, for most installations, starts at only 2 would be enough ("Data + index + LOBs" and "FRA").

    In a matter of fact, what I was planning to do is have 3 starts in this configuration (data, index + LOBs, FRA) and have OCR and vote multiplexes on TWO 'data' and 'Index + LOB '. But now I don't know if the sharing of data and indexes have a meaning, ASM...

    (1) that it makes sense (the fact I want to multiplex OCR + vote)?
    (2) how to achieve the result desired during the installation, if possible (multiplexing OCR + vote)?
    (3) to other recommendations (for example using a 4th Diskgroup, or should I use only 2 of them)?
    (4) with ASM, is it still wise to separate the data and the indexes on different starts?

    Thanks for your help

    Hello

    rlomba wrote:
    Hi all

    It seems that the grid Setup does me not to choose/create more than 1 (one) Diskgroup OCR and voting disk. Am I missing something, or is it best practice?

    My recommendation: this first diskgroup you can use to store your files with the right to vote and the OCR, and later, you can create another small diskgroup add OCR and move ASMSPFILE to this new diskgroup.

    Vote files can be stored in a single diskgroup.

    I thought it would have been good to multiplex OCR/vote at least 2 different ASM starts...

    I'm also confused because the oracle documentation says that, for most installations, starts at only 2 would be enough ("Data + index + LOBs" and "FRA").

    In a matter of fact, what I was planning to do is have 3 starts in this configuration (data, index + LOBs, FRA) and have OCR and vote multiplexes on TWO 'data' and 'Index + LOB '. But now I don't know if the sharing of data and indexes have a meaning, ASM...

    (1) that it makes sense (the fact I want to multiplex OCR + vote)?

    I really do not recommend putting database files and clusterware together. This may disturb the management of the environment and could dowtime. (for example, you can never stop the diskgroup)
    for example: files with right to vote are not stored in the diskgroup (+ data), they are placed directly into asmdisk, then in case of maintenance in the diskgroup, for example to increase the size of the lun, you can just delete the asmdisk, you must move the files with right to vote in another place and realize the diskgroup maintenance.

    Dowtime? Yes... You can move only the voice and the ocr without interruption of service, but to move ASMSPIFILE, you need downtime. This is necessary for ASM using new SPFILE and release the old Diskgroup. * ORA-15027: active use of the diskgroup opposes its release (with no connected customer database) [ID 1082876.1*]

    (2) how to achieve the result desired during the installation, if possible (multiplexing OCR + vote)?

    You can't get the result desired during installation, but you can reconfigure at the end of the installation.

    Read:
    {message: id = 10028550}
    I recommend you read the entire thread above

    (3) to other recommendations (for example using a 4th Diskgroup, or should I use only 2 of them)?

    My recommendation, OCR and ASM SPFILE (diskgroup1), MIRROR of the OCR and VOTING QUEUES (DISKGROUP 2), FILES of DATABASE (DISKGROUP3), ONLINELOG (4 Diskgroup in an array with RAID 10) and FRA (DISKGROUP 5)

    Read:
    {message: id = 9676881}

    (4) with ASM, is it still wise to separate the data and the indexes on different starts?

    If you use different tables in the storage of data and indexes, perhaps, but I recommend doing this only if you have performance issues and you did the test and know there will be benefits if you don't have a reason why I do not recommend this because it increases the administration of storage, ASM and data base.

    Read about the use of different tablespace for data and indexes.
    {: identifier of the thread = 2189138}

    More 1 diskgroup using database files must be careful, because the Oracle restore can only use a single diskgroup.
    http://levipereira.WordPress.com/2011/10/25/tip-hint-db_create_file_dest-behavior-when-using-ASM/

    Kind regards
    Levi Pereira

  • ASM diskgroup with different disc size

    Hello

    DB: 10.2.0.4
    Operating system: AIX 5.3 64-bit L

    I have installation on 10g RAC ASM with node 2. It has the only Eve on ASM.

    Total DB size is 250 GB.
    Total size of FRA is 700 GB.

    My FRA diskgroup to archivelog (also holds multiplex controlfile) each size of 50 GB drive. Even if I set the retention period for 1 day, backup to disk, rman getting failed, due to space issues. So I manually delete obsolete data report and rerun backup.

    I want to add the workspace to FRA diskgroup regarding adding disks to FRA diskgroup. But, I have 100 GB drives available , it's not the same waist size of current existing FRA disc (50 GB).

    Here's my question

    (1) that I can Add the size different to the same diskgroup disc ?. If I add, are there performance problems?
    My all data files are out of FRA diskgroup and there are someother diskgroup.

    (2) if FRA diskgroup 50 GB and 100 GB of disks, and then how the archivelog and backup data will be erased?
    Will the data stored up to 50 GB in all disks in FRA, even * 100 GB * disc is?.

    (3) while doing recovery with different size of disk at diskgroup, what kind of problems can I face in performance wise?

    (4) can I remove any diskgroup 50 GB disks and add the 100 GB drive, so that I can increase the size of the disk in the same diskgroup?. I'll remove it and add at the same time.

    (5) add disks redundant external diskgroup , I'm ok with the following query?

    ALTER DISKGROUP FRA add DRIVE ' </dev/rhdsk1 >', </dev/rhdsk2 > ', </dev/rhdsk3 > ';


    Please help me on my doubts above.

    Thank you and best regards,
    Therese

    Hi Sunand,

    (1) can I add different diskgroup disc even size?. If I add, are there performance problems?
    My all data files are out of FRA diskgroup and there are someother diskgroup.

    A minimum of four (Oracle ASM disks) LUNS of equal size and performance is recommended for each disk group

    (2) if FRA diskgroup 50 GB and 100 GB of disks, and then how the archivelog and backup data will be erased?
    Data are saved up to 50 GB in all disks of FRA, same 100 GB drive is it?

    Oracle ASM data distribution policy is based on the ability. Ensure that the Oracle ASM disks in a disk group have the same ability to maintain balance.

    (3) while doing recovery with different size of disk at diskgroup, what kind of problems can I face in performance wise?

    Ensure that all Oracle ASM disks in a disk group have similar performance characteristics and the availability of storage. In configurations of storage with dimmers of mixed speed, for example, 10 K and 15 K rpm, i/o performance is limited by the slow speed control.

    (4) can I remove any diskgroup 50 GB disks and add the 100 GB drive, so that I can increase the size of the disk in the same diskgroup?. I'll remove it and add at the same time.

    Yes. First, you add the 100 GB drive and then remove the drives from 50 GB.

    (5) to add disks to external redundancy diskgroup, I'm ok with the following query?
    ALTER DISKGROUP FRA ADD DRIVE ",", ";

    Redundancy is controlled by the diskgroup. Then simply add the disks.

    e.g ALTER DISKGROUP FRA ADD DISK '/dev/rhdsk1', '/dev/rhdsk2', '/dev/rhdsk3';
    

    See doc below... Here are all your anwser.

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14231/storeman.htm#i1014729

    Kind regards
    Levi Pereira
    http://levipereira.WordPress.com

  • Why we cannot create a folder with the name con

    Hello Sir,

    I wan't to know the reason for why we cannot create or rename a folder with the name "con" as the other folder names. But I know that we can create this type of file using cmd.
    Thank you.
    Mihir Mani prasad

    CON is a reserved word and cannot normally be used as a folder name.  This also applies to: PRN, to THE, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

  • my project file will not open as it was created on a newer version of Adobe Premiere Pro and cannot be opened with this version. What I download?

    my project file will not open as it was created on a newer version of Adobe Premiere Pro and cannot be opened with this version. What I download?

    You should be able to update your version and get things working again.

  • 11.2.0.3 Pri RAC ASM with failover standby Post normal FileSys Active

    The architecture consists of two node rac asm primary and a normal file system active standby on Oracle 11 g 2 11.2.0.3. With the Basic Configuration of broker.

    Made a move to the managed broker and not the file system Normal has the main role and the eve consists of two node rac asm. I want to switchback, i.e., former principal-> former role primary and Standby-> role of Eve.

    However, my broker contains the following:
    DGMGRL > show configuration detailed;

    Configuration - DG_PRI_CFG

    Protection mode: MaxPerformance
    Databases:
    EVE - primary database
    WARNING: ORA-16829: accelerated failover configuration is trolling

    KEMETRAC - (*) Physical standby database
    Error: ORA-16810: multiple errors or warnings found for the database

    (*) Fast failover target

    Properties:
    FastStartFailoverThreshold = "95"
    OperationTimeout = "30"
    FastStartFailoverLagLimit = "95"
    CommunicationTimeout = "180"
    FastStartFailoverAutoReinstate = 'TRUE '.
    FastStartFailoverPmyShutdown = 'TRUE '.
    BystandersFollowRoleChange = "ALL".

    Fast-Start Failover: ENABLED

    Threshold: 95 seconds
    Target: KEMETRAC
    Observer: emcc.respecti.com
    Offset limit: 95 seconds
    Primary closure: TRUE
    Auto-Rétablir: TRUE

    The configuration status:
    ERROR



    I found a recommendation to increase the value of FastStartFailoverThreshold = '90';
    Although I still meet the above configuration error.

    Recommendations are appreciated!

    Published by: 783527 on March 12, 2012 19:41

    Hello

    According to the guidelines of your output, you can see log files waiting for new primary forward, but you haven't posted from sleep mode if you have set up the standby redo log files or not?
    This problem occurs only if there is an incorrect configuration , reconfigure then again by abandonment & recreating.

    Sleep mode: -.

    SQL > select group #, sequence #, bytes/1024/1024, used condition, stored in v$ standby_log;
    SQL > select group #, thread #, sequence #, bytes/1024/1024, archived, the journal of v status $;

    Check out these links
    http://docs.Oracle.com/CD/E11882_01/server.112/e17022/log_transport.htm#BABCBEGJ
    http://www.Pythian.com/news/581/Oracle-standby-redo-logs/

Maybe you are looking for