On a fresh installation of NetView Server 6.0 on a Solaris 2.6 Managed Node
(Framework 3.7), the NetView script "run_customize" is running the script
"nv6000.base.obj.config", which is executing the following section of code:
if [ "$REGNAMES" != "" ] ; then # start newly-registered daemons
for name in $REGNAMES
do
dspmsg -s 5 nv6000.cat 9999 'Starting %s\n' $name >>$LOG
dspmsg -s 5 nv6000.cat 9999 'Starting %s\n' $name
ovstart $name || err_chk 1 bcfg_270 OVSTART "$name"
done
fi
As noted in "update.log", this runs successfully for awhile and then fails
on starting pmd:
NOTE: Configuring ovwdb
NOTE: Configuring nvsecd
NOTE: Starting nvsecd
NOTE: Starting ovwdb
mgragentd registered with snmpdx
* Making links....
* Running customize script for fileset OVCI-RUN.
NOTE: Registering pmd
NOTE: Registering OVORS_M
And fails for:
NOTE: Starting pmd
object manager name: pmd
behavior:OVs_WELL_BEHAVED
state:NOT_RUNNING
PID: 2242
last message:
exit status:exited on signal 11
ERROR: Unable to start pmd with ovstart.
ERROR: Unable to start pmd with ovstart.
ERR_0004_050
ERR_0004_050
.. at which point the installation stops. Has anyone seen this error?
Regis Ebersole
|