- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MAX_LOGIN_SESSIONS
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
01-13-2005 03:31 AM
01-13-2005 03:31 AM
MAX_LOGIN_SESSIONS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 03:41 AM
01-13-2005 03:41 AM
Re: MAX_LOGIN_SESSIONS
/etc/default/security is 'default' as in 'not there', so I think that kernel parameter should apply...
11.11:
Parameter Current Dyn Planned Module Version
===============================================================================
maxusers 512 - 512
11.00:
Parameter Value
===============================================================================
maxusers 512
(after *bad* experiences ;)
I hope this is what You wanted to know :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 03:43 AM
01-13-2005 03:43 AM
Re: MAX_LOGIN_SESSIONS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 03:52 AM
01-13-2005 03:52 AM
Re: MAX_LOGIN_SESSIONS
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 04:24 AM
01-13-2005 04:24 AM
Re: MAX_LOGIN_SESSIONS
In the /etc/default/security file.
I believe this is in 11.00 as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 04:32 AM
01-13-2005 04:32 AM
Re: MAX_LOGIN_SESSIONS
maxusers is set to 512 on most systems, but one has 32, the other 2000... I can't give a universal rule.
Note that maxusers is only used in calculation rules for other parameters, it won't stop connections. If you change formulas, it won't be usefull at all.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 04:42 AM
01-13-2005 04:42 AM
Re: MAX_LOGIN_SESSIONS
Are you talking about the "NUMBER_OF_LOGINS_ALLOWED" parameter in the /etc/default/security file.
I think "2" should be a good number unless the account is shared between multiple users. Do remeber that this restriction does not apply to root (i think).
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 04:44 AM
01-13-2005 04:44 AM
Re: MAX_LOGIN_SESSIONS
Right now the /etc/default/security file does not have this parameter set. I would like to setit.
I do have the SU_ROOT_GROUP in the security file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 05:14 AM
01-13-2005 05:14 AM
Re: MAX_LOGIN_SESSIONS
do remeber that ftp does not look at /etc/default/security file and hence this option would be ignored for users doing ftp to this system. Also i think there are enhancement requests out there for ssh/rexecd to use this paramerer unless they have been resolved already.
What i meant by saying that the parameter is not applicable to root is that, say this parameter is set to "2", root can have more than 2 login sessions. The parameter is only applicable to normal users.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 05:21 AM
01-13-2005 05:21 AM
Re: MAX_LOGIN_SESSIONS
You would limit ftp logins through the ftp access files (I believe that is correct).
With the root user I am not too worried about.
I am not completely sure but there is a configuration in the sshd_configuration file that has a value for MaxStartups. I wounder if this value was manipulated you could limit the number of ssh logins?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 05:49 AM
01-13-2005 05:49 AM
Re: MAX_LOGIN_SESSIONS
I was checking on "Maxstartups" and i found that
/Quote/
MaxStartups does not mean the total number of connections, only the total number of unauthorizated ones.
/EndQuote/
that means the system will have that many numbers of open connections that have not been validated yet. That many number of people trying to login who haven't been authenticated yet.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 09:10 AM
01-13-2005 09:10 AM
Re: MAX_LOGIN_SESSIONS
Thanks again