Search Results

Search: Posts Made By: tansha
4,176
Posted By tansha
Hello, Thanks for the reply. But I don't...
Hello, Thanks for the reply.

But I don't think I can use grep as I don't know what are the data block in between teh search string.
My file layout is as follows:

------------------------------...
4,176
Posted By tansha
Help with selecting specific lines in a large file
Hello,

I need to select the 3 lines above as well as below a search string, including the search string.

I have been trying various combinations using sed command without any success.

Can...
16,637
Posted By tansha
Hi Jim, when I run lsof, all I could get is...
Hi Jim,

when I run lsof, all I could get is the following:

lsof: WARNING: compiled for AIX version 5.1.0.0; this is 5.2.0.0.

So the next step would be to update my version for lsof for AIX ...
16,637
Posted By tansha
Hi Aigles, I tried your script, but it is...
Hi Aigles,

I tried your script, but it is always returning me the result as " File is available", though the file is still being written to. It is a large file which takes quite some time to get...
4
Scp
3,595
Posted By tansha
Try to juggle with the buffer size parameter [-b...
Try to juggle with the buffer size parameter [-b buffer_size] ; start with 1024 and keep on incrasing it by its multiples to have a better throughput.


I was hitting such a problem with sftp, and...
30,605
Posted By tansha
Hi, Actually when u will run the script as...
Hi,

Actually when u will run the script as above, it will log the messages (connection) and also file transfer info into the log.

Just give it a ty u will have a better idea when u will see the...
30,605
Posted By tansha
Prepare an sftp file to get the files like the...
Prepare an sftp file to get the files like the one below

echo binary > ftpfiles.out
echo lcd LOCAL_DIR >> ftpfiles.out
echo cd RDIR >> ftpfiles.out
echo mget FIL1 FIL2 FIL3 >> ftpfiles.out...
37,594
Posted By tansha
Hi , I would instead use a simple script...
Hi ,

I would instead use a simple script like the one below to achieve same.

Hope this helps.




#! /bin/ksh

export SRC_DIR=/YOUR/SOURCE/DIRECTORY
export...
307,173
Posted By tansha
Thanks guys, your precious collaboration enables...
Thanks guys, your precious collaboration enables so many of us to learn so many things daily.

This is indeed a great forum ...
307,173
Posted By tansha
Hi, Can you elaborate pls. Does the command...
Hi,
Can you elaborate pls. Does the command allow you to paste it another file?

I tried but it would not work. Any clue?
Thanks
12,956
Posted By tansha
Hi thanks Grial, Now it is working better...
Hi thanks Grial,

Now it is working better after changing the files attibutes but I am ruuning into another problem as follows:

sftp> mget *
FILE1 ...
12,956
Posted By tansha
Hello, I am able to sftp to the remote...
Hello,

I am able to sftp to the remote server. The output of the following command are as follows:

sftp> ls -l

.:

---------- 1 user group 32752984 May 29 10:43 FILE1.out...
Forum: AIX 06-22-2006
5,189
Posted By tansha
Thanks , Ya I found out, the problem was there...
Thanks ,
Ya I found out, the problem was there was no corresponding entry in the /etc/hosts file.

Thanks
12,956
Posted By tansha
Hi, I am using the following for ssh: ...
Hi,
I am using the following for ssh:
F-Secure SSH 5.0.8 on powerpc-ibm-aix5.2.0.0

I understand that you have to specify the Protocol version when using OpenSSh when, whereas for F-secure. the...
12,956
Posted By tansha
Hi, I am expeiencing the following problem...
Hi,

I am expeiencing the following problem with sftp. I am using this for the first time to get some files from server 1 to server2. The connection to the remote host is OK. But when I try to get...
12,956
Posted By tansha
Hi , Managed to solve the problem. Actually...
Hi ,

Managed to solve the problem. Actually the servername I am trying to connect had no entry in the /etc/hosts file.

Working fine now

Thanks again for your help.
12,956
Posted By tansha
Thanks for your response Grial. As you...
Thanks for your response Grial.

As you suggested
(i) get the public key and copy it to /home/user2/.ssh/authorized_keys was already done

(ii) Set the appropiate perms for the files - what...
12,956
Posted By tansha
ssh2 & sftp help
Hi,

I need to implement sftp between server 1 and server2.

I have already generated the public key using account user1 on server 1 and and sent it to the administrator of server2.

I have...
Forum: AIX 06-21-2006
5,189
Posted By tansha
SSH2 help !!!!
Hi,

I need to implement sftp between server 1 and server2.

I have already generated the public key using account user1 on server 1 and and sent it to the administrator of server2.

I have...
5,795
Posted By tansha
Thanks grial, You did put me on the right...
Thanks grial,

You did put me on the right track.

Warm regards
5,795
Posted By tansha
Cannot submit a background job
Hi all,

I am currently facing a problem when i am submitting a script to run in the background to collect statistics round the clock on an AIX box. I don't have root authority nor can I set it in...
3,045
Posted By tansha
Hi Jim, Thanks for the reply. Actually...
Hi Jim,

Thanks for the reply.

Actually I am a P670 server running 5.2.0.0
3,045
Posted By tansha
Find out which process is utilising a particular hdisk
Hi,

Can anyone suggest how I can find out which process is keeping one of my hdisk constantly busy (100%) utilisation, when I ran topas .

Thanks for your feedback
Regards
Showing results 1 to 23 of 23

 
All times are GMT -4. The time now is 12:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy