Veritas NetBackup™ Appliance Commands Reference Guide
- Overview
- 付録 A. Main > Appliance commands
- 付録 B. Main > Manage > FibreChannel commands
- 付録 C. Main > Manage > HighAvailability commands
- 付録 D. Main > Manage > Libraries commands
- 付録 E. Main > Manage > Libraries > Advanced > ACS commands
- 付録 F. Main > Manage > License commands
- 付録 G. Main > Manage > MountPoints commands
- 付録 H. Main > Manage > NetBackup CLI commands
- 付録 I. Main > Manage > OpenStorage commands
- 付録 J. Main > Manage > Software commands
- 付録 K. Main > Manage > Storage commands
- 付録 L. Main > Manage > Tapes commands
- 付録 M. Main > Manage > Certificates commands
- 付録 N. Main > Monitor commands
- 付録 O. Main > Network commands
- 付録 P. Main > Network > Security (IPsec) commands
- 付録 Q. Main > Reports commands
- 付録 R. Main > Settings commands
- 付録 S. Main > Settings > Alerts commands
- 付録 T. Main > Settings > Notifications view commands
- 付録 U. Main > Settings > Security commands
- 付録 V. Main > Support commands
名前
Main > Settings > iSCSI > Interface — iSCSI Interface Set、iSCSI Interface Remove、iSCSI Interface Show コマンドを使用して、iSCSI インターフェースのゲートウェイ、IP アドレス、MTU、ネットマスク、VLAN などのプロパティを構成できます。
概要
iSCSI Interface Show
iSCSI Interface IPAddress Set IP address Interface name
iSCSI Interface Netmask Set Netmask Interface Name
iSCSI Interface Gateway Set Gateway Interface Name
iSCSI Interface MTU Set MTU Interface Name
iSCSI Interface VLAN Set VLAN ID Interface Name
iSCSI Interface IPAddress Remove Interface Name
iSCSI Interface Netmask Remove Interface Name
iSCSI Interface Gateway Remove Interface Name
iSCSI Interface MTU Reset Interface Name
iSCSI Interface VLAN Remove Interface Name
説明
iSCSI Interface Set、iSCSI Interface Remove、iSCSI Interface Show コマンドを使用して、iSCSI インターフェースのゲートウェイ、IP アドレス、MTU、ネットマスク、VLAN などのインターフェースプロパティを構成できます。
オプション
- Interface Show
このコマンドでは、インターフェースプロパティを表示できます。
- Interface IPAddress Set IP address Interface Name
このコマンドでは、iSCSI インターフェースの IP アドレスを構成できます。IPv4 アドレスのみがサポートされます。
- Interface Netmask Set Netmask Interface Name
このコマンドでは、iSCSI インターフェースのネットマスクを構成できます。オプションで、構成する iSCSI インターフェース名を入力できます。利用可能なすべての iSCSI インターフェースを表示するには、iSCSI > Interface Show コマンドを実行します。
インターフェース名については次の注意点があります。
名前には、数字 (0 ~ 9)、文字 (A ~ Z、a ~ z)、コロン (:)、ハイフン (-)、下線 (_)、ピリオド (.) のみを使用できます。
最初の文字は数字(0 ~ 9)、文字(A ~ Z、a ~ z)、または下線(_)に限られます。
例: iscsi.1
- Interface Gateway Set Gateway Interface Name
このコマンドでは、iSCSI インターフェースのゲートウェイを構成できます。オプションで、構成する iSCSI インターフェース名を入力できます。
- Interface MTU Set MTU value Interface Name
このコマンドでは、iSCSI インターフェースの MTU を構成できます。MTU は、イーサネットフレームの最大伝送単位のサイズを制御します。MTU は必ず 68 から 65535 までの数字になります。なお、iSCSI インターフェースの MTU を設定する場合、iSCSI インターフェースと、iSCSI インターフェースをマッピングするネットワークインターフェースの両方に新しい MTU 値を設定します。
- Interface VLAN Set VLAN ID Interface name
このコマンドでは、iSCSI インターフェースの VLAN ID を構成できます。VLAN を構成する場合は、ネットワークインターフェース上または iSCSI インターフェースのいずれかで (両方は不可) VLAN を構成してください。iSCSI とネットワークインターフェースの両方に VLAN を構成すると、ネットワークインターフェースに構成した VLAN の値が適用されます。ネットワークまたは iSCSI インターフェース上で VLAN を構成しないように選択することができます。
VLAN ID は必ず 1 から 4095 までの数字になります。
- Interface IPAddress Remove Interface Name
このコマンドでは、IP アドレスが指定のインターフェースから削除されます。
- Interface Netmask Remove Interface Name
このコマンドでは、ネットマスクが指定のインターフェースから削除されます。
- Interface Gateway Remove Interface Name
このコマンドでは、ゲートウェイが指定のインターフェースから削除されます。
- Interface MTU Reset Interface Name
このコマンドでは、iSCSI インターフェースと、iSCSI インターフェースをマッピングするネットワークインターフェースの両方で、MTU がデフォルト値 (1500) にリセットされます。MTU は削除できず、デフォルト値へのリセットのみが可能です。
例
appliance.iSCSI> Interface Show Showing the available interfaces... +--------------+----------+------------------+-------------+-------+-------+----+----+ |Interface Name|Network | MAC Address | IP Address |Netmask Gateway|MTU |VLAN | |Interface | | | | | |Tag | +--------------+----------+------------------+-------------+-------+-------+----|----+ | iscsi1 | eth6 |00:0e:1e:53:55:11 |10.181.198.62| | |1500| | +--------------+-----------------------------|-------------+-------+-------+----+----+ | iscsi2 | eth7 |00:0e:1e:53:55:13 | | | |1500| | +--------------+-----------------------------|-------------+-------+-------+----|----+
appliance.iSCSI> Interface IPAddress Set 10.181.198.40iscsi2 - [Info] The IP address has been configured for iscsi2.
appliance.iSCSI> Interface IPaddress Remove iscsi2 - [Info] The IP address has been removed from iscsi2.
appliance.iSCSI> Interface MTU Set 2000iscsi1 The new MTU value applies to both iscsi1 and also the network interface eth8. Do you want to continue? (yes,no)[no]:yes - [Info] The MTU has been configured for iscsi1 and eth8.