Dell DX6004S DX Object Storage Getting Started Guide - Page 17

Proxying the Admin Console, 2.8. IGMP Snooping Support

Page 17 highlights

• pxelinux.cfg if the node is booting from the network In the configuration file, a kernel parameter named castor_net is included in the append clause. castor_net enables you to specify both the bonding mode for the adapters as well as a commaseparated ordered list of the network devices that DX Storage can use, where the first device in the list is the preferred interface that will be used whenever it is on-line. The list of network devices must utilize the adapter names assigned by DX Storage. To find the current list of adapter names and MAC addresses, hold down the Shift key while booting a node and enter utility at the prompt. DX Storage assigns device names to adapters based on a sorted list of MAC addresses. Device names begin with eth followed by an integer starting at 0. Adding network hardware can change the assignment order. Some examples follow. The other portions of the append clause have been abbreviated for clarity. Note the trailing colon after the bonding mode: append initrd=... castor_net=active-backup:eth1,eth0 append initrd=... castor_net=balance-rr:eth0,eth1 append initrd=... castor_net=802.3ad:eth1,eth0 append initrd=... castor_net=eth1,eth2 append initrd=... castor_net=802.3ad: 2.7. Proxying the Admin Console Administrators running DX Storage on a private, protected network may wish to allow clients on the external network to view the DX Storage console without also providing them access to the nodes themselves on the private network. This can by accomplished by proxying the console from a privileged server that straddles the internal and external networks. For instance, from a server running Apache, the following rewrite rule for URLs could be applied via the mod_rewrite module: RewriteEngine On RewriteRule ^.*/storage http://$1:90/$2 [P,L] Please reference the Apache documentation for mod_rewrite for full details. 2.8. IGMP Snooping Support Managed switches commonly make use of IGMP snooping in order to direct multicast traffic to their ports. By default, DX Storage uses IGMPv2 responses to host membership queries. The igmpVersion parameter can be used to force the use of version 1, 2, or 3. Copyright © 2010 Caringo, Inc. All rights reserved 14 Version 5.0 December 2010

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28

Copyright © 2010 Caringo, Inc.
All rights reserved
14
Version 5.0
December 2010
pxelinux.cfg
if the node is booting from the network
In the configuration file, a kernel parameter named
castor_net
is included in the
append
clause.
castor_net
enables you to specify both the bonding mode for the adapters as well as a comma-
separated ordered list of the network devices that DX Storage can use, where the first device in the
list is the preferred interface that will be used whenever it is on-line.
The list of network devices must utilize the adapter names assigned by DX Storage. To find the
current list of adapter names and MAC addresses, hold down the Shift key while booting a node and
enter
utility
at the prompt.
DX Storage assigns device names to adapters based on a sorted list of MAC addresses. Device
names begin with
eth
followed by an integer starting at 0. Adding network hardware can change the
assignment order.
Some examples follow. The other portions of the
append
clause have been abbreviated for clarity.
Note the trailing colon after the bonding mode:
append initrd=...
castor_net=active-backup:eth1,eth0
append initrd=...
castor_net=balance-rr:eth0,eth1
append initrd=...
castor_net=802.3ad:eth1,eth0
append initrd=...
castor_net=eth1,eth2
append initrd=...
castor_net=802.3ad:
2.7. Proxying the Admin Console
Administrators running DX Storage on a private, protected network may wish to allow clients on
the external network to view the DX Storage console without also providing them access to the
nodes themselves on the private network. This can by accomplished by proxying the console from
a privileged server that straddles the internal and external networks. For instance, from a server
running Apache, the following rewrite rule for URLs could be applied via the mod_rewrite module:
<Location /storage/>
RewriteEngine
On
RewriteRule
^.*/storage/([^/]+)/(.*)$
http://$1:90/$2 [P,L]
</Location>
Please reference the
Apache documentation for mod_rewrite
for full details.
2.8. IGMP Snooping Support
Managed switches commonly make use of IGMP snooping in order to direct multicast traffic to
their ports. By default, DX Storage uses IGMPv2 responses to host membership queries. The
igmpVersion
parameter can be used to force the use of version 1, 2, or 3.