Problem:
Checking CRS home location...
PRVG-1013 : The path "/u01/app/grid" does not exist or cannot be created on the nodes to be added
Shared resources check for node addition failed
Cause;
New node grid home is set as existing home permision.
Existing Node:
[root@rac1 ~]# ls -ld /u01/app/grid
drwxr-xr-t 3 root oinstall 4096 Sep 18 10:28 /u01/app/grid
Solution:
On the new database node, change the directory permissions to GI home owner (say grid user).
For example, if the Grid Infrastructure Install user is grid and install group is oinstall, then do.
# chown -R grid:oinstall /u01
Once that is changed, the cluvfy/addNode.sh completes successfully.
Checking CRS home location...
Shared resources check for node addition passed