简体   繁体   English

如何访问桉树中的实例?

[英]How to access an instance in eucalyptus?

i have installed Eucalyptus Faststart (cloud-in-a-box) on vmware. 我已经在vmware上安装了Eucalyptus Faststart(盒中云)。 i then launched the instance with pre-configured image of centos. 然后,我使用预先配置的centos映像启动了实例。 but then i am not able to start the instance. 但后来我无法启动实例。 the connect option for the instances is activated but then after the procedure of connecting the instance, it did not respond. 实例的连接选项已激活,但是在连接实例的过程之后,它没有响应。 also the start and stop options are continously inactive. 启动和停止选项也持续不活动。 finally how to access the instance? 最终如何访问实例?

You cannot simple connect to the instance by clicking on connect button. 您不能通过单击连接按钮来简单地连接到实例。 Go inside vmware where you installed eucalyptus on guest OS. 进入在来宾OS上安装eucalyptus的vmware中。 Open terminal and to connect : 打开终端并连接:

 ssh -i <keypair.pem> root@<public_ip_address>

Note: Keypair will be downloaded to the guest machine where you installed eucalyptus. 注意:密钥对将下载到安装了桉树的客户机上。 Hope this helps !! 希望这可以帮助 !!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM