Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
err:032320 [2017/03/21 14:52]
216.228.112.21 Autocreated
err:032320 [2021/02/12 22:55]
mcb30
Line 1: Line 1:
 +This error indicates that you have attempted to attach more than one SAN device using the same drive number.
  
 +If you are attempting to use the ''​[[:​cmd:​sanboot]]''​ or ''​[[:​cmd:​sanhook]]''​ commands to attach multiple different SAN drives, then you will need to specify explicit drive numbers. ​ For example:
 +
 +    sanhook --drive 0x80 iscsi:​192.168.0.1::::​iqn.2010-04.org.ipxe.chipmunk:​boot
 +    sanhook --drive 0x81 iscsi:​192.168.0.1::::​iqn.2010-04.org.ipxe.chipmunk:​data
 +    sanboot --drive 0x80
 +
 +If you are attempting to use the ''​[[:​cmd:​sanboot]]''​ or ''​[[:​cmd:​sanhook]]''​ commands to attach a multipath SAN drive, then you will need to specify the full list of SAN URIs in a single command. ​ For example:
 +
 +    sanboot iscsi:​192.168.0.1::::​iqn.2010-04.org.ipxe.chipmunk:​boot \
 +            iscsi:​192.168.0.2::::​iqn.2010-04.org.ipxe.chipmunk:​boot
 +
 +If you are attempting to replace an existing SAN drive then you must first use the ''​[[:​cmd:​sanunhook]]''​ command to disconnect the existing SAN drive.
  
err/032320.txt ยท Last modified: 2021/02/12 22:55 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.