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

Virl not able to start up on Open NX-OS with Nexus 9Kv sandbox

carlocon
Cisco Employee
Cisco Employee

I reserved the lab to try again ansible scripts (second time), however now seems I am not able to even start virl simulation, from other post I found that I need to start the nodes (on past session I was able to do it). This time I am getting this message over and over:

 

[developer@devbox learning_labs]$virl up

Pulling from default
Exception raised while running your command
Please open an issue and provide this info:
HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /default/master/topology.virl (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x304bd10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))

 

Seems like some connectivity problem to the url where file is located

 

 

1 Accepted Solution

Accepted Solutions

carlocon
Cisco Employee
Cisco Employee

OK figured it out , the issue is executing the virl up command on the wrong directory, the topology.virl is located on subdirectory:

 

[developer@devbox sbx_nxos]$pwd
/home/developer/code/sbx_nxos
[developer@devbox sbx_nxos]$

 

After changing to this directory the nodes went up correctly

 

 

View solution in original post

1 Reply 1

carlocon
Cisco Employee
Cisco Employee

OK figured it out , the issue is executing the virl up command on the wrong directory, the topology.virl is located on subdirectory:

 

[developer@devbox sbx_nxos]$pwd
/home/developer/code/sbx_nxos
[developer@devbox sbx_nxos]$

 

After changing to this directory the nodes went up correctly