rdist from unix to window XP


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers rdist from unix to window XP
# 1  
Old 06-25-2008
rdist from unix to window XP

I need to rdist some files from unix to window XP, where the source file is in Unix box. I can't get a way to do it as it always prompted me permission denied.

rdist -c migtest.tar <ipaddr>:/filedir/migtest.tar
updating host <ipaddr>
Permission denied.

I'd tried to ftp and put the file there, it work.

Anyone can help me out what's the problem ????

Thanks.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

2. Solaris

Rdist over ssh

How can we make rdist to work over ssh? By default rdist works with rsh protocol which is now the host server is refuses to accept the rsh connection. How to find rdist version which I am running? How to upgrade it to latest version? Working environment is solaris 9 and solaris 10. (1 Reply)
Discussion started by: naveenjami
1 Replies

3. UNIX for Dummies Questions & Answers

Unix Id from Window Login ID

Hello All, My Problem is -> How can we get UNIX id from open mail authentication (Windows ID) in UNIX. In following command we are using domain name, which may change in your reference. As, if we use following command. ypcat passwd | grep rohitp | cut -d: -f5 | cut -d, -f1 => we get... (0 Replies)
Discussion started by: pandey.rohit
0 Replies

4. HP-UX

Where can I find rdist?

Hello, I am looking for either the rdist binaries or code for HPUX 11.11. Thanks (1 Reply)
Discussion started by: rfisher001
1 Replies

5. Windows & DOS: Issues & Discussions

From WinXP to Unix with X-window

Can anyone tell me if there is a possibility to connect WindowsXP to Unix by means of an X-Window? I want to do this graphical but I can't find a client with a reasonable pricetag on it. We now use WRQ Reflection to connect to a character-based programm on the unix box. But I would like to do... (2 Replies)
Discussion started by: fwalda
2 Replies

6. UNIX for Advanced & Expert Users

permissions with rdist

I am trying to synchronize to boxes running True64 Unix one as a live backup of the other for user directories. When running rdist, I receive the message "Permission Denied" when each directory is accessed with the sole exception of my own directory. This has to be an automated process which... (1 Reply)
Discussion started by: doug_hutch
1 Replies

7. UNIX for Dummies Questions & Answers

unix window

i recently install redhat linux as a dual boot with win2000. after i log in my unix account. i tried to get window unix by typing startx or xinit. both gave me error. display message among other thing was something like fatal error. any help? thanks (12 Replies)
Discussion started by: bb00y
12 Replies

8. UNIX for Advanced & Expert Users

help with rdist utility

Does anyone know of any known bugs/issues with the RDIST utility on HP unix? I am trying to set up replication between two servers. All seems to work okay to start with, but the rdist program always terminates with a value of 1 - i.e. signifying an error. However - no error message or even warning... (1 Reply)
Discussion started by: man_with_no_nam
1 Replies

9. IP Networking

UNIX & WINDOW

Is there any way that I could invoke a Win NT application in a UNIX environment? Needed to do this to direct the output of an Win NT application to a UNIX program, and then back again. Furthermore, because there's a large amount of processing to be done, it will be great if I could do this... (1 Reply)
Discussion started by: Norman N
1 Replies

10. UNIX for Dummies Questions & Answers

Window and Chat for UNIX

Hi i am new to Unix and i was wondering if you could help me with 2 problems i have? Firstly i use Telnet to connect to my main server unix-shells.com and i want to know how i can use the "window" program? i understand how it works but i want to be able to easily make new windows and hide the... (1 Reply)
Discussion started by: ditoa
1 Replies
Login or Register to Ask a Question
rdist(1)						      General Commands Manual							  rdist(1)

