
Hi,
Here are the steps:
1. Install tftp-0.17-14 and tftp-server-0.17-14 packages from Red Hat
7.2 CD 2
2. Create tftpboot directory under /tftpboot and copy zImage and
ramdisk_img.gz under /tftpboot/tftpboot.
OR
You can change tftp file as outlined in step 5 to take server_args as -s /.
In this case, you need not make subdirectory under /tftpboot.
3. chmod 777 /tftpboot/tftpboot/*
Or
Chmod 777 /tftpboot/*
4. Under /etc/xinetd.d, there is a file called "tftp". Update it to
look like this:
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
port = 69
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
}
Or if you choose to use /tftpboot directory for getting zImage and ramdisk
image, update tftp file as shown below:
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
port = 69
server = /usr/sbin/in.tftpd
server_args = -s /
disable = no
}
5. ps aux | grep xinetd
Once you get the pid, kill it
kill -9 pid
Run xinetd again
For getting NFS server to work
==================================
Check if nfs-utils-0.3.1-12 package is installed
rpm -qa | grep nfs*
Install the package nfs-utils-0.3.1-12 if it is not installed.
Edit the file /etc/exports
IP-address-of-host:/nfsdir *(rw)
Then type
"exportfs -a"
Hope it helps....
-Ranjeeta
-----Original Message-----
From: Sundararaman Shiva [mailto:shiva_ixp1200@yahoo.com]
Sent: Monday, March 04, 2002 4:27 PM
To: ixp1200@CS.Princeton.EDU
Subject: RE: [ixp1200] (no subject)
Hi Ranjeeta,
Could you briefly outline the steps for running tftp
and nfs for RH7.2
We have been trying it for quite some time.
Thanks,
shiva
--- Ranjeeta
Hi, You can use RH 7.2 for IXA SDK but setting up of TFTP server and NFS server requires a little different steps than what is documented in the installation guide.
-Ranjeeta
-----Original Message----- From: Rayashish@aol.com [mailto:Rayashish@aol.com] Sent: Saturday, March 02, 2002 1:04 PM To: ixp1200@CS.Princeton.EDU Subject: Re: [ixp1200] (no subject)
In a message dated 3/2/02 11:57:20 AM Pacific Standard Time, abhijeet@cs.utah.edu writes:
I am trying to setup the development environment for IXP 1200 EE board. I 've gone through the document, which says:
There are two software development environments designed specifically for IXA application developers. 1. The IXA SDK to develop IXA applications and to write code modules targeted for the IXDP1200 Advanced Development Platform. The IXA SDK runs on Red Hat Linux * 6.2 or Cygwin * (under Windows NT * )
and is available on the IXA SDK distribution CD 1.
2. The IXP1200 Microengine Development Environment to write microcode modules (including those for microACEs) targeted for microengines on the IXP1200. The IXP1200 Microengine Development Environment runsWindows NT-4
I want to know if i can use RHL 7.2 for IXA SDK and Windows 2000 Pro for IXP1200 Microengine Development Environmen. Is it necessary to stick with RHL 6.2 and WinNT-4?
Regards, Ashish
__________________________________________________ Do You Yahoo!? Yahoo! Sports - sign up for Fantasy Baseball http://sports.yahoo.com

Hi, I think that you would also need to edit /etc/hosts.allow with portmap:<IXP1200EB-IP>/<netmask> /etc/hosts with <IXP1200EB-IP> hostname and maybe you'd like to add IP-address-of-host:/nfsdir *(rw, no_root_squash) to the /etc/exports file This was the setting that I got to work for me on my Redhat 7.2 but I used the nfs-server-2.2beta40 package from the SDK CD1. ->For getting NFS server to work ->================================== ->Check if nfs-utils-0.3.1-12 package is installed ->rpm -qa | grep nfs* ->Install the package nfs-utils-0.3.1-12 if it is not installed. ->Edit the file /etc/exports ->IP-address-of-host:/nfsdir *(rw) ->Then type ->"exportfs -a" -> -> -> ->Hope it helps.... -> ->-Ranjeeta "My grandfather once told me that there are two kinds of people: those who work and those who take the credit. He told me to try to be in the first group; there was less competition there. - Indira Gandhi " Regards, P.K. Chong Chong Poh Kit Post-graduate Student Multimedia University chongpohkit@ieee.org Tel:6016-3174831 (M) / 603-90768272 (H) 05/03/2002
participants (2)
-
Chong Poh Kit
-
Ranjeeta