PRIMECLUSTER Wizard for NAS Configuration and Administration Guide 4.2 - Solairs(TM) Operating System - |
Contents
![]() ![]() |
Appendix A How to configure GLS | > A.2 Multilink Ethernet |
When you use Multilink Ethernet on NAS, it is necessary to create a multi-type virtual interface from multiple interfaces by executing the following command on NAS;
vif create multi <virtual interface name> -b [rr|mac|ip] <interface1>, <interface2>, * |
The virtual interface name is specified as vif0, vif1, vif2, and so on.
The value -b indicates load balancing. rr indicates round-robin distribution mode, mac indicates a MAC address, and ip indicates an IP address. Specify proper values according to the environment.
vif creates multi vif0 -b ip e0,e1 |
The virtual interface is created with the above command. If NAS is restarted, the virtual interface will be lost. Using the following steps, it is necessary to set /etc/rc that a virtual interface is automatically created during NAS restart:
vif create multi vif0 -b ip e0,e1 |
Contents
![]() ![]() |