- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to login in to hp-ux machine 11.23
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
03-01-2010 07:05 PM
03-01-2010 07:05 PM
Unable to login in to hp-ux machine 11.23
When i tried login through putty & entered credentials it gives the following error
login as: dr199514
Using keyboard-interactive authentication.
Password:
Server refused to allocate pty
ttytype: couldn't open /dev/tty for reading
stty: : Not a typewriter
Regards,
Azaru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 07:24 PM
03-01-2010 07:24 PM
Re: Unable to login in to hp-ux machine 11.23
Can u able to login through MP console?
Regards,
PT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 07:37 PM
03-01-2010 07:37 PM
Re: Unable to login in to hp-ux machine 11.23
i can login through MP console...
i am getting following msg from syslog
Mar 2 08:37:40 globaldb sshd[7824]: Accepted keyboard-interactive/pam for dr199514 from 172.16.240.141 port 62145 ssh2
Mar 2 08:37:40 globaldb sshd[7824]: error: openpty: Device busy
Mar 2 08:37:40 globaldb sshd[7826]: error: session_pty_req: session 0 alloc failed
Regards,
Azaru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 09:14 PM
03-01-2010 09:14 PM
Re: Unable to login in to hp-ux machine 11.23
please do a comparison for the below files with other server which is having same version.
/var/adm/inetd.sec
/etc/inetd.conf
if you did not find any difference please run the below command and try to login.
#mv /etc/securitty /etc/securitty.old
Regards,
PT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 09:28 PM
03-01-2010 09:28 PM
Re: Unable to login in to hp-ux machine 11.23
value for "npty"
#ps -ef | grep pty | wc -l
2
#ls /dev/pts | egrep -i '^[0-9]' | wc -w
60
check from above command how much is the current count for connection "npty" ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 10:47 PM
03-01-2010 10:47 PM
Re: Unable to login in to hp-ux machine 11.23
Thomas:
Both servers having similar entries in /var/adm/inetd.sec & /etc/inetd.conf.
I haven't find the /etc/security file.
johnson:
Find the below o/p:
globaldb:root-/etc>ls /dev/pts | egrep -i '^[0-9]' | wc -w
60
globaldb:root-/etc>ps -ef | grep pty | wc -l
2
regards,
Azaru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 10:53 PM
03-01-2010 10:53 PM
Re: Unable to login in to hp-ux machine 11.23
please try to restart ssh.
if still cannot try to create the device files using
man insf -> more info
# insf -d pts -n
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 11:27 PM
03-01-2010 11:27 PM
Re: Unable to login in to hp-ux machine 11.23
T1471AA A.05.30.008 HP-UX Secure Shell
And i have done the steps already as u mentioned.. But same result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 11:29 PM
03-01-2010 11:29 PM
Re: Unable to login in to hp-ux machine 11.23
>ttytype: couldn't open /dev/tty for reading
Seems that there is something wrong with this device file. Maybe re-creating this would solve your problem.
Did you recently upgraded/re-installed sshd?
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 11:41 PM
03-01-2010 11:41 PM
Re: Unable to login in to hp-ux machine 11.23
error: openpty: Device busy
error: session_pty_req: session 0 alloc failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 11:46 PM
03-01-2010 11:46 PM
Re: Unable to login in to hp-ux machine 11.23
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2010 01:02 AM
03-02-2010 01:02 AM
Re: Unable to login in to hp-ux machine 11.23
Yes we have upgraded Secure SSH version from A.04.50.021 to A.05.30.008.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2010 03:53 AM
03-02-2010 03:53 AM
Re: Unable to login in to hp-ux machine 11.23
In single-user mode:
insf -C tty
insf -d pty
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2010 06:05 AM
03-02-2010 06:05 AM
Re: Unable to login in to hp-ux machine 11.23
The issue has resolved.
Actual problem is Tivoli Client Agent was holding all the terminal bcos of which Server could not allocate new terminal.
After I stop and start the Tivoli agent. It allowed me to login.
Thanks for all who gave suggestions advises.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2010 06:08 AM
03-02-2010 06:08 AM
Re: Unable to login in to hp-ux machine 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2010 06:17 AM
03-02-2010 06:17 AM
Re: Unable to login in to hp-ux machine 11.23
It seems that this is a huge general problem: not letting us to see/understand "the big picture".
My regards,
Horia.
Horia.