Assigning the Same IQN to a LUN Mapped to Two Storage Proxies

When you map the same LUN to two Hedvig Storage Proxies, Hedvig creates two different IQNs (iSCSI qualified names) for the LUN, by default. However, you may want the IQN for the LUN to be the same on each storage proxy.

Procedure

  1. Edit the config.xml files for both storage proxies. They are usually found in this location:

    /var/log/hedvig/
  2. Add the following entry to the \<common\> section:

    <iqn_name>a.b.com</iqn_name>
  3. In this case, the IQN for LUN N would then be:

    iqn.2012-05.com.hedvig:storage.a.b.com-N

Loading...