Skip Headers

Oracle Enterprise Manager Messages Manual
Release 9.2.0

Part Number A96671-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

4
Agent Messages

NMS-00000 to NMS-00050: Agent Configuration and Startup


NMS-00001: Warning: service unable to connect to SNMP master agent.

Cause: An SNMP Master Agent is used to communicate with a third party SNMP monitoring console. The specified service could not contact the SNMP master agent. The master agent supported by Oracle for this platform is not installed, or has not been started. Messages specific to this platform follow.

This is a warning and does not prevent the agent from communicating with the console. If Oracle Enterprise Manager is the only monitoring console accessing this agent, the NMS-00001 error can be considered informational and should be ignored. Configuration of the SNMP Master Agent is not reguired for the Oracle Enterprise Manager Console.

Action: Consult Oracle documentation for your platform; then, make sure that the correct SNMP master agent is installed and started. The SNMP Master Agent and the Oracle Intelligent Agent must be configured correctly before the Oracle Intelligent Agent can communicate over SNMP to the Master Agent.

The Oracle Intelligent Agent needs to be configured. The 7.3.2.x agent required an SNMP.ORA file. All later versions of the Oracle Intelligent Agent are self-configuring and do not reguire the creation of an snmp.ora file.

Solution Explanation

1. The Oracle Intelligent Agent needs to be configured. The 7.3.2.x agent required an SNMP.ORA file. All later versions of the Oracle Intelligent Agent are self-configuring and do not reguire the creation of an snmp.ora file.

2. The SNMP Master Agent needs to be configured and started.

Configuring SNMP MASTER AGENT

After installing the Oracle Intelligent Agent, complete the following tasks:

