show smf

システムの動作モードに関する情報を参照する

対象機種
SEIL/x86 Ayame

コマンドの書式

show smf

出力例:動作モード未設定の場合

========================================
boot mode
----------------------------------------
[Current mode]
standalone
 
[Mode setting priorities]
     source       mode
--- ------------ -----------
 1   Hypervisor   (none)
 2   Boot disk    (none)
 3 * Default      standalone
 
* selected at next boot time
 
========================================
smf-line
----------------------------------------
(none)
   
========================================
smf-proxy
----------------------------------------
(none)

初期状態ではスタンドアローンモードが選択されます。

出力例:動作モードが設定されている場合

========================================
boot mode
----------------------------------------
[Current mode]
standalone
 
[Mode setting priorities]
     source       mode
--- ------------ -----------
 1 * Hypervisor   standalone
 2   Boot disk    smfv2
 3   Default      standalone
 
* selected at next boot time
  
========================================
smf-line
----------------------------------------
interface.ge5.ipv4.address: 10.0.0.100/24
route.ipv4.0.destination: default
route.ipv4.0.gateway: 10.0.0.1
   
========================================
smf-proxy
----------------------------------------
http://proxy.example.jp:8080

次のことが読み取れます。

  • 現在スタンドアローンモードで動作している
  • ハイパーバイザにstandalone と設定されている。また、次回起動時に選択される
  • 起動ディスクに smfv2 と設定されている
  • SMF静的接続設定(smf-line.txt)およびSMF Web Proxy設定(smf-pxy.txt)が存在する

出力例:認識できない動作モードが設定されている場合

========================================
boot mode
----------------------------------------
[Current mode]
standalone
 
[Mode setting priorities]
     source       mode
--- ------------ -----------
 1   Hypervisor   stan (invalid)
 2   Boot disk    smfv1 (invalid)
 3 * Default      standalone
 
* selected at next boot time
  
========================================
smf-line
----------------------------------------
interface.ge5.ipv4.address: 10.0.0.100/24
route.ipv4.0.destination: default
route.ipv4.0.gateway: 10.0.0.1
   
========================================
smf-proxy
----------------------------------------
http://proxy.example.jp:8080

次のことが読み取れます。

  • 現在スタンドアローンモードで動作している
  • Hypervisorstan と設定されており、不正である
  • Boot disksmfv1 と設定されており、不正である
  • 次回起動時はデフォルトのスタンドアローンモードが選択される

説明

boot mode セクション
起動時の動作モードについて表示します。
項目 項目の意味
Current mode 現在の動作モード
standalone
スタンドアローンモード
smfv2
SMFv2モード
Mode setting priorities 動作モードの設定と選択状況
Hyperviser
ハイパーバイザに設定された動作モード(VMware vAppプロパティ)
Boot disk
起動ディスクに設定された動作モード
Default
デフォルトの動作モード
行頭の数値は優先順位です。設定が存在し、かつ文字列が正しい場合、優先順位に従って選択されます。
smf-line セクション
SMF静的接続設定(smf-line.txt)が存在する場合に設定内容を表示します。
smf-proxy セクション
SMF Web Proxy設定(smf-pxy.txt)が存在する場合に設定内容を表示します。