Quick Beginnings for DB2 Connect Enterprise Edition

| If you want to use an existing user or group ID, you do not need to
create new ones at this time. Instead, you can proceed to the next
step.
|
You must be a user with root authority to perform the following:
- Create a system administration (SYSADM) group that will be the primary
group of the user ID for the instance owner. Any user of the instance
owner that belongs to the SYSADM group will have system administrator
authority for a given instance.
Next, create a user ID that will be the instance owner. This user ID
will be the name of the instance. Make this user's primary group
the SYSADM group you created. In our examples, the instance user ID is
db2inst1 and the SYSADM group is dbadmin1.

| Dedicate the instance owner user ID to that instance's use
only. This allows for easier error recovery if a system error
occurs.
|
- Use SAM or groupadd to create groups,
and SAM or useradd to create users. For
example:
groupadd dbadmin1
useradd -g dbadmin1 -d /home/instl -m db2inst1
passwd db2inst1
For security reasons, we recommend that you do not use the instance name as
the FencedID. However, if you are not planning to use fenced user
defined functions or stored procedures, you can set the FencedID to the
instance name instead of creating another user for the FencedID.
Notes:
- You have to repeat Steps 1 and 2 above to create a user name and group
name for the Administration Server. You must use different user IDs for
the Administration Server and a DB2 instance (for example, db2as
and db2inst). For security reasons, you should not use the
primary group of a DB2 instance as the primary group for the user ID for the
Administration Server. It is recommended that you create a different
group ID (for example, db2asgrp).
- In addition to the rules imposed by the operating system for login names
and groups, you must also adhere to the rules described in Appendix G. Naming Rules.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
[ DB2 List of Books |
Search the DB2 Books ]