Sponsored Content
Full Discussion: SFTP to AIX6.1 EFS
Operating Systems AIX SFTP to AIX6.1 EFS Post 302414444 by PJMCK on Tuesday 20th of April 2010 07:19:10 AM
Old 04-20-2010
SFTP to AIX6.1 EFS

Hello all, my first post so please be gentle!
I have 2 x AIX 6.1.4.0 environments, one has EFS enabled and the other does not.

I have installed SSH & SSL on both systems, and configured SFTP using SSL authentication between both boxes:
Code:
openssh.base.client 5.2.0.5300 COMMITTED Open Secure Shell Commands
openssh.base.server 5.2.0.5300 COMMITTED Open Secure Shell Server
openssh.license 5.2.0.5300 COMMITTED Open Secure Shell License
openssh.man.en_US 5.2.0.5300 COMMITTED Open Secure Shell
openssh.msg.en_US 5.2.0.5300 COMMITTED Open Secure Shell Messages -
openssl.base 0.9.8.1100 COMMITTED Open Secure Socket Layer
openssl.man.en_US 0.9.8.1100 COMMITTED Open Secure Socket Layer
openssh.base.client 5.2.0.5300 COMMITTED Open Secure Shell Commands
openssh.base.server 5.2.0.5300 COMMITTED Open Secure Shell Server
openssl.base 0.9.8.1100 COMMITTED Open Secure Socket Layer

When I SFTP from one box to the EFS box, I can not transfer a file, and see a "Couldn't get handle: Failure" message. I have a similar problem when I SSH from one box to the EFS box and attempt to "touch" a file ("touch: 0652-046 Cannot create TESTING.").

When I perform any actions on the non-EFS locations on the EFS server (e.g. /tmp) it all works fine.

Can anybody assist?

Thanks

Last edited by zaxxon; 04-20-2010 at 08:23 AM.. Reason: use code tags please, ty
 

9 More Discussions You Might Find Interesting

1. AIX

Setup DNS server on AIX6.1

I'm planning of setting up a DNS server on AIX 6.1. Could someone shed me some lights on the step-by-steps of how to set this up? Thanks. (2 Replies)
Discussion started by: famasutika
2 Replies

2. UNIX for Dummies Questions & Answers

Permit sftp load /etc/profile on AIX6.1

Hi, I've set on /etc/profile: TMOUT=3600 readonly TMOUT It seems to work when I connect using ssh client, putty for example, but not when connect through sftp. What am I missing on sshd configuration? regards Israel. (2 Replies)
Discussion started by: iga3725
2 Replies

3. AIX

RS/6000 server and AIX6.1 question

Hello all. This is my first post on here and I have a question. Recently I was asked how you would go about backing up data from the server to a tape drive that is attached to the RS/6000 system. Assuming that the systems are all new it would be great if someone has a step by step guide that would... (4 Replies)
Discussion started by: aten
4 Replies

4. AIX

UnsatisfiedLinkError with Java1.6 in AIX6.1

Hi Folks, I'm facing the below error when loading my library on AIX6.1 java.lang.UnsatisfiedLinkError: marimba (A file or directory in the path name do es not exist.) at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1013) at... (7 Replies)
Discussion started by: Bharath_M
7 Replies

5. AIX

Java7 installation for user in AIX6.1

Hello Team, We are trying to install Java7 for weblogic user in a particular location(not default /usr location). I have tried following method but no luck, Need your suggestion on this. Issue details : 1) smitty installp >> When trying this there is no option to relocate the... (4 Replies)
Discussion started by: gowthamakanthan
4 Replies

6. AIX

AIX6: Getting Out of memory error during SFTP

Hi all the gurus out there, I am trying to SFTP about 30000 small files (4MB each at most) but I'm getting "xrealloc: out of memory" error. Anyone encountered this before? I'm on AIX6. (4 Replies)
Discussion started by: LuckySkunk
4 Replies

7. AIX

NFS problem AIX6.1

Hello, I have a problem with an NFS file system. Both AIX servers are AIX6.1 and uses NFS version 3. The problem is that at some point the client server cannot connect to the NFS anymore and when i do df -k it displays the message NFS server <server> not responding still trying. i run the... (2 Replies)
Discussion started by: omonoiatis9
2 Replies

8. AIX

How many Core in AIX6 & AIX7?

How many Core in AIX6 & AIX7 .. Please guys I want commands to know how many Core in these two different version please i need exact command ? (2 Replies)
Discussion started by: top.level
2 Replies

9. AIX

Upgrade AIX 5.3 to AIX6.1

Dear Guys .. I'm going to Upgrade one of the servers AIX 6.1 I want to stop rootvg mirror to save the mirror then upgrade to AIX 6.1 this is to help me in rollback if something goes wrong but .. can anyone help me how to make sure that system is relay mirrored and how to know that second... (10 Replies)
Discussion started by: top.level
10 Replies
pscp(1) 							 PuTTY tool suite							   pscp(1)

NAME
pscp - command-line SCP (secure copy) / SFTP client SYNOPSIS
pscp [options] [user@]host:source target pscp [options] source [source...] [user@]host:target pscp [options] -ls [user@]host:filespec DESCRIPTION
pscp is a command-line client for the SSH-based SCP (secure copy) and SFTP (secure file transfer protocol) protocols. OPTIONS
The command-line options supported by pscp are: -V Show version information and exit. -pgpfp Display the fingerprints of the PuTTY PGP Master Keys and exit, to aid in verifying new files released by the PuTTY team. -ls Remote directory listing. -p Preserve file attributes. -q Quiet, don't show statistics. -r Copy directories recursively. -unsafe Allow server-side wildcards (DANGEROUS). -v Show verbose messages. -load session Load settings from saved session. -P port Connect to port port. -l user Set remote username to user. -batch Disable interactive prompts. -pw password Set remote password to password. CAUTION: this will likely make the password visible to other users of the local machine (via com- mands such as `w'). -1 Force use of SSH protocol version 1. -2 Force use of SSH protocol version 2. -C Enable SSH compression. -i path Private key file for authentication. -scp Force use of SCP protocol. -sftp Force use of SFTP protocol. MORE INFORMATION
For more information on pscp it's probably best to go and look at the manual on the PuTTY web page: http://www.chiark.greenend.org.uk/~sgtatham/putty/ BUGS
This man page isn't terribly complete. See the above web link for better documentation. PuTTY tool suite 2004-03-24 pscp(1)
All times are GMT -4. The time now is 10:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy