2019/07/19

Cisco MSE daemon start issue

I think this applience is very sensitive and difficult to use.

It use Oracle Database on RHEL5. as you know It's too slow and heavy DB.

but MSE hardware is not powerful. It's too cost effective applience!

and never support web management tool. just working with NCS(Prime Infrastructure)



First power on, you must start service daemon.

#/etc/init.d/msed start                    # Start MSE daemon
#/etc/init.d/msed status                    # Check the MSE daemon's status

But, you could meet this message and no reply.


STATUS:

Health Monitor is running
Starting MSE Platform, Waiting to check the status.
Starting MSE Platform, Waiting to check the status.
Starting MSE Platform, Waiting to check the status.
Starting MSE Platform, Waiting to check the status.
Starting MSE Platform, Waiting to check the status.
Starting MSE Platform, Waiting to check the status.
Starting MSE Platform, Waiting to check the status.
Starting MSE Platform, Waiting to check the status.


Re-setup shell will not work.

#/opt/mse/setup/setup.sh


In this case, delete MSE daemon and install MSE daemon again.
before remove MSE daemon, you must backup license files.

#/etc/init.d/msed stop                    # Stop MSE daemon
#/opt/mse/uninstall                    # Delete MSE daemon
#/opt/installers/CISCO-MSE-L-K9-x-x-x-x.bin                    # Install MSE daemon
#/etc/init.d/msed start                    # Start MSE daemon


Now you can start MSE service.



Good luck!

No comments:

Post a Comment