Hi I am installing a SI Server/Client system, I followed the instructions from
the wiki, but when I tried to install the client I got a TMPFS is full error
what so ever I am using the TMPFS_STAGING=no option, I don't have idea what is
happening and I have not found information in internet. 

I am using this archive for booting:

#### located in /tftpboot/pxelinux.cfg/default
DEFAULT localhost
DISPLAY pxelinux.cfg/message.txt
PROMPT 1
TIMEOUT 0

######################

LABEL 1
  LOCALBOOT 0

LABEL local
  LOCALBOOT 0

######################
LABEL 2
  KERNEL kernel_ImgInstalar
   APPEND vga=extended initrd=initrd.img.ImgInstalar root=/dev/ram0
IMAGENAME=my_image TMPFS_STAGING=no HOSTNAME=babbage

LABEL Reinstall
  KERNEL kernel_ImgInstalar
  APPEND vga=extended initrd=initrd.img.ImgInstalar root=/dev/ram0
IMAGENAME=my_image TMPFS_STAGING=no HOSTNAME=babbage
######################



And this file for the dhcp server, in my dhcp server that is different from
the SI server


#------------System Imager---------------------------#
# Imageserver
option option-140 code 140 = text;

# log_server_port
option option-141 code 141 = unsigned integer 32;

# ssh_download_url
option option-142 code 142 = string;

# flamethrower_directory_portbase
option option-143 code 143 = string;

# tmpfs_staging
option option-144 code 144 = string;

# option-140 is the IP address of your SystemImager image server
option option-140 "192.168.12.3";

# option-142 specifies the URL address of your ssh download
# This should be in the format of "http://192.168.12.3/systemimager/boot/";.
#option option-142 "http://192.168.12.3/systemimager/boot/";;
# option-143 specifies the Flamethrower directory port.
# The default is "9000".
#option option-143 "9000";

  #
  # option-144 tells your auto-install client to spool the image into a tmpfs
  # prior to laying it down on disk.  It is not certain that this is always
  # a good thing to do.  And if you're feeling gutsy and want to try it, be
  # sure that your (memory + swap) is at least twice the size of your image
  # or your image transfer will fail when the tmpfs filesystem gets full!!!
  # If unsure, say "no".
  #
  option option-144 "n";

# next-server is your network boot server
next-server 192.168.12.3;

# log-servers
option log-servers 192.168.12.3;

# option-141 is the port number your log server uses
#option option-141 514;

# set lease time to infinite (-1)
default-lease-time -1;

# Uncomment one of the two following lines.  The first, if you need to
# boot i386 clients, or the second for booting ia64 clients.
filename "pxelinux.bin";   # i386
#filename "elilo.efi";   # ia64


#-------------Subnet definitions-----------------#

# students net (VLAN 2052)
subnet 192.168.12.0 netmask 255.255.255.0 {
        range 192.168.12.151 192.168.12.200;
      option broadcast-address 192.168.12.255;
        option domain-name-servers 192.168.12.1;
        option netbios-name-servers 192.168.12.2;
        option domain-name "eie-est.loc";
        option routers 192.168.12.1;
        }

# wireless net (VLAN 2053)
subnet 192.168.13.0 netmask 255.255.255.0 {
        range 192.168.13.100 192.168.13.254;
        option broadcast-address 192.168.13.255;
        option domain-name-servers 192.168.13.1;
        option domain-name "eie-wlan.loc";
        option routers 192.168.13.1;
        }

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to