免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5334 | 回复: 5
打印 上一主题 下一主题

在AIX上安装DB2时出错提示,该如何解决? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-07-23 10:30 |只看该作者 |倒序浏览
我已经将/home文件夹的权限设为777了,系统还是报错,下面是log文件的报错信息,那位知道该怎么解决,万分感谢
ERROR:An error occurred during the execution of the command
"/usr/opt/db2_08_01/instance/dascrt  -u db2as -d". The DB2 Administration
Server may not function properly. The return value is "1".

ERROR:## call function create_das
## call function find_primgrp db2as
## User primary group = system
## exit function find_primgrp
## call function mkdirectory /home/db2as/das
## Created directory "/home/db2as/das"
## exit function mkdirectory
## call function chg_owngrp db2as system /home/db2as/das
## exit function chg_owngrp
## call function mkpermission u=rwx,g=rwxs,o=rwx,+t /home/db2as/das
## exit function mkpermission
DBI1088E Invalid access permission detected for directory
          /home/db2as/das.

Explanation:

There may be several reasons for this error. It is likely that
one of the following situations has occurred:

   Either the given name is not a directory, or it does not have
    read and execute permission.

   The given directory can be created but cannot be accessed.
    It could be that the permissions on any of its parent
    directories in its path have been set incorrectly.



User Response:

Check permissions for the given directory and restart the install
process.  Suggested directory permissions are u=rwx,go=rx.

DBI1079I Output is saved in the log file /tmp/dascrt.log.10746.

Explanation:

All processed and failed operations have been saved into this log
file.

User Response:

Do not modify this file in any way. This file is for IBM
Technical Support reference.


ERROR:One or more errors occurred while creating the DB2 Administration Server.The DB2 Administration Server may not function properly. Please create the DB2 Administration Server manually. If the problem persists please contact your technical service representative.

Creating the DB2 Administration Server:.......Failure
Initializing instance list:.......Success
Customizing DB2 instance configuration:.......Success
Command to be run: "/usr/opt/db2_08_01/instance/db2icrt -a SERVER -s ese -u db2fenc1 -w 32 -p db2c_db2inst1 db2inst1".
ERROR:An error occurred while creating the instance "db2inst1". The return code is "1". Create the instance manually using the command 'db2icrt'.

ERRORBI1088E Invalid access permission detected for directory
          /home/db2inst1.

Explanation:

There may be several reasons for this error. It is likely that
one of the following situations has occurred:

   Either the given name is not a directory, or it does not have
    read and execute permission.

   The given directory can be created but cannot be accessed.
    It could be that the permissions on any of its parent
    directories in its path have been set incorrectly.



User Response:

Check permissions for the given directory and restart the install
process.  Suggested directory permissions are u=rwx,go=rx.

DBI1079I Output is saved in the log file /tmp/db2icrt.log.10748.

Explanation:

All processed and failed operations have been saved into this log
file. User Response:

Do not modify this file in any way. This file is for IBM
Technical Support reference.


ERROR:An error occurred while configuring the instance "db2inst1".

Creating DB2 instances:.......Failure
Registering DB2 licenses:.......Success
ERROR:An error occurred while updating the configuration parameter "DASADM_GRP"
to "system" for the DB2 Administration Server. The return value is "-7051".

ERROR:An error occurred while updating the DB2 Administration Server's
configuration with the specified administration group. Please ensure the
DASADM_GRP setting is correct by using the GET ADMIN CONFIGURATION command. To
modify the value of any DB2 Administration Server configuration parameter, use
the UPDATE ADMIN CONFIGURATION command.

Configuring the DB2 Administration Server:.......Failure
Updating global profile registry:.......Success
ERROR:Could not switch current DB2INSTANCE to "db2inst1". The return code is
"-2029059916".

ERROR:The installation program is unable to add the contact "contact1". The
return value is "5104". Please see the DB2 documentation for more information
about configuring health alert notifications.

Configuring health alert notifications:.......Failure
WARNING:A minor error occurred while installing "DB2 Universal Database
Enterprise Server Edition" on this computer. Some features may not function
correctly.

论坛徽章:
0
2 [报告]
发表于 2004-07-26 00:49 |只看该作者

在AIX上安装DB2时出错提示,该如何解决?

用什么用户装的?

论坛徽章:
0
3 [报告]
发表于 2004-07-26 10:12 |只看该作者

在AIX上安装DB2时出错提示,该如何解决?

我是用root用户装的

论坛徽章:
0
4 [报告]
发表于 2004-07-26 23:28 |只看该作者

在AIX上安装DB2时出错提示,该如何解决?

用root装不该有权限问题啊!
DAS就没安装成功!
试一下
chown bin:bin home
chmod -R 755 /home/db2as

论坛徽章:
0
5 [报告]
发表于 2004-07-28 14:25 |只看该作者

在AIX上安装DB2时出错提示,该如何解决?

非常感谢楼上的兄弟,好像是系统问题,我重装系统后就没这个问题了,还是很感谢:)

论坛徽章:
20
CU大牛徽章
日期:2013-04-17 11:48:26羊年新春福章
日期:2015-03-10 22:39:202015年中国系统架构师大会
日期:2015-06-29 16:11:282015亚冠之平阳省
日期:2015-07-31 09:19:042015七夕节徽章
日期:2015-08-21 11:06:17IT运维版块每日发帖之星
日期:2015-09-30 06:20:002015亚冠之柏太阳神
日期:2015-10-19 20:29:5915-16赛季CBA联赛之天津
日期:2016-11-29 14:03:4315-16赛季CBA联赛之北控
日期:2016-12-24 20:51:492015年辞旧岁徽章
日期:2015-03-03 16:54:15双鱼座
日期:2015-01-12 20:58:532014年中国系统架构师大会
日期:2014-10-14 15:59:00
6 [报告]
发表于 2010-03-19 14:17 |只看该作者
得用root用户安装
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP