Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: mgb on August 05, 2008, 07:48:37 AM

Title: help to install pxe server in sme 7.3
Post by: mgb on August 05, 2008, 07:48:37 AM
install form
http://wiki.contribs.org/PXE_booting_to_BARTPE

Boot client PC
client pc get ip from sme
the error
PXE-T01: file not found
PXE-E3B: TFTP error -file not found

help to install pxe
Title: Re: help to install pxe server in sme 7.3
Post by: Jáder on August 05, 2008, 03:11:16 PM
Hi

Did you installed TFTP rpm or just thinclient rpm ?
Did you do a "signal-event post-upgrade; signal-event reboot " as instructed ?
Did you installed ANY source to boot PXE from (like thinkclient rpm or a new one your created) ?

I did install those rpm last weekend just following howto available on documentation.

Jáder
Title: Re: help to install pxe server in sme 7.3
Post by: mgb on August 06, 2008, 08:13:14 AM
1
#yum --enablerepo=smecontribs install smeserver-thinclient
is ok

signal-event post-upgrade
signal-event reboot

2
#yum --enablerepo=smedev --enablerepo-dag install smeserver-atftp-server
Command line error: no such option: --enablerepo-dag
#/sbin/e-smith/db yum_repositories set dag repository \
> Name 'Dag - EL4' \
> BaseURL 'http://apt.sw.be/redhat/el4/en/$basearch/dag' \
> EnableGroups no \
> GPGCheck yes \
> GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \
> Visible no \
> Exclude freetype,htop,iptraf,rsync,syslinux \
> status disabled
[root@total ~]# expand-template /etc/yum.conf
#expand-template /etc/yum.conf
#yum --enablerepo=smedev --enablerepo-dag install smeserver-atftp-server

#==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Loading "installonlyn" plugin
usage: yum [options] < update | install | info | remove | list |
    clean | provides | search | check-update | groupinstall |
    groupupdate | grouplist | groupinfo | groupremove |
    makecache | localinstall | erase | upgrade | whatprovides |
    localupdate | resolvedep | shell | deplist >

Command line error: no such option: --enablerepo-dag
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@total ~]# 
help from error
Title: Re: help to install pxe server in sme 7.3
Post by: Jáder on August 06, 2008, 05:48:45 PM
I just did:
Code: [Select]
yum --enablerepo=smecontribs --enablerepo=base install smeserver-tftp-server

And be sure to do signal-events after this command.
Title: Re: help to install pxe server in sme 7.3
Post by: cactus on August 06, 2008, 06:07:29 PM
Code: [Select]
yum --enablerepo=smedev --enablerepo-dag install smeserver-atftp-server
Which should read:
Code: [Select]
yum --enablerepo=smedev --enablerepo=dag install smeserver-atftp-server
BTW please use the code tags to make your instructions more readable.
Title: Re: help to install pxe server in sme 7.3
Post by: mgb on August 07, 2008, 06:12:07 AM
1
is not work install tftp-server  
[root@total ~]# yum --enablerepo=smecontribs --enablerepo=base install smeserver-tftp-server
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
smecontribs               100% |=========================| 1.9 kB    00:00
smeaddons                 100% |=========================|  951 B    00:00
base                      100% |=========================| 1.1 kB    00:00
updates                   100% |=========================|  951 B    00:00
smeos                     100% |=========================| 1.9 kB    00:00
smeupdates                100% |=========================| 1.9 kB    00:00
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Parsing package install arguments
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
==========================================
2 not work install atftp-server
 yum --enablerepo=smedev --enablerepo=dag install smeserver-atftp-server
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
 
http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
Trying other mirror.
Cannot open/read repomd.xml file for repository: dag
failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.
================================================================
No new rpms were installed. No additional commands are required.
3

yum --enablerepo=smedev --enablerepo=dag install smeserver-atftp-server
==============================================================
 dag                       100% |=========================| 1.1 kB    00:00
smedev                    100% |=========================| 1.9 kB    00:00
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
http://apt.sw.be/redhat/el4/en/i386/dag/repodata/primary.xml.gz: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
Error: failure: repodata/primary.xml.gz from dag: [Errno 256] No more mirrors to try

Trying

yum --enablerepo=smedev --enablerepo=dag install smeserver-atftp-server
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 3.4 MB    00:11
dag       : ################################################## 9558/9558
primary.xml.gz            100% |=========================|  26 kB    00:00
smedev    : ################################################## 118/118
Excluding Packages from Dag - EL4
Finished
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Parsing package install arguments
No Match for argument: smeserver-atftp-server
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@total ~]#



 
Title: Re: help to install pxe server in sme 7.3
Post by: mgb on August 10, 2008, 08:21:16 AM
1
yum --enablerepo=smecontribs install smeserver-tftp-server
is ok
2
signal-event post-upgrade
signal-event reboot

3
config setprop tftpd status enabled
signal-event tftpd-conf

4
login as: root
password:
Last login: Thu Aug  7 08:13:35 2008 from pc-00010.se
[root@se ~]# /etc/init.d/tftpd restart
-bash: /etc/init.d/tftpd: No such file or directory
[root@se ~]#is not  No such file or directory

help  to fix
 
Title: Re: help to install pxe server in sme 7.3
Post by: mgb on August 27, 2008, 02:50:17 PM
help to copy file vmlinuz
I do not understand     from ready to    the    flint or to copy   duplicate to reproduce the file vmlinuz

In the   explanation   does not appear   an explanation   as regards the file "vmlinuz"



[root@server tftpboot]# ls -la
total 941492
drwxr-xr-x   3 root root      4096 Dec  3 15:43 .
drwxr-xr-x  27 root root      4096 Nov 30 13:31 ..
-rw-r--r--   1 root root 159930368 Dec  3 14:18 BARTPE.ISO
-rw-r--r--   1 root root     47772 Mar 24  2005 ntdetect.com
-rw-r--r--   1 root root    278016 Mar 24  2005 NTLDR
-rw-r--r--   1 root root     13204 Sep  4  2006 pxelinux.0
drwxr-xr-x   2 root root      4096 Apr 18  2007 pxelinux.cfg
-rw-r--r--   1 root root     24466 Mar 24  2005 startrom.0
 rw-r--r--   1 root root   1473787 Apr  5  2006 vmlinuz 
 -rw-r--r--   1 root root       169 Dec  3 15:44 winnt.sif