Hi all I installed system imager 4.02 to ease the installation of a bunch of similar machines used in a hadoop cluster. Installing the software and creating a golden client image works fine, but when I try to do a network based installation the system stucks when retrieving the golden clients image using rsync. The boot files and the script are downloaded from the image server, but the image can not be retrieved.
The address of the image server where the boot and the script data can be downloaded is 192.168.1.254 Command: rsync -aHS --exclude=lost+found/ --exclude=/proc/* --numeric-ids 192.168.1.254::hadoop-namenode-i386/ /a/ The error message is /rsync: failed to connect to 192.168.1.254 connection Timed out (110) rsync error error in socket IO (code 10) clientserver.c(113) [receiver=3.0.0pre6] killing running processes Is there any idea why the system behaves like it does? thanks in advance for any help Christian -----------------8<----------------------configuration files----------------------- --> rsync log file 2012/01/19 15:02:43 [2581] rsyncd version 3.0.7 starting, listening on port 873 2012/01/19 15:02:44 [2586] connect from localhost (127.0.0.1) 2012/01/19 15:02:44 [2586] module-list request from localhost (127.0.0.1) 2012/01/19 15:06:53 [2611] name lookup failed for 192.168.1.12: Name or service not known 2012/01/19 15:06:53 [2611] connect from UNKNOWN (192.168.1.12) 2012/01/19 14:06:53 [2611] rsync on boot/i386/standard/boel_binaries.tar.gz from unknown (192.168.1.12) 2012/01/19 14:06:53 [2611] building file list 2012/01/19 14:06:53 [2611] sent 6644165 bytes received 62 bytes total size 6643194 2012/01/19 15:07:00 [2612] name lookup failed for 192.168.1.12: Name or service not known 2012/01/19 15:07:00 [2612] connect from UNKNOWN (192.168.1.12) 2012/01/19 14:07:00 [2612] rsync on scripts/ from unknown (192.168.1.12) 2012/01/19 14:07:00 [2612] building file list 2012/01/19 14:07:00 [2612] sent 36081 bytes received 259 bytes total size 35250 2012/01/19 15:15:11 [2639] name lookup failed for 192.168.1.11: Name or service not known 2012/01/19 15:15:11 [2639] connect from UNKNOWN (192.168.1.11) 2012/01/19 14:15:11 [2639] rsync on boot/i386/standard/boel_binaries.tar.gz from unknown (192.168.1.11) 2012/01/19 14:15:11 [2639] building file list 2012/01/19 14:15:11 [2639] sent 6644165 bytes received 62 bytes total size 6643194 2012/01/19 15:15:18 [2640] name lookup failed for 192.168.1.11: Name or service not known 2012/01/19 15:15:18 [2640] connect from UNKNOWN (192.168.1.11) 2012/01/19 14:15:18 [2640] rsync on scripts/ from unknown (192.168.1.11) 2012/01/19 14:15:18 [2640] building file list 2012/01/19 14:15:18 [2640] sent 36081 bytes received 259 bytes total size 35250 --> rsyncd.conf # # "SystemImager" # # $Id: 10header 3956 2007-03-06 09:32:49Z arighi $ # ######################################################################## # # # WARNING: # # This file is automatically generated by SystemImager, do not edit! # # Everything you add directly to this file will be lost the next # # time it is generated. See "man si_mkrsyncd_conf" for details on # # how to have local entries added each time this file is generated. # # # ######################################################################## list = yes timeout = 600 dont compress = *.gz *.tgz *.zip *.Z *.ZIP *.bz2 *.deb *.rpm *.dbf uid = root gid = root use chroot = yes log file = /var/log/systemimager/rsyncd # # For additional security, modify and uncomment the following lines. # See "man rsyncd.conf" for details. # # hosts allow = 127.0.0.0/24 192.168.1.0/255.255.255.0 hosts allow = 0.0.0.0/0 # # If you choose to install the clients with SSH transport uncomment the # following lines. # #hosts allow = 127.0.0.1 #hosts deny = 0.0.0.0/0 [boot] path = /usr/share/systemimager/boot # # Never restrict the access of the [boot] module. # hosts allow = 0.0.0.0/0 [overrides] path = /var/lib/systemimager/overrides [scripts] path = /var/lib/systemimager/scripts [torrents] path = /var/lib/systemimager/torrents [hadoop-namenode-i386] path=/var/lib/systemimager/images/hadoop-namenode-i386 hosts allow = 0.0.0.0/0 # This stub file (/etc/systemimager/rsync_stubs/99local) is provided # for your customizing pleasure. Please see the README file in the # rsync_stubs directory for details. Re-run "si_mkrsyncd_conf" after # editing. --> systemimager.conf # # "SystemImager" # # Copyright (C) 2002 Bald Guy Software <[email protected]> # # $Id: systemimager.conf 4194 2007-08-27 18:53:02Z arighi $ # ################################################################################ # # The directory where images are stored by default. # DEFAULT_IMAGE_DIR = /var/lib/systemimager/images ################################################################################ # # The directory where images are stored by default. # DEFAULT_OVERRIDE_DIR = /var/lib/systemimager/overrides ################################################################################ # # The directory where files needed by autoinstall clients are stored. # AUTOINSTALL_SCRIPT_DIR = /var/lib/systemimager/scripts ################################################################################ # # The directory which contains the architecture specific directories where # files needed by autoinstall clients are stored. # AUTOINSTALL_BOOT_DIR = /usr/share/systemimager/boot ################################################################################ # # SystemImager's rsyncd.conf file. # RSYNCD_CONF = /etc/systemimager/rsyncd.conf ################################################################################ # # The path to the directory where rsync stub files are stored. # RSYNC_STUB_DIR = /etc/systemimager/rsync_stubs ################################################################################ # # Directory where tftp and net-boot files are stored # TFTP_DIR = /var/lib/tftpboot ################################################################################ # # This setting affects systemimager-server-netbootmond. If set to LOCAL, then # after successful completion of an install, a client's net boot configuration # is modified to ensure future boots will happen from the client's local disk. # NET_BOOT_DEFAULT can be set to local or net. Be sure to restart # systemimager-server-netbootmond after changing this setting # (/etc/init.d/systemimager-server-netbootmond restart). # # NET_BOOT_DEFAULT = net NET_BOOT_DEFAULT = local ################################################################################ # # The directory to store temporary tarball files distributed via BitTorrent. # AUTOINSTALL_TARBALL_DIR = /var/lib/systemimager/tarballs ################################################################################ # # The directory where files needed by BitTorent transport are stored. # AUTOINSTALL_TORRENT_DIR = /var/lib/systemimager/torrents --> rsyncd version string root@mchn099c:/var/log/systemimager# rsync --version rsync version 3.0.7 protocol version 30 Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv, symtimes rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. ----------------8<------------------------------------------- Siemens AG Corporate Technology Corporate Research and Technologies CT T DE IT3 Otto-Hahn-Ring 6 81739 München, Deutschland Tel.: +49 89 636-42722 Fax: +49 89 636-41423 mailto:[email protected] Siemens Aktiengesellschaft: Vorsitzender des Aufsichtsrats: Gerhard Cromme; Vorstand: Peter Löscher, Vorsitzender; Roland Busch, Brigitte Ederer, Klaus Helmrich, Joe Kaeser, Barbara Kux, Hermann Requardt, Siegfried Russwurm, Peter Y. Solmssen, Michael Süß; Sitz der Gesellschaft: Berlin und München, Deutschland; Registergericht: Berlin Charlottenburg, HRB 12300, München, HRB 6684; WEEE-Reg.-Nr. DE 23691322 ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
