<?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: FTP Issue...!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731446#M608488</link>
    <description>Hey;&lt;BR /&gt;&lt;BR /&gt;awk -F: '$1 ~ /^oracle/ {print $NF}' /etc/passwd &lt;BR /&gt;&lt;BR /&gt;will tell you the shell that oracle's using and what needs to be added to /etc/shells if it's not there already.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
    <pubDate>Thu, 30 Dec 2010 14:53:33 GMT</pubDate>
    <dc:creator>Doug O'Leary</dc:creator>
    <dc:date>2010-12-30T14:53:33Z</dc:date>
    <item>
      <title>FTP Issue...!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731440#M608481</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;I have an FTP issue on one of my hp-ux servers to another using "oracle" user id. The problem persists only on one particular server...below is the o/p pasted, need your help to resolve it...!!&lt;BR /&gt;&lt;BR /&gt;oracle@himhps03[bin] pocdb&amp;gt; ftp himhdv02&lt;BR /&gt;Connected to himhdv02.thehartford.com.&lt;BR /&gt;220 himhdv02.thehartford.com FTP server (Revision 1.1 Version wuftpd-2.6.1(PHNE_38578) Fri Jun 26 09:21:37 GMT 2009) ready.&lt;BR /&gt;Name (himhdv02:km07656): oracle&lt;BR /&gt;331 Password required for oracle.&lt;BR /&gt;Password:&lt;BR /&gt;530 Login incorrect.&lt;BR /&gt;Login failed.&lt;BR /&gt;Remote system type is UNIX.&lt;BR /&gt;Using binary mode to transfer files.&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;oracle@himhps03[bin] pocdb&amp;gt; ftp himhps02&lt;BR /&gt;Connected to himhps02.thehartford.com.&lt;BR /&gt;220 himhps02 FTP server (Version 1.1.214.4(PHNE_38458) Tue Jul 29 07:36:52 GMT 2008) ready.&lt;BR /&gt;Name (himhps02:km07656): oracle&lt;BR /&gt;331 Password required for oracle.&lt;BR /&gt;Password:&lt;BR /&gt;230 User oracle logged in.&lt;BR /&gt;Remote system type is UNIX.&lt;BR /&gt;Using binary mode to transfer files.&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2010 20:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731440#M608481</guid>
      <dc:creator>Amitav</dc:creator>
      <dc:date>2010-12-28T20:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Issue...!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731441#M608483</link>
      <description>I will point the obvious to you &lt;BR /&gt;&lt;BR /&gt;Your first (problem) server's ftp greeting &lt;BR /&gt;*****&lt;BR /&gt;220 himhdv02.thehartford.com FTP server (Revision 1.1 Version wuftpd-2.6.1(PHNE_38578) Fri Jun 26 09:21:37 GMT 2009) ready&lt;BR /&gt;*****&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your second (working) server's ftp greeting:&lt;BR /&gt;*****&lt;BR /&gt;220 himhps02 FTP server (Version 1.1.214.4(PHNE_38458) Tue Jul 29 07:36:52 &lt;BR /&gt;*****&lt;BR /&gt;&lt;BR /&gt;First server is running Washington University origined, somewhat enhanced ftp server whereas the second server is running a plain old ftpd provided with HPUX itself.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;wuftpd, has some *features* which you explicitly need to configure. I remember this from many many years ago but I forgot the details. Most probably oracle user is not in the list of users allowed to login via wuftpd server. You need to put the user into the ftpaccess file somewhere in order to make it work. Or just change the ftp server your problem server uses to the plain ftpd, unless there is a reason why wuftpd has been put in place. &lt;BR /&gt;&lt;BR /&gt;run this command on both servers and note the differences:&lt;BR /&gt;&lt;BR /&gt;grep ftp /etc/inetd.conf| grep -v tftp&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2010 21:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731441#M608483</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2010-12-28T21:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Issue...!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731442#M608484</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] my hp-ux servers [...]&lt;BR /&gt;&lt;BR /&gt;Not a very detailed description of anything.&lt;BR /&gt;&lt;BR /&gt;      uname -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 331 Password required for oracle.&lt;BR /&gt;&amp;gt; Password:&lt;BR /&gt;&amp;gt; 530 Login incorrect.&lt;BR /&gt;&amp;gt; Login failed.&lt;BR /&gt;&lt;BR /&gt;Have you tried any of the obvious things?&lt;BR /&gt;&lt;BR /&gt;Are you sending the right password for user&lt;BR /&gt;"oracle" on that system?  Does that&lt;BR /&gt;user+password combination work in a non-FTP&lt;BR /&gt;context on that system?  Does FTP on that&lt;BR /&gt;system work as expected for other user names?</description>
      <pubDate>Tue, 28 Dec 2010 22:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731442#M608484</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-12-28T22:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Issue...!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731443#M608485</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;Assuming the password is correct, make sure oracle's shell is listed in /etc/shells.  That's a routine source for not being able to log in via ftp...&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Tue, 28 Dec 2010 22:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731443#M608485</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2010-12-28T22:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Issue...!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731444#M608486</link>
      <description>Doug,&lt;BR /&gt;&lt;BR /&gt;Can you tell me what's the default oracle shell that needs to be added on /etc/shell</description>
      <pubDate>Wed, 29 Dec 2010 23:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731444#M608486</guid>
      <dc:creator>Amitav</dc:creator>
      <dc:date>2010-12-29T23:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Issue...!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731445#M608487</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can you tell me what's the default oracle shell that needs to be added on /etc/shell&lt;BR /&gt;&lt;BR /&gt;That would be the oracle account's default shell as defined in '/etc/passwd'.  &lt;BR /&gt;&lt;BR /&gt;If the file '/etc/shells' [plural] doesn't exist or is not readable, the list of standard shells is assumed to be:&lt;BR /&gt;&lt;BR /&gt;/sbin/sh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;/usr/bin/rsh&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/usr/bin/rksh&lt;BR /&gt;/usr/bin/csh&lt;BR /&gt;/usr/bin/keysh&lt;BR /&gt;&lt;BR /&gt;Hence, if you do have an '/etc/shells' file, make sure that it (at least) includes the absolute path to the 'oracle' default shell as Doug suggested you verify.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 29 Dec 2010 23:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731445#M608487</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-12-29T23:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Issue...!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731446#M608488</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;awk -F: '$1 ~ /^oracle/ {print $NF}' /etc/passwd &lt;BR /&gt;&lt;BR /&gt;will tell you the shell that oracle's using and what needs to be added to /etc/shells if it's not there already.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 30 Dec 2010 14:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731446#M608488</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2010-12-30T14:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Issue...!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731447#M608489</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;To be clear, if you don't already have an '/etc/shells' file and if (for example) you were using the 'tcsh' shell with your Oracle, then define not only the standard shells I listed, but also include the 'tcsh' shell like this:&lt;BR /&gt;&lt;BR /&gt;/sbin/sh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;/usr/bin/rsh&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/usr/bin/rksh&lt;BR /&gt;/usr/bin/csh&lt;BR /&gt;/usr/local/bin/tcsh&lt;BR /&gt;/usr/bin/keysh&lt;BR /&gt;&lt;BR /&gt;You don't want an '/etc/shells' file that contains only your Oracle shell since then other, standard shells would be denied FTP access!&lt;BR /&gt;&lt;BR /&gt;Use absolute paths.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 30 Dec 2010 15:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-issue/m-p/4731447#M608489</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-12-30T15:00:54Z</dc:date>
    </item>
  </channel>
</rss>

