oraclebase / vagrant

Vagrant Builds
https://oracle-base.com/
GNU General Public License v3.0
190 stars 167 forks source link

gridSetup.sh not found #34

Closed AS-Krishnan closed 1 year ago

AS-Krishnan commented 1 year ago

Very much grateful for your wonderful work @oraclebase .

I have almost completed the setup using your detailed steps. But struck with one issue.

gridSetup_notfound

It says that the "gridSetup.sh" file is not present under the folder path "u01/app/21.0.0/grid".

I even verified the same to find no files under the mentioned folder.

Folder_grid

oraclebase commented 1 year ago

Hi.

As with all the Vagrant builds, you have to download the Oracle software and put it in the "software" directory. It looks like you are trying to run the Vagrant build without first putting the software in the correct location.

In the README.md file you can see the directory structure containing all the files. That shows you where the software should be placed.

Cheers

Tim...

AS-Krishnan commented 1 year ago

Downloading and placing the below files (from this link) under the folders "/u01/software" & "/vagrant_software" helped to proceed further in the installation.

LINUX.X64_213000_db_home.zip LINUX.X64_213000_grid_home.zip

Note: It require an oracle account to login and download the files.

oraclebase commented 1 year ago

I've never seen this before. Questions:

1) Did you clone the repo or copy it? If you copied it and you are running on a Windows host, it's possible some of the files have the wrong terminators. This can produce weird issues. If you copied it, please make sure to "dos2unix" all files.

2) Did you alter anything in the config, or just run as is? If you altered anything, please revert it and start again.

3) When you had a failure, did you try to continue, or destroy everything and start from scratch? You should destroy all three VMs and build them in order, as described in the README.txt.