NAME
rdist - Maintains identical copies of files on multiple hosts SYNOPSIS
rdist [-bDhinqRvwy] [-f distfile | -] [-d variable=value] [-m host] [file...] rdist [-bhinqRvwy] -csource... [login@]host[:dest] The rdist command maintains identical copies of files on multiple hosts. OPTIONS
Performs a binary comparison; updates files if they differ. Forces rdist to interpret the remaining arguments as the sources of small dis- tfiles in the following format: (name ... )->[login@]host[:dest] install [dest]; The rest of the command line is treated as if it came from a distfile. If you want to specify an IPv6 address for host, you must prefix the address with the [ (backslash, left bracket) characters and terminate the address with the ] (backslash, right bracket) characters. Defines variable to have value. This option defines or overrides variable definitions in the distfile. The value can be the empty string, one name, or a list of names surrounded by parentheses and separated by tabs or spaces, or both. Turns on debugging output. Specifies another name for distfile; specify - for standard input. Copies the file that the link points to rather than the link itself. Ignores unresolved links. The rdist command maintains the link structure of files being transferred and warns users if it cannot find all the links. Limits which machines are to be updated. You can use multiple host arguments to limit updates to a subset of the hosts listed in distfile. You can also specify an IPv6 address or addresses for host. Prints the commands without executing them. This option is useful for debugging distfile. Operates in quiet mode. This option suppresses printing of modified file on standard output. Removes extraneous files. If a directory is being updated, any files that exist on the remote host that do not exist in the master directory are removed. This is useful for maintaining identical copies of directo- ries. Verifies that the files are up to date on all the hosts. Any files that are out of date will be displayed, but rdist does not change any files or send any mail. Appends the whole filename to the destination directory name. Normally, rdist uses only the last component of a name for renaming files, preserving the directory structure of the copied files. Prevents recent copies of files from being replaced by files that are not as recent. Files are normally updated when their time stamp and size (see stat()) differ. The -y option prevents rdist from updating files younger than the master file. DESCRIPTION
The rdist command preserves the owner, group, mode, and modification time of files if possible. It can also update programs that are exe- cuting. The rdist command reads commands from distfile in your $HOME directory and directs the updating of files or directories, or both. If distfile is a - (dash), standard input is used. If no -f option is specified, the program looks first for distfile, then Distfile to use as the input. If no filenames are specified on the command line, rdist updates all of the files and directories listed in distfile. Otherwise, the argument is read as the name of a file to be updated or a command to execute. If the name of the file specified by the file argument is the same as the name of a command, the rdist command treats the filename as a command. The file specified by distfile contains a sequence of entries that specify the files to be copied, the destination hosts, and what opera- tions to perform to do the updating. Each entry has one of the following formats. <variable_name> '=' <name_list> [label:] <source_list> '->' <destination_list> <command_list> [label:] <source_list> '::' <timestamp_file> <command_list> The first format is used for defining variables. The second format is used for distributing files to other hosts. The third format is used for making lists of files that were changed since some given date. The source_list specifies a list of files or directories, or both, on the local host that is to be used as the master copy for distribu- tion. The destination_list is the list of hosts to which these files are to be copied. Each file in the source list is added to a list of changes if the file is out of date on the host that is being updated (second format) or the file is newer than timestamp_file (third for- mat). Labels are optional. They are used to identify a command for partial updates. Newlines, tabs, and spaces are only used as separators and are otherwise ignored. Comments begin with a # (number sign) and end with a new- line. Variables to be expanded begin with a $ (dollar sign) followed by one character or a name enclosed in { } (braces) (see EXAMPLES). Each line of the source and destination lists contains zero or more names, separated by spaces. The shell metacharacters [, ], {, }, *, and ? are recognized and expanded (on the local host only) as with csh. They can be escaped with a (backslash). The ~ (tilde) character is also expanded as with csh, but is expanded separately on the local and destination hosts. When the -w option is used with a filename that begins with ~, everything except the home directory is appended to the destination name. Filenames that do not begin with a / (slash) or a ~ (tilde) use the destination user's home directory as the root directory for the rest of the filename. If you want to specify an IPv6 address or addresses for destination_list, you must enclose each address with the [ ] (bracket) characters. The command list consists of zero or more commands of the following format: install <option ...> <destination_name> notify <name_list> except <name_list> except_pat <pattern_list> special <name_list> string The install command is used to copy out of date files or directories, or both. Each source file is copied to each host in the destination list. Directories are recursively copied in the same way. The destination_name is an optional argument to rename files. If no install com- mand appears in the command list or the destination name is not specified, the source filename is used. Directories in the pathname are created if they do not exist on the remote host. To help prevent disasters, a nonempty directory on a tar- get host will never be replaced with a regular file or a symbolic link. However, under the -R option, a nonempty directory is removed if the corresponding filename is completely absent on the master host. Options for install are -R, -h, -i, -v, -w, -y, and -b and have the same semantics as options on the command line, except they only apply to the files in the source list. The username used on the destination host is the same as the local host unless the destination name is of the format user@host. The notify command is used to mail the list of files updated (and any errors that may have occurred) to the listed names. If no @ (at sign) appears in the name, the destination host is appended to the name (for example, name1@host, name2@host, ...). The except command is used to update all of the files in the source list for the files listed in name_list. This is usually used to copy everything in a directory, except certain files. The except_pat command is like the except command, except that pattern_list is a list of regular expressions (see grep for details). If one of the patterns matches some string within a filename, that file is ignored. Note that since (backslash) is a quote character, it must be doubled to become part of the regular expression. Variables are expanded in pattern_list, but not shell file pattern-matching charac- ters. To include a $ (dollar sign), it must be escaped with (backslash). The special command is used to specify sh commands that are to be executed on the remote host after the file in name_list is updated or installed. If the name_list is omitted, the shell commands are executed for every file updated or installed. The FILE shell variable is set to the current filename before executing the commands in string. The string starts and ends with a " (double quote) and can cross mul- tiple lines in distfile. Separate multiple commands to the shell with a ; (semicolon). Commands are executed in your home directory on the host being updated. The special command can be used to rebuild private databases and so forth after a program is updated. If you run the rdist command as a normal user and any of the target hosts does not allow normal users to run rdist, updates to that host will fail with the following error message: rdist: connection failed: version numbers don't match EXAMPLES
The following is a small example of a distfile: HOSTS = ( matisse root@arpa) FILES = ( /bin /lib /usr/bin /usr/games /usr/include/{*.h,{stand,sys,vax*,pascal,machine}/*.h} /usr/lib /usr/man/man? /usr/ucb /usr/local/rdist ) EXLIB = ( Mail.rc aliases aliases.dir aliases.pag crontab dshrc sendmail.cf sendmail.fc sendmail.hf sendmail.st uucp vfont ) ${FILES} -> ${HOSTS} install -R ; except /usr/lib/${EXLIB} ; except /usr/games/lib ; special /usr/sbin/sendmail "/usr/sbin/sendmail -bz" ; srcs: /usr/src/bin -> arpa except_pat ( \.o$ /SCCS$ ) ; IMAGEN = (ips dviimp catdvi) imagen: /usr/local/${IMAGEN} -> arpa install /usr/local/lib ; notify ralph ; ${FILES} :: stamp.cory notify root@cory ; FILES
Contains a list of commands to be read by rdist. Contains update lists temporarily. DIAGNOSTICS
A complaint about mismatch of rdist version numbers may really stem from some problem with starting your shell; for example, you are in too many groups. SEE ALSO
Commands: csh(1), grep(1), ksh(1), nrdist(1), sh(1) rdist(1)