
UNSOLVED
unable to load mini_el
Hi All,
I am running networker 7.4 sp3 on solaris 9 and i am getting following message while running /usr/sbin/nsr/mini_el & on one of my storage node....
root@thirumed1 # /usr/sbin/nsr/mini_el
/usr/sbin/nsr/mini_el version 2.01 using /nsr/logs/ssi_event.log as logfile
/usr/sbin/nsr/mini_el is unable to load, /usr/sbin/nsr/mini_el is probably already running.
in ps -ef | grep nsr there is no mini_el
pls suggest me something ASAP
I am running networker 7.4 sp3 on solaris 9 and i am getting following message while running /usr/sbin/nsr/mini_el & on one of my storage node....
root@thirumed1 # /usr/sbin/nsr/mini_el
/usr/sbin/nsr/mini_el version 2.01 using /nsr/logs/ssi_event.log as logfile
/usr/sbin/nsr/mini_el is unable to load, /usr/sbin/nsr/mini_el is probably already running.
in ps -ef | grep nsr there is no mini_el
pls suggest me something ASAP
Responses (13)
Solutions (0)
amediratta
2 Intern
•
2014 Posts
875
0
Posted December 27th, 2008 19:00
Why do you want to reload it if it is allready loaded? Are you getting some errors accessing the Silo? Use ps -ef | grep mini and kill the existing mini_el if you want to load a new one.Reply - Try starting mini_el in debug mode to see what's going on.
mini_el -l logfile -d &
-l logfile Specifies the filename of the logfile to be created by mini_el. The default value is /nsr/logs/ssi_event.log.
-d Sets the debug flag. mini_el will output debug information
I suspect it may be checking for the existence of a lock file. The debug output should show you what it is checking for.Reply - I am getting following output in debug mode
root@thirumed1 # mini_el -l /nsr/logs/mini.log -d &
[1] 22432
root@thirumed1 # mini_el version 2.01 using /nsr/logs/mini.log as logfile
: calling strcpy from main...
mini_el: calling ELInit from main...
ELInit: sock_name = '50001'
mini_el: calling OpenSocket from ELInit...
OpenSocket: Debug: rval from bind() = -1
mini_el is unable to load, mini_el is probably already running.
[1]+ Done mini_el -l /nsr/logs/mini.log -d
root@thirumed1 # ssi -A acsls-lh
ssi, Legato version 2.06 startup
root@thirumed1 # more mini.log
Command line logfile override from mini_el
mini_el version 2.01 startup: Tue Dec 30 18:21:45 2008
Command line logfile override from mini_el
mini_el version 2.01 startup: Tue Dec 30 18:24:27 2008
root@thirumed1 #Reply

aismaili
25 Posts
875
0
Posted December 27th, 2008 11:00