Users,Groups and OFA Compliant directory structure for 12c GRID and ORACLE
Hello Everyone
We are in the process of installing 12c GRID and Database on a stand alone server
The O/S is suse linux and we are required to create the users,groups and OFA compliant directory structure for GRID and ORACLE HOME manually before we begin the installation
Here is what we have come up with for groups, users and directory structure
Groups
======
# /usr/sbin/groupadd -g 54321 oinstall
# /usr/sbin/groupadd -g 54322 dba
# /usr/sbin/groupadd -g 54327 asmdba
# /usr/sbin/groupadd -g 54329 asmadmin
Users
====
# /usr/sbin/useradd -u 54321 -g oinstall -G asmadmin,asmdba grid
# /usr/sbin/useradd -u 54322 -g oinstall -G dba,asmdba oracle