IBM Support

DBI1088E while running db2icrt

Troubleshooting


Problem

I am trying to run db2icrt and receive a permission error. I have run the db2icrt as an ID with sudo access, and also as user root. Either way the same error DBI1088E occurs.

Cause

This is a permission issue.

Resolving The Problem

The following two actions might resolve the issue:

  1. While logged in as user root, go to the home directory for the instance and check the mount point of the directory by executing the following command:

    Example:

      /usr/bin/su db2inst1 -c /bin/pwd


    In this example, the instance is named db2inst1. If this command fails you should check the directory mount point of the file system to make sure access permission is not restricted. You can also try giving the ownership and permission's of the mount point to the instance owner.

  2. If the permissions do not include "r" and "x", unmount the drive, change the permissions, and remount the drive.

    Example:
    [<code>]
      unmount /<directory>
      chown <instance_owner> /<directory>
      chmod  755 /<directory>
      mount /<directory>

Related Information

[{"Product":{"code":"SSEPGG","label":"Db2 for Linux, UNIX and Windows"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Component":"OTHER - Uncategorised","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"}],"Version":"9.7;9.5;10.1;10.5","Edition":"Enterprise Server;Express;Personal;Workgroup Server","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Product Synonym

DB2 LUW

Document Information

Modified date:
16 June 2018

UID

swg21397962