Cabletron Systems Network Router User Manual
Page 37
 
Installing SPECTRUM for Solstice Enterprise Manager
Installing SPMA
2-19
a.
During installation, a default rc.ctron file was copied to the 
/usr/ctron/conf directory; move this file to the location and 
name specified below:
/usr/ctron/conf/rc.ctron
to
/etc/rc3.d/S99rcctron
b.
Using your favorite text editor, open the file. At the beginning 
of the file, you will find a line which allows you to define the 
SPMA environment variable:
SPMA= ; export SPMA
Uncomment the line, then enter the appropriate SPMA path, 
being sure to include the ctron subdirectory, as follows:
SPMA=/usr/ctron; export SPMA
c.
Near the end of the file, you will find a text description of the 
pnisd daemon and the problem it is designed to correct, as 
well as five command lines which have been commented out. 
To run the pnisd daemon, simply uncomment the following 
lines:
if
[ -f $SPMA/bin/pnisd ] ; then
if $SPMA/bin/pnisd ; then
echo “Starting pnisd daemon”
fi
fi
!
CAUTION
If you are a previous user of SPMA, be sure you check this parameter! Some 
earlier versions of SPMA did not require that you install to a particular 
directory; however, with this release you must either install to /usr/ctron or 
create a link from your install directory to /usr/ctron. Therefore, you must 
be sure to define the $SPMA variable specified here as /usr/ctron, or the 
pnisd daemon will not launch.
00-Instl_SEM-Solaris_Book Page 19 Monday, October 5, 1998 11:41 AM