1.install ASM Using ASMLib 19c
1.install ASM Using ASMLib 19c
We will see how to install standalone ASM for NON RAC database
It is also called as oracle restart or HAS
free -g
As root user:-
/usr/sbin/groupadd oinstall
/usr/sbin/groupadd dba
/usr/sbin/groupadd oper
/usr/sbin/groupadd asmdba
/usr/sbin/groupadd asmadmin
/usr/sbin/groupadd asmoper
Verify once :
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.
7. Provision raw disk by doing partiton to existing disk or by adding virtual disk
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table. The new table will be used at
Syncing disks.
#partprobe
https://www.oracle.com/database/technologies/oracle19c-linux-downloads.html
LINUX.X64_193000_db_home.zip
LINUX.X64_193000_grid_home.zip
mkdir -p /u002/app/oracle/product/19.3.0/grid
mkdir -p /u002/app/gridbase
mkdir -p /u002/app/oraInventory
RDBMS
Next is to Install RDBMS Software 19c
su - oracle