oraclebase / vagrant

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

Ol8-19-rac1 #20

Closed AritzaSm closed 3 years ago

AritzaSm commented 3 years ago

It gets stuck for ever after grid root scripts

default: ******************************************************************************
default: Run grid root scripts. Thu Feb 18 23:38:28 UTC 2021
default: ******************************************************************************
default: Changing permissions of /u01/app/oraInventory.
default: Adding read,write permissions for group.
default: Removing read,write,execute permissions for world.
default: Changing groupname of /u01/app/oraInventory to oinstall.
default: The execution of the script is complete.
default: Changing permissions of /u01/app/oraInventory.
default: Adding read,write permissions for group.
default: Removing read,write,execute permissions for world.
default: Changing groupname of /u01/app/oraInventory to oinstall.
default: The execution of the script is complete.
default: Check /u01/app/19.0.0/grid/install/root_ol8-19-rac1_2021-02-18_23-38-28-757613879.log for the output of root script
oraclebase commented 3 years ago

Hi.

The only time I've seen people have problems like this is when their host machine in under powered. Too few cores and/or not enough memory.

Remember, this is a 2 node RAC with a DNS server. The absolute minimum you should have is 16G of RAM, with all other apps closed. From a CPU perspective, if you open up task manager, or check top on a Linux/Mac host, and you see the CPU is being hammered, it's a safe bet to say it is still working, but just very slow.

Also remember the shared disks are just virtual disks on your physical disk. If you are using a hard drive, rather than SSD, it's going to be slower when dealing with disk.

Cheers

Tim...

AritzaSm commented 3 years ago

Nope, not the case. 24GB of RAM and dedicated CPU with SSD drive. I've used config file with no modifications just in case. I left more than 12 hours. Grid services seems to be running in the 1st node. After Grid install de 1st node restart by itself.

Thanks

oraclebase commented 3 years ago

OK. That's good.

Can you log into both RAC nodes and use "top" to see what the RAC nodes are doing? I would be interested to know:

Also, does everything look OK on the host machine?

FYI: I would not expect a restart of any nodes along the way.

oraclebase commented 3 years ago

BTW: I've just run a fresh build and it went through fine, so I don't think there is something fundamentally wrong with the build.

AritzaSm commented 3 years ago

THANKS, New fresh build went smoothly. I added 8GB per node just in case. Now it works perfectly.

Thank You!

oraclebase commented 3 years ago

Awesome! :)