|
View:
New views
19 Messages
—
Rating Filter:
Alert me
|
|
|
Drbl and CloneZillaHello,
We've been playing with DRBL quite a bit and are having some troubles. We already have a DHCP server on our network we don't want to mess with. Basically what are trying to is use this for a cloning server. Any machine in the subnet if booted via pxe will boot off this server and into the clonezilla front end. Getting this to work has proven nearly impossible. I think the biggest problem is drbl doesn't want to boot machines it doesn't know about. There seems to be a lot of settings where it must know the hostname of the client, or the mac address. Can anyone point me into the right direction to get this working? We just want to boot em and clone em. Rounding up mac addresses isn't an option as we have over 1000 machines in this subnet alone. Thanks, Jamie ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
|
|
Re: Drbl and CloneZillaHi Jamie,
It's not a must to collect mac addresses of clients. In your case, just say no when drblpush asks you if you want to provide static IP address to client. As for 2 DHCP servers coexist problem, did you check FAQ: http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/37_coexist_with_existing_dhcp.faq#37_coexist_with_existing_dhcp.faq ? Steven. Jamie Lists wrote: > Hello, > We've been playing with DRBL quite a bit and are having some troubles. > > We already have a DHCP server on our network we don't want to mess > with. Basically what are trying to is use this for a cloning server. > > Any machine in the subnet if booted via pxe will boot off this server > and into the clonezilla front end. > > Getting this to work has proven nearly impossible. > > I think the biggest problem is drbl doesn't want to boot machines it > doesn't know about. There seems to be a lot of settings where it must > know the hostname of the client, or the mac address. > > Can anyone point me into the right direction to get this working? We > just want to boot em and clone em. > > Rounding up mac addresses isn't an option as we have over 1000 > machines in this subnet alone. > > Thanks, > Jamie > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Drbl-user mailing list > Drbl-user@... > https://lists.sourceforge.net/lists/listinfo/drbl-user > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
|
|
Re: Drbl and CloneZillaOn Mon, Oct 13, 2008 at 7:55 AM, Steven Shiau <steven@...> wrote:
> Hi Jamie, > It's not a must to collect mac addresses of clients. In your case, just > say no when drblpush asks you if you want to provide static IP address > to client. > As for 2 DHCP servers coexist problem, did you check FAQ: > http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/37_coexist_with_existing_dhcp.faq#37_coexist_with_existing_dhcp.faq > ? > > Steven. > > Jamie Lists wrote: >> Hello, >> We've been playing with DRBL quite a bit and are having some troubles. >> >> We already have a DHCP server on our network we don't want to mess >> with. Basically what are trying to is use this for a cloning server. >> >> Any machine in the subnet if booted via pxe will boot off this server >> and into the clonezilla front end. >> >> Getting this to work has proven nearly impossible. >> >> I think the biggest problem is drbl doesn't want to boot machines it >> doesn't know about. There seems to be a lot of settings where it must >> know the hostname of the client, or the mac address. >> >> Can anyone point me into the right direction to get this working? We >> just want to boot em and clone em. >> >> Rounding up mac addresses isn't an option as we have over 1000 >> machines in this subnet alone. >> >> Thanks, >> Jamie >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Drbl-user mailing list >> Drbl-user@... >> https://lists.sourceforge.net/lists/listinfo/drbl-user >> > > > -- > Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> > National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw > Public Key Server PGP Key ID: 1024D/9762755A > Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A > > My issue is a bit different. We're on a class B subnet. So our range is 172.16.0.1 - 172.16.31.254 When a machine boots it usually get's it's old IP address. For some reason drbl wants to build some sort of PXE image for each host. It will only let me do 172.16.0.1 - 172.16.0.254 It builds all of those but then if i boot a client and it gets the IP address of 172.16.21.11 and then doesn't work. Any idea? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
|
|
Re: Drbl and CloneZillaJamie,
Actually you can do the following to make it: 1. When run drblpush, select DRBL SSI mode and Clonezilla box mode, or: /opt/drbl/sbin/drblpush -i -r 1 -z 1 (Then accept all the default values) 2. After (1), modify /etc/dhcpd.conf (or /etc/dhcp3/dhcpd.conf) as: subnet 172.16.0.0 netmask 255.255.0.0 { option subnet-mask 255.255.0.0; option routers 172.16.0.2; next-server 172.16.0.2; pool { # allow members of "DRBL-Client"; range 172.16.0.1 172.16.31.254; } } 3. modify /etc/exports, append the following: /tftpboot/node_root 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) /usr 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) /opt 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) /home 172.16.*.*(rw,sync,async,no_root_squash,no_subtree_check) /var/spool/mail 172.16.*.*(rw,sync,async,root_squash,no_subtree_check) 4. /opt/drbl/sbin/drbl-all-service restart That's all. Give it a try, and please let us know your results. Steven. Jamie Lists wrote: > On Mon, Oct 13, 2008 at 7:55 AM, Steven Shiau <steven@...> wrote: >> Hi Jamie, >> It's not a must to collect mac addresses of clients. In your case, just >> say no when drblpush asks you if you want to provide static IP address >> to client. >> As for 2 DHCP servers coexist problem, did you check FAQ: >> http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/37_coexist_with_existing_dhcp.faq#37_coexist_with_existing_dhcp.faq >> ? >> >> Steven. >> >> Jamie Lists wrote: >>> Hello, >>> We've been playing with DRBL quite a bit and are having some troubles. >>> >>> We already have a DHCP server on our network we don't want to mess >>> with. Basically what are trying to is use this for a cloning server. >>> >>> Any machine in the subnet if booted via pxe will boot off this server >>> and into the clonezilla front end. >>> >>> Getting this to work has proven nearly impossible. >>> >>> I think the biggest problem is drbl doesn't want to boot machines it >>> doesn't know about. There seems to be a lot of settings where it must >>> know the hostname of the client, or the mac address. >>> >>> Can anyone point me into the right direction to get this working? We >>> just want to boot em and clone em. >>> >>> Rounding up mac addresses isn't an option as we have over 1000 >>> machines in this subnet alone. >>> >>> Thanks, >>> Jamie >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Drbl-user mailing list >>> Drbl-user@... >>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>> >> >> -- >> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw >> Public Key Server PGP Key ID: 1024D/9762755A >> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >> >> > > My issue is a bit different. We're on a class B subnet. So our range is > 172.16.0.1 - 172.16.31.254 > When a machine boots it usually get's it's old IP address. > > For some reason drbl wants to build some sort of PXE image for each > host. It will only let me do 172.16.0.1 - 172.16.0.254 > > It builds all of those but then if i boot a client and it gets the IP > address of 172.16.21.11 and then doesn't work. > > Any idea? > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Drbl-user mailing list > Drbl-user@... > https://lists.sourceforge.net/lists/listinfo/drbl-user -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
|
|
Re: Drbl and CloneZilla-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 If you want the clients to be able to access to wan, don't forget to reconfigure iptables. Say: /etc/sysconfig/iptables or /etc/default/drbl-nat.up.rules Ceasar Sun Steven Shiau 提到: > Jamie, > Actually you can do the following to make it: > 1. When run drblpush, select DRBL SSI mode and Clonezilla box mode, or: > /opt/drbl/sbin/drblpush -i -r 1 -z 1 (Then accept all the default > values) > > 2. After (1), modify /etc/dhcpd.conf (or /etc/dhcp3/dhcpd.conf) as: > subnet 172.16.0.0 netmask 255.255.0.0 { > option subnet-mask 255.255.0.0; > option routers 172.16.0.2; > next-server 172.16.0.2; > > pool { > # allow members of "DRBL-Client"; > range 172.16.0.1 172.16.31.254; > } > } > > 3. modify /etc/exports, append the following: > /tftpboot/node_root 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) > /usr 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) > /opt 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) > /home 172.16.*.*(rw,sync,async,no_root_squash,no_subtree_check) > /var/spool/mail 172.16.*.*(rw,sync,async,root_squash,no_subtree_check) > > 4. /opt/drbl/sbin/drbl-all-service restart > > That's all. > Give it a try, and please let us know your results. > > Steven. > > > > Jamie Lists wrote: >> On Mon, Oct 13, 2008 at 7:55 AM, Steven Shiau <steven@...> wrote: >>> Hi Jamie, >>> It's not a must to collect mac addresses of clients. In your case, just >>> say no when drblpush asks you if you want to provide static IP address >>> to client. >>> As for 2 DHCP servers coexist problem, did you check FAQ: >>> >>> ? >>> >>> Steven. >>> >>> Jamie Lists wrote: >>>> Hello, >>>> We've been playing with DRBL quite a bit and are having some troubles. >>>> >>>> We already have a DHCP server on our network we don't want to mess >>>> with. Basically what are trying to is use this for a cloning server. >>>> >>>> Any machine in the subnet if booted via pxe will boot off this server >>>> and into the clonezilla front end. >>>> >>>> Getting this to work has proven nearly impossible. >>>> >>>> I think the biggest problem is drbl doesn't want to boot machines it >>>> doesn't know about. There seems to be a lot of settings where it must >>>> know the hostname of the client, or the mac address. >>>> >>>> Can anyone point me into the right direction to get this working? We >>>> just want to boot em and clone em. >>>> >>>> Rounding up mac addresses isn't an option as we have over 1000 >>>> machines in this subnet alone. >>>> >>>> Thanks, >>>> Jamie >>>> >>>> >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>>> Grand prize is a trip for two to an Open Source event anywhere in the world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> Drbl-user mailing list >>>> Drbl-user@... >>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>> >>> -- >>> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw >>> Public Key Server PGP Key ID: 1024D/9762755A >>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>> >>> >> My issue is a bit different. We're on a class B subnet. So our range is >> 172.16.0.1 - 172.16.31.254 >> When a machine boots it usually get's it's old IP address. >> >> For some reason drbl wants to build some sort of PXE image for each >> host. It will only let me do 172.16.0.1 - 172.16.0.254 >> >> It builds all of those but then if i boot a client and it gets the IP >> address of 172.16.21.11 and then doesn't work. >> >> Any idea? >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Drbl-user mailing list >> Drbl-user@... >> https://lists.sourceforge.net/lists/listinfo/drbl-user > - -- =================================================================== Chen-Kai Sun <ceasar_at_nchc org tw> <ceasar_at_ms10 url com tw> National Center for High-Performance Computing, Taiwan http://www.nchc.org.tw PGP Key ID: 9A072A03 Fingerprint: 5D29 078F 833F 77D6 7A0F 18D4 FC04 38CF 9A07 2A03 =================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFI9uyj/AQ4z5oHKgMRAurIAKCJWpJVrzAqtdgjWajv5n/FcANeBACgwYc5 GV3V4xeB3Oguw02KOscHIuY= =AbvS -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
|
|
Re: Drbl and CloneZillaWhen i run
/opt/drbl/sbin/drblpush -i -r 1 -z 1 I'm going through and i get stuck here. What is the initial number do you want to use in the last set of digits in the IP (i.e. the initial value of d in the IP address a.b.c.d) for DRBL clients connected to this ethernet port eth0. [1] ****************************************************** How many DRBL clients (PC for students) connected to DRBL server's ethernet network interface eth0 ? Please enter the number: [1] 8382 The value "8382" you input for the number of clients connected to eth0 is INVALID, please enter a number which is <= 253 again! So i'm still stuck with the Class C subnet. Jamie On Thu, Oct 16, 2008 at 12:26 AM, Ceasar Sun <ceasar@...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > If you want the clients to be able to access to wan, don't forget to > reconfigure iptables. Say: > > /etc/sysconfig/iptables or /etc/default/drbl-nat.up.rules > > Ceasar Sun > > Steven Shiau 提到: >> Jamie, >> Actually you can do the following to make it: >> 1. When run drblpush, select DRBL SSI mode and Clonezilla box mode, or: >> /opt/drbl/sbin/drblpush -i -r 1 -z 1 (Then accept all the default >> values) >> >> 2. After (1), modify /etc/dhcpd.conf (or /etc/dhcp3/dhcpd.conf) as: >> subnet 172.16.0.0 netmask 255.255.0.0 { >> option subnet-mask 255.255.0.0; >> option routers 172.16.0.2; >> next-server 172.16.0.2; >> >> pool { >> # allow members of "DRBL-Client"; >> range 172.16.0.1 172.16.31.254; >> } >> } >> >> 3. modify /etc/exports, append the following: >> /tftpboot/node_root 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >> /usr 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >> /opt 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >> /home 172.16.*.*(rw,sync,async,no_root_squash,no_subtree_check) >> /var/spool/mail 172.16.*.*(rw,sync,async,root_squash,no_subtree_check) >> >> 4. /opt/drbl/sbin/drbl-all-service restart >> >> That's all. >> Give it a try, and please let us know your results. >> >> Steven. >> >> >> >> Jamie Lists wrote: >>> On Mon, Oct 13, 2008 at 7:55 AM, Steven Shiau <steven@...> wrote: >>>> Hi Jamie, >>>> It's not a must to collect mac addresses of clients. In your case, just >>>> say no when drblpush asks you if you want to provide static IP address >>>> to client. >>>> As for 2 DHCP servers coexist problem, did you check FAQ: >>>> > http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/37_coexist_with_existing_dhcp.faq#37_coexist_with_existing_dhcp.faq >>>> ? >>>> >>>> Steven. >>>> >>>> Jamie Lists wrote: >>>>> Hello, >>>>> We've been playing with DRBL quite a bit and are having some troubles. >>>>> >>>>> We already have a DHCP server on our network we don't want to mess >>>>> with. Basically what are trying to is use this for a cloning server. >>>>> >>>>> Any machine in the subnet if booted via pxe will boot off this server >>>>> and into the clonezilla front end. >>>>> >>>>> Getting this to work has proven nearly impossible. >>>>> >>>>> I think the biggest problem is drbl doesn't want to boot machines it >>>>> doesn't know about. There seems to be a lot of settings where it must >>>>> know the hostname of the client, or the mac address. >>>>> >>>>> Can anyone point me into the right direction to get this working? We >>>>> just want to boot em and clone em. >>>>> >>>>> Rounding up mac addresses isn't an option as we have over 1000 >>>>> machines in this subnet alone. >>>>> >>>>> Thanks, >>>>> Jamie >>>>> >>>>> > ------------------------------------------------------------------------- >>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge >>>>> Build the coolest Linux based applications with Moblin SDK & win > great prizes >>>>> Grand prize is a trip for two to an Open Source event anywhere in > the world >>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>> _______________________________________________ >>>>> Drbl-user mailing list >>>>> Drbl-user@... >>>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>>> >>>> -- >>>> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>> National Center for High-performance Computing, Taiwan. > http://www.nchc.org.tw >>>> Public Key Server PGP Key ID: 1024D/9762755A >>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>> >>>> >>> My issue is a bit different. We're on a class B subnet. So our range is >>> 172.16.0.1 - 172.16.31.254 >>> When a machine boots it usually get's it's old IP address. >>> >>> For some reason drbl wants to build some sort of PXE image for each >>> host. It will only let me do 172.16.0.1 - 172.16.0.254 >>> >>> It builds all of those but then if i boot a client and it gets the IP >>> address of 172.16.21.11 and then doesn't work. >>> >>> Any idea? >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge >>> Build the coolest Linux based applications with Moblin SDK & win great > prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the > world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Drbl-user mailing list >>> Drbl-user@... >>> https://lists.sourceforge.net/lists/listinfo/drbl-user >> > > - -- > > =================================================================== > Chen-Kai Sun <ceasar_at_nchc org tw> <ceasar_at_ms10 url com tw> > National Center for High-Performance Computing, Taiwan > http://www.nchc.org.tw > PGP Key ID: 9A072A03 > Fingerprint: 5D29 078F 833F 77D6 7A0F 18D4 FC04 38CF 9A07 2A03 > =================================================================== > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFI9uyj/AQ4z5oHKgMRAurIAKCJWpJVrzAqtdgjWajv5n/FcANeBACgwYc5 > GV3V4xeB3Oguw02KOscHIuY= > =AbvS > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
|
|
Re: Drbl and CloneZillaOh, I did not explain well.
Actually you just enter a number < 254 to let drblpush does that for you. However, after it's finished, you can edit those files, as described here: http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/50_class_B_clients.faq#50_class_B_clients.faq Pay attention to " /opt/drbl/sbin/drblpush -i -r 1 -z 1 (Then accept all the default values)" Steven. Jamie Lists wrote: > When i run > /opt/drbl/sbin/drblpush -i -r 1 -z 1 > > I'm going through and i get stuck here. > > What is the initial number do you want to use in the last set of > digits in the IP (i.e. the initial value of d in the IP address > a.b.c.d) for DRBL clients connected to this ethernet port eth0. > [1] > ****************************************************** > How many DRBL clients (PC for students) connected to DRBL server's > ethernet network interface eth0 ? > Please enter the number: > [1] 8382 > The value "8382" you input for the number of clients connected to eth0 > is INVALID, please enter a number which is <= 253 again! > > So i'm still stuck with the Class C subnet. > > Jamie > > > > > On Thu, Oct 16, 2008 at 12:26 AM, Ceasar Sun <ceasar@...> wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> If you want the clients to be able to access to wan, don't forget to >> reconfigure iptables. Say: >> >> /etc/sysconfig/iptables or /etc/default/drbl-nat.up.rules >> >> Ceasar Sun >> >> Steven Shiau 提到: >> >>> Jamie, >>> Actually you can do the following to make it: >>> 1. When run drblpush, select DRBL SSI mode and Clonezilla box mode, or: >>> /opt/drbl/sbin/drblpush -i -r 1 -z 1 (Then accept all the default >>> values) >>> >>> 2. After (1), modify /etc/dhcpd.conf (or /etc/dhcp3/dhcpd.conf) as: >>> subnet 172.16.0.0 netmask 255.255.0.0 { >>> option subnet-mask 255.255.0.0; >>> option routers 172.16.0.2; >>> next-server 172.16.0.2; >>> >>> pool { >>> # allow members of "DRBL-Client"; >>> range 172.16.0.1 172.16.31.254; >>> } >>> } >>> >>> 3. modify /etc/exports, append the following: >>> /tftpboot/node_root 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >>> /usr 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >>> /opt 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >>> /home 172.16.*.*(rw,sync,async,no_root_squash,no_subtree_check) >>> /var/spool/mail 172.16.*.*(rw,sync,async,root_squash,no_subtree_check) >>> >>> 4. /opt/drbl/sbin/drbl-all-service restart >>> >>> That's all. >>> Give it a try, and please let us know your results. >>> >>> Steven. >>> >>> >>> >>> Jamie Lists wrote: >>> >>>> On Mon, Oct 13, 2008 at 7:55 AM, Steven Shiau <steven@...> wrote: >>>> >>>>> Hi Jamie, >>>>> It's not a must to collect mac addresses of clients. In your case, just >>>>> say no when drblpush asks you if you want to provide static IP address >>>>> to client. >>>>> As for 2 DHCP servers coexist problem, did you check FAQ: >>>>> >>>>> >> http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/37_coexist_with_existing_dhcp.faq#37_coexist_with_existing_dhcp.faq >> >>>>> ? >>>>> >>>>> Steven. >>>>> >>>>> Jamie Lists wrote: >>>>> >>>>>> Hello, >>>>>> We've been playing with DRBL quite a bit and are having some troubles. >>>>>> >>>>>> We already have a DHCP server on our network we don't want to mess >>>>>> with. Basically what are trying to is use this for a cloning server. >>>>>> >>>>>> Any machine in the subnet if booted via pxe will boot off this server >>>>>> and into the clonezilla front end. >>>>>> >>>>>> Getting this to work has proven nearly impossible. >>>>>> >>>>>> I think the biggest problem is drbl doesn't want to boot machines it >>>>>> doesn't know about. There seems to be a lot of settings where it must >>>>>> know the hostname of the client, or the mac address. >>>>>> >>>>>> Can anyone point me into the right direction to get this working? We >>>>>> just want to boot em and clone em. >>>>>> >>>>>> Rounding up mac addresses isn't an option as we have over 1000 >>>>>> machines in this subnet alone. >>>>>> >>>>>> Thanks, >>>>>> Jamie >>>>>> >>>>>> >>>>>> >> ------------------------------------------------------------------------- >> >>>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>>>> >> challenge >> >>>>>> Build the coolest Linux based applications with Moblin SDK & win >>>>>> >> great prizes >> >>>>>> Grand prize is a trip for two to an Open Source event anywhere in >>>>>> >> the world >> >>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>> _______________________________________________ >>>>>> Drbl-user mailing list >>>>>> Drbl-user@... >>>>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>>>> >>>>>> >>>>> -- >>>>> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>>> National Center for High-performance Computing, Taiwan. >>>>> >> http://www.nchc.org.tw >> >>>>> Public Key Server PGP Key ID: 1024D/9762755A >>>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>>> >>>>> >>>>> >>>> My issue is a bit different. We're on a class B subnet. So our range is >>>> 172.16.0.1 - 172.16.31.254 >>>> When a machine boots it usually get's it's old IP address. >>>> >>>> For some reason drbl wants to build some sort of PXE image for each >>>> host. It will only let me do 172.16.0.1 - 172.16.0.254 >>>> >>>> It builds all of those but then if i boot a client and it gets the IP >>>> address of 172.16.21.11 and then doesn't work. >>>> >>>> Any idea? >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> >> challenge >> >>>> Build the coolest Linux based applications with Moblin SDK & win great >>>> >> prizes >> >>>> Grand prize is a trip for two to an Open Source event anywhere in the >>>> >> world >> >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> Drbl-user mailing list >>>> Drbl-user@... >>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>> >> - -- >> >> =================================================================== >> Chen-Kai Sun <ceasar_at_nchc org tw> <ceasar_at_ms10 url com tw> >> National Center for High-Performance Computing, Taiwan >> http://www.nchc.org.tw >> PGP Key ID: 9A072A03 >> Fingerprint: 5D29 078F 833F 77D6 7A0F 18D4 FC04 38CF 9A07 2A03 >> =================================================================== >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.6 (GNU/Linux) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >> >> iD8DBQFI9uyj/AQ4z5oHKgMRAurIAKCJWpJVrzAqtdgjWajv5n/FcANeBACgwYc5 >> GV3V4xeB3Oguw02KOscHIuY= >> =AbvS >> -----END PGP SIGNATURE----- >> >> >> -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
|
|
Re: Drbl and CloneZillaHey Steve,
i have dhcp server on Windows 2003 server. I modify according to your suggestion in FAQ. "If you still need to provide floating IP address to your DRBL cient, you can try to use DRBL 1.8.0-15 or newer version. By uncomment the 'allow members of "DRBL-Client";' in /etc/dhcp3/dhcpd.conf, the DHCP service in DRBL server will only provide IP address to PXE, Etherboot or DRBL client. This mechanism won't affect your existing DHCP service. However, you have to make sure all the PXE or Etherboot clients are DRBL clients." but yet when i boot it gets ip from windows 2003 dhcp service. i do get clonezilla front end menu. its just after i choose, "clonezilla save disk" option, from that point it doesnt mount filesystem because it gets a 150.1.1.x ip address instead of a 192.168.x.y. address like it should. any ideas? thanks Steve!
|
|
|
Re: Drbl and CloneZillaMark,
Could you please provide more network settings of your DHCP services ? Steven. fuddy3 wrote: > Hey Steve, > > i have dhcp server on Windows 2003 server. I modify according to your > suggestion in FAQ. > "If you still need to provide floating IP address to your DRBL cient, you > can try to use DRBL 1.8.0-15 or newer version. By uncomment the 'allow > members of "DRBL-Client";' in /etc/dhcp3/dhcpd.conf, the DHCP service in > DRBL server will only provide IP address to PXE, Etherboot or DRBL client. > This mechanism won't affect your existing DHCP service. However, you have to > make sure all the PXE or Etherboot clients are DRBL clients." > > but yet when i boot it gets ip from windows 2003 dhcp service. i do get > clonezilla front end menu. its just after i choose, "clonezilla save disk" > option, from that point it doesnt mount filesystem because it gets a > 150.1.1.x ip address instead of a 192.168.x.y. address like it should. > > any ideas? thanks Steve! > > > Steven Shiau wrote: > >> Jamie, >> Actually you can do the following to make it: >> 1. When run drblpush, select DRBL SSI mode and Clonezilla box mode, or: >> /opt/drbl/sbin/drblpush -i -r 1 -z 1 (Then accept all the default >> values) >> >> 2. After (1), modify /etc/dhcpd.conf (or /etc/dhcp3/dhcpd.conf) as: >> subnet 172.16.0.0 netmask 255.255.0.0 { >> option subnet-mask 255.255.0.0; >> option routers 172.16.0.2; >> next-server 172.16.0.2; >> >> pool { >> # allow members of "DRBL-Client"; >> range 172.16.0.1 172.16.31.254; >> } >> } >> >> 3. modify /etc/exports, append the following: >> /tftpboot/node_root 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >> /usr 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >> /opt 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >> /home 172.16.*.*(rw,sync,async,no_root_squash,no_subtree_check) >> /var/spool/mail 172.16.*.*(rw,sync,async,root_squash,no_subtree_check) >> >> 4. /opt/drbl/sbin/drbl-all-service restart >> >> That's all. >> Give it a try, and please let us know your results. >> >> Steven. >> >> >> >> Jamie Lists wrote: >> >>> On Mon, Oct 13, 2008 at 7:55 AM, Steven Shiau <steven@...> wrote: >>> >>>> Hi Jamie, >>>> It's not a must to collect mac addresses of clients. In your case, just >>>> say no when drblpush asks you if you want to provide static IP address >>>> to client. >>>> As for 2 DHCP servers coexist problem, did you check FAQ: >>>> http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/37_coexist_with_existing_dhcp.faq#37_coexist_with_existing_dhcp.faq >>>> ? >>>> >>>> Steven. >>>> >>>> Jamie Lists wrote: >>>> >>>>> Hello, >>>>> We've been playing with DRBL quite a bit and are having some troubles. >>>>> >>>>> We already have a DHCP server on our network we don't want to mess >>>>> with. Basically what are trying to is use this for a cloning server. >>>>> >>>>> Any machine in the subnet if booted via pxe will boot off this server >>>>> and into the clonezilla front end. >>>>> >>>>> Getting this to work has proven nearly impossible. >>>>> >>>>> I think the biggest problem is drbl doesn't want to boot machines it >>>>> doesn't know about. There seems to be a lot of settings where it must >>>>> know the hostname of the client, or the mac address. >>>>> >>>>> Can anyone point me into the right direction to get this working? We >>>>> just want to boot em and clone em. >>>>> >>>>> Rounding up mac addresses isn't an option as we have over 1000 >>>>> machines in this subnet alone. >>>>> >>>>> Thanks, >>>>> Jamie >>>>> >>>>> ------------------------------------------------------------------------- >>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>>> challenge >>>>> Build the coolest Linux based applications with Moblin SDK & win great >>>>> prizes >>>>> Grand prize is a trip for two to an Open Source event anywhere in the >>>>> world >>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>> _______________________________________________ >>>>> Drbl-user mailing list >>>>> Drbl-user@... >>>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>>> >>>>> >>>> -- >>>> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>> National Center for High-performance Computing, Taiwan. >>>> http://www.nchc.org.tw >>>> Public Key Server PGP Key ID: 1024D/9762755A >>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>> >>>> >>>> >>> My issue is a bit different. We're on a class B subnet. So our range is >>> 172.16.0.1 - 172.16.31.254 >>> When a machine boots it usually get's it's old IP address. >>> >>> For some reason drbl wants to build some sort of PXE image for each >>> host. It will only let me do 172.16.0.1 - 172.16.0.254 >>> >>> It builds all of those but then if i boot a client and it gets the IP >>> address of 172.16.21.11 and then doesn't work. >>> >>> Any idea? >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Drbl-user mailing list >>> Drbl-user@... >>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>> >> -- >> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >> National Center for High-performance Computing, Taiwan. >> http://www.nchc.org.tw >> Public Key Server PGP Key ID: 1024D/9762755A >> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Drbl-user mailing list >> Drbl-user@... >> https://lists.sourceforge.net/lists/listinfo/drbl-user >> >> >> > > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
|
|
Re: Drbl and CloneZillawell there is a range for main dhcp server. (what do you want to know?)
is there a config file i can edit so clone dhcp server will get to computer first, instead of windows dhcp?
|
|
|
Re: Drbl and CloneZillaHi,
There are 2 stages for a client to get the IP address: 1st, it's PXE booting, looks like it's working there. 2nd, the udhcpc in network initramfs, and looks like it failed. Normally when you run "/opt/drbl/sbin/drblsrv -i", mknic-nbi will create the network initramfs of client and it will force the client to get IP address from DRBL server. This is controlled by a parameter "-c" or "--check-server-name" of mknic-nbi. No idea why it failed. Maybe you can run: sudo /opt/drbl/sbin/mknic-nbi -c y on drbl server again and test it ? Steven. fuddy3 wrote: > well there is a range for main dhcp server. (what do you want to know?) > > is there a config file i can edit so clone dhcp server will get to computer > first, instead of windows dhcp? > > > Steven Shiau wrote: >> Mark, >> Could you please provide more network settings of your DHCP services ? >> >> Steven. >> >> fuddy3 wrote: >>> Hey Steve, >>> >>> i have dhcp server on Windows 2003 server. I modify according to your >>> suggestion in FAQ. >>> "If you still need to provide floating IP address to your DRBL cient, you >>> can try to use DRBL 1.8.0-15 or newer version. By uncomment the 'allow >>> members of "DRBL-Client";' in /etc/dhcp3/dhcpd.conf, the DHCP service in >>> DRBL server will only provide IP address to PXE, Etherboot or DRBL >>> client. >>> This mechanism won't affect your existing DHCP service. However, you have >>> to >>> make sure all the PXE or Etherboot clients are DRBL clients." >>> >>> but yet when i boot it gets ip from windows 2003 dhcp service. i do get >>> clonezilla front end menu. its just after i choose, "clonezilla save >>> disk" >>> option, from that point it doesnt mount filesystem because it gets a >>> 150.1.1.x ip address instead of a 192.168.x.y. address like it should. >>> >>> any ideas? thanks Steve! >>> >>> >>> Steven Shiau wrote: >>> >>>> Jamie, >>>> Actually you can do the following to make it: >>>> 1. When run drblpush, select DRBL SSI mode and Clonezilla box mode, or: >>>> /opt/drbl/sbin/drblpush -i -r 1 -z 1 (Then accept all the default >>>> values) >>>> >>>> 2. After (1), modify /etc/dhcpd.conf (or /etc/dhcp3/dhcpd.conf) as: >>>> subnet 172.16.0.0 netmask 255.255.0.0 { >>>> option subnet-mask 255.255.0.0; >>>> option routers 172.16.0.2; >>>> next-server 172.16.0.2; >>>> >>>> pool { >>>> # allow members of "DRBL-Client"; >>>> range 172.16.0.1 172.16.31.254; >>>> } >>>> } >>>> >>>> 3. modify /etc/exports, append the following: >>>> /tftpboot/node_root >>>> 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >>>> /usr 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >>>> /opt 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >>>> /home 172.16.*.*(rw,sync,async,no_root_squash,no_subtree_check) >>>> /var/spool/mail 172.16.*.*(rw,sync,async,root_squash,no_subtree_check) >>>> >>>> 4. /opt/drbl/sbin/drbl-all-service restart >>>> >>>> That's all. >>>> Give it a try, and please let us know your results. >>>> >>>> Steven. >>>> >>>> >>>> >>>> Jamie Lists wrote: >>>> >>>>> On Mon, Oct 13, 2008 at 7:55 AM, Steven Shiau <steven@...> >>>>> wrote: >>>>> >>>>>> Hi Jamie, >>>>>> It's not a must to collect mac addresses of clients. In your case, >>>>>> just >>>>>> say no when drblpush asks you if you want to provide static IP address >>>>>> to client. >>>>>> As for 2 DHCP servers coexist problem, did you check FAQ: >>>>>> http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/37_coexist_with_existing_dhcp.faq#37_coexist_with_existing_dhcp.faq >>>>>> ? >>>>>> >>>>>> Steven. >>>>>> >>>>>> Jamie Lists wrote: >>>>>> >>>>>>> Hello, >>>>>>> We've been playing with DRBL quite a bit and are having some >>>>>>> troubles. >>>>>>> >>>>>>> We already have a DHCP server on our network we don't want to mess >>>>>>> with. Basically what are trying to is use this for a cloning server. >>>>>>> >>>>>>> Any machine in the subnet if booted via pxe will boot off this server >>>>>>> and into the clonezilla front end. >>>>>>> >>>>>>> Getting this to work has proven nearly impossible. >>>>>>> >>>>>>> I think the biggest problem is drbl doesn't want to boot machines it >>>>>>> doesn't know about. There seems to be a lot of settings where it >>>>>>> must >>>>>>> know the hostname of the client, or the mac address. >>>>>>> >>>>>>> Can anyone point me into the right direction to get this working? We >>>>>>> just want to boot em and clone em. >>>>>>> >>>>>>> Rounding up mac addresses isn't an option as we have over 1000 >>>>>>> machines in this subnet alone. >>>>>>> >>>>>>> Thanks, >>>>>>> Jamie >>>>>>> >>>>>>> ------------------------------------------------------------------------- >>>>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>>>>> challenge >>>>>>> Build the coolest Linux based applications with Moblin SDK & win >>>>>>> great >>>>>>> prizes >>>>>>> Grand prize is a trip for two to an Open Source event anywhere in the >>>>>>> world >>>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> _______________________________________________ >>>>>>> Drbl-user mailing list >>>>>>> Drbl-user@... >>>>>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>>>>> >>>>>>> >>>>>> -- >>>>>> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>>>> National Center for High-performance Computing, Taiwan. >>>>>> http://www.nchc.org.tw >>>>>> Public Key Server PGP Key ID: 1024D/9762755A >>>>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>>>> >>>>>> >>>>>> >>>>> My issue is a bit different. We're on a class B subnet. So our range is >>>>> 172.16.0.1 - 172.16.31.254 >>>>> When a machine boots it usually get's it's old IP address. >>>>> >>>>> For some reason drbl wants to build some sort of PXE image for each >>>>> host. It will only let me do 172.16.0.1 - 172.16.0.254 >>>>> >>>>> It builds all of those but then if i boot a client and it gets the IP >>>>> address of 172.16.21.11 and then doesn't work. >>>>> >>>>> Any idea? >>>>> >>>>> ------------------------------------------------------------------------- >>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>>> challenge >>>>> Build the coolest Linux based applications with Moblin SDK & win great >>>>> prizes >>>>> Grand prize is a trip for two to an Open Source event anywhere in the >>>>> world >>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>> _______________________________________________ >>>>> Drbl-user mailing list >>>>> Drbl-user@... >>>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>>> >>>> -- >>>> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>> National Center for High-performance Computing, Taiwan. >>>> http://www.nchc.org.tw >>>> Public Key Server PGP Key ID: 1024D/9762755A >>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> challenge >>>> Build the coolest Linux based applications with Moblin SDK & win great >>>> prizes >>>> Grand prize is a trip for two to an Open Source event anywhere in the >>>> world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> Drbl-user mailing list >>>> Drbl-user@... >>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>> >>>> >>>> >>> >> >> -- >> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >> National Center for High-performance Computing, Taiwan. >> http://www.nchc.org.tw >> Public Key Server PGP Key ID: 1024D/9762755A >> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by: >> High Quality Requirements in a Collaborative Environment. >> Download a free trial of Rational Requirements Composer Now! >> http://p.sf.net/sfu/www-ibm-com >> _______________________________________________ >> Drbl-user mailing list >> Drbl-user@... >> https://lists.sourceforge.net/lists/listinfo/drbl-user >> >> > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
|
|
Re: Drbl and CloneZillayes Steve sounds good i will try again with new options (-s-y). I will let you know results in a bit.
Thanks,
|
|
|
Re: Drbl and CloneZillawhoa. ok i did this "/opt/drbl/sbin/mknic-nbi -c y" one more time. then connected a laptop to drbl enviornment, a now it reports "pxe-e11: arp timeout, tftp: cannot open connection"
i am using debian 5.0.
|
|
|
Re: Drbl and CloneZillai try to start dhcp server and this is what it reports:
debian-drbl:/etc# init.d/dhcp3-server force-reload Stopping DHCP server: dhcpd3 failed! Starting DHCP server: dhcpd3check syslog for diagnostics. failed! failed!
|
|
|
Re: Drbl and CloneZillaok nevermind about this...i reinstalled drbl /drblpush -i, then all is ok. still doesnt work with 2nd dhcp server though. do you have information on how to merge drbl dhcp with windows 2003 server dhcp? you mention it on your FAQ but you dont provide link or information.
thanks Steve! ![]()
|
|
|
Re: Drbl and CloneZillaHi,
Ha... Actually I do _NOT_ have any experience about Windows 2003 dhcp service... I just know it should work, and somebody mentioned IIRC that it's working. Maybe someone on this forum can share some experience with us. Anyone ? Please. Steven. fuddy3 wrote: > ok nevermind about this...i reinstalled drbl /drblpush -i, then all is ok. > still doesnt work with 2nd dhcp server though. do you have information on > how to merge drbl dhcp with windows 2003 server dhcp? you mention it on your > FAQ but you dont provide link or information. > > thanks Steve! :confused: > > fuddy3 wrote: >> i try to start dhcp server and this is what it reports: >> >> debian-drbl:/etc# init.d/dhcp3-server force-reload >> Stopping DHCP server: dhcpd3 failed! >> Starting DHCP server: dhcpd3check syslog for diagnostics. failed! >> failed! >> >> >> >> >> fuddy3 wrote: >>> whoa. ok i did this "/opt/drbl/sbin/mknic-nbi -c y" one more time. then >>> connected a laptop to drbl enviornment, a now it reports "pxe-e11: arp >>> timeout, tftp: cannot open connection" >>> i am using debian 5.0. >>> >>> >>> fuddy3 wrote: >>>> yes Steve sounds good i will try again with new options (-s-y). I will >>>> let you know results in a bit. >>>> >>>> Thanks, >>>> >>>> >>>> Steven Shiau wrote: >>>>> Hi, >>>>> There are 2 stages for a client to get the IP address: >>>>> 1st, it's PXE booting, looks like it's working there. >>>>> 2nd, the udhcpc in network initramfs, and looks like it failed. >>>>> Normally when you run "/opt/drbl/sbin/drblsrv -i", mknic-nbi will >>>>> create >>>>> the network initramfs of client and it will force the client to get IP >>>>> address from DRBL server. This is controlled by a parameter "-c" or >>>>> "--check-server-name" of mknic-nbi. >>>>> No idea why it failed. Maybe you can run: >>>>> sudo /opt/drbl/sbin/mknic-nbi -c y >>>>> on drbl server again and test it ? >>>>> >>>>> Steven. >>>>> >>>>> fuddy3 wrote: >>>>>> well there is a range for main dhcp server. (what do you want to >>>>>> know?) >>>>>> >>>>>> is there a config file i can edit so clone dhcp server will get to >>>>>> computer >>>>>> first, instead of windows dhcp? >>>>>> >>>>>> >>>>>> Steven Shiau wrote: >>>>>>> Mark, >>>>>>> Could you please provide more network settings of your DHCP services >>>>>>> ? >>>>>>> >>>>>>> Steven. >>>>>>> >>>>>>> fuddy3 wrote: >>>>>>>> Hey Steve, >>>>>>>> >>>>>>>> i have dhcp server on Windows 2003 server. I modify according to >>>>>>>> your >>>>>>>> suggestion in FAQ. >>>>>>>> "If you still need to provide floating IP address to your DRBL >>>>>>>> cient, you >>>>>>>> can try to use DRBL 1.8.0-15 or newer version. By uncomment the >>>>>>>> 'allow >>>>>>>> members of "DRBL-Client";' in /etc/dhcp3/dhcpd.conf, the DHCP >>>>>>>> service in >>>>>>>> DRBL server will only provide IP address to PXE, Etherboot or DRBL >>>>>>>> client. >>>>>>>> This mechanism won't affect your existing DHCP service. However, you >>>>>>>> have >>>>>>>> to >>>>>>>> make sure all the PXE or Etherboot clients are DRBL clients." >>>>>>>> >>>>>>>> but yet when i boot it gets ip from windows 2003 dhcp service. i do >>>>>>>> get >>>>>>>> clonezilla front end menu. its just after i choose, "clonezilla save >>>>>>>> disk" >>>>>>>> option, from that point it doesnt mount filesystem because it gets a >>>>>>>> 150.1.1.x ip address instead of a 192.168.x.y. address like it >>>>>>>> should. >>>>>>>> >>>>>>>> any ideas? thanks Steve! >>>>>>>> >>>>>>>> >>>>>>>> Steven Shiau wrote: >>>>>>>> >>>>>>>>> Jamie, >>>>>>>>> Actually you can do the following to make it: >>>>>>>>> 1. When run drblpush, select DRBL SSI mode and Clonezilla box mode, >>>>>>>>> or: >>>>>>>>> /opt/drbl/sbin/drblpush -i -r 1 -z 1 (Then accept all the >>>>>>>>> default >>>>>>>>> values) >>>>>>>>> >>>>>>>>> 2. After (1), modify /etc/dhcpd.conf (or /etc/dhcp3/dhcpd.conf) as: >>>>>>>>> subnet 172.16.0.0 netmask 255.255.0.0 { >>>>>>>>> option subnet-mask 255.255.0.0; >>>>>>>>> option routers 172.16.0.2; >>>>>>>>> next-server 172.16.0.2; >>>>>>>>> >>>>>>>>> pool { >>>>>>>>> # allow members of "DRBL-Client"; >>>>>>>>> range 172.16.0.1 172.16.31.254; >>>>>>>>> } >>>>>>>>> } >>>>>>>>> >>>>>>>>> 3. modify /etc/exports, append the following: >>>>>>>>> /tftpboot/node_root >>>>>>>>> 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >>>>>>>>> /usr 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >>>>>>>>> /opt 172.16.*.*(ro,sync,async,no_root_squash,subtree_check) >>>>>>>>> /home 172.16.*.*(rw,sync,async,no_root_squash,no_subtree_check) >>>>>>>>> /var/spool/mail >>>>>>>>> 172.16.*.*(rw,sync,async,root_squash,no_subtree_check) >>>>>>>>> >>>>>>>>> 4. /opt/drbl/sbin/drbl-all-service restart >>>>>>>>> >>>>>>>>> That's all. >>>>>>>>> Give it a try, and please let us know your results. >>>>>>>>> >>>>>>>>> Steven. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> Jamie Lists wrote: >>>>>>>>> >>>>>>>>>> On Mon, Oct 13, 2008 at 7:55 AM, Steven Shiau <steven@...> >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> Hi Jamie, >>>>>>>>>>> It's not a must to collect mac addresses of clients. In your >>>>>>>>>>> case, >>>>>>>>>>> just >>>>>>>>>>> say no when drblpush asks you if you want to provide static IP >>>>>>>>>>> address >>>>>>>>>>> to client. >>>>>>>>>>> As for 2 DHCP servers coexist problem, did you check FAQ: >>>>>>>>>>> http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/37_coexist_with_existing_dhcp.faq#37_coexist_with_existing_dhcp.faq >>>>>>>>>>> ? >>>>>>>>>>> >>>>>>>>>>> Steven. >>>>>>>>>>> >>>>>>>>>>> Jamie Lists wrote: >>>>>>>>>>> >>>>>>>>>>>> Hello, >>>>>>>>>>>> We've been playing with DRBL quite a bit and are having some >>>>>>>>>>>> troubles. >>>>>>>>>>>> >>>>>>>>>>>> We already have a DHCP server on our network we don't want to >>>>>>>>>>>> mess >>>>>>>>>>>> with. Basically what are trying to is use this for a cloning >>>>>>>>>>>> server. >>>>>>>>>>>> >>>>>>>>>>>> Any machine in the subnet if booted via pxe will boot off this >>>>>>>>>>>> server >>>>>>>>>>>> and into the clonezilla front end. >>>>>>>>>>>> >>>>>>>>>>>> Getting this to work has proven nearly impossible. >>>>>>>>>>>> >>>>>>>>>>>> I think the biggest problem is drbl doesn't want to boot >>>>>>>>>>>> machines it >>>>>>>>>>>> doesn't know about. There seems to be a lot of settings where >>>>>>>>>>>> it >>>>>>>>>>>> must >>>>>>>>>>>> know the hostname of the client, or the mac address. >>>>>>>>>>>> >>>>>>>>>>>> Can anyone point me into the right direction to get this >>>>>>>>>>>> working? We >>>>>>>>>>>> just want to boot em and clone em. >>>>>>>>>>>> >>>>>>>>>>>> Rounding up mac addresses isn't an option as we have over 1000 >>>>>>>>>>>> machines in this subnet alone. >>>>>>>>>>>> >>>>>>>>>>>> Thanks, >>>>>>>>>>>> Jamie >>>>>>>>>>>> >>>>>>>>>>>> ------------------------------------------------------------------------- >>>>>>>>>>>> This SF.Net email is sponsored by the Moblin Your Move >>>>>>>>>>>> Developer's >>>>>>>>>>>> challenge >>>>>>>>>>>> Build the coolest Linux based applications with Moblin SDK & win >>>>>>>>>>>> great >>>>>>>>>>>> prizes >>>>>>>>>>>> Grand prize is a trip for two to an Open Source event anywhere >>>>>>>>>>>> in the >>>>>>>>>>>> world >>>>>>>>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> Drbl-user mailing list >>>>>>>>>>>> Drbl-user@... >>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau >>>>>>>>>>> org> >>>>>>>>>>> National Center for High-performance Computing, Taiwan. >>>>>>>>>>> http://www.nchc.org.tw >>>>>>>>>>> Public Key Server PGP Key ID: 1024D/9762755A >>>>>>>>>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> My issue is a bit different. We're on a class B subnet. So our >>>>>>>>>> range is >>>>>>>>>> 172.16.0.1 - 172.16.31.254 >>>>>>>>>> When a machine boots it usually get's it's old IP address. >>>>>>>>>> >>>>>>>>>> For some reason drbl wants to build some sort of PXE image for >>>>>>>>>> each >>>>>>>>>> host. It will only let me do 172.16.0.1 - 172.16.0.254 >>>>>>>>>> >>>>>>>>>> It builds all of those but then if i boot a client and it gets the >>>>>>>>>> IP >>>>>>>>>> address of 172.16.21.11 and then doesn't work. >>>>>>>>>> >>>>>>>>>> Any idea? >>>>>>>>>> >>>>>>>>>> ------------------------------------------------------------------------- >>>>>>>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>>>>>>>> challenge >>>>>>>>>> Build the coolest Linux based applications with Moblin SDK & win >>>>>>>>>> great >>>>>>>>>> prizes >>>>>>>>>> Grand prize is a trip for two to an Open Source event anywhere in >>>>>>>>>> the >>>>>>>>>> world >>>>>>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>>>>> _______________________________________________ >>>>>>>>>> Drbl-user mailing list >>>>>>>>>> Drbl-user@... >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>>>>>>>> >>>>>>>>> -- >>>>>>>>> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau >>>>>>>>> org> >>>>>>>>> National Center for High-performance Computing, Taiwan. >>>>>>>>> http://www.nchc.org.tw >>>>>>>>> Public Key Server PGP Key ID: 1024D/9762755A >>>>>>>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>>>>>>> >>>>>>>>> ------------------------------------------------------------------------- >>>>>>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>>>>>>> challenge >>>>>>>>> Build the coolest Linux based applications with Moblin SDK & win >>>>>>>>> great >>>>>>>>> prizes >>>>>>>>> Grand prize is a trip for two to an Open Source event anywhere in >>>>>>>>> the >>>>>>>>> world >>>>>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>>>> _______________________________________________ >>>>>>>>> Drbl-user mailing list >>>>>>>>> Drbl-user@... >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> -- >>>>>>> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>>>>> National Center for High-performance Computing, Taiwan. >>>>>>> http://www.nchc.org.tw >>>>>>> Public Key Server PGP Key ID: 1024D/9762755A >>>>>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> This SF.net email is sponsored by: >>>>>>> High Quality Requirements in a Collaborative Environment. >>>>>>> Download a free trial of Rational Requirements Composer Now! >>>>>>> http://p.sf.net/sfu/www-ibm-com >>>>>>> _______________________________________________ >>>>>>> Drbl-user mailing list >>>>>>> Drbl-user@... >>>>>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>>>>> >>>>>>> >>>>> -- >>>>> Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> >>>>> National Center for High-performance Computing, Taiwan. >>>>> http://www.nchc.org.tw >>>>> Public Key Server PGP Key ID: 1024D/9762755A >>>>> Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> This SF.net email is sponsored by: >>>>> High Quality Requirements in a Collaborative Environment. >>>>> Download a free trial of Rational Requirements Composer Now! >>>>> http://p.sf.net/sfu/www-ibm-com >>>>> _______________________________________________ >>>>> Drbl-user mailing list >>>>> Drbl-user@... >>>>> https://lists.sourceforge.net/lists/listinfo/drbl-user >>>>> >>>>> >>>> >>> >> > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
|
|
|
|
|
|
|
|
Re: DRBL/Clonezilla Multicast SpeedBTW, I put more info about this topic here:
http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/67_multicast_slow.faq#67_multicast_slow.faq Steven. Steven Shiau wrote: > This is abnormal. > Maybe you can try another switch, or check if any other client has buggy > network card. > Someone reported this case and found that one of his client machines has > buggy network card and it caused the multicast clone slow. > > Steven. > > I C Pitcher wrote: > >> Using Clonezilla in Multicast mode. Either with DRBL live ISO on a standard PC or DRBL installed on Ubuntu 8.10 on a laptop. >> >> Only one Ethernet port available on both machines so it is aliased >> >> ifconfig eth0:1 192.168.0.1 >> >> NTFS image has been saved using LZO compression. Client machines are 2Ghz Core 2Duo with 3Gb RAM and booted from DRBL. Ethernet is 100M full duplex. >> >> With one machine to image I get rates of 1000 Mb/min but with more than one (on the same switch) it drops down to 20 - 35 Mb / Min >> >> Is this normal for multicast imaging? >> >> Thanks >> >> Ian >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by: >> High Quality Requirements in a Collaborative Environment. >> Download a free trial of Rational Requirements Composer Now! >> http://p.sf.net/sfu/www-ibm-com >> _______________________________________________ >> Drbl-user mailing list >> Drbl-user@... >> https://lists.sourceforge.net/lists/listinfo/drbl-user >> >> > > > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Drbl-user mailing list Drbl-user@... https://lists.sourceforge.net/lists/listinfo/drbl-user |
| Free embeddable forum powered by Nabble | Forum Help |