 |
The root user should create the following user groups
and user IDs before performing any database operations.
Group Name |
Description |
dsinsg |
This is an CES instance owner user group. All
CES instances are created by the user (dsinst<n>) of this group.
The SYSADMIN user called aspadm also belongs to this group. |
dsprocg |
This is the user group to which the stored
procedure user id, dsproc belongs. |
cisdbag |
This is the user group to which the cisdba user
belongs. |
dsg |
Normally, this is the user group to which the
CES Database Server release installer user, ds belongs. |
User Name |
Description |
dsinst<n> |
This is an instance owner user id. This user
belongs to the dsinstg group. For each instance, you must create
a separate dsinst<n> user id. This user will have a umask of
027. |
aspadm |
This user is the SYSADMIN user for all DB2
database instances and databases. This user belongs to dsinstg
group. |
dsproc |
This is a stored procedure user id. This user
belongs to user group called dsprocg. |
cisdba |
This user belongs to the cisdbag group and is
used to establish a connection between the CES Database Server
and the application. All the CES database objects (tables,
views, and so on) are created by this user. In addition, data
manipulation activities (such as insert, update, delete and so
on) and queries (select) will be done by this user. |
ds |
This user belongs to the dsg user group and it
installs the ds®?s CES Database Server releases. |
|