Re: ISCSI boot problem
Preston Bennes <[email protected]> Mon, 3 May 2010 11:42:40 -0700
| Newsgroups | gmane.network.etherboot.user |
|---|---|
| Message-ID | <[email protected]> |
Whatever your iSCSI target is named. A FQDN is the naming standard,
though I'm not sure you're required to adhere to it, just to whatever
your iSCSI target is set up as on your iSCSI server.
sanboot iscsi:<iSCSI server>::::<iscsi target name>
My /etc/ietd.conf on my iSCSI server (192.168.0.10) has:
Target iqn.ws2
Lun 0 Path=/iscsi/ws2.img,Type=fileio
So my boot line for sanboot after setting up networking is:
sanboot iscsi:192.168.0.10::::iqn.ws2
On Mon, May 3, 2010 at 11:09 AM, Romain Van Vooren
<[email protected]> wrote:
> Thanks but what information should i put instead of exemple.com ?
>
> 2010/5/3 Kristof Van Doorsselaere <[email protected]>
>>
>> it looks like you are specifying a faulty iscsi IQN
>> "iscsi:"<servername>":"<protocol>":"<port>":"<LUN>":"<targetname>
>> targetname should be a valid iscsi IQN eg:
>> iqn.example.com:disk1
>> Kristof
>> On 03 May 2010, at 17:13, Romain Van Vooren wrote:
>>
>> "sanboot iscsi:192.168.1.101::::win2003" what is wrong ???
>>
>>
>> ------------------------------------------------------------------------------
>>
>> _______________________________________________
>> Etherboot-discuss mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/etherboot-discuss
>>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Etherboot-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/etherboot-discuss
>
>
------------------------------------------------------------------------------