cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
10577
Views
0
Helpful
16
Replies

ViRL/CML simulation issues "Failed loading nodes from Open Stack"

softnet706
Level 1
Level 1

Hello,

 

Currently testing ViRL ( not sure what the actual version is) on an ESX 5.5i server host. Running simulation on an Eclipse (VMaestro) client  PC  connected to the ViRL server results in the following:

1. Failed loading nodes from OpenStack: HTTP-status: "500", HTTP-reason: "Internal Server Error", response: "{"computeFault": {"message": "The server has either erred  or is incapable of performing the requested operation.", "code": 500}}"

2. The User Work space management console ( Admin mode), confirms that are no Open stack nodes found. All settings in this console display ACTIVE status for  nodes, networks, projects etc. 

3. All the web services on the Eclipse (VMaestro) client - Roster, Simulation Engine, OpenStack Autonetkit -  connected to the ViRL server show GREEN status as COMPATIBLE.

4. Executing Restack script from CLI (devstack directory) , results in an error and crashes the ViRL and the ViRL VM has to be reinstalled.

Thanks and Regards.

 

 

 

 

 

16 Replies 16

Hi Bikash,

Installed the new OVA and finally got it working!!!! Thank you very much for your support..i guess the previous image was corrupt and that was the reason we ran into the Open Stack issues.

 

virl@virl:~$ virl_health_status
Disk usage:
Filesystem                 Size  Used Avail Use% Mounted on
/dev/mapper/virl--vg-root   31G  6.8G   23G  24% /
udev                       3.9G  4.0K  3.9G   1% /dev
tmpfs                      798M  436K  798M   1% /run
none                       5.0M     0  5.0M   0% /run/lock
none                       3.9G   92K  3.9G   1% /run/shm
cgroup                     3.9G     0  3.9G   0% /sys/fs/cgroup
/dev/sda1                  228M   57M  159M  27% /boot

MySQL is available

RabbitMQ status:
[{pid,3726},
 {running_applications,[{rabbit,"RabbitMQ","2.7.1"},
                        {os_mon,"CPO  CXC 138 46","2.2.7"},
                        {sasl,"SASL  CXC 138 11","2.1.10"},
                        {mnesia,"MNESIA  CXC 138 12","4.5"},
                        {stdlib,"ERTS  CXC 138 10","1.17.5"},
                        {kernel,"ERTS  CXC 138 10","2.14.5"}]},
 {os,{unix,linux}},
 {erlang_version,"Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:30] [kernel-poll:true]\n"},
 {memory,[{total,27973176},
          {processes,12612600},
          {processes_used,12600232},
          {system,15360576},
          {atom,1124441},
          {atom_used,1120270},
          {binary,192768},
          {code,11134417},
          {ets,921680}]},
 {vm_memory_high_watermark,0.39999999992828933},
 {vm_memory_limit,3346782617}]
RabbitMQ configured for OpenStack services is available

OpenStack image service for STD is available
OpenStack compute service for STD is available
OpenStack network service for STD is available
OpenStack identity service for STD is available

STD server configuration:
VIRL environment priority (lowest->highest): global conf, local conf, SHELL env, CLI args
Global config can be defined at "/etc/virl/virl.cfg"
Local config can be defined at "/home/virl/virl.cfg"
To set as SHELL ENV var: export NAME=value
To unset as SHELL ENV var: unset NAME
=========================================================
Your global config:
VIRL_STD_HOST = 0.0.0.0
VIRL_STD_PORT = 8080
VIRL_STD_PROCESS_COUNT = 5
VIRL_STD_USER_NAME = guest
VIRL_STD_DIR = /var/local/virl
=========================================================
Your local config:
=========================================================
Your SHELL environment:
=========================================================
Highest priority:
VIRL_STD_HOST = 0.0.0.0
VIRL_STD_PORT = 8080
VIRL_STD_PROCESS_COUNT = 5
VIRL_STD_USER_NAME = guest
VIRL_STD_DIR = /var/local/virl
=========================================================
STD/UWM user list read failed. Please check if the STD/UWM database is initialized and readable by the current user.
STD server on url http://localhost:8080 is listening
UWM server on url http://localhost:8081 is listening

STD server version:
{u'client-compatible': False,
 u'distro-version': u'Ubuntu 12.04.4 LTS',
 u'features': [u'no jobs',
               u'subtypes',
               u'licensing',
               u'systemlogs',
               u'list',
               u'status:nodes',
               u'export',
               u'export:updated-addresses',
               u'export:updated-startup-configs',
               u'export:running-configs',
               u'export:startup-configs',
               u'update:start',
               u'update:stop',
               u'vnc-console',
               u'serial-port'],
 u'kernel-version': u'3.8.0-41-generic x86_64',
 u'kvm-ok': u'INFO: /dev/kvm exists\nKVM acceleration can be used',
 u'kvm-version': u'QEMU emulator version 1.0 (qemu-kvm-1.0), Copyright (c) 2003-2008 Fabrice Bellard',
 u'openstack-version': u'2013.1.4',
 u'openvswitch-version': u'ovs-vsctl (Open vSwitch) 1.9.3\nCompiled Oct 17 2013 10:38:04',
 u'uwm-url': u'http://10.0.0.33:8081',
 u'version': u'1.2',
 u'virl-version': u'0.10.3.1'}

STD server licensing:
{u'features': [u'Cariden.MATE.import', u'Cariden.MATE.export'],
 u'hostid': [u'HOSTNAME=virl', u'000c29467568'],
 u'product-capacity': 200,
 u'product-expires': None,
 u'product-license': u'CML_CORPORATE',
 u'product-usage': 0,
 u'uwm-url': u'http://10.0.0.33:8081/admin/licenses/'}

STD server autonetkit status:
{u'autonetkit-cisco-version': u'VIRL Configuration Engine EFT Release',
 u'autonetkit-version': u'autonetkit 0.8.42',
 u'version': u'1.0',
 u'virl-version': u'0.10.3.1'}

 

Hello Mohan,

Thanks for the update.