Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

"ORA-15018: diskgroup cannot be created" during installation of Grid Infrastructure 12cR1

Tmorita-OracleDec 9 2018 — edited Dec 10 2018

Hi, all

During installation of 12c Grid Infrastructure on Oracle Linux7 in virtual box, asmca process always failed by ORA-15018 error.

Install option is "Install and Configure Oracle Grid Infrastructure for a Standalone Server".

I found ORA-15018 error in installActions log file.

I could not find any other ORA error.

INFO: Executing ASMCA

INFO: Command /u01/app/grid/product/12.1.0/grid/bin/asmca -silent -oui_internal -configureASM -diskGroupName CLSDG -diskList /dev/sdk1,/dev/sdj1,/dev/sdi1 -redundancy NORMAL -au_size 4

INFO: ... GenericInternalPlugIn.handleProcess() entered.

INFO: ... GenericInternalPlugIn: getting configAssistantParmas.

INFO: ... GenericInternalPlugIn: checking secretArguments.

INFO: ... GenericInternalPlugIn: starting read loop.

INFO: Read: SYS_PASSWORD_PROMPT

INFO: Processing: SYS_PASSWORD_PROMPT for argument tag -sysAsmPassword

INFO: Read: ASMSNMP_PASSWORD_PROMPT

INFO: Processing: ASMSNMP_PASSWORD_PROMPT for argument tag -asmMonitorPassword

INFO: End of argument passing to stdin

INFO: Read:

WARNING: Skipping line:

INFO: Exceeded the number of arguments passed to stdin. CurrentCount:3 Total args:2

INFO: Read: Configuring ASM failed with the following message:

WARNING: Skipping line: Configuring ASM failed with the following message:

INFO: Exceeded the number of arguments passed to stdin. CurrentCount:3 Total args:2

INFO: Read: One or more disk group(s) creation failed as below:

WARNING: Skipping line: One or more disk group(s) creation failed as below:

INFO: Exceeded the number of arguments passed to stdin. CurrentCount:3 Total args:2

INFO: Read: Disk Group CLSDG creation failed with the following message:

WARNING: Skipping line: Disk Group CLSDG creation failed with the following message:

INFO: Exceeded the number of arguments passed to stdin. CurrentCount:3 Total args:2

INFO: Read: ORA-15018: diskgroup cannot be created

WARNING: Skipping line: ORA-15018: diskgroup cannot be created

INFO: Exceeded the number of arguments passed to stdin. CurrentCount:3 Total args:2

INFO: Read:

WARNING: Skipping line:

INFO: Exceeded the number of arguments passed to stdin. CurrentCount:3 Total args:2

INFO: Read:

WARNING: Skipping line:

/dev/sdk,/dev/sdj and /dev/sdi are virtual box VHD file.

The partitions, /dev/sdk1,/dev/sdj1 and /dev/sdi1 were craeted by fdisk command. Disk label type are dos.

There is not oracleasm directory under /dev directory.

Let me know how to proceed asmca step of Oracle Grid Infrastructure 12cR1 installation.

Regards

pastedImage_0.png

Comments

Post Details

Added on Dec 9 2018
2 comments
1,312 views