[Name]
hanetconfig - Setting, modifying, deleting, and displaying a configuration definition of Redundant Line Control Function
[Synopsis]
/opt/FJSVhanet/usr/sbin/hanetconfig command [args]
[Feature description]
The hanetconfig command defines configuration information required for the operation of Redundant Line Control Function. This command also modifies, deletes, and displays a setting.
Command | Process outline | Authority |
---|---|---|
create | Creates configuration information | Super user |
copy | Copies configuration information | Super user |
Displays configuration information | General user | |
modify | Modifies configuration information | Super user |
delete | Deletes configuration information | Super user |
version | Displays the version | General user |
(1) create command
Configuration information must be defined for a virtual interface before Redundant Line Control Function can be operated. Use the create command to create a definition of configuration information. The create command can also create definitions of more than one logical virtual interface on the virtual interface. The following is the command format for building a virtual interface:
When creating a virtual interface
Fast switching mode (IPv4): /opt/FJSVhanet/usr/sbin/hanetconfig create [inet] -n devicename -m t -i ipaddress -t interface1[,interface2,...] Fast switching mode (IPv6): /opt/FJSVhanet/usr/sbin/hanetconfig create inet6 -n devicename -m t -t interface1[,interface2,...] NIC switching mode (IPv4: Logical IP address takeover function): /opt/FJSVhanet/usr/sbin/hanetconfig create [inet] -n devicename -m d -i ipaddress1 -e ipaddress2 -t interface1[,interface2] NIC switching mode (IPv6: Logical IP address takeover function): /opt/FJSVhanet/usr/sbin/hanetconfig create inet6 -n devicename -m d -i ipaddress/prefix -t interface1[,interface2] NIC switching mode (Physical IP address takeover function): /opt/FJSVhanet/usr/sbin/hanetconfig create -n devicename -m e -i ipaddress1 [-e ipaddress2] -t interface1[,interface2] Standby patrol function (automatic fail-back if a failure occurs / immediate automatic fail-back): /opt/FJSVhanet/usr/sbin/hanetconfig create -n devicename -m {p | q} -t interface Virtual NIC mode: /opt/FJSVhanet/usr/sbin/hanetconfig create -n devicename -m v -t interface1[,interface2] GS linkage mode: /opt/FJSVhanet/usr/sbin/hanetconfig create -n devicename -m c -i ipaddress -t interface1[,interface2,...] |
When creating a logical virtual interface
Fast switching mode (IPv4): /opt/FJSVhanet/usr/sbin/hanetconfig create [inet] -n devicename -i ipaddress Fast switching mode (IPv6): /opt/FJSVhanet/usr/sbin/hanetconfig create inet6 -n devicename -i ipaddress/prefix GS linkage mode /opt/FJSVhanet/usr/sbin/hanetconfig create -n devicename -i ipaddress |
Specify an IP address form to set to a virtual interface.
inet | : IPv4 address |
When omitted, it is dealt with as specified inet. It is necessary to specify this option first (immediately after a string of "create") before other options.
This option can be specified only when using Fast switching mode or NIC switching mode (a logical IP address takeover function).
Specify the name of a virtual interface or logical virtual interface for which the configuration information should be set. Up to 64 names can be set. Specify the virtual interface name with a string of "sha" and is followed by a value (0 to 255) (such as sha0 and sha10). Specify the logical virtual interface name as "virtual-interface-name: value (2 to 64)" (such as sha0:2 and sha10:5). If you specify a virtual interface or logical virtual interface in any other format, an error message is output and this command terminates abnormally. Logical virtual interface can only be configured on operation mode "t" and "c".
Specify an operation mode. If devicename is a logical virtual interface, specify the operation mode of a corresponding virtual interface.
Specify this parameter to use the Redundant Line Control Function in Fast switching mode. This mode creates a virtual interface used in Fast switching mode.
Specify this parameter to use the Redundant Line Control Function in NIC switching mode. Communication is performed by activating a physical interface to be used and its logical interface and taking over the IP address attached to the logical interface.
Specify this parameter to use the Redundant Line Control Function in NIC switching mode. Communication is performed by taking over the IP address attached to the physical interface without activating a logical interface.
Specify this parameter to use the Redundant Line Control Function in NIC switching mode and monitor the status of the standby NIC. If the standby NIC is communicating due to a failure and the active NIC recovers, no fail-back occurs until the currently used NIC encounters a failure.
Specify this parameter to use the Redundant Line Control Function in NIC switching mode and monitor the status of the standby NIC. If the standby NIC is communicating due to a failure and the active NIC recovers, a fail-back immediately occurs.
Specify this parameter to use the Redundant Line Control function in Virtual NIC mode. This mode creates a virtual interface used in Virtual NIC mode.
Specify this parameter to use the Redundant Line Control function in GS linkage mode.
This mode creates a virtual interface used in GS linkage mode. This mode creates a virtual interface used in GS linkage mode.
The following table lists options that can be specified in each operation mode.
Operation mode | Specifiable parameter | ||||
---|---|---|---|---|---|
inet | inet6 | -n | -i | -e | -t | |
't' (Fast switching mode) | Supported | O | O (*6) | X | O (*1) |
'd' (NIC switching mode (logical IP address takeover function)) | Supported | O | O | O (*4) | O (*2) |
'e' (NIC switching mode (physical IP address takeover function)) | Not supported | O | O | O (*5) | O (*2) |
'p' (Standby patrol function (automatic fail-back if a failure occurs)) | Not supported | O | X | X | O (*3) |
'q' (Standby patrol function (immediate automatic fail-back)) | Not supported | O | X | X | O (*3) |
'v' (Virtual NIC mode) | Not supported | O | X | X | O (*2) |
'c' (GS linkage mode) | Not supported | O | O | X | O (*1) |
[Meaning of the symbols] 0: Required, X: Not required
*1 Specify a physical interface (The same physical interface can be specified if the operation mode is "t"). 1 to 8 physical interfaces can be assigned.
*2 Specify a physical interface that is not specified in any other operation mode. One or two physical interface can be assigned.
*3 Specify a virtual interface specified in the operation mode "d" or "e". Only one interface can be assigned.
*4 It is not possible to specify this parameter when set inet6 to an address form.
*5 This parameter may be omitted if the physical IP address takeover function II is used (not activating an interface on the standby node in the cluster system).
*6 It can specify, only when creating logical virtual interface.
Specify a host name or an IP address to assign to a virtual interface or a logical virtual interface (devicename specified by -n option). The specified host must be defined in an /etc/hosts file. When assigning an IP address to a logical virtual interface, it is necessary to specify the same subnet as that of a virtual interface. If specified a different subnet, occasionally it is not possible to communicate. The host name that can be specified is 16 characters or less.
Specify the length of a prefix of ipaddress1 following "/" (slash). The range possible to specify is between zero to 128. This parameter is required only when specifying an IPv6 address to ipaddress1 or a host name defined in an /etc/hosts file. It is not possible to specify for an IPv4 address.
Specify an IP address or a host name to assign to a physical interface. It is possible to set an IP address or a host name in an IPv4 form only and must be defined in an /etc/hosts file. It is possible to specify this option only when specified inet for an address form. (When specified inet6, a link local address is automatically assigned.) It is necessary to set this option in NIC switching mode (operation mode is "d" or "e"). In cluster operation, it is possible to omit this option if an interface of NIC switching mode (operation mode is "e") is not activated by a standby node.
Specify interface names to be bundled by a virtual interface, by listing them delimited with a comma (,).
Specify virtual interface names (such as sha1 and sha2) for standby patrol function (operation mode "p" or "q").
Specify physical interface names (such as eth0) or tagged VLAN interface names (such as eth0.1 or eth1.2) for any other mode (operation mode "t", "d" "e" "v", or "c") than standby patrol function.
(2) copy command
Use the copy command to create different configuration information while sharing a NIC used in other configuration information (virtual interface in NIC switching mode (operation mode "d")). This command thus allows configuration information to be automatically created by using the copy source information and without requiring you to specify an IP address to be attached to a physical interface, interface names to be bundled by a virtual interface, and an operation mode. This command realizes simpler operation than directly executing the hanetconfig create command.
In addition, this command can copy only virtual interface of NIC switching mode (operation mode "d").
The following is the command format for copying a virtual interface:
When duplicating a virtual interface of IPv4 from a virtual interface of IPv4
/opt/FJSVhanet/usr/sbin/hanetconfig copy [inet] -n devicename1,devicename2 -i ipaddress |
When duplicating a virtual interface of IPv4 from a virtual interface of IPv6 (dual stack configuration)
/opt/FJSVhanet/usr/sbin/hanetconfig copy [inet] -n devicename1,devicename1 -i ipaddress1 -e ipaddress2 |
When duplicating a virtual interface of IPv6 from a virtual interface of IPv6
/opt/FJSVhanet/usr/sbin/hanetconfig copy inet6 -n devicename1,devicename2 -i ipaddress/prefix |
When duplicating a virtual interface of IPv6 from a virtual interface of IPv4 (dual stack configuration)
/opt/FJSVhanet/usr/sbin/hanetconfig copy inet6 -n devicename1,devicename1 -i ipaddress/prefix |
Specify an IP address form to set to a copy-to virtual interface.
inet | : IPv4 address |
When omitted, it is dealt with as specified inet. It is necessary to specify this option first (immediately after a string of copy) before other options.
Specify a copy-from virtual interface name. It is possible to specify only a virtual interface name of NIC switching mode (operation mode is "d").
Specify a copy-to virtual interface name. When configuring IPv4/IPv6 dual stack, specify the same virtual interface name (devicename1) as that of copy-from.
Specify a host name or an IP address to assign to a copy-to virtual interface specified by devicename2. See -i option of a create command for the detail of how to set.
Specify an IP address or a host name to assign to a physical interface. This option is required to duplicate a virtual interface of IPv4 from that of IPv6 (dual stack configuration). See -e option of a create command for the detail of how to set.
(3) print command
Use the print command to display the current configuration information. The following is the format of the print command.
/opt/FJSVhanet/usr/sbin/hanetconfig print [-n devicename1[,devicename2,...]] |
Specify the name of a virtual interface or logical virtual interface whose configuration information should be displayed. If this option is not specified, the print command displays all the configuration information for the currently set virtual interfaces and logical virtual interfaces.
The following shows an example of displaying configuration information.
# /opt/FJSVhanet/usr/sbin/hanetconfig print [IPv4,Patrol / Virtual NIC] Name Hostname Mode Physical ipaddr Interface List +-----------+---------------+----+-----------------+---------------------------+ sha0 192.168.10.110 d 192.168.10.10 eth0,eth1 sha1 - p - sha0 sha2 hostC d hostC1 eth2,eth3 sha3 - p - sha2 sha4 v eth4,eth5 [IPv6] Name Hostname/prefix Mode Interface List +-----------+---------------------------------+----+---------------------------+ sha0 fec0:1::123/64 d eth0,eth1 |
Display | Contents |
---|---|
[IPv4,Patrol / Virtual NIC] | The information of a virtual interface for IPv4 and standby patrol and a virtual interface in Virtual NIC mode |
[IPv6] | The information of an IPv6 virtual interface |
Name | A virtual interface name |
Hostname | The host name or IP address of a virtual interface |
Hostname/prefix | The host name or IP address of a virtual interface, and the prefix value |
Mode | The operation mode of a virtual interface |
Interface List | A virtual interface name in standby patrol function (operation mode "p" or "q"). Outputs a physical interface name (such as eth0) in other mode. |
(4) modify command
Use the modify command to modify the configuration of Redundant Line Control Function.
The following is the format of the modify command that modifies configuration information for a virtual interface:
When changing configuration information of a virtual interface
Fast switching mode (IPv4): /opt/FJSVhanet/usr/sbin/hanetconfig modify [inet] -n devicename {[-i ipaddress1] [-t interface1[,interface2,...]]} Fast switching mode (IPv6): /opt/FJSVhanet/usr/sbin/hanetconfig modify inet6 -n devicename -t interface1[,interface2,...] NIC switching mode (IPv4: Logical IP address takeover function): /opt/FJSVhanet/usr/sbin/hanetconfig modify [inet] -n devicename {[-i ipaddress1] [-e ipaddress2] [-t interface1[,interface2]]} NIC switching mode (IPv6: Logical IP address takeover function): /opt/FJSVhanet/usr/sbin/hanetconfig modify inet6 -n devicename {[-i ipaddress1/prefix] [-t interface1[,interface2]]} NIC switching mode (Physical IP address takeover function): /opt/FJSVhanet/usr/sbin/hanetconfig modify -n devicename {[-i ipaddress1] [-e ipaddress2] [-t interface1[,interface2]]} Standby patrol function: /opt/FJSVhanet/usr/sbin/hanetconfig modify -n devicename {[-t interface1]} GS linkage mode /opt/FJSVhanet/usr/sbin/hanetconfig modify -n devicename {[-i ipaddress] [-t interface1[,interface2,...]]} |
When changing configuration information of a virtual interface
Fast switching mode (IPv4): /opt/FJSVhanet/usr/sbin/hanetconfig modify [inet] -n devicename -i ipaddress Fast switching mode (IPv6): /opt/FJSVhanet/usr/sbin/hanetconfig modify inet6 -n devicename -i ipaddress/prefix GS linkage mode /opt/FJSVhanet/usr/sbin/hanetconfig modify -n devicename -i ipaddress |
Specify an IP address form to set to a changing virtual interface.
inet | : IPv4 address |
When omitted, it is dealt with as specified inet. It is necessary to specify this option first (immediately after a string of modify) before other options.
This option can be specified only when using Fast switching mode or NIC switching mode (a logical IP address takeover function).
Specify the name of a virtual interface whose configuration information should be modified. This parameter is required.
Specify a host name or IP address to be attached to a virtual or logical virtual interface (devicename specified by -n option) to be used for Redundant Line Control Function.
This host name must correspond to an IP address in a network database such as the /etc/hosts file. You can directly specify an IP address instead of a host name. In this case, you must specify the IP address in dotted decimal notation. When you specify address information for a logical virtual interface, be sure to specify an address in the same subnet as the address of a corresponding virtual interface. Communication may be disabled if any other subnet is specified.
Specify an IP address to be attached to a physical interface. This host name must correspond to an IP address in a network database such as the /etc/hosts file. You can directly specify an IP address instead of a host name. In this case, you must specify the IP address in dotted decimal notation.
This parameter can be modified only if the operation mode of a virtual interface to be modified is NIC switching mode (operation mode "d" or "e").
Specify interface names to be bundled by a virtual interface, by listing them delimited with a comma (,).
Specify virtual interface names (such as sha1 and sha2) if the operation mode of a virtual interface to be modified is standby patrol function (operation mode "p" or "q").
Specify physical interface names (such as eth0) if the operation mode of a virtual interface to be modified is not standby patrol function (operation mode "p" or "q").
(5) delete command
Use the delete command to delete the configuration of Redundant Line Control Function. The following is the format of the delete command:
/opt/FJSVhanet/usr/sbin/hanetconfig delete [inet | inet6] -n {devicename1[,devicename2,...] | all} |
Specify an IP address form of a deleting virtual interface.
inet | : IPv4 address |
When omitted, it is dealt with as specified inet. It is necessary to specify this option first (immediately after a string of delete) before other options.
This option can be specified only when using Fast switching mode or NIC switching mode (a logical IP address takeover function).
Specify the names of virtual interfaces (such as sha0 and sha1) or logical virtual interfaces (such as sha0:2 and sha1:10) whose configuration information should be deleted.
Specify this parameter to delete all the defined virtual and logical interfaces.
(6) version command
The version of this product is displayed. The following is the format of the version command.
/opt/FJSVhanet/usr/sbin/hanetconfig version |
The following shows an example of displaying version information.
HA-Net version 2.20 |
[Notes]
When you define a logical virtual interface, be sure to define also a virtual interface to which the logical virtual interface belongs.
(For example, when you define a logical virtual interface of sha2:2, sha2 must also be defined.)
When you define a logical virtual interface, no input item except required items (the physical interface name and operation mode used in the logical virtual interface) can be set in the logical virtual interface definition. This is because the values specified for the virtual interface are set for them.
Only a value from 2 to 64 can be specified as the logical number of the logical virtual interface.
A new virtual interface can be added while other virtual interfaces are active. No new logical virtual interface can be attached to an active virtual interface. Add a logical virtual interface after deactivating the relevant virtual interface.
If the HUB monitoring is set, no relevant configuration information can be deleted. Delete configuration information after deleting the relevant information of the HUB monitoring function.
An IP address or host name to be specified to create, copy, or modify configuration information must be defined in /etc/hosts file.
If more than one virtual interface is created while sharing a NIC bundled in NIC switching mode, the standby patrol need not be set for each of the virtual interfaces.
As for an actual interface to configure Fast switching mode (the operation mode is "t") and GS linkage mode (the operation mode is "c"), be sure to define to use in TCP/IP before defining a virtual interface. (Check if or not there is /etc/sysconfig/network-scripts/ifcfg-ethX file. If not, create it and reboot a system.)
When specified a host name to where to set a host name or an IP address with this command, it is not possible to change the corresponding host name on the host database of such as /etc/hosts file. To change the information of the host name, it is necessary to temporarily delete a definition of a Redundant Line Control Function to use the corresponding host name and to set the definition again.
When using an IPv6 address, an IP address that is set by -i option of a create command is not a target of address automatic configuration by an IPv6 protocol. Therefore, specify the same to a prefix and the length of a prefix as those set in an IPv6 router on the connected network. Set a value different from that of the other system for an "interface IP" inside an IP address field.
When configuring a virtual interface for Fast switching mode as Dual Stack, the bundled physical interfaces cannot be modified with "modify -t" command. To apply changes, delete the configuration information of the virtual interface and then reconfigure.
Do not use characters other than alphanumeric characters, period, and hyphen for the host name. If characters other than the above are used, re-write the host names in /etc/hosts so that it does not contain any other characters. Also, the first and last character for the host name must be alphanumeric character.
If tagged VLAN interfaces are created in physical interfaces bundled by GLS in Virtual NIC mode, they are not used during operation.
In Virtual NIC mode, the interface setting file of the virtual interface (/etc/sysconfig/network-scripts/ifcfg-shaX) is created or deleted at the following timing:
For creation: when a virtual interface is set by using the "create" command.
For deletion: when a virtual interface is deleted by using the "delete" command.
The logical virtual interfaces (shaX:2 to 64) of GS linkage mode are not available as IP addresses which are taken over between nodes in the cluster by default. To use them, it is necessary to set the parameter (logical_vip_takeover) beforehand. For details, see "3.6.3 Multiple logical virtual interface definition".
Even though there is an error in the physical interface configuration file (/etc/sysconfig/network-scripts/ifcfg-ethX) while creating configuration information, the configuration information is created, but at this time, the warning message (message number: 927) is output. Modify the configuration file according to "3.2.2 Network configuration."
If the network corresponding to the IPv4 address was specified by -i option or -e option of the create command, copy command, and the modify command and this network does not exist in the setting of hanetmask command, the default netmask is used according to the address class.
[Examples]
The following shows an example of the setting command used in Fast switching mode to bundle two physical interfaces (eth0 and eth1) as the virtual interface host HAhost to duplicate the virtual interface sha0.
# /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0 -m t -i HAhost -t eth0,eth1 |
The following shows an example of the setting command used to define two logical virtual interfaces (sha0:2 and sha0:3) on the virtual interface (sha0).
# /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0 -m t -i hostf -t eth0,eth1 # /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0:2 -i hostg # /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0:3 -i hosth |
The following shows an example of the setting command used to have the virtual interface (sha0) bundle only one physical interface (eth0).
# /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0 -m t -i hosti -t eth0 |
The following shows an example of the setting command used in NIC switching mode to set two physical interfaces (eth0 and eth1) and use the logical IP address takeover function and the standby patrol function (operation mode "p"). Before NIC switching mode can be used, the HUB monitoring function must be set.
# /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0 -m d -i hostg -e hosth -t eth0,eth1 # /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha1 -m p -t sha0 |
The following shows an example of the setting command used in NIC switching mode to set two physical interfaces (eth0 and eth1) and use the physical IP address takeover function and the standby patrol function (operation mode "p"). Before NIC switching mode can be used, the HUB monitoring function must be set.
# /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0 -m e -i hosti -e hostj -t eth0,eth1 # /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha1 -m p -a 02:00:00:00:00:01 -t sha0 |
The following is an example that set two physical interfaces (eth0 and eth1) to use a logical IP address takeover function by an IPv6 address in NIC switching mode. It is necessary to set a HUB monitoring function other than this setting.
# /opt/FJSVhanet/usr/sbin/hanetconfig inet6 create -n sha0 -m d -i fec0:1::1/64 -t eth0,eth1 or # /opt/FJSVhanet/usr/sbin/hanetconfig inet6 create -n sha0 -m d -i hostg/64 -t eth0,eth1 |
The following is an example of configuring two physical interfaces (eth0 and eth1) and creating a virtual interface (sha0) using IPv6 address.
# /opt/FJSVhanet/usr/sbin/hanetconfig create inet6 -n sha0 -m t -t eth0,eth1 |
The following shows an example of the setting command used in GS linkage mode to bundle two physical interfaces (eth1 and eth2) as the virtual interface host "hostf" to duplicate the virtual interface sha0.
# /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0 -m c -i hostf -t eth1,eth2 |
The following shows an example of the setting command used in NIC switching mode to set two tagged VLAN interfaces (eth0.1 and eth1.1) and use the logical IP address takeover function and the standby patrol function (operation mode "p"). Before NIC switching mode can be used, the HUB monitoring function must be set.
# /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0 -m d -i hostg -e hosth -t eth0.1,eth1.1 # /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha1 -m p -t sha0 |
The following shows an example of setting the virtual interface (sha0) by bundling two physical interfaces (eth0 and eth1) in Virtual NIC mode.
# /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0 -m v -t eth0,eth1 |
The following shows an example of setting when the virtual interface (sha0) bundles one physical interface (eth0).
# /opt/FJSVhanet/usr/sbin/hanetconfig create -n sha0 -m v -t eth0 |
The following is an example of modifying bundled physical interfaces (eth0 and eth1) in the virtual interface (sha0) to different physical interfaces (eth2 and eth3).
# /opt/FJSVhanet/usr/sbin/hanetconfig modify -n sha0 -t eth2,eth3 |
The following is an example of modifying the virtual IP address defined in the virtual interface (sha0).
# /opt/FJSVhanet/usr/sbin/hanetconfig modify -n sha0 -i hostc |
The following is an example of sharing the NIC, used in the virtual interface (sha0 for IPv4) for NIC switching mode (operation mode "d"), with another virtual interface (sha2 for IPv4).
# /opt/FJSVhanet/usr/sbin/hanetconfig copy -n sha0,sha2 -i host4 |
The following is an example of sharing the NIC, used in the virtual interface (sha0 for IPv6) for NIC switching mode (operation mode "d"), with another virtual interface (sha2 for IPv4).
# /opt/FJSVhanet/usr/sbin/hanetconfig copy -n sha0,sha0 -i host4 -e hostp |
The following is an example of sharing the NIC, used in the virtual interface (sha0 for IPv6) for NIC switching mode (operation mode "d"), with another virtual interface (sha2 for IPv6).
# /opt/FJSVhanet/usr/sbin/hanetconfig copy inet6 -n sha0,sha2 -i host6/64 |
The following is an example of sharing the NIC, used in the virtual interface (sha0) for IPv4) for NIC switching mode (operation mode "d"), with another virtual interface (sha2 for IPv6).
# /opt/FJSVhanet/usr/sbin/hanetconfig copy inet6 -n sha0,sha0 -i host6/64 |
The following is an example of deleting the virtual interface (sha2 for IPv4).
# /opt/FJSVhanet/usr/sbin/hanetconfig delete -n sha2 |
The following is an example of deleting the virtual interface (sha2 for IPv6).
# /opt/FJSVhanet/usr/sbin/hanetconfig delete inet6 -n sha2 |
The following is an example of deleting the logical virtual interface (sha0:2).
# /opt/FJSVhanet/usr/sbin/hanetconfig delete -n sha0:2 |
The following is an example of deleting the logical virtual interface (sha0:2 for IPv6).
# /opt/FJSVhanet/usr/sbin/hanetconfig delete inet6 -n sha0:2 |
The following is an example of deleting the virtual interface (sha0) in Virtual NIC mode.
# /opt/FJSVhanet/usr/sbin/hanetconfig delete -n sha0 |