zoukankan      html  css  js  c++  java
  • Access an instance through a console

    VNC or SPICE is used to view the console output of an instance, regardless of whether or not the console log has output. This allows relaying keyboard and mouse activity to and from an instance.

    There are three remote console access methods commonly used with OpenStack:

    novnc
    An in-browser VNC client implemented using HTML5 Canvas and WebSockets
    spice
    A complete in-browser client solution for interaction with virtualized instances
    xvpvnc
    A Java client offering console access to an instance

    Example:

    To access an instance through a remote console, run the following command:

    $ openstack console url show INSTANCE_NAME --xvpvnc
    

    The command returns a URL from which you can access your instance:

    +--------+------------------------------------------------------------------------------+
    | Type   | Url                                                                          |
    +--------+------------------------------------------------------------------------------+
    | xvpvnc | http://192.168.5.96:6081/console?token=c83ae3a3-15c4-4890-8d45-aefb494a8d6c  |
    +--------+------------------------------------------------------------------------------+
    

    --xvpvnc can be replaced by any of the above values as connection types.

    When using SPICE to view the console of an instance, a browser plugin can be used directly on the instance page, or the openstack console url show command can be used with it, as well, by returning a token-authenticated address, as in the example above.

    转自: http://docs.openstack.org/user-guide/cli-access-instance-through-a-console.html

  • 相关阅读:
    为什么你的Excel很丑?
    老白聊数据-为什么你的营销总是没有效?
    零售企业需要什么技术和策略
    老白聊数据-关于销售预测的那些事
    在大数据时期的营销该是什么样子的
    基于数据驱动的活动该如何设计
    DAU新解
    小白学数据分析----->DNU/DAU
    [db]db学习笔记(目录)
    [net]网络工程学习笔记(目录)
  • 原文地址:https://www.cnblogs.com/pinganzi/p/5824595.html
Copyright © 2011-2022 走看看