Operating System - OpenVMS
1748216 Members
3531 Online
108759 Solutions
New Discussion юеВ

Re: problems in connection Open VMS to Unix using SFTP

 
Ian Miller.
Honored Contributor

Re: problems in connection Open VMS to Unix using SFTP

Palak,
can you post the quotas from that VMS user and have you tried another VMS username?

Have you reported this to HP?
____________________
Purely Personal Opinion
Bjorn Fido Lindgren
New Member

Re: problems in connection Open VMS to Unix using SFTP

Here's the result of numbers of free gblpages and quotas for some users:

620 Global Sections Used, 217392/3192240 Global Pagelets Used/Unused

This is the quotas from a working user:

Maxjobs: 0 Fillm: 200 Bytlm: 64000
Maxacctjobs: 0 Shrfillm: 0 Pbytlm: 0
Maxdetach: 0 BIOlm: 18 JTquota: 4096
Prclm: 10 DIOlm: 18 WSdef: 2048
Prio: 4 ASTlm: 24 WSquo: 4096
Queprio: 0 TQElm: 10 WSextent: 16384
CPU: (none) Enqlm: 2500 Pgflquo: 60000


And this is the failing user:

Maxjobs: 0 Fillm: 200 Bytlm: 64000
Maxacctjobs: 0 Shrfillm: 0 Pbytlm: 0
Maxdetach: 0 BIOlm: 256 JTquota: 4096
Prclm: 10 DIOlm: 4096 WSdef: 2048
Prio: 4 ASTlm: 4096 WSquo: 4096
Queprio: 0 TQElm: 10 WSextent: 16384
CPU: (none) Enqlm: 32767 Pgflquo: 400000

A note is that the same SSH command is working flawless!

And here is the command with -D 3:


VDLSCH>> sftp "-D 3" remoteuser@IP-address
Sftp2/SFTP2.C:4804: CRTL version (SYS$SHARE:DECC$SHARE ident) is: V7.3-2-03

SshFileCopy/SSHFILECOPY.C:1062: Making local connection.
Ssh2SftpServer/SSHFILEXFERS.C:2079: Received SSH_FXP_INIT
Ssh2SftpServer/SSHFILEXFERS.C:2124: version is 3
SshFileCopy/SSHFILECOPY.C:1001: Connection to local, ready to serve requests.
Sftp2/SFTP2.C:786: Connection ready.
SshReadLine/SSHREADLINE.C:3662: Initializing ReadLine...
SshFileCopy/SSHFILECOPY.C:1072: Connecting to remote host. (host = remoteuser@IP-address, user = NULL, port = NULL)
argv[0] = /sys$system/tcpip$ssh_ssh2
argv[1] = -v
argv[2] = -x
argv[3] = -a
argv[4] = -o
argv[5] = passwordprompt %U@%H's password:
argv[6] = -o
argv[7] = authenticationnotify yes
argv[8] = remoteuser@IP-address
argv[9] = -s
argv[10] = sftp

Sftp2/SFTP2.C:4012: notification: 0
Sftp2/SFTP2.C:4012: notification: 1
ssh_sigchld_real_callback
ssh_sigchld_process_pid: calling handler pid 538969457 code 196
Warning: child process (/sys$system/tcpip$ssh_ssh2) exited with code 196.
SshReadLine/SSHREADLINE.C:3728: Uninitializing ReadLine...


%TCPIP-E-SSH_FC_ERROR, error in ssh file transfer operation

Bjorn Fido Lindgren
New Member

Re: problems in connection Open VMS to Unix using SFTP

This user had redefined RUN == "SCHED RUN/CONF" in the login.com. This was inherited by the subprocess that tried to schedule run a SSH image.