一次XEN启动中的错误捕获

简介:

有些东西记在这里,方便自己也方便他人。

nova help
usage: nova [--username USERNAME] [--apikey APIKEY] [--projectid PROJECTID]
            [--url URL] [--region_name REGION_NAME] [--version VERSION]
            <subcommand> ...

Command-line interface to the OpenStack Nova API.

Positional arguments:
  <subcommand>
    actions             Retrieve server actions.
    add-fixed-ip        Add new IP address to network.
    backup              Backup a server.
    backup-schedule     Show or edit the backup schedule for a server.
    backup-schedule-delete
                        Delete the backup schedule for a server.
    boot                Boot a new server.
    boot-for-account    Boot a new server in an account.
    delete              Immediately shut down and delete a server.
    diagnostics         Retrieve server diagnostics.
    flavor-list         Print a list of available 'flavors' (sizes of
                        servers).
    image-create        Create a new image by taking a snapshot of a running
                        server.
    image-delete        Delete an image.
    image-list          Print a list of available images to boot from.
    ip-share            Share an IP address from the given IP group onto a
                        server.
    ip-unshare          Stop sharing an given address with a server.
    ipgroup-create      Create a new IP group.
    ipgroup-delete      Delete an IP group.
    ipgroup-list        Show IP groups.
    ipgroup-show        Show details about a particular IP group.
    list                List active servers.
    migrate             Migrate a server.
    pause               Pause a server.
    reboot              Reboot a server.
    rebuild             Shutdown, re-image, and re-boot a server.
    remove-fixed-ip     Remove an IP address from a server.
    rename              Rename a server.
    rescue              Rescue a server.
    resize              Resize a server.
    resize-confirm      Confirm a previous resize.
    resize-revert       Revert a previous resize (and return to the previous
                        VM).
    resume              Resume a server.
    root-password       Change the root password for a server.
    show                Show details about the given server.
    suspend             Suspend a server.
    unpause             Unpause a server.
    unrescue            Unrescue a server.
    zone                Show or edit a child zone. No zone arg for this zone.
    zone-add            Add a new child zone.
    zone-boot           Boot a new server, potentially across Zones.
    zone-delete         Delete a zone.
    zone-info           Get this zones name and capabilities.
    zone-list           List the children of a zone.
    help                Display help about this program or one of its
                        subcommands.

Optional arguments:
  --username USERNAME   Defaults to env[NOVA_USERNAME].
  --apikey APIKEY       Defaults to env[NOVA_API_KEY].
  --projectid PROJECTID
                        Defaults to env[NOVA_PROJECT_ID].
  --url URL             Defaults to env[NOVA_URL].
  --region_name REGION_NAME
                        Defaults to env[NOVA_REGION_NAME].
  --version VERSION     Accepts 1.0 or 1.1, defaults to env[NOVA_VERSION].

See "nova help COMMAND" for help on a specific command.










本文转自 jxwpx 51CTO博客,原文链接:http://blog.51cto.com/jxwpx/836608,如需转载请自行联系原作者
目录
相关文章
|
17天前
|
Linux
Linux内核的异常修复原理
Linux内核的异常修复原理
|
26天前
|
Linux Perl
在Linux中,系统目前有许多正在运行的任务,在不重启机器的条件下,有什么方法可以把所有正在运行的进程移除呢?
在Linux中,系统目前有许多正在运行的任务,在不重启机器的条件下,有什么方法可以把所有正在运行的进程移除呢?
|
26天前
|
关系型数据库 MySQL Linux
在Linux中,如何检查某项服务是否在运行?
在Linux中,如何检查某项服务是否在运行?
|
4月前
|
存储 负载均衡 网络协议
X86 linux异常处理与Ipipe接管中断/异常
本文讲述了X86平台上Xenomai的ipipe如何接管中断处理。首先回顾了X86中断处理机制,包括IDT(中断描述符表)的工作原理和中断处理流程。接着详细介绍了Linux中中断门的初始化,包括门描述符的结构、中断门的定义和填充,以及IDT的加载。在异常处理部分,文章讲解了早期异常处理和start_kernel阶段的异常向量初始化。最后,讨论了APIC和SMP中断在IDT中的填充,以及剩余中断的统一处理。文章指出,ipipe通过在中断入口处插入`__ipipe_handle_irq()`函数,实现了对中断的拦截和优先处理,确保了实时性。
114 0
X86 linux异常处理与Ipipe接管中断/异常
|
虚拟化
如何处理VMware启动虚拟机时的错误信息Failed to lock the file
如何处理VMware启动虚拟机时的错误信息Failed to lock the file
618 0
如何处理VMware启动虚拟机时的错误信息Failed to lock the file
|
Shell
vxworks错误状态
vxworks错误状态
357 0
vxworks错误状态
|
Shell Windows
报错: 安装其中一个文件系统时出现错误。有关详细信息,请运行‘dmesg‘。
报错: 安装其中一个文件系统时出现错误。有关详细信息,请运行‘dmesg‘。
994 0
|
Dubbo 应用服务中间件 开发者
启动检查|学习笔记
快速学习启动检查
启动检查|学习笔记
|
虚拟化 Windows
VMWare player启动虚拟机出错 - 模块Disk启动失败
VMWare player启动虚拟机出错 - 模块Disk启动失败
334 0
VMWare player启动虚拟机出错 - 模块Disk启动失败