Configuring VLAN for external storage systems
Before you configure a specific storage system through an iSCSI connection, you can optionally configure and use VLAN tagging.
The system supports Ethernet connections to systems that are used as external storage. VLAN tagging of the IP addresses configured for external storage systems is supported. For the systems and external storage systems to access each other, the same VLAN ID must be configured for ports on nodes on the system and the ports on the external storage system. In addition, VLAN settings must be configured on the Ethernet network to prevent any connection issues. When more than two ports are available, configure different ports for iSCSI hosts, remote-copy, and storage systems.
Using the management GUI
- On the storage systems, configure VLAN on the ports that are used for Ethernet connections. Consult the appropriate storage documentation to complete this step.
- On all intervening switches, configure the switches with the VLAN tags per port connectivity. Consult the appropriate switch documentation to complete this step.
- Verify that the port on which you are configuring VLAN tags is used for storage system attachment. In the management GUI, select Enabled is displayed in the Storage Port column for the selected port. If Disabled is displayed, right-click the port and select Modify Storage Ports to enable the port for iSCSI connections to storage systems. . Ensure that
- Configure ports on the system with appropriate VLAN tags by
completing these steps:
- In the management GUI, select .
- Right-click the port on which to configure VLAN and select .
- On Manage IP Addresses page, select Add IP
Address. Enter the following information for the IP address that you are adding to the
selected port:
- IP address
- Enter the IP address to associate with the selected port.
- Type
- Select the IP protocol version of the IP address.
- Subnet Mask or Prefix
- Enter the subnet mask for the IPv4 addresses or enter the prefix for IPv6 addresses.
- VLAN
- Enter the corresponding VLAN tag that this IP address belongs to.
- Portset
- Select the name or ID of the portset where the portset type is
Storage.Note: Portset3 (ID=3) is created by default and is reserved for storage traffic. Portset3 (ID =3) is the only portset of type Storage.
- Click Save.
- If you are updating an existing IP address, select the IP address and select Edit from the overflow menu. Enter the new VLAN tag in the VLAN field. Click Save.
- After you configure VLAN
settings for storage virtualization, ensure that you set PFC settings for the system-to-storage
traffic. Note: If you are sharing the same port for different types of traffic, then PFC and Enhanced Transmission Selection (ETS) settings must be configured.For more information on PFC settings for storage virtualization, see Configuring priority flow control.
Using the command-line interface (CLI)
- Configure IP addresses with VLAN on Spectrum Virtualize ports.Note: VLAN is compulsory to configure PFC.
- Ensure that VLAN is correctly configured on the host ports.
- Ensure that VLAN is correctly configured on the switches and routers by using vendor-specific commands.
- Make sure that the host and storage connectivity is correct, and they can ping each other.
- Configure the Class of Service(CoS) values for different classes of traffic on SVC by using the svctask chsystemethernet CLI.
- Enable DCBX on switch (this is required for PFC to work).
- Define and enable PFC on the switch for the traffic classes that are defined in step5
- Optionally, configure the ETS settings on the switch according to the workload by using vendor-specific commands.
- To configure VLAN along with IPv4 type IP address, enter the following command:
svctask mkip -node <id | name> -port <id> -portset <id | name> -ip <ipv4 address> -prefix <subnet prefix> -gw <ipv4 gateway address> -vlan <vlan_id>
- To configure VLAN along with IPv6 type IP address, enter the following command:
svctask mkip -node <id | name> -port <id> -portset <id | name> -ip <ipv6 address> -prefix <subnet prefix> -gw <ipv6 gateway address> -vlan <vlan_id>