- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp rejects valid unix login
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2008 10:54 AM
02-21-2008 10:54 AM
I have other unix servers and i don't have any problems ftp'ng and loggin in as oracle.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2008 11:21 AM
02-21-2008 11:21 AM
Re: ftp rejects valid unix login
Perhaps you have denied the oracle user in your '/etc/ftpd/ftpaccess' file.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2008 12:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2008 02:40 PM
02-21-2008 02:40 PM
Re: ftp rejects valid unix login
(2) /etc/shells ... there is no shells subdirectory..
Pardon my ignorance but when we are talking about the oracle and root shell, is it the .login or .profile or some other file, and i'm assuming i will have to create the /etc/shell directory and put the shell file in it ?
Perhaps you have denied the oracle user in your '/etc/ftpd/ftpaccess' file.
Regards!
...JRF...
TTr Feb 21, 2008 20:11:33 GMT points for answer: Unassigned 10 9 8 7 6 5 4 3 2 1 0
--------------------------------------------------------------------------------
Another place to check is the shell oracle is using. It is usually different that that of root's. The shell has to be added in /etc/shells.
What is the error in the syslog?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2008 02:53 PM
02-21-2008 02:53 PM
Re: ftp rejects valid unix login
Is it something like "invalid shell"?
If so you have to create a text file by the name /etc/shells and in it on separate lines you type the paths of the shell of the oracle account as it appears in the /etc/passwd file. Something like /usr/bin/ksh.
You should add the shell that root and banner are using in case the ftp stops working for those accounts.
You are using HP-UX right? What version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2008 03:02 PM
02-21-2008 03:02 PM
Re: ftp rejects valid unix login
telnet 92.84.29.2 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2008 03:13 PM
02-21-2008 03:13 PM
Re: ftp rejects valid unix login
muchas gracias creating the shells file did the trick...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 01:45 AM
02-22-2008 01:45 AM
Re: ftp rejects valid unix login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 05:57 AM
02-22-2008 05:57 AM
Re: ftp rejects valid unix login
Be aware that by creating /etc/shells, default values will no more work. So add those default values in /etc/shells (man getusershell) :
/sbin/sh
/usr/bin/sh
/usr/bin/rsh
/usr/bin/ksh
/usr/bin/rksh
/usr/bin/csh
/usr/bin/keysh
Regards
Eric