openstack 命令行管理十九 - 日志管理 (备忘)

instance 终端以日志方式输出方法

[root@station140 ~(network_admin)]# nova  console-log  --length 80 terry_instance1 | tail
Starting atd: [  OK  ][  OK  ]
Starting yum-updatesd: [  OK  ]
Failed to retrieve hostname from instance metadata.  This is a soft error so we'll continue
Failed to retrieve user-data from instance metadata.  This is a soft error so we'll continue
Starting smartd: [  OK  ]

CentOS release 5.8 (Final)
Kernel 2.6.18-308.el5 on an x86_64

host-10-0-0-50 login:

 

时间: 2024-10-23 10:18:26

openstack 命令行管理十九 - 日志管理 (备忘)的相关文章

使用WMIC从命令行对Windows的全面管理

从Windows 2000开始,WMI(Windows 管理规范)就是Windows系统管理的重要组成部分.WMIC是Windows Management Instrumentation Command-line的简称,在WMIC出现之前,要从命令行访问WMI数据库或WMI名称空间不是一件容易的事情.现在,WMIC利用WMI强大的功能把系统管理扩展到了命令行. 一.什么是WMIC? WMIC扩展WMI,提供了从命令行接口和批命令脚本执行系统管理的支持.在WMIC出现之前,如果要管理WMI系统,必

命令行式的Windows桌面管理需要从零开始吗?

  在涉及到企业的桌面管理时,管理员通常都会依赖于像微软的System Center系列产品这样的工具.然而,许多常见的Windows桌面管理功能都可以通过命令行来执行,而无需投资昂贵的管理软件. 虽然PowerShell是命令行管理的不错的选择,但它不是唯一可用的工具.微软还提供了其它一些值得一看的命令行工具.PowerShell肯定可以处理大部分Windows 7或Windows 8的桌面管理任务,但它往往需要复杂的脚本.例如,微软的"Quick and Dirty"软件清单实际上

openstack 命令行管理十八 - instance管理 (备忘)

Openstak 中, 常用 nova 命令对实例进行管理 常见管理方法有,  创建, 删除,  更改(resize flavor, 冷/热迁移), 查询 等   列出当前 tenant 中的实例 首先需要载入 keystone 验证信息 [root@gz-controller-209131 ~(keystone_admin)]# cat keystonerc_admin export OS_USERNAME=admin export OS_TENANT_NAME=admin export OS

openstack 命令行管理十 - 密钥管理 (备忘)

 帮助 [root@station140 ~(keystone_admin)]# nova help | grep key flavor-key Set or unset extra_spec for a flavor. keypair-add Create a new key pair for use with instances. keypair-delete Delete keypair given by its name. keypair-list Print a list of k

openstack 命令行管理十六 - 网络测试 (备忘)

 注: 192.168.48.142 为 floating ip ping 测试 [root@station140 ~(keystone_admin)]# ping 192.168.48.142 PING 192.168.48.142 (192.168.48.142) 56(84) bytes of data. 64 bytes from 192.168.48.142: icmp_seq=1 ttl=63 time=1.61 ms ssh 测试 [root@station140 ~(keys

openstack 命令行管理二十 - instance novnc 访问管理 (备忘)

查询实例访问方法 [root@station140 nova(keystone_admin)]# nova get-vnc-console terry_instance1 novnc +-------+-------------------------------------------------------------------------------------+ | Type | Url | +-------+--------------------------------------

openstack 命令行管理十五 - 浮动 IP 管理 (备忘)

帮助 [root@station140 ~(keystone_admin)]# nova help | grep float add-floating-ip Add a floating IP address to a server. floating-ip-bulk-create Bulk create floating ips by range. floating-ip-bulk-delete Bulk delete floating ips by range. floating-ip-bu

openstack 命令行管理十四 - 路由管理 (备忘)

 帮助 [root@station140 ~(network_admin)]# neutron help | grep route l3-agent-list-hosting-router List L3 agents hosting a router. l3-agent-router-add Add a router to a L3 agent. l3-agent-router-remove Remove a router from a L3 agent. net-gateway-conn

openstack 命令行管理九 - flavor管理[主机模板] (备忘)

 帮助 [root@station140 tmp(keystone_admin)]# nova help | grep flavor flavor-access-add Add flavor access for the given tenant. flavor-access-list Print access information about the given flavor. flavor-access-remove Remove flavor access for the given