cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2294
Views
0
Helpful
4
Replies

MSE - VM new installation

Craig Le-Butt
Level 1
Level 1

Hi

We've just purchased the a VM Version of MSE (L-MSE-C3-W25) installed on vSphere.

Have followed the guide, gone to add this to WSE and it wont connect.

Looking at the console it says to type /init.d/msed.start, I get -bash: /init.d/msed: No such file or directory

Then type getserverinfo returns Health Monitor is not running.

This seems to be very new, there is not much documentation around, any help would be much appreciated.

Cheers

Craig

4 Replies 4

Craig Le-Butt
Level 1
Level 1

HI Me

Problem is there is some cisco documentation which is incorrect.

Command lines  /init.d/msed:  should have read /etc/ /init.d/msed:

Cheers

Me

Amjad Abdullah
VIP Alumni
VIP Alumni

The doc supposes that the MSE directory (/etc/init.d) is added as an alias when the MSE OS boots. This is how I imaigne it works.
I worked on some appliances where the command in documantation works fine. However, for some appliances it does not.

you need to write the full path to reach the command. this is always works:

Write: /etc/init.d/msed {start,stop...etc}

You can add it as an alias:

alias msed = '/etc/initd/msed'

after typing the above commadn you can simply use "msed" and start,stop...etc after it without the need to write the full path.

You either need to add this alias command everytime the OS reboots OR you can add the command to your profile so it automatically performed when you login.

HTH

Amjad

Rating useful replies is more useful than saying "Thank you"

michael Helmbo
Level 1
Level 1

Write the command:

Service msed start

Hello Craig,

I ran into the same issue with our MSE during the first installation. I got Cisco TAC  to help me out and here are the same commands that you will need

MSE Basic Commands

service msed stop - command to stop MSE services

service msed start - command to start MSE services

service msed status - command to check status of MSE services

getserverinfo is also the same as service msed status

ifconfig eht0 - command to see interface status

/opt/mse/setup/setup.sh - MSE setup script to modify most all parameters for the MSE

/opt/mse/licensing - directory where the MSE licenses are located

To get the UDI of the MSE, the command is show csludi

[root@NMDCBPMSE100 installers]# show csludi

------------

ftp

bin           -changes to binary mode

hash          -displays hash signs across the screen so you can see something is happening

mget *          -short for multiple get

Regards,

Faith

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card