- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: when will occur two 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-15-2004 09:27 PM
11-15-2004 09:27 PM
6:07pm up 3:47, 6 users, load average: 0.25, 0.28, 0.23
User tty login@ idle JCPU PCPU what
root console 4:35pm 1:32 -sh
root console 4:35pm 1:32 -sh
root pts/0 4:51pm 7 19 19 ./bin/xdc_s bg
root pts/1 6:01pm 2 /sbin/sh
root pts/2 6:06pm 1 w
root dtremote 6:06pm196:36 -
when i telnet to the machine ,it said :
maxium number users already logged in.
i want to know when will two console log in ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 10:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 11:30 PM
11-15-2004 11:30 PM
Re: when will occur two console login?
Hello,
Are you sure that one is not the parent of the other? Use ps -ef|grep console and see if PPID of one is PID of other.
Rgds
JMB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 11:56 PM
11-15-2004 11:56 PM
Re: when will occur two console login?
check process ID of login shell with ps command too.
Login informations will be maintained on wtmp log. Auditation of login details on versions 11i,11.11 are having problem.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 12:40 AM
11-16-2004 12:40 AM
Re: when will occur two console login?
uname -l
The licenses are counted as:
- one for every login over a serial or modem port
- one for the console (sounds like you are running a workstation and not a server so the workstation's display is the console)
- one for any number of network logins like telnet (ftp is not counted)
Thios means that if you login from your workstation console, you'll consume one license. If another occurs by modem or serial connection, the last license is used and no network (telnet) connections will be allowed. If you login with telnet first, then any number of network users can login.
So, you must either:
- upgrade your user license (not possible if you are running obsolete software such as HP-UX 10.20 or earlier)
- Disable any serial connections such as terminals or modems
Bill Hassell, sysadmin