Hi,<div><br></div><div><div>During kickstart installation of a sun x4270 machines using dhcp/pxe the below error is obtained while the nfs file download. There are already some relevant bugs but I would like to how we can debug at this stage, i.e., what are the possible debugs?</div>
<div><br></div><div>+ Error downloading kickstart file +-------------+</div><div>->      |                                                              |</div><div>->      | Unable to download the kickstart file.  Please modify the    |</div>
<div>->      | kickstart parameter below or press Cancel to proceed as an   |</div><div>->      | interactive installation.                                    |</div><div>->      |                                               </div>
</div><div><br></div><div>The configurations seems to be fine, as the same is working on other set of machines. For instance, the pxelinux.cfg/"Hex" file consists:</div><div><br></div><div><div>default linux</div>
<div><br></div><div>label linux</div><div>        kernel red_hat/vmlinuz</div><div>        append initrd=red_hat/initrd.img ramdisk_size=65536 vga=no ip=130.130.21.121 netmask=255.255.255.0 ksdevice=eth2 ks=nfs:130.130.21.120:/myshare/ks.cfg acpi=off console=ttyS0,19200</div>
</div><div><br></div><div>in /etc/exports the directory is exported:</div><div><br></div><div><div>/myshare *(rw,sync)</div></div><div><br></div><div><br></div><div>nfs services are fine and the exported directories can be mounted on from other machines in the network:</div>
<div><br></div><div><div> rpcinfo -p</div><div>   program vers proto   port</div><div>    100000    2   tcp    111  portmapper</div><div>    100000    2   udp    111  portmapper</div><div>    100011    1   udp    969  rquotad</div>
<div>    100011    2   udp    969  rquotad</div><div>    100011    1   tcp    972  rquotad</div><div>    100011    2   tcp    972  rquotad</div><div>    100003    2   udp   2049  nfs</div><div>    100003    3   udp   2049  nfs</div>
<div>    100003    4   udp   2049  nfs</div><div>    100021    1   udp  32769  nlockmgr</div><div>    100021    3   udp  32769  nlockmgr</div><div>    100021    4   udp  32769  nlockmgr</div><div>    100021    1   tcp  32803  nlockmgr</div>
<div>    100021    3   tcp  32803  nlockmgr</div><div>    100021    4   tcp  32803  nlockmgr</div><div>    100003    2   tcp   2049  nfs</div><div>    100003    3   tcp   2049  nfs</div><div>    100003    4   tcp   2049  nfs</div>
<div>    100005    1   udp    983  mountd</div><div>    100005    1   tcp    986  mountd</div><div>    100005    2   udp    983  mountd</div><div>    100005    2   tcp    986  mountd</div><div>    100005    3   udp    983  mountd</div>
<div>    100005    3   tcp    986  mountd</div></div><div><br></div><div><br></div><div>Thanks & Regards,</div><div>Renil Thomas</div><div><br></div><div><br></div>