ERROR: NMO not setuid-root (Unix-only)错误的解决方法

网友投稿 510 2022-09-20

ERROR: NMO not setuid-root (Unix-only)错误的解决方法

ERROR: NMO not setuid-root (Unix-only)错误的解决方法

ERROR: NMO not setuid-root (Unix-only)错误的解决方法

小麦苗在使用GC搭建DG的时候报错“  NMO not setuid-root (Unix-only)  ”,网上搜索了半天,最后想起来是,安装agent后忘记执行root.sh脚本了,再执行该脚本后,问题解决。该脚本会把$AGENT_HOME/bin/nm*的几个文件的权限修改为root。执行完毕后重启agent即可。

1、在服务端OMS启动的情况下,在客户端执行:

./agentDownload.linux -b /u01/app/agentbase -m edsir1p8.us.oracle.com -r 7799 -y

安装过程中要输入server端的密码:Oracle123

2、安装完成要用root执行:[root@edsir4p1 ~]# sudo /u01/app/agentbase/agent11g/root.sh

解决方法:

重新执行$ORACLE_HOME/root.sh,问题得到解决.

数据库安装过程中已执行root.sh,怀疑是重建EM后需要重新执行root.sh,经测试不是,没有找出引起问题的原因.

ERROR: NMO not setuid-root (Unix-only)错误的解决方法

1、Was the root.sh script. ran?

1)、停止EM

[oracle@rtest ~]$ emctl stop dbconsole

Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0

Copyright (c) 1996, 2011 Oracle Corporation.  All rights reserved.

Oracle Enterprise Manager 11g Database Control ...

...  Stopped.

2)、运行root.sh

[root@rtest ~]# /u01/app/oracle/product/11.2.0/dbhome_1/root.sh

Performing root user operation for Oracle 11g

The following environment variables are set as:

ORACLE_OWNER= oracle

ORACLE_HOME=  /u01/app/oracle/product/11.2.0/dbhome_1

Enter the full pathname of the local bin directory: [/usr/local/bin]:

The contents of "dbhome" have not changed. No need to overwrite.

The contents of "oraenv" have not changed. No need to overwrite.

The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by

Database Configuration Assistant when a database is created

Finished running generic part of root script.

Now product-specific root actions will be performed.

Finished product-specific root actions.

3)、启动EM

[oracle@rtest ~]$

[oracle@rtest ~]$ emctl start dbconsole

Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0

Copyright (c) 1996, 2011 Oracle Corporation.  All rights reserved.

Oracle Enterprise Manager 11g Database Control .............. started.

------------------------------------------------------------------

Logs are generated in directory /u01/app/oracle/product/11.2.0/dbhome_1/rtest.localdomain_test0924/sysman/log

[oracle@rtest ~]$

2、Check the permission of the nmo and nmb executable found in $ORACLE_HOME/bin or $AGENT_OH/bin. Both should have the following permissions

[oracle@rtest ~]$ cd $ORACLE_HOME/bin

[oracle@rtest bin]$ ls -al nmo

-rws--x--- 1 root oinstall 44691 Jun 20 08:27 nmo

[oracle@rtest bin]$ ls -al nmb

-rws--x--- 1 root oinstall 34420 Jun 20 08:30 nmb

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Python编程求解第1天1分钱之后每天两倍持续一个月的等比数列问题
下一篇:网络第一章ISO --TCP/IP 模型
相关文章

 发表评论

暂时没有评论,来抢沙发吧~