UNSOLVED

varu

updated

18 years ago

V

varu

22 Posts

0

1610

December 27th, 2008 08:00

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
  • aismaili

    25 Posts

    875

    0

    Posted December 27th, 2008 11:00

    try ps -ef | grep mini_el
  • 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.
  • varu

    22 Posts

    875

    0

    Posted December 27th, 2008 22:00

    i have already tried ps -ef | grep mini or ps -ef | grep mini_el
    there is no mini_el running
  • varu

    22 Posts

    875

    0

    Posted December 27th, 2008 22:00

    It's not running i have checked in ps -ef , because mini_el is not running i am not able to connect with silo controller.........
  • Hari5

    443 Posts

    876

    0

    Posted December 28th, 2008 04:00

    Hmmm ... Try stopping NW, removing all files in /nsr/tmp and restarting NW.
  • varu

    22 Posts

    876

    0

    Posted December 28th, 2008 13:00

    tried the same but still the same problem
  • cameron11

    28 Posts

    876

    0

    Posted December 28th, 2008 15:00

    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.
  • aismaili

    25 Posts

    876

    0

    Posted December 29th, 2008 04:00

    see if above helps. if not, you may consider rebooting the server and start mini_el and ssi from the command prompt and see if it takes you further.
  • varu

    22 Posts

    876

    0

    Posted December 30th, 2008 04:00

    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 #
  • varu

    22 Posts

    263

    0

    Posted December 30th, 2008 05:00

    I have tried after rebooting the server also but nothing helping me out