Oracle Universal Installer (OUI) abruptly closes without responding during the installation of Oracle Grid Infrastructure 11.2.0.4 on SF Oracle RAC nodes running on Solaris operating systems.
Problem
During the installation of Oracle Grid Infrastructure 11.2.0.4 on SF Oracle RAC nodes running Solaris 10 or Solaris 11 operating systems,
the Oracle Universal Installer (OUI) abruptly closes without responding if the “Shared File System” option is
selected on the “Oracle Cluster Registry” page of the installer.
Error Message
The following error is displayed:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xffffffff7eb3c7f8, pid=77, tid=698
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_51-b10 mixed mode)
# Problematic frame:
# C [libc.so.1+0x3c7f8]
#
Solution
To resolve the issue, perform the following steps:
1. For “Typical Installation” of Oracle Grid Infrastructure 11.2.0.4, use the following command:
#./runInstaller -J-Doracle.install.cvu.getSharedPartitionList=false \
-J-Doracle.install.cvu.checkSharedStorageFileSystemType=false \
-J-Doracle.install.grid.validate.QuickInstallUI=false
Note: The option "-J-Doracle.install.grid.validate.QuickInstallUI=false" skips validations on the "Specify Install Locations" page.
Ensure that you provide correct inputs for all the fields on this page, that is, manually verify the inputs before proceeding with the installation.
2. For “Advanced Installation” of Oracle Grid Infrastructure 11.2.0.4, use the following command:
# ./runInstaller -J-Doracle.install.cvu.getSharedPartitionList=false \
-J-Doracle.install.cvu.checkSharedStorageFileSystemType=false \
-J-Doracle.install.grid.validate.OCRStorageUI=false \
-J-Doracle.install.grid.validate.VDSKStorageUI=false
Note: The above options skip all the checks for Oracle Cluster Registry and voting disk storage.
Ensure that you manually verify the location provided before proceeding with the installation.
Applies To
SF Oracle RAC nodes running Solaris 10 or Solaris 11 operating systems