The following files need to be verified:

  1. Edit the PEER MASTER AGENT file: (CONFIG.master)

    Edit the $ORACLE_HOME/network/snmp/peer/CONFIG.master file.

    Find the line beginning with "MANAGER" and change the IPADDRESS coded in this line to match the IPADDRESS of the machine where the SNMP traps will be sent.

  2. Edit the PEER Encapsulator file: (CONFIG.encap)

    Edit the $ORACLE_HOME/network/snmp/peer/CONFIG.encap file.

    Find the line "AGENT AT PORT". It normally reads "AGENT AT PORT 1161 WITHCOMMUNITY public". If you modify the port number from 1161, you must alsomodify the start_peer script.

  3. Edit the start_peer script. (start_peer)

    Find the line "NEW_SNMPD_PORT=" and verify that it is using the same port number listed above in the CONFIG.encap file. Find the line "NEW_TRAPD_PORT=" and verify the port number is different than the "NEW_SNMPD_PORT="

    Example:

    NEW_SNMPD_PORT=1161  
    NEW_TRAPD_PORT=1162  
    
  1. Edit the /etc/snmpd.config file (snmpd.config)

    Add the following line to the file:

    trap <hostname or ipaddress>   
    

    **NOTE: Replace the information in brackets with the actual hostname or IP address of the local host where the file is located.

    Starting the SNMP agents
    1. Make sure no SNMP components are running. The two main components are the master_peer, encap_peer, and snmpd. If any of these processes are running use ps and kill to terminate the processes.
    2. Start the PEER master Agent , PEER encapsulator, and native Digital UNIX SNMP Agent:
      cd $ORACLE_HOME/network/snmp/peer 
      su root           ( logon as root                      ) 
      ./start_peer -a   ( ./ means to execute in that directory)  
      

      All three processes should get started with this command. Now use the ps command to determine if all three processes were started:

      ps -aux |grep peer 
      ps -aux |grep snmpd 
      
    More about SNMP Agents

    The start_peer script will start all agent except dbsnmp. The Master Agent uses the priviledges ports for SNMP and must be run as root.

    The original snmpd is started at system boot time and uses the ports 161 and 162 which are defined in the /etc/services file.

    Troubleshooting

    If the Master Agent does not start, check the master_peer.out file in the $ORACLE_HOME/network/peer directory.

    Sometimes it takes a few minutes for the processes to stop after killing them, so wait a few minutes before attempting to restart the agents.


    NMS-00002: Service failed to allocate memory for snmp.ora parameters.

    Cause: The specified service was unable to allocate enough memory to hold all the snmp.ora parameters. This may indicate that the parameters are too big, but more likely it may indicate a system error.

    Action: Check system configuration, and if possible, reduce the number of the processes running. If this does not fix the problem, report this problem to Oracle Support Services.


    NMS-00003: Service could not find snmp.ora file, or it was malformed.

    Cause: The snmp.ora file could not be opened and read by the specified service. The location of this file varies by platform, but normally it must be in the same directory as other Oracle Net Services parameter files. If the problem could be traced to a specific parameter, detailed error messages may follow this one.

    Action: Consult the documentation for your platform, then create the file in the proper location, and restart the program.


    NMS-00004: Service unable to register MIB or MIB row

    Cause: The specified service was unable to register its MIB or MIB row with the master agent. Detailed, platform-specific messages follow.

    Action: Consult the documentation for SNMP on your platform. If the messages indicate that another program already has that MIB or MIB row registered, you may want to terminate that program, then retry.

    You may also want to set the following in the server's /etc/snmpd.conf:

    smux 0.0 "" <ipaddress of server> 
    
    

    If you still get the nms-00004 error, turn on logging in the snmpd.conf file with the following parameter:

    logging   file=/usr/tmp/snmpd.log   enabled 
    
    

    Check the log file for more information.


    NMS-00005: snmp.visibleservices parameter in snmp.ora is missing or empty.

    Cause: The snmp.ora file does not contain a configured snmp.visibleservices parameter, or the snmp.ora file is empty.

    Action: Edit or create the snmp.ora file and try again.


    NMS-00006: Required parameter parameter was not found in snmp.ora.

    Cause: The snmp.ora file did not contain the indicated parameter. This parameter was required. Normally this would happen because one of the services mentioned in snmp.visibleservices required one or more detail parameters to be supplied, such as the one indicated.

    Action: Edit the snmp.ora file to include the parameter and restart the agent.


    NMS-00007: Service failed to allocate memory.

    Cause: The specified service was unable to allocate memory.

    Action: Check system configuration and if possible, reduce the number of processes running. If this does not fix the problem, report the problem to Oracle Support Services.


    NMS-00008: Environment variable name is not set.

    Cause: The specified environment variable is not found.

    Action: Make this environment variable available to the agent.

    NMS-00051 to NMS-00075: Agent Logging Messages


    NMS-00051: Name connected successfully to master agent.

    Cause: The subagent successfully connected to the master agent.

    Action: None. This message does not indicate an error.


    NMS-00052: Disconnected successfully from master agent.

    Cause: The subagent successfully logged off from the master agent. This would normally be a part of the shutdown process.

    Action: None. This message does not indicate an error.


    NMS-00053: Successfully registered all MIBs

    Cause: The subagent has completed its MIB or MIB row registrations.

    Action: None. This message does not indicate an error.


    NMS-00054: Successfully deregistered all MIBs

    Cause: The subagent has completed its MIB or MIB row deregistrations. This is normally part of the shutdown process.

    Action: None. This message does not indicate an error.


    NMS-00055: Optional parameter parameter was not found in snmp.ora; using default.

    Cause: The snmp.ora file did not contain the indicated parameter, which was optional. The service instead used its default value for that parameter.

    Action: If a value other than the default is desired, edit or create the snmp.ora file and try again.

    NMS-00200 to NMS-00250: Database Subagent


    NMS-00202: Failure to connect to the database.

    Cause: The database subagent was unable to connect to the database. The detailed error message follows.

    Action: Consult Oracle9i Database Error Messages for the detailed error message.


    NMS-00203: Error error_number disconnecting from the database: name.

    Cause: The database subagent was unable to connect to the database, and received the specified error number and text message. The detailed error message follows.

    Action: Consult Oracle9i Database Error Messages for the detailed error message.


    NMS-00204: Failure to listen on address TNS_address.

    Cause: The database subagent was unable to listen on the specified TNS address, possibly because another instance of the database agent has already claimed the address. If more information is available, it will appear under this error.

    Action: If another instance of the database agent is already running, either allow it to continue running or bring it down and try again.


    NMS-00205: Failure to connect to database name with username/password string.

    Cause: The database subagent was unable to listen on the specified TNS address, possibly because another instance of the database agent has already claimed the address. If more information is available, it will appear under this error.

    Action: If another instance of the database agent is already running, either allow it to continue running or bring it down and try again.

    You can try to run CATSNMP.SQL with the sys account.The CATSNMP.SQL script must be ran against all databases that are listed in the SNMP.ORA's SNMP.VISIBLESERVICES paramters.

    When the Intelligent Agent is started, the process reads the SNMP.ORA file to get the initialization parameters. The process will attempt to logon as DBSNMP/DBSNMP to each of the databases aliases listed in SNMP.VISIBLESERVICES line in the SNMP.ORA file. Since the CATSNMP.SQL script creates the DBSNMP account, it must be ran prior to starting the Intelligent Agent process.

    To run the script, use SQL*PLUS at the server:

    SQLPLUS> connect internal
    SQLPLUS> @catsnmp

    Repeat this process for each database referenced in the SNMP.ORA file.

    Next, start the Intelligent Agent process:

    LSNRCTL dbsnmp_start


    NMS-00206: Failure to retrieve character set information from database name.

    Cause: The character set information is not available.

    Action: Check if nls_database_parameters table exists.

    NMS-00250 to NMS-00275: Subagent Logging Messages


    NMS-00250: Database subagent started.

    Cause: The database subagent started successfully.

    Action: None. This message provides information only; it does not indicate an error.


    NMS-00251: Database subagent beginning shutdown process.

    Cause: The database subagent has received the shutdown command and is processing it.

    Action: None. This message provides information only; it does not indicate an error.


    NMS-00252: Database subagent shutting down now.

    Cause: The shutdown process has completed. This should be the last message output.

    Action: None. This message provides information only; it does not indicate an error.


    NMS-00253: Connected successfully to database name.

    Cause: The subagent successfully logged on to the specified database. This message may also appear if the database goes down and comes back up.

    Action: None. This message provides information only; it does not indicate an error.


    NMS-00254: Disconnected successfully from database name.

    Cause: The subagent successfully logged off from the specified database. This would normally be a part of the shutdown process.

    Action: None. This message provides information only; it does not indicate an error.


    NMS-00255: Database name became unreachable; trap sent.

    Cause: The specified database became inaccessible, and the subagent then sent an SNMP trap. This may not indicate a problem, since the database may have been shut down deliberately (the subagent is unable to distinguish the cause of the inaccessibility). The destination(s) of the trap are normally set as part of master agent configuration.

    Action: If the shutdown was not deliberate, consult Oracle9i Database Error Messages. If traps are not being received at your management station(s), consult the platform SNMP documentation and ensure that the management station's address is configured properly for the master agent.

    NMS-00301 to NMS-00350: Agent Operation Messages


    NMS-00301: Failed to initialize MIB file

    Cause: The text files which describe the SNMP MIBs were not found in the correct location.

    Action: Check the agent's installation and install the correct files.


    NMS-00302: Failed to initialize user queue.

    Cause: The agent was unable to initialize the file which holds data about users. Following messages may provide more details.

    Action: If a solution cannot be found, call Oracle Support Services with the circumstances and complete set of messages leading to the error.


    NMS-00303: Failed to initialize event registration queue.

    Cause: The agent was unable to initialize the file which holds data about event registrations. Following messages may provide more details.

    Action: If a solution cannot be found, call Oracle Support Services with the circumstances and complete set of messages leading to the error.


    NMS-00304: Failed to initialize job queue.

    Cause: The agent was unable to initialize the file which holds data about jobs. Following messages may provide more details.

    Action: If a solution cannot be found, call Oracle Support Services with the circumstances and complete set of messages leading to the error.


    NMS-00305: Failed to initialize event occurrence queue.

    Cause: The agent was unable to initialize the file which holds data about event occurrences. Following messages may provide more details.

    Action: If a solution cannot be found, call Oracle Support Services with the circumstances and complete set of messages leading to the error.


    NMS-00306: Failed to initialize job status queue.

    Cause: The agent was unable to initialize the file which holds data about job statuses. Following messages may provide more details.

    Action: If a solution cannot be found, call Oracle Support Services with the circumstances and complete set of messages leading to the error.


    NMS-00307: Failed to initialize RPC layer.

    Cause: The Remote Procedure Call layer could not be initialized. Following messages may provide more details.

    Action: If a solution cannot be found, call Oracle Support Services with the circumstances and complete set of messages leading to the error.


    NMS-00308: Failed to listen on address: another agent may be running.

    Cause: The agent's connection cache could not be initialized. This message usually appears when another agent is running. Only one copy can be running at a time.

    Action: If another agent is running, bring it down before running the desired agent.


    NMS-00309: Failed to initialize internal address.

    Cause: The agent's address for internal RPC's could not be initialized. This may be because another copy of the agent is already running.

    Action: If another copy of the agent is already running, kill both agents and try again.


    NMS-00310: Failed to initialize auxiliary address.

    Cause: The agent's address for file transfer RPC's could not be initialized. This may be because another copy of the agent is already running.

    Action: If another copy of the agent is already running, kill both agents and try again.


    NMS-00311: Failed to initialize language ID.

    Cause: The language ID of the agent could not be initialized.

    Action: Make sure the language ID environment variable is correct for the agent.


    NMS-00312: Error opening file filename.

    Cause: The agent was unable to open the specified file.

    Action: Make sure that the directory exists, and that the agent has the required permissions to write to it.


    NMS-00313: Unable to access directory name.

    Cause: The agent was unable to access the specified directory, or the directory does not exist.

    Action: Make sure that the directory exists, and that the agent has the required permissions to write to it.


    NMS-00314: dbsnmp.spawnaddress parameter in snmp.ora missing.

    Cause: The dbsnmp.spawnaddress parameter is required from 7.3.2.1 and later releases. This must be a different address from the dbsnmp.address and is used for file transfer and Oracle Software Manager.

    Cause: Add the dbsnmp.spawnaddress parameter to snmp.ora.


    NMS-00315: Failed to create tcl package index.

    Cause: The tcl package index could not be created.

    Action: Make sure all the shared libraries in the $ORACLE_HOME/network/agent/library directory are correct.


    NMS-00316: Failed to initialize init.tcl.

    Cause: The tcl7.5 init.tcl file could not be initialized.

    Action: Make sure you have a correct version of init.tcl in $ORACLE_HOME/network/agent/tcl.

    NMS-00351 to NMS-00360: Encryption of Agent Files


    NMS-00351: Encryption key supplied is not the one used to encrypt file.

    Cause: If a key was given at startup, it does not match the key that was last used. If no key was given at startup, then the file was encrypted with a non-default key, and that key must be supplied. There is no way for Oracle to recover the key because it is not hidden anywhere.

    Action: If the user cannot remember it, then the files should be saved in case the key is remembered later.


    NMS-00352: Password file not found or not readable.

    Cause: This message appears on startup if a "password_file=" argument was typed on the command line, but the indicated file was not found, could not be read, or did not contain a line of text. (For security reasons, the name of the password file is not echoed.)

    Action: Enter the correct file name and ensure that it has at least one text line of at least 6 characters.


    NMS-00355: Password must be at least 6 characters.

    Cause: The user has typed in a key that is too short. See message 00352.

    Action: Enter between 6 and 8 characters.

    NMS-00361 to NMS-00370: Unsolicited Event Executable


    NMS-00361: oemevent invoked with insufficient arguments.

    Cause: oemevent was called with too few arguments.

    Action: oemevent should be invoked as follows:

    oemevent eventname object severity message [result...]

    where:

    eventname is a legal Oracle Enterprise Manager event name;

    object is the name of the service or resource to which the event applies;

    severity is one of the following-----alert, warning, or clear;

    message is the text of the error message to be conveyed to the Oracle Enterprise Manager console;

    result is zero or more strings to be returned as the results of the event.


    NMS-00362: Event name not valid.

    Cause: The first argument passed to oemevent is not a valid Oracle Enterprise Manager event name.

    Action: Invoke oemevent with a legal Oracle Enterprise Manager event name.


    NMS-00363: Severity level is not valid.

    Cause: The third argument passed to oemevent is not a valid Oracle Enterprise Manager event severity level (either alert, warning, or clear).

    Action: Invoke oemevent with a legal Oracle Enterprise Manager severity level.


    NMS-00364: oemevent failed to contact agent.

    Cause: oemevent was unable to establish a connection with the agent Comm process.

    Action: Make sure that the agent Comm process is running, that it is accepting connections, and that the agent address in the snmp.ora file is correct.


    NMS-00365: ReportEvent RPC to agent failed.

    Cause: oemevent was unable to send the ReportEvent RPC to the agent Comm process.

    Action: Make sure that the agent is up. Try running oemevent again.

    NMS-00600 to NMS-00799: Jobs and Events

    These messages can be sent back to the console when users run jobs or register events.


    NMS-00600: Insufficient or incorrect arguments.

    Cause: A predefined event or job was invoked with fewer arguments than required, or with the wrong types of arguments.

    Action: Check the documentation and try again. If the problem continues, ensure that the installed versions of the agent and the console match.

    NMS-00900 to NMS-00999: Agent Logging Messages

    These messages appear only in the agent log file and do not necessarily indicate an error.


    NMS-00900: Registered event event_name for user_name on service_name; id=event_id.

    Cause: The agent has registered the specified event for the user of the service; the internal ID number of the event, user and service is shown in the message.

    Action: None.


    NMS-00901: Event event_name duplicates existing registration; rejected.

    Cause: The Registration was rejected because it was identical to an existing registration.

    Action: None.


    NMS-00902: Cancelling event registration, id event_id.

    Cause: The agent is about to cancel an event registration.

    Action: None.


    NMS-00903: Delivered an occurrence of event event_id to user_name.

    Cause: The agent delivered a report of an event occurring, which was registered by the specified user.

    Action: None.


    NMS-00904: Job job_number has expired.

    Cause: The schedule of the specified job number has expired.

    Action: None.


    NMS-00905: Executing job job_number.

    Cause: The specified job number is being executed by the agent.

    Action: None.


    NMS-00906: Cancelling job job_number.

    Cause: The specified job is being cancelled at the request of the console.

    Action: None.


    NMS-00907: Running fixup job job_number for event event_id.

    Cause: The specified fixup job is being run, since its event occurred.

    Action: None


    NMS-00908: Shutting down normally.

    Cause: A dbsnmp_stop command was received from lsnrctl.

    Action: None.


    NMS-00909: Restarting Comm process.

    Cause: The Worker process has detected no response from the Comm process for the timeout period, and has restarted it. This may or may indicate an error. If it happens repeatedly, it may indicate communication problems with the console.

    Action: Inspect trace file for the Comm process, if tracing is on. If not, and this appears repeatedly, stop the agent, turn on tracing, and restart it.


    NMS-00910: Scheduled job job_number for user_name with schedule schedule_number; id=internal_id.

    Cause: A request to schedule the specified job was received from the console and the job was scheduled; the internal ID number is shown in the message.

    Action: None.


    NMS-00911: Cancelling job job_number for user user_name.

    Cause: The specified job number was cancelled by the console.

    Action: None.


    NMS-00912: Delivered status for job job_number to user user_name.

    Cause: The status of a completed job was delivered to the console.

    Action: None.


    NMS-00913: Registered user user_name with address address, language name; id=user_id.

    Cause: The user was registered with the specified parameters. The internal ID of the user is also shown in the message.

    Action: None.


    NMS-00914: Job job_number succeeded.

    Cause: The specified job number has been run and reported success.

    Action: None.


    NMS-00915: Job job_number failed, error code=error_code.

    Cause: The specified job ID failed with the error code given. Complete output is returned to the console.

    Action: None.


    NMS-00916: File transfer request for user_name from address.

    Cause: The specified file was fetched from the specified address.

    Action: None.

    NMS-01000 to NMS-01099: Agent Error Messages

    These error messages can appear on the console; they may or may not indicate a software problem. In certain cases, user actions can clear the problem.


    NMS-01001: Event file filename does not exist.

    Cause: The specified event could not be registered because the .tcl file that implements it does not exist on the agent.

    Action: Check the installation of the agent, and if necessary reinstall the correct version.


    NMS-01002: Invalid service name.

    Cause: On an event registration, a database or service name was specified which the agent does not monitor.

    Action: Check configuration files on the console, and the snmp.ora file on the agent.


    NMS-01003: Failed to lookup user data.

    Cause: For an event, a user was specified who has not been registered with the agent. Possibly the user registration file has been inadvertently deleted.

    Action: Logging off from the console and logging back in may fix the problem.


    NMS-01004: Invalid user language.

    Cause: For an event registration, the language string which was registered for the user was invalid. The language comes from the NLS_LANG environment variable on the console machine.

    Action: Check the setting of the NLS_LANG environment variable. If necessary, correct it, log off from the console, and log back on.


    NMS-01005: Event script filename evaluation failed.

    Cause: The Tcl script for the specified event failed to evaluate. The specific error found by Tcl is returned to the console. It may be that incorrect arguments were provided to the event, or the catsnmp.sql script that allows the agent permission to execute the predefined events has not been run.

    Action: Check the results returned to the console. Correct the Tcl script if necessary.


    NMS-01006: Job file filename does not exist.

    Cause: The specified job could not be registered because the .tcl file that implements it does not exist on the agent.

    Action: Check the installation of the agent, and if necessary install the correct version.


    NMS-01007: Segment does not exist.

    Cause: The specified segment could not be found in the database.

    Action: Make sure the SQL statement is correct, especially the job or event parameters.


    NMS-01008: Parameter does not exist.

    Cause: The specified parameter could not be found in the V$SYSSTAT table.

    Action: Make sure the SQL statement is correct, especially the job or event parameters.


    NMS-01009: Failed to execute the user defined program.

    Cause: The specified user-defined program could not be executed on the agent.

    Action: Make sure the user defined program exists and that the agent can execute it.


    NMS-01010: svrmgr1 or sqldba does not exist.

    Cause: Either the user-defined program does not exist or the agent cannot execute it. Your Console and Agent may also be out of sync.

    Action: Make sure that the agent can invoke either svrmgr1 or sqldba. Try dropping the particular node from the Console Navigator Pane to re-discover and re-submit the job.


    NMS-01011: Invalid data format.

    Cause: The date format is not in mm/dd/yy format.

    Action: Correct the date format.


    NMS-01012: Database is in NOARCHIVELOG mode. As a result, this event will not be executed.

    Cause: The database is in NOARCHIVELOG mode.

    Action: Alter the database archive log mode to on.


    NMS-01013: sqlplus does not exist

    Cause: The sqlplus executable does not exist.

    Action: Make sure either svrmgrl or sqldba can be invoked by the agent.


    NMS-01014: Tablespace does not exist or has no free extents.

    Cause: No free extends were found for the specified tablespace.

    Action: Check the sql statement, and if necessary correct the event or job parameters.


    NMS-01015: SELECT unexpectedly returned no rows.

    Cause: The SQL statement returned no rows.

    Action: Check the SQL statement.


    NMS-01016: DML_LOCKS is set to 0. As a result, this event will not be executed.

    Cause: DML_LOCKS equals 0.

    Action: Check the SQL statement.


    NMS-01017: Automatic archiving has been disabled. As a result, this event will not be executed.

    Cause: LOG_ARCHIVE_START equals FALSE.

    Action: Check the SQL statement.


    NMS-01018: VIEW SYS.DBA_BLOCKERS does not exist. Please verify smptsixx.sql has been run.

    Cause: VIEW SYS.DBA_BLOCKERS does not exist.

    Action: Verify $ORACLE_HOME\sysman\admin\smptsixx.sql has been run.


    NMS-01019: The partitions for index %s.%s could not be found.

    Cause: The index partitions associated with a particular indexed partition could not be found.

    Action: Check the SQL statement.


    NMS-01020: Tablespace does not exist or at least one of its datafiles has been defined with autoextend enabled.

    Cause: Tablespace does not exist or at least one of its datafiles has been defined with autoextend enabled.

    Action: Contact Oracle Support Services.


    NMS-01075: getcpuutil failed.

    Cause: A call to getcpuutil failed unexpectedly.

    Action: Contact Oracle Support Services.


    NMS-01076: getpaging failed.

    Cause: A call to getpaging failed unexpectedly.

    Action: Contact Oracle Support Services.


    NMS-01077: Invalid disk name

    Cause: On an event registration, an invalid disk name was specified - for example, a disk name of "*".

    Action: Make sure an explicit disk name is specified for the event.


    NMS-01078: diskusage failed.

    Cause: A call to diskusage failed unexpectedly.

    Action: Contact Oracle Support Services.


    NMS-01079: getlsnrstatus failed.

    Cause: A call to getlsnrstatus failed unexpectedly.

    Action: Contact Oracle Support Services.


    NMS-01080: There were %s numbers in ORA-01578.

    Cause: More numbers were discovered in the error message than expected.

    Action: Contact Oracle Support Services.


    NMS-01081: Duration is not greater than 0.

    Cause: Duration is not greater than 0.

    Action: Make sure the duration is greater than 0.


    NMS-01082: The Agent does not have this service in its SERVICES.ORA.

    Cause: The Console and Agent services are out of sync.

    Action: Drop the Agent node from the Navigator Pane and re-discover the node.

    NMS-01200 to NMS-01999: Internal Agent Error Messages


    NMS-01200: NMS-Failed to locate user user_name. Deleting an occurrence of event event_id.

    Cause: Files are out of sync.

    Action: Report to Oracle Support Services.


    NMS-01201: Could not create Tcl interpreter.

    Cause: On an event registration, the agent was unable to create the Tcl interpreter to process the event.

    Action: Report to Oracle Support Services.

    NMS-05000 to NMS-05999 Agent Errors of the Console


    NMS-05001: Unable to Start Hot Backup.

    Cause: When attempting to run a Backup Job from within Enterprise Manager, the following error occurs: "call to alter tablespace backup failed
    NMS-5001 : unable to start Hot backup"

    Action: Put the database in archivelog mode. To set ArchiveLog Mode on:

    1. startup mount
    2. alter database archivelog
    3. alter database open
    4. archive log list
    5. Then proceed with the backup.

    NMS-05002: An offline backup is in progress.

    Cause: An offline backup is in progress.

    Action: Refer to the Oracle9i Recovery Manager User's Guide for information on offline backups.


    NMS-05003: Tablespace is offline.

    Cause: Tablespace is offline.

    Action: Refer to the Oracle9i Recovery Manager User's Guide for information on offline backups.


    NMS-05004: Unable to End Hot Backup.

    Cause: Call to a SQL statement failed.

    Action: Refer to the Oracle9i Recovery Manager User's Guide for information on online backups.


    NMS-05005: Unable to Start Cold Backup.

    Cause: Call to a SQL statement failed.

    Action: Refer to the Oracle9i Recovery Manager User's Guide for information on offline backups.


    NMS-05006: Offline backup about to take place.

    Cause: Offline backup about to take place.

    Action: Refer to the Oracle9i Recovery Manager User's Guide for information on offline backups.


    NMS-05007: Unable to End Cold Backup.

    Cause: Call to a SQL statement failed.

    Action: Refer to the Oracle9i Recovery Manager User's Guide for information on offline backups.


    NMS-05008: Database not started.

    Cause: Database not started.

    Action: Refer to the Oracle9i Database Administrator's Guide for information on database states and information on starting up and shutting down a database.


    NMS-05009: Logon Failed.

    Cause: Unable to logon.

    Action: Retry logging in.


    NMS-05010: Database is running - please shutdown.

    Cause: Database is running and needs to be shutdown.

    Action: Refer to the Oracle9i Database Administrator's Guide for information on shutting down a database.


    NMS-05011: Database is not running; please start it.

    Cause: Database is not running and needs to be started.

    Action: Refer to the Oracle9i Database Administrator's Guide for information on starting up a database.


Go to previous page Go to next page
Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback