Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Boot multi client
2014-11-12, 10:35
Post: #1
Boot multi client
Hi All
I try to build a system boot 20 client's by windows server 2008 r2
but it cannot connect iscsi target (iSCSITarget MCR 3.3)
+ IP server:192.168.2.200
+ iscsi target IQN : iqn.1991-05.com.microsoft:win-u0tje9eaisj-iscsiserver-target
This is my script

#!ipxe
dhcp net0
set initiator-iqn 1
set root-path iscsi:192.168.2.200::::iqn.1991-05.com.microsoft:win-u0tje9eaisj-iscsiserver-target
set keep-san 1

This video client boot
http://youtu.be/JDvEQdOBNvs

i don't what's it please help me
Find all posts by this user
Quote this message in a reply
2014-12-03, 16:14 (This post was last modified: 2014-12-03 16:14 by robinsmidsrod.)
Post: #2
RE: Boot multi client
Use the following script to boot the iSCSI volume:

Code:
#!ipxe
sanboot iscsi:192.168.2.200::::iqn.1991-05.com.microsoft:win-u0tje9eaisj-iscsiserver-target

Use the following script to hook the iSCSI volume for installation:
Code:
#!ipxe
sanhook iscsi:192.168.2.200::::iqn.1991-05.com.microsoft:win-u0tje9eaisj-iscsiserver-target
# Follow http://ipxe.org/howto/winpe to start WinPE for Windows installer

That initiator-iqn you specified (1) looks invalid. Make sure you use the correct syntax. It should look similar (but not equal) to the target URL.

PS: The youtube video link is broken.
Visit this user's website Find all posts by this user
Quote this message in a reply
2015-01-05, 07:31
Post: #3
RE: Boot multi client
Thanks @robinsmidsrod so much, i was got it
Find all posts by this user
Quote this message in a reply
2015-01-06, 05:14
Post: #4
RE: Boot multi client
20 clients boot is ok But all client same name, How can i change it folow IP like client 1 (ip :10.0.0.1 -> machine name MC1 )
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)