Anyone setup up a Linux tftp server in VM Workstation?
brownwrap
Member Posts: 549
I am trying to set up:
www.rocksclusters.org | Rocks Website
So far I have the head node set up and now I am trying to boot a client off it. Both the head node and the client (compute node) will run Centos 6.3. The head node see the DHCP request from the compute node, and then the compute node tries to start a tftp session but times out. Anyone else do anything similar? I had to make a change on the head node because it thought there was a duplicate IP, but nothing else was running, so I comment out that check and DHCP started.
I can see the DHCP request in the head nodes /var/log/messages, but nothing about tftp.
www.rocksclusters.org | Rocks Website
So far I have the head node set up and now I am trying to boot a client off it. Both the head node and the client (compute node) will run Centos 6.3. The head node see the DHCP request from the compute node, and then the compute node tries to start a tftp session but times out. Anyone else do anything similar? I had to make a change on the head node because it thought there was a duplicate IP, but nothing else was running, so I comment out that check and DHCP started.
I can see the DHCP request in the head nodes /var/log/messages, but nothing about tftp.
Comments
-
darkerosxx Banned Posts: 1,343You're going to need a rocks person to help with that, as its a custom setup based on their software.
-
brownwrap Member Posts: 549darkerosxx wrote: »You're going to need a rocks person to help with that, as its a custom setup based on their software.
I came in this morning, added the verbose flag to tftpd and restarted xinetd and things worked. Beyond me.