- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: failed to open /dev/tty (unable to gain 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
Discussions
Discussions
Discussions
Forums
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
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-03-2003 04:48 AM
тАО03-03-2003 04:48 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2003 04:52 AM
тАО03-03-2003 04:52 AM
Re: failed to open /dev/tty (unable to gain login prompt on server)
login as root on the console
#insf -e
would solve the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2003 04:58 AM
тАО03-03-2003 04:58 AM
Re: failed to open /dev/tty (unable to gain login prompt on server)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2003 05:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2003 05:08 AM
тАО03-03-2003 05:08 AM
Re: failed to open /dev/tty (unable to gain login prompt on server)
look at /etc/inittab if you have there:
cons:123456:respawn:/usr/sbin/getty console console
Also check if /dev/console is:
crw--w--w- 1 root sys 0 0x000000 Sep 5 13:39 /dev/console
You can recreate /dev/console with:
insf -evd cn
If you can't do this on console, get into single user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2003 05:09 AM
тАО03-03-2003 05:09 AM
Re: failed to open /dev/tty (unable to gain login prompt on server)
reboot, hit any key within 10 seconds for BCH main menu. Type the following...
> pa co
Thos will tell you what the console path is set to.
> pa co 0/0/4/1
This will set the HW address to the console.
> RS (* reboot *)
NOTE: Above is approximate procedure, it may vary a little with your server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2003 05:20 AM
тАО03-03-2003 05:20 AM
Re: failed to open /dev/tty (unable to gain login prompt on server)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2003 05:51 AM
тАО03-03-2003 05:51 AM
Re: failed to open /dev/tty (unable to gain login prompt on server)
mv /dev/console /dev/console.old
mknod /dev/console c 0 0x0
chmod 622 /dev/console
Then kill your console getty, init should respawn it.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2003 06:06 AM
тАО03-03-2003 06:06 AM
Re: failed to open /dev/tty (unable to gain login prompt on server)
What does a 'ps -ft console' return?
JP