Thursday 28 August 2014

configure oracle asm disks

1) Configuring Private IP on the both servers.

2) Installing oracleasm packages on the server based on the kernel version installed.

3) After Installing packages we need to configure oracleasm using the following steps.
              
  a) Configure the oracleasm using the following command.
        /etc/init.d/oracleasm configure
        It will ask for Oracle User and Oracle group and boot options.
                  
  b) Once configuring we have to create ASM disks with the following command.
                    /etc/init.d/oracleasm createdisk GRID /dev/sdb
                    The above command will show you the status of creating disk is successful or not.
                  
  c) Once after configuring the disks we can see the ASM disks with the following command.
                    /etc/init.d/oracleasm listdisks
       /etc/init.d/oracleasm querydisk /dev/sdb

No comments:

Post a Comment