Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> 9i Backup with Emgr on Red Hat AS3 VNI-2027

9i Backup with Emgr on Red Hat AS3 VNI-2027

From: Steve <saustin_at_hsius.com>
Date: 18 May 2005 06:58:55 -0700
Message-ID: <1116424735.524329.112090@f14g2000cwb.googlegroups.com>


Hi,

   Is there any hope for using 9i enterprise manager to schedule a backup of an oracle instance on a Red Hat AS3 server ? Keep getting a "VNI-2027 : Intelligent Agent executible does not have root access" error message. Metalink suggests....fact: UNIX Generic fact: Oracle Enterprise Manager
fact: Oracle Intelligent Agent
symptom: Job fails
symptom: VNI-2027: Intelligent Agent executible does not have root access.
cause: The Agent is normally configured by root.sh as a setuid program. If
root.sh
was successful, the Agent will have been installed as setuid root so that the
Agent can run jobs as the users whose name and password are given in the
Preferred Credentials for that host.

fix:

Verify the root.sh has been run successfully ls -la $ORACLE_HOME/bin/dbsnmp

The output of the ls -la command for dbsnmp should be in the form: -rwsr-s--- 1 root dba 2885776 Jun 12 21:04 dbsnmp

If this is not the output:
You should run $ORACLE_HOME/root.sh shell script as root user or modify the
agent executable by doing the steps below as root user: chown root $ORACLE_HOME/bin/dbsnmp
chmod 6750 $ORACLE_HOME/bin/dbsnmp

This still does not clear the error. Any ideas greatly appreciated. Thanks, Steve. Received on Wed May 18 2005 - 08:58:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US