PRIMECLUSTER Wizard for NAS Configuration and Administration Guide 4.2 - Solairs(TM) Operating System -
Contents PreviousNext

Appendix A How to configure GLS> A.1 NIC switching mode

A.1.1 NAS configuration

When you create redundant transfer routes on the network, you need to create a single type virtual interface from multiple interfaces by executing the following command on NAS;

vif create a single virtual interface name interface 1, interface 2, *

The virtual interface name is specified as vif0, vif1, vif2, and so on.


vif creates single vif0 e0,e1

The virtual interface is created using the above command. If NAS is restarted, the virtual interface will be lost. Proceed with the following procedure to set that a virtual interface will automatically be created during NAS startup:

  1. Mount /vol/vol0 on the NAS management server.
  2. Add the "vif create single" command that is used to create a virtual interface above the ifconfig line. The ifconfig sets up an actual interface in /etc/rc of NAS. Then, give a commentary # to the ifconfig, and add a new ifconfig line for creating a virtual interface.

    vif creates single vif0 e0,e1
    #ifconfig e0 192.168.0.1 mediatype auto
    #ifconfig e1 192.168.0.2 mediatype auto
    ifconfig vif0 192.168.0.1 mediatype auto


Contents PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006