706 IBM WebSphere Portal for Multiplatforms V5 Handbook
– local
Names cannot begin with:
–IBM
–SQL
–SYS
Names cannot include accented characters.
We recommend that you use lowercase for user and group names in Unix.
C.1 Creating DB2 groups
Create a group for the instance owner, one for the user that will execute UDFs or
stored procedures and one for the DB2 Administrator user.
Log on as root and execute the following commands:
mkgroup db2iadm1
mkgroup db2fadm1
mkgroup dasadm1
C.2 Creating DB2 users
Create a user that will belong to each group you have created previously.
Log on as root and execute the following commands:
mkuser pgrp=db2iadm1 groups=db2iadm1 home=/home/db2inst1 core=-1
data=491519 stack=32767 rss=-1 fsize=-1 db2inst1
mkuser pgrp=db2