If you do not already have a user ID to own the instance and a system administration group ID that is the primary group of the instance owner, create these as follows:
For example, to create a group named dbadmin1 on SCO OpenServer, type:
groupadd dbadmin1
Use the appropriate command for the other operating systems when you create a group.
For example, to create a user named inst1 on SCO OpenServer, type:
useradd -g dbadmin1 -G dbadmin1 -d /home/inst1 inst1 passwd inst1
Use the appropriate command for the other operating systems when you create a user.
![]() |
|