Go to main content

Oracle® Solaris Cluster Data Service for Oracle Database Guide

Exit Print View

Updated: September 2019
 
 

Verifying Oracle Grid Infrastructure Software Installation

After installing Oracle Grid Infrastructure software, you can verify that Oracle Grid Infrastructure software is installed and the Oracle ASM disk group is mounted on a cluster node by performing the following steps on the Oracle ASM instance.

# sqlplus  "/ as sysasm"
sql>	select * from v$sga;
sql>	select name,state from v$asm_diskgroup;
sql>	exit;
#