Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Sco Unix

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-07-2008, 06:19 PM
RedGrittyBrick
 
Posts: n/a
Default Re: File transfer with directory structures (second round)

smlunatick wrote:
> On May 2, 4:42 pm, Jean-Pierre Radley <j...@jpr.com> wrote:
>> smlunatick typed (on Fri, May 02, 2008 at 12:40:45PM -0700):
>> | On Apr 29, 5:22 am, RedGrittyBrick <RedGrittyBr...@SpamWeary.foo>| wrote:
>> | > smlunatick wrote:
>>
>> | > > I need to copy files and data off a "failing" SCO OpenServer 5.0.5
>> | > > server. I have a replacement server waiting. I can not seem to be
>> | > > able to read the older DAT 8i 4/8GB DAT 2 tapes on my new IBM Gen. 5
>> | > > DAT 72 drive since the tape cartridges constantly eject from the
>> | > > unit. I have successfully created "tar" files for my small
>> | > > directories and copied them ove. However, I have a huge directory
>> | > > which will not create an "tar" or "cpio" file:
>> | >
>> | > One well-established way of moving large groups of files between
>> | > computers is to combine rcmd with tar so as to avoid creating any
>> | > intermediate files. rcmd is standard on OpenServer so if you can
>> | > temporarily set up the rsh service on the other server you can use this
>> | > approach:
>> | >
>> | > tar cf - ./bigdir | rcmd newserver (cd somewhere; tar xf -)
>> | > (from memory, you get the idea).
>> | >
>> |
>> | Tried rcmd with tar and I get "permission denied"
>> |
>> | Any other configurations needed?
>>
>> Yes.
>> Is the rcmd man page too obtuse?
>>

> On my failing SCO box, I am able to get 'rcmd' to run without any
> "piped" command. Whenever I "pipe" any command thru, I get this
> message and nowhere in the 'man' page can help me determine this cause.


I only get "Permission denied." (with a capital P) when I haven't got a
..rhosts in my user's home directory in the target server.

Try something simpler ...

>rcmd newbox hostname

newbox.example.com

>rcmd newbox tty

not a tty

>rcmd orange tr "a-z" "A-Z"

abc
def^D
ABC
DEF

>echo abc | rcmd newbox tr "a-z" "A-Z"

ABC

Exactly which commands give you problems?


--
RGB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:31 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62