How Do I FTP System Files to Different Server?

 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers How Do I FTP System Files to Different Server?
# 22  
Old 07-26-2018
AND here is the output for netstat -r in the physical machine.
How Do I FTP System Files to Different Server?-physical-settings-routejpg
# 23  
Old 07-26-2018
No, to get from 192.168.40.216 to 192.168.40.217 (and vice versa) the O/S's won't be looking for a router; none needed.
# 24  
Old 07-26-2018
OK, so I found that if I wait a few minutes the route table does populate, as shown in attachment number 1. However, the VM still cannot ping out, as shown in attachment number 2, but still replies to incoming pings. Any other suggestions? Thanks
How Do I FTP System Files to Different Server?-vm-settings-routejpg
How Do I FTP System Files to Different Server?-vm-ping-downjpg
# 25  
Old 07-26-2018
Question: During installation of the virtual machine, after you configured the AMD network adapter, did you relink the kernel?
# 26  
Old 07-26-2018
The AMD network adapter was "auto-detected" at installation, and I configured all of the IP addresses that were available to enter at setup (gateway, primary DNS, etc.). It is entirely possible that I may have changed something in network settings since then and somehow the kernel didn't get relinked. I know it often asks if I want to relink the kernel, use the new kernel by default, and rebuild (maybe) the kernel environment - and I usually say "yes" to all of those options. Is that the correct answer to all of those? Is there a way to go through the relinking now without changing anything? Thanks.
# 27  
Old 07-26-2018
Yes, the usual response is 'yes' to those questions.

You should recheck your network adapter configuration (using netconfig).

If you change anything (other than ip addresses) then relink the kernel.


---------------------------------------
Procedure to relink the kernel manually

Login as root
Code:
# cd /etc/conf/cf.d
# ./link_unix

Answer questions referred to above
Wait for return to # prompt
Reboot the system to bring up the new kernel
---------------------------------------

Last edited by hicksd8; 07-26-2018 at 05:55 PM..
# 28  
Old 07-26-2018
So, I thought I had figured it out - on the most recent VM I had forgotten to install the supplemental software that came on CD 5.0.6a. But after I did that it still wouldn't ping out. I decided maybe to give it another shot with a brand-new VM, brand-new install of 5.0.6, with the immediate installation of the supplemental software on 5.0.6a. I made some entries in the /etc/hosts file. I still can't ping out from the VM. It still does reply to pings. I SWEAR this was not a problem a few days ago when I set up my first VM attempt, I know it was working correctly and now it is not. This leads me to believe that I am getting older and probably did something then that I have forgotten now. I will continue to try and Google for answers, but if anyone on this forum has more ideas, I would surely appreciate any help I can get. Thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

FTP-ing files from Windows server to UNIX server

I need to transfer files from a Windows server to the Unix server and have to run some shell script on it to get the required output. Is it possible to transfer files from Windows server to unix server through any shell script? If so can you please help me with the details. Thanks in... (8 Replies)
Discussion started by: ssk250
8 Replies

2. Shell Programming and Scripting

FTP multiple files from one server to one server

Hi, I'm new to shell script..I have one requriement like - In one server have more than one files,I want to ftp those files to some otehr server.. Ex : test1.pdf test2.pdf Please suggest me how to do (3 Replies)
Discussion started by: venkaswa
3 Replies

3. Shell Programming and Scripting

Need help creating a script to FTP files to a server and then delete the files that were transfered.

I am trying to FTP files to a Windows server through my Linux machine. I have setup the file transfer with no problems but am having problem deleting those files from the Linux box. My current non-working solution is below. Any ideas, anyone?? :wall: Please be gentle, I'm fairly new to this... (4 Replies)
Discussion started by: jmalfhs
4 Replies

4. Shell Programming and Scripting

Validating the size of file transferred from ftp server to the local system

Validating the size of file transferred from ftp server to the local system. File type: Text file/Flat file Source System: Windows / Unix Systems Target System is always: Unix Mode of Transfer : ASCII We have generic ftp shell script that transfers the files from different ftp servers. ... (2 Replies)
Discussion started by: jpundalik
2 Replies

5. Shell Programming and Scripting

script for to take files from FTP server to UNIX server and Unzipped that files

script for to take files from FTP server to UNIX server and Unzipped that files (1 Reply)
Discussion started by: sunilamarnadh
1 Replies

6. Filesystems, Disks and Memory

Not able to FTP the files to a FTP server

Hi , We are facing a weird problem in our project. we need to send some xml & audio files to a remote FTP server from a Linux box, we are doing this in Perl script using Net::FTP->. Issue here is.. when FTPed the files using Perl scripts, only empty files ( 0 byte) are getting created on the... (2 Replies)
Discussion started by: kishorepotta
2 Replies

7. UNIX for Dummies Questions & Answers

FTP Files from one server to another

Hi, I want to run a process on server a, pulling files from server b and pushing it to server c. Can i do that without dropping the files on server a? Thanks, Samit (2 Replies)
Discussion started by: samit_9999
2 Replies

8. Shell Programming and Scripting

FTP files to target Mainframe system

Hi Experts... Greetings for the day..! I just want to FTP the files to mainframe system.. my code is not working..and also i need to put the files in a particular directory in a specific naming format... ftp -i -n ${HOST_NAME} << END_FTP user ${USER_NAME} ${PASSWORD} put ${FILE_NAME}... (3 Replies)
Discussion started by: spkandy
3 Replies

9. Solaris

Secure FTP Problem using Sun SSH on Client system F-Secure on Server system

I am using shell script to do secure ftp. I have done key file setup to do password less authentication. Following are the FTP Details: FTP Client has Sun SSH. FTP Server has F-Secure. I am using SCP Command to do secure copy files. When I am doing this, I am getting the foll error scp:... (2 Replies)
Discussion started by: ftpguy
2 Replies

10. Shell Programming and Scripting

FTP multiple files from remote server to local server

Hi, I am facing a weired problem in my FTP script. I want to transfer multiple files from remote server to local server everyday, using mget * in my script. I also, want to send an email for successful or failed FTP. My script works for file transfer, but it don't send any mail. There is... (2 Replies)
Discussion started by: berlin_germany
2 Replies
Login or Register to Ask a Question