From: Todd on 1 Jun 2010 12:08 > Any support for NFS, either as a client or a server? If this > is a server, it has to have some method of interaction with > other systems. What is it serving? > I will look for NFS. It is a telnet server. Speaking of telnet, I remember years ago something called sz and rz. I wonder if they will work over telnet?
From: General Schvantzkoph on 1 Jun 2010 13:27 On Mon, 31 May 2010 21:48:38 -0700, Todd wrote: > On 05/31/2010 09:45 PM, Robert Riches wrote: >> On 2010-06-01, Todd<todd(a)invalid.com> wrote: >>> Hi All, >>> >>> I got tasked on upgrading a 9 year old Caldera >>> Linux server to CentOS 5.5. The old server is so old, I am having >>> trouble figuring out ways to transfer the data directory I need to the >>> new server. No USB ports, severely broken IDE ports, a RAID card I >>> never heard of, a fried 4 mm tape drive, yada, yada, yada. >>> >>> And to top it off, Caldera has a very reduced set of commands. >>> >>> But tar does work on Caldera. What is the syntax to save a tar ball >>> on another computer? (I hope Caldera implemented that -- they did very >>> little else.) >>> >>> And, what do I have to do to the receiving computer to allow it to >>> accept a remote tar ball? >>> >>> Many thanks, >>> -T >> >> Are the ftp and/or scp commands available? If one end is running ftpd >> or sshd, you could use the ftp or scp commands from the other side to >> transfer the file. >> >> > No ssh anything, so no secure cp (scp). But I do think a rudimentary > ftp is there. Thank you for the tip! > > The stinkin' mt (magnetic tape) command only has to commands: rewind, > and fast forward one set. This is going to be a nightmare! > > -T As long as you have ftp then you have a solution, just set up an FTP server on the new box and then upload the tar file.
From: jellybean stonerfish on 1 Jun 2010 23:44 On Tue, 01 Jun 2010 09:08:50 -0700, Todd wrote: >> > I will look for NFS. It is a telnet server. > > Speaking of telnet, I remember years ago something called sz and rz. I > wonder if they will work over telnet? tar should work over telnet
From: Kenny McCormack on 2 Jun 2010 08:18 In article <hu4k3a$n0p$1(a)speranza.aioe.org>, jellybean stonerfish <stonerfish(a)geocities.com> wrote: >On Tue, 01 Jun 2010 09:08:50 -0700, Todd wrote: > >>> >> I will look for NFS. It is a telnet server. >> >> Speaking of telnet, I remember years ago something called sz and rz. I >> wonder if they will work over telnet? > >tar should work over telnet Several solutions have been proposed that involve pieces of software that you say are not present on the box. Is there any reason you can't copy a piece of software to the box? Does it not have any way of getting files onto it? Is this one of those "policy" things - policy doesn't allow you to put anything on it? Or is it a merely technical issue? It seems hard to believe that you can't, somehow, get, say, netcat, onto the machine. netcat is all you need! -- Just for a change of pace, this sig is *not* an obscure reference to comp.lang.c...
From: Todd on 2 Jun 2010 12:22
On 06/02/2010 05:18 AM, Kenny McCormack wrote: > netcat is all you need! > The computer is *ancient*. I can not tell how anything gets on or off of it. I just cn not take a modem compiles piece of software and install it on the dinosaur. |