| Oracle® Enterprise Manager Configuration Change Console Installation Guide 10g Version 10.2.0.4 for Windows or UNIX Part Number E12914-02 |
|
|
PDF · Mobi · ePub |
This appendix discusses information about MIB files and Gigabyte RAM Tuning
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: Active Reasoning Structure of Management Information
--
-- December 2004, Arminius Mignea, Jerry Russell
--
-- Copyright (c) 2002-2004 by Active Reasoning, Inc.
-- All rights reserved.
--
-- *****************************************************************
--
AR-SMI DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-IDENTITY,
enterprises
FROM SNMPv2-SMI;
activer MODULE-IDENTITY
LAST-UPDATED "200412200000Z"
ORGANIZATION "Active Reasoning, Inc."
CONTACT-INFO
"Active Reasoning
Customer Service
Postal: 1005 Elwell Court
Palo Alto, CA 94303
USA
Tel: +1 650 404-9900
E-mail: info@activereasoning.com"
DESCRIPTION
"The Structure of Management Information for the
Active Reasoning enterprise."
REVISION "200412200000Z"
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 Active Reasoning 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 Active Reasoning-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: Active Reasoning Notification Definition File
--
-- December 2004, Arminius Mignea
--
-- Copyright (c) 2002-2004 by Active Reasoning, 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 "200412200000Z"
ORGANIZATION "Active Reasoning, Inc."
CONTACT-INFO
"Active Reasoning
Customer Service
Postal: 1005 Elwell Court
Palo Alto, CA 94303
USA
Tel: +1 650 404-9900
E-mail: info@activereasoning.com"
DESCRIPTION
"The Definition of Notification sent by OCC product of
Active Reasoning enterprise."
REVISION "200412200000Z"
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
OCC server."
::= { occNotifInfo 1 }
-- Notifications
occNotifNotificationSent NOTIFICATION-TYPE
OBJECTS { occNotifInfoMessage }
STATUS current
DESCRIPTION
"This notification is generated by the OCC server when
a policy has a 'send SNMP Trap' action defined."
::= { occNotifNotification 1 }
END
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 (and Data) 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:
Open a command window by selecting Start --> Run from the Start menu and entering cmd.
Navigate to the root directory of the boot drive for your computer (most often C:\). At the command prompt enter:
edit boot.ini
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.
At the very end of the line, add the following switch:
/3GB
Save the file and exit. You will need to restart your computer before the changes take effect.