io-profile コマンドは、I/O プロファイルの作成、管理、および削除を行います。すでに物理サーバーに接続されている I/O プロファイルを変更する場合は、それらの変更をその物理サーバーにプッシュする必要があります。
add io-profile name template [–fabric-device=device-name] [–numberOfiops=value]
remove io-profile name [–no-confirm]
set io-profile name connect physical-server [–iqn=iSCSI-IQN target] [–iqn-ha=secondary-ISCSI-IQN-target] [–wwpn=SAN-WWPN-target] [–wwpn-ha=secondary-SAN-WWPN-target] [–explicit-mapping1=mapping1] [–explicit-mapping2=mapping2]
set io-profile name set convert-vnics vnic1 vnic2
set io-profile name disconnect [–no-confirm]
set io-profile name server-profile [–server-profile-name=server-profile-name] up
set io-profile name server-profile [–server-profile-name=server-profile-name] down
set io-profile name server-profile [–server-profile-name=server-profile-name] reset
set io-profile name set io-profile [–description=text] [–default-gateway=default-gateway] [–san-boot-profile=SAN-boot-profile] [–iscsi-boot-profile=iSCSI-boot-profile]
show io-profile name
show io-profile name server-profiles
show io-profile name vnics
show io-profile name vhbas
ここでは:
name は I/O プロファイルの名前です。
physical-server は物理サーバーの名前です。
template は、I/O プロファイルに関連付けられている I/O テンプレートの名前です。
|
|
この例では、montana という名前の新しい I/O プロファイルを I/O テンプレート cloud9template から作成します。
[OFM] add io-profile montana cloud9template
この例では、サーバー montana の I/O プロファイルを更新して、SB14 という名前の SAN ブートプロファイルを追加します。
[OFM] set io-profile montana update io-profile -san-boot-profile=SB14
この例では、I/O プロファイル montana を物理サーバー montana1 に接続します。
[OFM] set io-profile montana connect montana1
この例では、scissors という名前の I/O プロファイルに関連付けられているすべての vNIC を表示します。
[OFM] show io-profile scissors vnics --------------------------------------------------------- parent.name scissors-4c4c454400434e108059c3c04f4b4d31 name eth6 net-cloud-name discovered-network-cloud termination arkansas/14/5 state up/resourceUnavailable ip-address 0.0.0.0 mac-address 00:13:97:02:50:69 is-ha false description ---------------------------------------------------------- parent.name scissors-44454c4c4300104e8059c3c04f4b4d31 name bug20568 net-cloud-name discovered-network-cloud termination texas/14/7 state up/up ip-address 0.0.0.0 mac-address 00:13:97:01:F0:28 is-ha false description --------------------------------------------------------- parent.name scissors-44454c4c4300104e8059c3c04f4b4d31 name eth5 net-cloud-name discovered-network-cloud termination texas/14/7 state up/up ip-address 192.168.15.205 mac-address 00:13:97:01:F0:25 is-ha false description ---------------------------------------------------------- 3 records displayed
この例では、Oracle Fabric Manager 環境から I/O プロファイル scissors を削除します。
[OFM] remove io-profile scissors