Searching for files in Remote Machine


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Searching for files in Remote Machine
# 1  
Old 06-21-2005
Searching for files in Remote Machine

hi all,

i would like to how to perform remote search on a tandem machine from solaris box. I have the userid and password to log in.

But the directory, file structures, naming conventions are different.

now how to search for a particular pattern of files say, <user1><date>.log files in the remote machine

thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with fetching the data from remote machine from my jumpbox(local machine)

Team, Presently i am running a script from my local box(i.e jumpbox) to all the remote machines.Basically fetching basic queries like pwd,mkdir,touch etc and i am able to successfully fetch it from my local machine.But when i want to check certain database related queries like the dbstat... (20 Replies)
Discussion started by: whizkidash
20 Replies

2. Red Hat

iptables applied in local machine, can't ssh remote machine after chain changed to DROP

I want to SSH to 192.168.1.15 Server from my machine, my ip was 192.168.1.99 Source Destination was UP, with IP 192.168.1.15. This is LAN Network there are 30 Machine's Connected to the network and working fine, I'm Playing around the local machine's because I need to apply the same rules in... (2 Replies)
Discussion started by: babinlonston
2 Replies

3. UNIX for Advanced & Expert Users

FTP While transfering files to local machine to remote machine

Hi Am using unix Ksh Am getting the problem while transferring zero size files through the script . When i transfer zero size files from local machine to remote machine manually i can able to do it . My question its beause of zero size files am not able to transfer through script ? or its... (2 Replies)
Discussion started by: Venkatesh1
2 Replies

4. Shell Programming and Scripting

How to transfer files from unix machine to local machine using shell script?

Hi All.. Am new to Unix!! Am creating a shell script in which a scenario is like i have transfer the output file from unix machine (Server) to local directory (Windows xp). And also i have to transfer the input file from the local directory to Unix machine (Server) Any help from you... (1 Reply)
Discussion started by: vidhyaS
1 Replies

5. Shell Programming and Scripting

shell script to copy files frm a linux machine to a windows machine using SCP

I need a shell script to copy files frm a linux machine to a windows machine using SCP. The files keeps changing day-to-day. I have to copy the latest file to the windows machine frm the linux machine. for example :In Linux, On July 20, the file name will be 20.txt and it should be copied to... (3 Replies)
Discussion started by: nithin6034
3 Replies

6. Shell Programming and Scripting

script to delete multiple files in remote machine

Requirement Several files in remote machines ought to be deleted via sh. Name of the files to be deleted are know Approach 1) script was written with ftp (requires credential) and delete command. File names were passed as array(iterated via for loop-with ftp+delete commands enclosed within... (1 Reply)
Discussion started by: vkalya
1 Replies

7. Red Hat

To find the LATEST file from a dir on REMOTE machine and SCP to local machine?

Hi All, URGENT - Please help me form a scipt for this: I need the LATEST file from a dir on REMOTE machine to be SCP'd to a dir on local machine. (and I need to execute this from local server) I know that the below cmd is used to find the LATEST file from a dir. But this command is not... (3 Replies)
Discussion started by: me_ub
3 Replies

8. Shell Programming and Scripting

change files permission on Remote machine

I would like to change permissions recursively on a remote folder. Seems like sftp has a limitation, I am only able to change permission on a individual file.. sftp > chmod 777 /usr/local/apache/docs/test.txt It would be great if someone has more knowledge on how this is doable recursively? (1 Reply)
Discussion started by: almeisan1
1 Replies

9. UNIX for Dummies Questions & Answers

Search files for a string in the remote machine

Hi all, I want to search the files in a remote machine for a particular string. The SSH command I wrote is giving an error even when the syntax is correct. ssh user@hostmachine find . -name "*.txt" -exec grep "ARIVU" '{}' \; The error it gives is find: missing argument to `-exec' When the... (2 Replies)
Discussion started by: a_rivu
2 Replies
Login or Register to Ask a Question
ipa-replica-conncheck(1)					 IPA Manual Pages					  ipa-replica-conncheck(1)

NAME
ipa-replica-conncheck - Check a replica-master network connection before installation SYNOPSIS
ipa-replica-conncheck [OPTION]... DESCRIPTION
When an IPA replica is being installed a network connection between a replica machine and a replicated IPA master machine has to be pre- pared for master-replica communication. In case of a flawed connection the installation may fail with inconvenient error messages. A common connection problem is a misconfigured firewall with closed required port on a replica or master machine. The connection is checked by running a set of tests from both master and replica machines. The program is incorporated to ipa-replica-install(1) but can be also run separately. OPTIONS
REPLICA MACHINE OPTIONS This set of options is used when the connection check is run on a prepared IPA replica machine. -m MASTER, --master=MASTER Remote master machine address -a, --auto-master-check Automatically log in to master machine and execute the master machine part of the connection check. The following options for replica part are only evaluated when this option is set -r REALM, --realm=REALM The Kerberos realm name for the IPA server -k KDC, --kdc=KDC KDC server address. Defaults t MASTER -p PRINCIPAL, --principal=PRINCIPAL Authorized Kerberos principal to use to log in to master machine. Defaults to admin -w PASSWORD, --password=PASSWORD Password for given principal. The password will be prompted interactively when this option is missing MASTER MACHINE OPTIONS This set of options is used when the connection check is run on a master machine against a running ipa-replica-conncheck(1) on a replica machine. -R REPLICA, --replica=REPLICA Remote replica machine address COMMON OPTIONS -c, --check-ca Include in a check also a set of dogtag connection requirements. Only needed when the master was installed with Dogtag 9 or lower. -h HOSTNAME, --hostname=HOSTNAME The hostname of this server (FQDN). By default a nodename from uname(2) is used -d, --debug Print debugging information -q, --quiet Output only errors EXAMPLES
ipa-replica-conncheck -m master.example.com Run a replica machine connection check against a remote master master.example.com. If the connection to the remote master machine is successful the program will switch to listening mode and prompt for running the master machine part. The second part check the con- nection from master to replica. ipa-replica-conncheck -R replica.example.com Run a master machine connection check part. This is either run automatically by replica part of the connection check program (when -a option is set) or manually by the user. A running ipa-replica-conncheck(1) in a listening mode must be already running on a replica machine. ipa-replica-conncheck -m master.example.com -a -r EXAMPLE.COM -w password Run a replica-master connection check. In case of a success switch to listening mode, automatically log to master.example.com in a realm EXAMPLE.COM with a password password and run the second part of the connection check. EXIT STATUS
0 if the connection check was successful 1 if an error occurred SEE ALSO
ipa-replica-install(1) IPA
Jun 2 2011 ipa-replica-conncheck(1)