smf boot mode

Shell起動モードを設定する。

対象機種
SEIL/x86 Ayame
smf boot mode { smfv2 | standalone }
既定値
standalone
smfv2
SMFv2モード(SMFサービスアダプタとして起動する)
standalone
ルータモード
注:
  • smf boot modeコマンドは、コンフィグと異なる内部ストレージのFAT領域にファイル(mode.txt)を直接書き込みます。
  • 変更した動作モードで動作するには再起動が必要です。
  • ハイパーバイザによる起動モードの指定(VMware vAppプロパティ)がある場合、設定は可能ですがハイパーバイザの指定が優先されます。

出力例:ハイパーバイザによる起動モードの指定が無い場合

# smf boot mode smfv2
Set boot mode as 'SMFv2 mode'.
We have to restart the system to complete changing boot mode.
Ready to reboot? [y/N] n
#
# smf boot mode standalone
Set boot mode as 'standalone mode'.
#
  • 現在の動作モードと異なる場合は再起動を促す確認プロンプトが表示されます。

出力例:ハイパーバイザによる起動モードの指定がある場合

# smf boot mode smfv2
Set boot mode as 'SMFv2 mode'
Warning! This setting is ignored because boot mode is already set by the hypervisor.
#
# smf boot mode standalone
Set boot mode as 'standalone mode'
Warning! This setting is ignored because boot mode is already set by the hypervisor.
#
  • ハイパーバイザによる指定がある場合はそれが優先されるため、smf boot modeコマンドによる変更は保存はされますが無視されます。