- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ASCII login vs Console 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
11-14-2001 07:02 PM
11-14-2001 07:02 PM
ASCII login vs Console login
May I know what is the difference between ASCII login and Console login?
Thanks in advanced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 07:10 PM
11-14-2001 07:10 PM
Re: ASCII login vs Console login
Where did you come across ascii login on hp-ux.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 07:18 PM
11-14-2001 07:18 PM
Re: ASCII login vs Console login
One other possible meaning is that console login is available in single-user mode; other serial logins are not available until run-level 2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 07:28 PM
11-14-2001 07:28 PM
Re: ASCII login vs Console login
I got the example from the HP-Unix SNA II manual. The following the is info in the /etc/inittab.
### these lines display login prompts
cons:123456:respawn:/usr/sbin/getty console
t0p1:234:respawn:/usr/sbin/getty -h tty0p1 H
to-2:234:respawn:/usr/sbin/getty -h tty0p2 H
Any ideas on this?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 07:48 PM
11-14-2001 07:48 PM
Re: ASCII login vs Console login
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 08:37 PM
11-14-2001 08:37 PM
Re: ASCII login vs Console login
Ascii login is a confusing misnomer.
Console login is that which can login using the console ;-)
Regarding this:
<<123456:respawn:>t0p1:234:respawn:/usr/sbin/getty -h tty0p1 H
to-2:234:respawn:/usr/sbin/getty -h tty0p2 H >>
The immediate difference one can see s the
second column which is the runlevels the terminal supports. Cons works on all runlevels
1 to 6 ; whereas the other two works on the
runlevels 2,3 and 4. Other difference is the
terminal ports they use.
HTH
raj