Oracle 26ai- Installing Oracle Grid Infrastructure for a Standalone Server Using the Command-Line Interface
Before Oracle AI Database 26ai , Oracle Grid Infrastructure could be installed using a response file . For example( using a response file ): ./gridSetup.sh -silent \ INVENTORY_LOCATION=/oraInventory \ SELECTED_LANGUAGES=en \ ORACLE_BASE=/grid/base \ oracle.install.option=HA_CONFIG \ oracle.install.asm.OSDBA=asmdba \ oracle.install.asm.OSOPER=asmoper \ oracle.install.asm.OSASM=asmadmin \ oracle.install.crs.config.autoConfigureClusterNodeVIP= false \ oracle.install.asm.diskGroup.name=ASM \ oracle.install.asm.diskGroup.redundancy=EXTERNAL \ oracle.install.asm.diskGroup.diskDiscoveryString= 'ORCL:*' \ oracle.install.asm.diskGroup.disks=ORCL\:ASM01 \ oracle.install.asm.SYSASMPassword=Your_Password \ oracle.install.asm.monitorPassword=Your_Password \ -ignorePrereqFailure At the end of the installation, the installer displays a message similar to the following: As install user, execute the following command to complete the configuration. /grid/19.25/gridSetup.sh -execut...