A Server Installation Information

This appendix discusses information about MIB files and Gigabyte RAM Tuning

MIB Files

The Following MIB files are for use with your SNMP server, as discussed in the SNMP Server Configuration section. The source can be modified by an administrator to suit your SNMP environment.

AR-SMI.mib
 
-- *****************************************************************
-- AR-SMI.my:  Oracle EM CCC Structure of Management Information
--
-- Copyright (c) 2002-2009 by Oracle, Inc.
-- All rights reserved.
-- 
-- *****************************************************************
--
 
AR-SMI DEFINITIONS ::= BEGIN
 
IMPORTS
        MODULE-IDENTITY,
        OBJECT-IDENTITY,
        enterprises
                FROM SNMPv2-SMI;
 
activer MODULE-IDENTITY
        LAST-UPDATED "200903040000Z"
        ORGANIZATION "Oracle, Inc."
        CONTACT-INFO
                        "Oracle
                        Support
 
                Postal: 500 Oracle Parkway
                        Redwood Shores, CA 94065
                        USA
 
                   Tel: +1 800 ORACLE1
 
                E-mail: oraclesales_us@oracle.com"
        DESCRIPTION
                "The Structure of Management Information for
                Oracle EM CCC."
        REVISION      "200903040000Z "
        DESCRIPTION
                "Initial version of this MIB module."
        ::= { enterprises 22307 }  -- assigned by IANA
 
activerProducts OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "activerProducts is the root OBJECT IDENTIFIER from
                which sysObjectID values are assigned.  Actual
                values are defined in AR-PRODUCTS-MIB."
        ::= { activer 1 }
 
activerAgentCapability OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "activerAgentCapability provides a root object identifier
                from which AGENT-CAPABILITIES values may be assigned."
        ::= { activer 2 }
 
activerConfig OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "activerConfig is the main subtree for configuration mibs."
        ::= { activer 3 }
 
activerMgmt OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "activerMgmt is the main subtree for new mib development."
        ::= { activer 4 }
 
activerNotifications OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "activerNotifications is the main subtree for notifications
                (traps) sent by Oracle CCC software."
        ::= { activer 5 }
 
activerAdmin OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "activerAdmin is reserved for administratively assigned
                OBJECT IDENTIFIERS, i.e. those not associated with MIB
                objects"
        ::= { activer 6 }
 
activerModules OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "activerModules provides a root object identifier
                from which MODULE-IDENTITY values may be assigned."
        ::= { activer 7 }
 
activerPolicy OBJECT-IDENTITY
         STATUS current
         DESCRIPTION
                "activerPolicy is the root of the Oracle CCC-assigned 
                OID subtree for use with Policy Management."
         ::= { activer 8 }
activerExperiment OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "activerExperiment provides a root object identifier
                from which experimental mibs may be temporarily
                based."
        ::= { activer 9 }
 
temporary OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "Subtree beneath which temporary MIB objects were
                placed."
        ::= { activer 10 }
 
END
 
 
AR-NOTIF.mib
-- *****************************************************************
-- AR-NOTIF.my:  Oracle EM CCC Notification Definition File
----
-- Copyright (c) 2002-2009 by Oracle, Inc.
-- All rights reserved.
-- 
-- *****************************************************************
--
 
AR-NOTIF DEFINITIONS ::= BEGIN
 
IMPORTS
        MODULE-IDENTITY,
        OBJECT-IDENTITY,
        OBJECT-TYPE, NOTIFICATION-TYPE,
        enterprises
                FROM SNMPv2-SMI
        activerModules, 
        activerNotifications
                FROM AR-SMI ;
 
arNotif MODULE-IDENTITY
        LAST-UPDATED "200903040000Z "
        ORGANIZATION "Oracle, Inc."
        CONTACT-INFO
                        "Oracle
                        Support
 
                Postal: 500 Oracle Parkway
                        Redwood Shores, CA 94065
                        USA
 
                   Tel: +1 800 ORACLE1
 
                E-mail: oraclesales_us@oracle.com"
        DESCRIPTION
                "The Definition of Notification sent by 
                Oracle EM CCC."
        REVISION      "200903040000Z "
        DESCRIPTION
                "Initial version of this MIB module."
        ::= { activerModules 1 }   -- assigned by IANA
 
occNotifMIBObjects      OBJECT IDENTIFIER ::= { arNotif 1 }
occNotifConformance     OBJECT IDENTIFIER ::= { arNotif 2 }
occNotifInfo            OBJECT IDENTIFIER ::= { occNotifMIBObjects 1 }
occNotifNotification    OBJECT IDENTIFIER ::= { occNotifMIBObjects 2 }
 
-- Notification information objects
 
occNotifInfoMessage     OBJECT-TYPE
        SYNTAX          OCTET STRING (SIZE (0..256))
MAX-ACCESS    read-only
        STATUS        current
        DESCRIPTION
                "The text of the notification message generated by the
                Oracle EM CCC server."
        ::= { occNotifInfo 1 }
 
-- Notifications
 
occNotifNotificationSent        NOTIFICATION-TYPE
        OBJECTS         { occNotifInfoMessage }
        STATUS          current
        DESCRIPTION     
                "This notification is generated by the CCC server when
                a policy has a 'send SNMP Trap' action defined."
        ::= { occNotifNotification 1 }
 
END

Gigabyte RAM Tuning

Although the Configuration Change Console Server cannot be configured for more than about 1.5 GB due to a limit in the Java JVM, if you are running multiple applications on the same server, it may be necessary to tune your Windows installation to allow for more memory to be used for other processes.

Microsoft Windows 2000 Advanced Server, Data Center Server, and Microsoft Windows Server 2003 feature a method of increasing the available virtual memory within the operating system to 4 GB, referred to as 4 Gigabyte RAM (3GT/4GT) Tuning. Of the 4 GB allocated through 3GT/4GT tuning, 3 GB are set aside for general program use, and 1 GB reserved for use by the operating system.

Note:

4 gigabyte RAM tuning is not fully supported in Windows 2000 Professional, and Windows 2000 server.

To enable 4 Gigabyte RAM tuning, follow these steps:

  1. Open a command window by selecting Start --> Run from the Start menu and entering cmd.

  2. Navigate to the root directory of the boot drive for your computer (most often C:\). At the command prompt enter:

    edit boot.ini

  3. Within the file, locate the following line under the [Operating Systems] section:

    multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows Server"

    Where Microsoft Windows Server is the directory of your Microsoft installation.

  4. At the very end of the line, add the following switch:

    /3GB

  5. Save the file and exit. You will need to restart your computer before the changes take effect.