Advertisement
Guest User

Untitled

a guest
Aug 12th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. ubuntu@spec:~/osgcloud/cbtool$ ./cb --hard_reset
  2. Cbtool version is "90e6daa"
  3. Parsing "cloud definitions" file..... "/home/ubuntu/osgcloud/cbtool/lib/auxiliary//../..//configs/ubuntu_cloud_definitions.txt" opened and parsed successfully.
  4. Checking "Object Store".....An Object Store of the kind "Redis" (shared) on node 10.219.107.211, TCP port 6379, database id "0" seems to be running.
  5. Checking "Log Store".....A Log Store of the kind "rsyslog" (private) on node 10.219.107.211, UDP port 5114 seems to be running.
  6. Checking "Metric Store".....A Metric Store of the kind "MongoDB" (shared) on node 10.219.107.211, TCP port 27017, database id "metrics" seems to be running.
  7. Checking "File Store".....A File Store of the kind "rsync" (private) on node 10.219.107.211, TCP port 873 seems to be running.
  8. Executing "hard" reset: (killing all running toolkit processes and flushing stores) before starting the experiment......
  9. Killing all processes... done
  10. Flushing Object Store... done
  11. Flushing Log Store... done
  12.  
  13. Flushing Metric Store... done
  14. Checking for a running API service daemon.....API Service daemon was successfully started. The process id is ['4085'] (http://10.219.107.211:7070).
  15. Checking for a running GUI service daemon.....GUI Service daemon was successfully started. The process id is ['4109', '4110'], listening on port 8080. Full url is "http://10.219.107.211:8080".
  16. status: OpenStack connection parameters: username=admin, password=<omitted>, tenant=admin, cacert=None, insecure=False, region_name=RegionOne, access_url=http://172.24.243.182:5000/v2.0/, endpoint_type=publicURL
  17.  
  18. OpenStack status: Checking if the ssh key pair "ubuntu_default_spec_key" is created on VMC RegionOne.... done
  19. OpenStack status: Checking if the security group "default" is created on VMC RegionOne.... done
  20.  
  21. OpenStack status: Checking if the network "public" can be found on VMC RegionOne... done. This flat network will be used as the default for provisioning.
  22. OpenStack status: Checking if the imageids associated to each "VM role" are registered on VMC RegionOne.... done
  23. status: WARNING Image id for VM roles "mongos,redis,mongo_cfg_server,mongodb": "cb_ycsb" is NOT registered (attaching VMs with any of these roles will result in error).
  24. WARNING Image id for VM roles "nuttcpclient,nuttcpserver": "cb_nuttcp" is NOT registered (attaching VMs with any of these roles will result in error).
  25. WARNING Image id for VM roles "xpingsender,xpingreceiver": "cb_xping" is NOT registered (attaching VMs with any of these roles will result in error).
  26. WARNING Image id for VM roles "driver_tradelite,client_tradelite": "cb_tradelite" is NOT registered (attaching VMs with any of these roles will result in error).
  27. WARNING Image id for VM roles "specjbb": "cb_specjbb" is NOT registered (attaching VMs with any of these roles will result in error).
  28. WARNING Image id for VM roles "filebench,driver_filebench": "cb_filebench" is NOT registered (attaching VMs with any of these roles will result in error).
  29. WARNING Image id for VM roles "linpack": "cb_linpack" is NOT registered (attaching VMs with any of these roles will result in error).
  30. WARNING Image id for VM roles "gatest_master,gatest_slave": "cb_nullworkload" is NOT registered (attaching VMs with any of these roles will result in error).
  31. WARNING Image id for VM roles "ddgen": "cb_ddgen" is NOT registered (attaching VMs with any of these roles will result in error).
  32. WARNING Image id for VM roles "lb,db2,geronimo,mysql,driver_daytrader,client_daytrader,was": "cb_daytrader" is NOT registered (attaching VMs with any of these roles will result in error).
  33. WARNING Image id for VM roles "coremark,driver_coremark": "cb_coremark" is NOT registered (attaching VMs with any of these roles will result in error).
  34. WARNING Image id for VM roles "iperfserver,iperfclient": "cb_iperf" is NOT registered (attaching VMs with any of these roles will result in error).
  35. WARNING Image id for VM roles "cn_hpc,fen_hpc": "cb_hpcc" is NOT registered (attaching VMs with any of these roles will result in error).
  36. WARNING Image id for VM roles "netserver,netclient": "cb_netperf" is NOT registered (attaching VMs with any of these roles will result in error).
  37. WARNING Image id for VM roles "windows,client_windows": "cb_windows" is NOT registered (attaching VMs with any of these roles will result in error).
  38. WARNING Image id for VM roles "giraphmaster,giraphslave": "cb_giraph" is NOT registered (attaching VMs with any of these roles will result in error).
  39. WARNING Image id for VM roles "fio,driver_fio": "cb_fio" is NOT registered (attaching VMs with any of these roles will result in error)
  40. status: VMC "RegionOne" was successfully tested.
  41.  
  42. The "osk" cloud named "MYOPENSTACK" was successfully attached to this experiment.
  43. The experiment identifier is EXP-08-12-2016-09-50-49-PM-UTC
  44.  
  45. status: Removing all VMs previously created on VMC "RegionOne" (only VM names starting with "cb-ubuntu-MYOPENSTACK").....
  46. status: Removing all VVs previously created on VMC "RegionOne" (only VV names starting with "cb-ubuntu-MYOPENSTACK").....
  47. status: The host list for VMC "RegionOne" is empty ("discover_hosts" was set to "false"). Skipping Host OS performance monitor daemon startup
  48. status: Attribute "collect_from_host" was set to "false". Skipping Host OS performance monitor daemon startup
  49. All VMCs successfully attached to this experiment.
  50. (MYOPENSTACK)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement