cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
605
Views
0
Helpful
1
Replies

Netsim Failure

Fantolino
Level 1
Level 1

I cannot use ncs-netsim. It seems that something is wrong in my installation (see below)

I tried to reset all the devices but tyhe problem persiste

Is it possibile to reinstall ncs-netsim? I don't mind loosing the devices.

 

This is the errore I get:

[root@localhost netsim]# ncs-netsim add-to-network /opt/ncs/ncs-4.6.1/packages/neds/cisco-ios 5 Cios
DEVICE Cios0 CREATED
DEVICE Cios1 CREATED
DEVICE Cios2 CREATED
DEVICE Cios3 CREATED
DEVICE Cios4 CREATED
[root@localhost netsim]# ncs-netsim start Cios0
Internal error: Startup failed; probably due to incorrect installation
Daemon died status=19
DEVICE Cios0 FAIL
[root@localhost netsim]#

1 Reply 1

yfherzog
Cisco Employee
Cisco Employee

One thing to have in mind is the location where you run the commands.

Typically (although not mandatory), you run your ncs-netsim create/add commands inside your runtime dir. This manipulates the netsim subdir under the current location.

In this case, I see that you're running the command from within a directory called netsim. If that netsim directory was created in the way mentioned above, then you need to run the add command one level higher (be that the runtime dir or any other dir).

 

I'd suggest that you delete the netsim directory that you have at the moment, and then retry creating it.

You can retrieve the commands you used in order to create your original setup by checking the content of the file netsim/README.netsim.

The file will list the actual commands you ran in order to create your netsim setup.