+

Search Tips   |   Advanced Search

AIX stand-alone: Create groups and assign users


Before transferring the databases to DB2 , create the users and groups specified in wkplc_dbdomain.properties and assign the users to their corresponding group. The user and group names must comply with both the database management system software requirements and WebSphere Portal requirements.

  1. If you have provided a value in wkplc_dbdomain.properties indicating that a runtime user should be used to connect to the database at runtime, create a user for...

      dbdomain.DbRuntimeUser

    When creating these users, use the same user ids and passwords entered in wkplc_dbdomain.properties.

  2. If you have provided a value in wkplc_dbdomain.properties for dbdomain.DbRuntimeRoleName, create a group for...

      dbdomain.DbRuntimeRoleName

  3. Assign the created user for dbdomain.DbUser to the created group for dbdomain.DbConfigRoleName.

  4. If dbdomain.DbRuntimeUser is specified, assign the created user for dbdomain.DbRuntimeUser to the created group for dbdomain.DbRuntimeRoleName.


Parent: AIX stand-alone: Set up a DB2 database
Previous: AIX stand-alone: Install DB2
Next: AIX stand-alone: Modify DB2 database properties