Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Oracle ASM RPM Installation and Configure

There was a problem with Node2 ASM rpm, so we have re-installed and configured the ASM.
Removing the rpm
[root@rac-node2 u01]# rpm -e oracleasmlib-2.0.4-1.el5
[root@rac-node2 u01]# rpm -e oracleasm-2.6.18-238.el5-2.0.5-1.el5
[root@rac-node2 u01]# rpm -e oracleasm-support-2.1.7-1.el5
warning: /etc/sysconfig/oracleasm saved as /etc/sysconfig/oracleasm.rpmsave
[root@rac-node2 u01]#
Verify ASM rpm
[root@rac-node2 u01]# rpm -qa |grep oracle
no ASM rpm is there.
Installing ASM RPM again
[root@rac-node2 u01]# rpm -ivh oracleasm-support-2.1.7-1.el5.x86_64.rpm
warning: oracleasm-support-2.1.7-1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
Preparing... ########################################### [100%]
 1:oracleasm-support ########################################### [100%]
[root@rac-node2 u01]# rpm -ivh oracleasm-2.6.18-238.el5-2.0.5-1.el5.x86_64.rpm
warning: oracleasm-2.6.18-238.el5-2.0.5-1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
Preparing... ########################################### [100%]
 1:oracleasm-2.6.18-238.el########################################### [100%]
[root@rac-node2 u01]# rpm -ivh oracleasmlib-2.0.4-1.el5.x86_64.rpm
warning: oracleasmlib-2.0.4-1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
Preparing... ########################################### [100%]
 1:oracleasmlib ########################################### [100%]
[root@rac-node2 u01]#
Configure ASM
[root@rac-node2 u01]# /etc/init.d/oracleasm configure
Configuring the Oracle ASM library driver.
This will configure the on-boot properties of the Oracle ASM library
driver. The following questions will determine whether the driver is
loaded on boot and what permissions it will have. The current values
will be shown in brackets ('[]'). Hitting <ENTER> without typing an
answer will keep that current value. Ctrl-C will abort.
Default user to own the driver interface [oracle]: grid
Default group to own the driver interface [dba]: asmadmin
Start Oracle ASM library driver on boot (y/n) [y]: y
Scan for Oracle ASM disks on boot (y/n) [y]: y
Writing Oracle ASM library driver configuration: done
Initializing the Oracle ASMLib driver: [ OK ]
Scanning the system for Oracle ASMLib disks: [ OK ]
[root@rac-node2 u01]#

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction