VMware ESXi blogより
Identifying Non-Default Advanced & Kernel Settings Using ESXCLI 5.1
http://blogs.vmware.com/vsphere/2012/09/identifying-non-default-advanced-kernel-settings-using-esxcli-5-1.html
VMware ESXiの詳細設定の確認をコマンドから行うものです
これがESXCLI 5.1になって新しいオプションが追加されたようです
- 詳細設定のすべてを表示
- 詳細設定の変更箇所のみ表示
- Kernel設定のすべてを表示
- Kernel設定の変更箇所のみ表示
VMware ESXiの詳細設定のすべての項目を表示します
~ # esxcli system settings advanced list
Path: /Irq/BestVcpuRouting
Type: integer
Int Value: 0
Default Int Value: 0
Min Value: 0
Max Value: 1
String Value:
Default String Value:
Valid Characters:
Description: 1: try to route the virtual interrupt to the best vcpu; 0 to
disable(snip)
標準設定からユーザが変更した項目のみ表示します(ESXCLI 5.1のみ)
~ # esxcli system settings advanced list -d
Path: /UserVars/SuppressShellWarning
Type: integer
Int Value: 1
Default Int Value: 0
Min Value: 0
Max Value: 1
String Value:
Default String Value:
Valid Characters:
Description: Enable or Disable the Tech Support Mode warning
Kernel設定のすべてを表示します
~ # esxcli system settings kernel list
Name Type Configured Runtime Default
———- —– ——– ———- ——- ——-
acpiDbgLevel uint32 ACPI debug level 0 0 0
allowNonNX Bool Allow booting with NX feature disabled or non present. FALSE FALSE FALSE(snip)
標準設定からユーザが変更した項目のみ表示します(ESXCLI 5.1のみ)
~ # esxcli system settings kernel list -d
Name Type Description Configured Runtime Default
————— —- ————————- ———- ——- ——-
smallFontForTTY Bool Use 50-line font for tty. true FALSE FALSE