DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: ASM Configuration

  1. #1
    Join Date
    Apr 2001
    Location
    Vadodara, India
    Posts
    249

    ASM Configuration

    I am new to 10g. I am learing 10g using DOC.

    I am facing problem related to ASM.

    O/S : RHEL 4.

    On test machine i have configure ASM and it works fine. Disk group is on secondary HDD which has two partitions.

    Now I have drop the database using DBCA. Also delete the partition of secondary HDD using fdisk and recreate new two partions.

    Now when I am trying to configure ASM using DBCA, it shows old configuration.

    How to reconfigure ASM?

  2. #2
    Join Date
    Nov 2006
    Location
    Sofia
    Posts
    630
    Delete the old disk group and create new

  3. #3
    Join Date
    Apr 2001
    Location
    Vadodara, India
    Posts
    249
    Thanks for your reply.

    It will not allow me to delete as I have aready delete database using DBCA.

  4. #4
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    You need to
    dd if=/dev/zero of=/dev/sd01 bs=1024
    dd if=/dev/zero of=/dev/sd02 bs=1024

    and then
    /etc/init.d/oracleasm configure

    and then recreate the disks again

    /etc/init.d/oracleasm createdisk datadg /dev/sd01

    regards
    Hrishy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width