The following is the incompatible command of Redundant Line Control function for Virtual NIC Mode 4.3A40 from the previous version.
For details on the following command, please refer to "Appendix A Command Reference."
[Contents]
Specify whether to permit the creation of vnic on a virtual interface by using the -v option of the create command.
Specify whether to permit the creation of vnic on a virtual interface by using the -v option of the set-prop command.
Display the setting value (ALLOW-UPPER-VNIC) of the -v option with the show-prop command.
[Changes]
Before modification
There is no -v option for the create command.
There is no -v option for the set-prop command.
The setting value (ALLOW-UPPER-VNIC) of the -v option is not displayed with the show-prop command.
# /opt/FJSVrvnet/bin/rvnetadm show-prop -n fjvnet0 VNET : fjvnet0 MAC-ADDRESS : auto PROPAGATE-LINK : no MAC-TRACKING : on PROBE-MODE : round-robin MTU : 1500 |
After modification
If you set "yes" to the -v option of the create command, vnic can be created on a virtual interface.
If you set "yes" to the -v option of the set-prop command, vnic can be created on a virtual interface.
The setting value (ALLOW-UPPER-VNIC) of the -v option is displayed with the show-prop command.
# /opt/FJSVrvnet/bin/rvnetadm show-prop -n fjvnet0 VNET : fjvnet0 MAC-ADDRESS : auto PROPAGATE-LINK : no MAC-TRACKING : on PROBE-MODE : round-robin MTU : 1500 ALLOW-UPPER-VNIC : yes |