-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with attaching tinyvm instance to experiment in GCE #388
Comments
oops, apologies for the long delay. We were busy finishing the conversion of the whole code for python3 :-). I recommend you start by trying what is described under |
There is the same problem using Amazon EC2 Aug 4 14:40:33 ip-172-31-29-18.eu-central-1.compute.internal cloudbench [DEBUG] process_management.py/ProcessManagement.retriable_run_os_command process_management - Command "~/cbtool/scripts/common/cb_post_boot.sh" failed to execute on hostname 172.31.29.217, port 22 after attempt 14. Will try 22 more times. |
@marcinkaczor This is a very common networking problem for new users. cbtool has to be installed in a location that is reachable by the the cloud (on all ports). If it is not, things will not work. You have many options here: 1) Put cbtool in the cloud itself 2) Use our VPN support and run it outside of the cloud or 3) Use a jumpbox There are instructions on the wiki for doing both 2) and 3) if you don't want to do 1) |
After issuing the command Summarizing, in the end, I succesfully attached the VM to my experiment but it required my manual intervention... I see I am not the only one who struggles with this problem :( Could you please look at it, guys? I attach the log from unsuccessful
|
Hello, I added
And the problem no loger exists. |
Hello. As part of a master's thesis, I would like to perform some experiments in GCE cloud via CBTOOL. My first aim is to run
nullworkload
appliction. I took the following steps:(steps detailed here: https://github.com/ibmcb/cbtool/wiki/FAQ-S#sq6)
(according to steps: https://github.com/ibmcb/cbtool/wiki/HOWTO:-Preparing-your-cloud-to-be-driven-by-CBTOOL#gce)
vmattach check:ubuntu-1804-bionic-v20200626:cbuser:nullworkload
vmcapture youngest cb_nullworkload
Unfortunately, when I am trying to attach the instance to my experiment by the command:
vmattach tinyvm
I get the following error (as I guess it is at the end of a pipeline...):
status: Command "~/cbtool/scripts/common/cb_post_boot.sh" failed to execute on hostname 35.229.69.110, port 22 after attempt 0. Will try 36 more times.
The full log is visible in the above screenshot.
Have you got any ideas what is causing this problem that post boot script cannot be executed on VM?
I would be really glad if you could help me with that.
Thank you.
The text was updated successfully, but these errors were encountered: