Go to main content
Oracle® Fabric Manager 5.0.0 コマンドリファレンス

印刷ビューの終了

更新: 2016 年 9 月
 
 

sm-group

sm-group コマンドは、IB サブネットの管理とモニタリングを行うためのサブネットグループの作成に使用します。


ヒント  -  SM キー、信頼できる MKey、および信頼できない MKey によって、一般的な IB 管理キーよりも強化されたセキュリティーが提供されます。

構文

add sm-group name [–password=group-password] [–description=text]

remove sm-group name [–no-confirm]

set sm-group name [–password=group-password] [–description=text]

set sm-group name fabric-device fabric-device down

set sm-group name fabric-device fabric-device up

set sm-group name sm-key-set sm-key-set down

set sm-group name sm-key-set sm-key-set up

set sm-group name add fabric-device fabric-device

set sm-group name add sm-key-set sm-key-set trusted-mkey untrusted-mkey

set sm-group name set fabric-device [–routing-engine=routing-engine] [–priority=value] [–prefix-id=subnet-prefix-ID] [–controlled-handover={true|false}]

set sm-group name remove fabric-device fabric-device [–no-confirm]

set sm-group name remove sm-key-set sm-key-set [–no-confirm]

show sm-group name

show sm-group name sm-device

show sm-group name group-member

show sm-group name sm-key-set

ここでは:

  • fabric-device はファブリックデバイスの名前です。

  • name は SM グループの名前です。

  • sm-key-set は SM キーセットの名前です。SM キーは、OpenSM に関するメッセージを制御します。

  • trusted-mkey は、プログラミングスイッチに関するメッセージを制御します。この MKey は、すべてのスイッチに指定されます。

  • untrusted-mkey は、その他のメッセージを制御します。この MKey は、汎用の IB ファブリックの Mkey に似ています。

サブコマンド
説明
add fabric-device
SM ファブリックデバイスを SM グループに追加します。
add sm-key-set
SM キーを SM グループに追加します。SM キーセットは、OpenSM に関するメッセージを制御します。
fabric-device fabric-device down
ファブリックデバイスを無効にします。
fabric-device fabric-device up
ファブリックデバイスを有効にします。
group-member
SM グループメンバーのリストを表示します。
remove fabric-device
SM グループ内の既存のファブリックデバイスを削除します。
remove sm-key-set
既存の SM キーセットを削除します。
set fabric-device
SM グループのファブリックデバイスのプロパティーを指定します。
sm-device
既存の SM デバイスを表示します。
sm-key-set sm-key-set down
SM キーセットを無効にします。
sm-key-set sm-key-set up
SM キーセットを有効にします。

オプション

オプション
説明
–controlled-handover
これがメンバーシップのハンドオーバーかどうかを指定します。
  • true

  • false

–description
SM グループを説明する英数字の文字列を指定します。複数の語をスペースで区切って指定する場合は、引用符で囲む必要があります。
–no-confirm
エンティティーを削除または切断するときに確認をスキップします。
–password
SM グループのパスワードを指定します。
–prefix-id
サブネットの接頭辞 ID を定義します。
–priority
ファブリックデバイスに優先度値を割り当てます。
–routing-engine
ルーティングエンジンを指定します。
  • free

  • minhop

例: SM グループの作成

この例では、EngGroup という名前の SM グループを作成し、このグループに delaware という名前のファブリックデバイスを追加します。次に、ファブリックデバイスをオンラインにし、デバイスで ftree ルーティングエンジンを使用するように指定する方法を示します。

[OFM] add sm-group EngGroup -password-12344
[OFM] set sm-group EngGroup add fabric-device delaware
[OFM] set sm-group EngGroup fabric-device delaware up
[OFM] set sm-group EngGroup set delaware -routing-engine=ftree
[OFM] show sm-group EngGroup sm-device
name      number-of-devices  routing-engine  status  description
----------------------------------------------------------------
EngGroup  1                  ftree           good
1 record displayed