Hello,
I have an installed Oracle 11gR2 single instance database, using file system.(No ASM)
I would like to use Oracle restart to automatically restart the instance and the listener after reboot.
When installing using response file, I am getting the following error:
[grid@db grid]$ ./runInstaller -silent -responseFile /opt/Linux_installs/restart/grid/response/grid_install.rsp
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 23763 MB Passed
Checking swap space: must be greater than 150 MB. Actual 16479 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-06-21_09-21-07PM. Please wait ...
[grid@db grid]$ [FATAL] [INS-30504] Missing ASM disk group name.
CAUSE: ASM disk group name was not entered in the text field.
ACTION: Enter a valid ASM disk group name.
[FATAL] [INS-30507] Empty ASM disk group.
CAUSE: No disks were selected from a managed ASM disk group.
ACTION: Select appropriate number of disks from a managed ASM disk group.
[grid@db grid]$
It 's a must to have ASM in order to install Oracle restart?
Any help,
Thank you