博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
use engine-config config oVirt's properties
阅读量:6226 次
发布时间:2019-06-21

本文共 4533 字,大约阅读时间需要 15 分钟。

使用engine-config可以配置ovirt的配置选择, 参考red hat rhevm的19.3章的内容.
配置修改后, 需要重启ovirt-engine服务使之生效.
[root@176 ~]# engine-config -hUsage: engine-config 
[
]AVAILABLE ACTIONS -l, --list List available configuration keys. -a, --all Get all available configuration values. -g KEY, --get=KEY Get the value of the given key for the given version. If a version is not given, the values of all existing versions are returned. -s KEY=VALUE, --set KEY=VALUE Set the value of the given key for the given version. The version is required for this action only when the version is not 'general'. -m KEY=VALUE, --merge KEY=VALUE Merge the value of the given key for the given version with the value in the database. The version is required for this action only when the version is not 'general'. -h, --help Show this help message and exit.OPTIONS --cver=VERSION Relevant configuration version to use. -p PROP_FILE, --properties=PROP_FILE Use the given alternate properties file. -c CFG_FILE, --config=CFG_FILE Use the given alternate configuration file. --log-file=LOG_FILE Sets file to write logging into (if not set nothing is logged). --log-level=LOG_LEVEL Sets log level, one of DEBUG (default), INFO, WARN, ERROR (case insensitive). --log4j-config=XML_FILE Sets log4j.xml file which logging configuration is loaded from.SETTING PASSWORDS Passwords can be set in interactive mode: engine-config -s PasswordEntry=interactive or via file with one of the following options: engine-config -s PasswordEntry --admin-pass-file=/tmp/mypass engine-config -s PasswordEntry=/tmp/mypass PasswordEntry varies between the different password options.NOTE In order for your change(s) to take effect, restart the oVirt engine.
列出可配置项的描述 : 
[root@176 ~]# engine-config -l|lessAbortMigrationOnError: "Optionally abort an ongoing migration on any error" (Value Type: Boolean)AsyncTaskPollingRate: "Async Task Polling Rate (in seconds)" (Value Type: Integer)AsyncTaskZombieTaskLifeInMinutes: "Zombie tasks life-time in minutes" (Value Type: Integer)AuditLogAgingThreshold: "Audit Log Aging Threshold (in days)" (Value Type: Integer)AuditLogCleanupTime: "Audit Log Cleanup Time" (Value Type: String)AuthenticationMethod: "Authentication Method" (Value Type: String)BlockMigrationOnSwapUsagePercentage: "Host swap percentage threshold (for scheduling)" (Value Type: Integer)BootstrapMinimalVdsmVersion: "Minimum VDSM version" (Value Type: String)CABaseDirectory: "CA Base Directory" (Value Type: String)CpuOverCommitDurationMinutes: "The duration in minutes of CPU consumption to activate selection algorithm" (Value Type: Integer)DisableFenceAtStartupInSec: "Disable Fence Operations At oVirt Startup In Seconds" (Value Type: Integer)ClusterEmulatedMachines: "Supported machine types" (Value Type: String)WANDisableEffects: "Disabled WAN Effects value to send to the SPICE console" (Value Type: StringMultiple)WANColorDepth: "WAN Color Depth value to send to the SPICE console" (Value Type: Integer)EnableSpiceRootCertificateValidation: "Enable Spice Root Certification Validation" (Value Type: String)EnableUSBAsDefault: "Enable USB devices attachment to the VM by default" (Value Type: String)EnableVdsLoadBalancing: "Enables Host Load Balancing system." (Value Type: String)....
列出可配置项的当前值 : 
[root@176 ~]# engine-config -a|lessAbortMigrationOnError: false version: 3.0AbortMigrationOnError: false version: 3.1AbortMigrationOnError: false version: 3.2AbortMigrationOnError: false version: 3.3AsyncTaskPollingRate: 10 version: generalAsyncTaskZombieTaskLifeInMinutes: 3000 version: generalAuditLogAgingThreshold: 30 version: generalAuditLogCleanupTime: 03:35:35 version: generalAuthenticationMethod: LDAP version: generalBlockMigrationOnSwapUsagePercentage: 0 version: generalBootstrapMinimalVdsmVersion: 4.9 version: generalCpuOverCommitDurationMinutes: 2 version: generalDisableFenceAtStartupInSec: 300 version: generalClusterEmulatedMachines: rhel6.2.0,pc-1.0 version: 3.0ClusterEmulatedMachines: rhel6.3.0,pc-1.0 version: 3.1ClusterEmulatedMachines: rhel6.4.0,pc-1.0 version: 3.2ClusterEmulatedMachines: rhel6.4.0,pc-1.0,pseries version: 3.3ClusterEmulatedMachines: rhel6.5.0,pc-1.0,pseries version: 3.4WANDisableEffects: animation version: generalWANColorDepth: 16 version: general...
[参考]
1. 

转载地址:http://imfna.baihongyu.com/

你可能感兴趣的文章
django—收集主机信息到cmdb(2)
查看>>
数据查看权限 (规则) 相关网址
查看>>
rhel7.4安装oracle 11G
查看>>
重构项目之二:使用瀑布流效果加载图片
查看>>
zabbix的action不触发问题
查看>>
Java - java与javac版本不一致问题
查看>>
通过pxe批量定制系统
查看>>
我的友情链接
查看>>
MaxScale2.2如何自动加载MySQL用户
查看>>
OCaml语言开发(1)
查看>>
K3CLOUD单据上的审核人与审核日期字段怎么配置?当审核的时候,为什么不能显示是谁审核的?...
查看>>
网络安全系列之三十 远程文件包含***
查看>>
什么是Xinetd
查看>>
Install SQL Server 2008 on a Windows Server 2008 Cluster Part 1
查看>>
rpm、yum、编译安装
查看>>
动态内存管理
查看>>
状态栏的打字效果_JS特效代码
查看>>
javascript:第六章 F火狐 不能对 {}括号内的 函数进行预解析
查看>>
awstats日志分析系统部署
查看>>
2016年31期老男孩运维班学员决心书
查看>>