- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login problem
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
09-27-2006 02:51 PM
09-27-2006 02:51 PM
login problem
After giving username on the 'login' prompt , it is taking more time to give 'password' prompt.
Please guide us....
Thanks & regards,
Ravikant Bhagat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2006 10:21 PM
09-27-2006 10:21 PM
Re: login problem
To be serviced quickly, please always provide the OS platform (HP-UX, MPE, Windows, etc) and the OS release version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2006 11:23 PM
09-27-2006 11:23 PM
Re: login problem
SSH version :
Secure_Shell A.04.00.000 HP-UX Secure Shell
openssl A.00.09.07e.012 Secure Network Communications Protocol
when i tried to check the ssh port it is giving follwoing result.
c:\> telnet hostname 22
o/p SSH-2.0-OpenSSH_4.1
it is showing working fine...
We have putty.exe tool thriugh which we are doing ssh to the unix boxes.
login prompt is coming very soon, but after giving the username on the prompt, it will take atleast 2 mins.to come the 'Password' prompt.
After that everything is through prperly.
Please guide us...
Thanks & regards,
Ravikant Bhagat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 12:31 AM
09-28-2006 12:31 AM
Re: login problem
You have posted it to the wrong room; this is the MPE room. I'll forward your thread to the HP-UX room.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 12:38 AM
09-28-2006 12:38 AM
Re: login problem
1) Run 'pwck' and post output.
2) Post /etc/nsswitch.conf.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 12:45 AM
09-28-2006 12:45 AM
Re: login problem
Sometimes if DNS is having an issue it will take a while to time out on resolving host names -- this is often the problem with initial connection slowness, but once that is over with most commands return quickly. Once you are connected, can you perfom nslookup's on some hosts and see if it returns or times out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 01:59 AM
09-28-2006 01:59 AM
Re: login problem
It is DNS problem. I had same problems.
Check the DNS servers.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 11:00 AM
09-28-2006 11:00 AM
Re: login problem
prxap202:/# pwck
smbnull:*:101:101:DO NOT USE OR DELETE - needed by Samba:/home/smbnull:/sbin/sh
Login directory not found
webadmin:*:40:1::/usr/obam/server/nologindir:/usr/bin/false
Login directory not found
iwww:*:102:1::/home/iwww:/sbin/sh
Login directory not found
owww:*:103:1::/home/owww:/sbin/sh
Login directory not found
mysql:*:104:102::/home/mysql:/sbin/sh
Login directory not found
hrushi:*:106:20:,,,:/home/hrushi:/usr/bin/sh
Login directory not found
prxap202:/# cd /etc
prxap202:/etc# cd nsswitch.conf
sh: nsswitch.conf: The specified path name is not a directory.
prxap202:/etc# more nsswitch.conf
passwd: files
group: files
hosts: files [NOTFOUND=continue] dns
ipnodes: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
services: files
prxap202:/etc#
anything we need to do something with inetd.sec file for the authentication. as we are first doing RDP to one windows server and then we do the ssh to unix servers through putty tool.
pls help us