#
# Copyright (c) 2000 by Sun Microsystems, Inc. All Rights Reserved
#
# @(#)README	1.15    00/06/26 SMI
#
#  README for instructions on starting the Netra Ct Element management
#  software.
#

To run the agent:
=================
 
 . Change userid to root.

 . Confirm following JDMK 4.1 package(s) is/are installed:
	(1) SUNW2jdrt

	# pkginfo | grep jd
	application SUNW2jdrt      Java DMK runtime


 .  Confirm following Netra ct package(s) is/are installed:
	(1) SUNWctmgx

	# pkginfo | grep ctmgx
	application SUNWctmgx      Netra ct Management Framework (64-bit)


 . Use /opt/SUNWjdmk/jdmk4.1/1.2/etc/conf/jdmk.acl file to 
   provide information on read/write/trap communities, managers.
   A template.acl file is available in the following dir:
   - /opt/SUNWjdmk/jdmk4.1/1.2/etc/conf

   The agent limits management station's access based on the
   information provided in this file. In order to be able to
   perform standard SNMP operations, add management station's
   hostname or IP address in this file.

 . Set PATH variable as follows:

  	# setenv PATH ${PATH}:/opt/SUNWnetract/mgmt/bin/sparcv9


 . Use 'ctmgx' command to start/stop the agent. The usage is
   as follows:

	# ctmgx { start	[-Dsnmp.port=<port_num>] \
			[-Drmi.port=<port_num>]  \
		| stop }

   Default ports used:
	 snmp: 8004
	 rmi:  1099
