<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problems in connection Open VMS to Unix using SFTP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453051#M30519</link>
    <description>Since it comes from SSH the 196 is as likely to be a Unix error code as it as a VMS error code. Try connecting to the remote server with SSH and verify that you can connect and log in.</description>
    <pubDate>Mon, 06 Jul 2009 09:20:00 GMT</pubDate>
    <dc:creator>Richard Whalen</dc:creator>
    <dc:date>2009-07-06T09:20:00Z</dc:date>
    <item>
      <title>problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453048#M30516</link>
      <description>&lt;!--!*#--&gt;I am trying to generate connection from Open VMS server to Unix.&lt;BR /&gt;&lt;BR /&gt;I am using the following command but the system is not asking for the password to connect for the first time, where as other accounts are working properly on the same server. &lt;BR /&gt;&lt;BR /&gt;sftp userid@ipaddress&lt;BR /&gt;&lt;BR /&gt;below is the error:&lt;BR /&gt;&lt;BR /&gt;Warning: child process (/sys$system/tcpip$ssh_ssh2) exited with code 196.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%TCPIP-E-SSH_FC_ERROR, error in ssh file transfer operation&lt;BR /&gt;&lt;BR /&gt;Notes:&lt;BR /&gt;As per the server hosting team there are no difference between the accounts on the server.&lt;BR /&gt;&lt;BR /&gt;Questions: &lt;BR /&gt;1. If the accounts are same why we are getting the error "child process (/sys$system/tcpip$ssh_ssh2) exited with code 196."&lt;BR /&gt;What changes are required in the account setup to avoid the above error.&lt;BR /&gt;&lt;BR /&gt;2. Is there any way to generate the keys from one account and use the same from other account to remediate the above problem.&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Jul 2009 07:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453048#M30516</guid>
      <dc:creator>Palak_1</dc:creator>
      <dc:date>2009-07-05T07:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453049#M30517</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;which versions of vms and tcpip services are in use here ?&lt;BR /&gt;have you tried using the "-D" option to get more information on where it is failing ?&lt;BR /&gt;personally i would always use quotes around username@system strings to go to a unix server,&lt;BR /&gt;do you need it to be password auth ? using private / public keys is a lot easier and a bit more secure.&lt;BR /&gt;the openvms ssh manual is here for all the methods available and how to implement them :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/732final/aa-rvbua-te/aa-rvbua-te.pdf" target="_blank"&gt;http://h71000.www7.hp.com/doc/732final/aa-rvbua-te/aa-rvbua-te.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Jul 2009 09:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453049#M30517</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2009-07-05T09:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453050#M30518</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] other accounts are working properly&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;They _are_, or they _were_?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] exited with code 196.&lt;BR /&gt;&lt;BR /&gt;I know nothing, but:&lt;BR /&gt;&lt;BR /&gt;ALP $ exit 196&lt;BR /&gt;%SYSTEM-F-GPTFULL, global page table is full&lt;BR /&gt;&lt;BR /&gt;help /message GPTFULL&lt;BR /&gt;&lt;BR /&gt;write sys$output f$getsyi( "free_gblpages")</description>
      <pubDate>Sun, 05 Jul 2009 14:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453050#M30518</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-07-05T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453051#M30519</link>
      <description>Since it comes from SSH the 196 is as likely to be a Unix error code as it as a VMS error code. Try connecting to the remote server with SSH and verify that you can connect and log in.</description>
      <pubDate>Mon, 06 Jul 2009 09:20:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453051#M30519</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2009-07-06T09:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453052#M30520</link>
      <description>the login is successfull using SSH to the unix server.&lt;BR /&gt;&lt;BR /&gt;Can we perform the key exchange using SSH, if yes please provide set of commands to run.</description>
      <pubDate>Mon, 06 Jul 2009 10:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453052#M30520</guid>
      <dc:creator>Palak_1</dc:creator>
      <dc:date>2009-07-06T10:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453053#M30521</link>
      <description>Dont know if this is related.&lt;BR /&gt;&lt;BR /&gt;    I had a problem with a UNIX machine logging in to an OpenVMS machine using sftp.    I dont remember exactly what the error code was, but I do remember the "Warning: child process exited..." messages (although these may be generic).&lt;BR /&gt;&lt;BR /&gt;The OpenVMS machine was a BL860c running OpenVMS 8.3-1H1 and TCPIP Services 5.6 ECO3.&lt;BR /&gt;&lt;BR /&gt;The problem turned out to be related to the LENGTH of the Username and the LENGTH of the Login Directory.    If either or both of these had length=12 (char) then the sftp login would fail.   &lt;BR /&gt;&lt;BR /&gt;When you run out of hair, ask HP about this.&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Mon, 06 Jul 2009 11:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453053#M30521</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-07-06T11:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453054#M30522</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt; no, but you can try using scp &lt;BR /&gt;&lt;BR /&gt;scp dev:[dir]file "user@ipaddress:dir/file"&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jul 2009 11:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453054#M30522</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2009-07-06T11:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453055#M30523</link>
      <description>Ok, since you can log in using SSH, then the question becomes "Is the Unix system configured to offer the SFTP subsystem over SSH?"&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;&lt;BR /&gt;$ sftp "-D 2" "user@ipaddress"</description>
      <pubDate>Mon, 06 Jul 2009 12:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453055#M30523</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2009-07-06T12:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453056#M30524</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Since it comes from SSH the 196 is as&lt;BR /&gt;&amp;gt; likely to be a Unix error code as it as a&lt;BR /&gt;&amp;gt; VMS error code.&lt;BR /&gt;&lt;BR /&gt;Our not knowing the probabilities does not&lt;BR /&gt;make them equal.&lt;BR /&gt;&lt;BR /&gt;Another datum of questionable significance:&lt;BR /&gt;&lt;BR /&gt;ALP $ search decc_include:errno.h ERRNO_MAX&lt;BR /&gt;#define __ERRNO_MAX     88     /* MUST equal largest errno value        */</description>
      <pubDate>Tue, 07 Jul 2009 02:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453056#M30524</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-07-07T02:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453057#M30525</link>
      <description>Here's the info of versions in this problem:&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 7&lt;BR /&gt;  on a AlphaServer ES45 Model 2 running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;/Bjorn</description>
      <pubDate>Tue, 07 Jul 2009 08:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453057#M30525</guid>
      <dc:creator>Bjorn Fido Lindgren</dc:creator>
      <dc:date>2009-07-07T08:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453058#M30526</link>
      <description>Palak,&lt;BR /&gt;  can you post the quotas from that VMS user and have you tried another VMS username?&lt;BR /&gt;&lt;BR /&gt;Have you reported this to HP?&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2009 07:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453058#M30526</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2009-07-08T07:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453059#M30527</link>
      <description>Here's the result of numbers of free gblpages and quotas for some users:&lt;BR /&gt;&lt;BR /&gt;  620 Global Sections Used,  217392/3192240 Global Pagelets Used/Unused&lt;BR /&gt;&lt;BR /&gt;This is the quotas from a working user:&lt;BR /&gt;&lt;BR /&gt;Maxjobs:         0  Fillm:       200  Bytlm:        64000&lt;BR /&gt;Maxacctjobs:     0  Shrfillm:      0  Pbytlm:           0&lt;BR /&gt;Maxdetach:       0  BIOlm:        18  JTquota:       4096&lt;BR /&gt;Prclm:          10  DIOlm:        18  WSdef:         2048&lt;BR /&gt;Prio:            4  ASTlm:        24  WSquo:         4096&lt;BR /&gt;Queprio:         0  TQElm:        10  WSextent:     16384&lt;BR /&gt;CPU:        (none)  Enqlm:      2500  Pgflquo:      60000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And this is the failing user:&lt;BR /&gt;&lt;BR /&gt;Maxjobs:         0  Fillm:       200  Bytlm:        64000&lt;BR /&gt;Maxacctjobs:     0  Shrfillm:      0  Pbytlm:           0&lt;BR /&gt;Maxdetach:       0  BIOlm:       256  JTquota:       4096&lt;BR /&gt;Prclm:          10  DIOlm:      4096  WSdef:         2048&lt;BR /&gt;Prio:            4  ASTlm:      4096  WSquo:         4096&lt;BR /&gt;Queprio:         0  TQElm:        10  WSextent:     16384&lt;BR /&gt;CPU:        (none)  Enqlm:     32767  Pgflquo:     400000&lt;BR /&gt;&lt;BR /&gt;A note is that the same SSH command is working flawless!&lt;BR /&gt;&lt;BR /&gt;And here is the command with -D 3:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VDLSCH&amp;gt;&amp;gt; sftp "-D 3" remoteuser@IP-address&lt;BR /&gt;Sftp2/SFTP2.C:4804: CRTL version (SYS$SHARE:DECC$SHARE ident) is: V7.3-2-03&lt;BR /&gt;&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1062: Making local connection.&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2079: Received SSH_FXP_INIT&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2124: version is 3&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1001: Connection to local, ready to serve requests.&lt;BR /&gt;Sftp2/SFTP2.C:786: Connection ready.&lt;BR /&gt;SshReadLine/SSHREADLINE.C:3662: Initializing ReadLine...&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1072: Connecting to remote host. (host = remoteuser@IP-address, user = NULL, port = NULL)&lt;BR /&gt;argv[0] = /sys$system/tcpip$ssh_ssh2&lt;BR /&gt;argv[1] = -v&lt;BR /&gt;argv[2] = -x&lt;BR /&gt;argv[3] = -a&lt;BR /&gt;argv[4] = -o&lt;BR /&gt;argv[5] = passwordprompt %U@%H's password:&lt;BR /&gt;argv[6] = -o&lt;BR /&gt;argv[7] = authenticationnotify yes&lt;BR /&gt;argv[8] = remoteuser@IP-address&lt;BR /&gt;argv[9] = -s&lt;BR /&gt;argv[10] = sftp&lt;BR /&gt;&lt;BR /&gt;Sftp2/SFTP2.C:4012: notification: 0&lt;BR /&gt;Sftp2/SFTP2.C:4012: notification: 1&lt;BR /&gt;ssh_sigchld_real_callback&lt;BR /&gt;ssh_sigchld_process_pid: calling handler pid 538969457 code 196&lt;BR /&gt;Warning: child process (/sys$system/tcpip$ssh_ssh2) exited with code 196.&lt;BR /&gt;SshReadLine/SSHREADLINE.C:3728: Uninitializing ReadLine...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%TCPIP-E-SSH_FC_ERROR, error in ssh file transfer operation&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2009 08:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453059#M30527</guid>
      <dc:creator>Bjorn Fido Lindgren</dc:creator>
      <dc:date>2009-07-08T08:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: problems in connection Open VMS to Unix using SFTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453060#M30528</link>
      <description>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.</description>
      <pubDate>Wed, 08 Jul 2009 09:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-in-connection-open-vms-to-unix-using-sftp/m-p/4453060#M30528</guid>
      <dc:creator>Bjorn Fido Lindgren</dc:creator>
      <dc:date>2009-07-08T09:05:12Z</dc:date>
    </item>
  </channel>
</rss>

