Sun Microsystems
Products & Services
 
Support & Training
 
 

Previous Previous     Contents     Index     Next Next
Chapter 2

Configuration Files, Dependencies and Requirements

This chapter defines the NMA software requirements and dependencies.

This chapter contains the following sections:

Configuration Files

The following table summarizes the NMA configuration files.

Table 2-1 NMA Configuration Files

File

Description

/etc/opt/SUNWcgha/nma.properties

NMA properties file. See nma.properties(4) for more information.

/etc/opt/SUNWcgha/nma.security

NMA SNMPv3 security parameter configuration file. See nma.security(4) for more information.

/etc/opt/SUNWcgha/nma.notifs.txt

SNMP trap identification configuration file. See Chapter 4, Developing a Remote SNMP Manager for more information.

/etc/opt/SUNWcgha/nma.params.txt

SNMP trap parameter configuration file. See Chapter 4, Developing a Remote SNMP Manager for more information.

/etc/opt/SUNWcgha/nma.targets.txt

SNMP trap target configuration file. See Chapter 4, Developing a Remote SNMP Manager for more information.

/etc/opt/SUNWcgha/nma.uacl.template

Template for SNMPv3 user access configuration file. See Chapter 4, Developing a Remote SNMP Manager for more information.

/etc/opt/SUNWcgha/nma.acl.template

Template for SNMPv1, SNMPv2 and SNMPv3 IP configuration file. See Chapter 4, Developing a Remote SNMP Manager for more information.

SNMP applications can also manipulate SNMPv3 configuration by using the com.sun.jdmk.snmp.rfc2573.managerSnmpV3AppliMibRegistration class.

Dependencies

To enable an external Java manager to access NMA statistics, the class path of the external Java manager must contain the following Java Archive (JAR) files:

  • installDir/SUNWcgha/lib/jcmm.jar

  • installDir/SUNWcgha/lib/ma.jar

  • installDir/SUNWcgha/lib/cghautil.jar

  • installDir/SUNWjdmk/jdmk5.0/lib/jdmkrt.jar

  • /usr/sadm/lib/snmp/jsnmpapi.jar

  • installDir/SUNWcgha/lib/rfc2573mgr.jar

  • installDir/SUNWcgha/lib/rfc2573.jar

These JAR files are contained in the SUNWnhmaj package, the SUNWjdrt package, and the SUNWjsnmp package.

Software Requirements

The NMA requires the following versions of Solaris:

  • Java 2 Runtime Environment v1.3.1 for Solaris 8 2/02 and Solaris 8 PSR 1 

  • Java 2 Runtime Environment v1.4 for Solaris 9 and Solaris 9 9/02

A Java DMK client requires the Java DMK 5.0 runtime libraries, but the usage of Java DMK communication interfaces is configurable. Both Java DMK 4.2 clients and Java DMK 5.0 clients are supported. To interface with Java DMK 4.2 clients, set the value of the jmx.serial.form property to 1.0

Previous Previous     Contents     Index     Next Next