How many connection can a user make?


 
Thread Tools Search this Thread
Operating Systems AIX How many connection can a user make?
# 1  
Old 10-26-2009
How many connection can a user make?

Where do i check how many connection a same user name can make to a UNIX/AIX system.
for examples
root login from local physical machine
root login from LAN via telnet at the same time
root login from internet via telnet also at the same time..

where do i check and how do i change this ?


"IT'S NOT WHO I AM BUT WHAT I DO DEFINES ME"
"DIPANKUMAR PATEL"
# 2  
Old 10-26-2009
Hi,

default maximum number of user logins supported on AIX 5.3 is 32,767 - and it doesnt matter if these are all different users or logins of the same user.

Kind regards
zxmaus
# 3  
Old 10-27-2009
which file are the default set from

In redhatEL5 it is /etc/login.defs
where is it in AIX..

thanks
# 4  
Old 10-27-2009
Code:
/etc/security/user

or
Code:
smitty chuser

I do not beleive you can cap the amount of simultaneous sessions for an individual user. You can use the man page for chuser to determine what settings you can apply to individual users.

Last edited by Padow; 10-27-2009 at 04:21 PM.. Reason: Added man...
Padow
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Pam.d and make difference between AD User and local user on Linux

Hello, i configured rhel linux 6 with AD directory to authorize windows users to connect on the system and it works. i have accounts with high privileges (oracle for example) if an account is created on the AD server i would to block him. I looked for how to do, for the moment all the... (3 Replies)
Discussion started by: vincenzo
3 Replies

2. Web Development

Restrict user for certain number of connection

Hello, I need help in Apache to restrict user for number of concurrent connection. its basically related to nagios monitoring site. End user opening N no of tab to monitor and it increase load on server. any setting will help me here. (3 Replies)
Discussion started by: ghpradeep
3 Replies

3. Solaris

Solaris 10 ftp connection problem (connection refused, connection timed out)

Hi everyone, I am hoping anyone of you could help me in this weird problem we have in 1 of our Solaris 10 servers. Lately, we have been having some ftp problems in this server. Though it can ping any server within the network, it seems that it can only ftp to a select few. For most servers, the... (4 Replies)
Discussion started by: labdakos
4 Replies

4. OS X (Apple)

SMB Connection Resolve to AD, Point to User Share

I've got an unusual problem that deals with connecting via SMB under Snow Leopard, to a directory share with over 1,000 users. When I connect to the main directory share, the next level reveals 1,000 users, but I'd like to have the connection identify me as a registered user in AD at the time of... (0 Replies)
Discussion started by: unimachead
0 Replies

5. Shell Programming and Scripting

Need help to make connection to various hosts

Guys If someone could help me? Basically I want to connect from my central server and run the script to remote servers (in our environment we do not need a username/password to connect); like below ssh <server_name_1> /ora/rman/scripts/bk2.sh 2>/dev/null >> /tmp/an.log ssh <server_name_2>... (3 Replies)
Discussion started by: anjum.suri
3 Replies

6. Shell Programming and Scripting

Want to make a script that checks connection protocol

Hello all, I currently connect to several servers multiple times a day. Most of the time I connect via SSH through the terminal emulator poderosa (my personal favorite), but sometimes I connect via telnet through xstart because I need it to export a GUI. What I want to do is add something to... (3 Replies)
Discussion started by: DeCoTwc
3 Replies

7. Shell Programming and Scripting

Make sure connection

We have two servers , one is mount to another server , I am worry if the server is unstable , the connection ( mount ) will be broken , or when the server is rebooted , the connection will also be broken , can advise how can I make sure the mount is establish , can advise if I want to do the below... (1 Reply)
Discussion started by: ust
1 Replies

8. HP-UX

Connection per user

Hello, Our user using xterm to connect to out host. How to limit the number of connection per user connecting to our host? Thanks (2 Replies)
Discussion started by: zetadhell
2 Replies

9. UNIX for Dummies Questions & Answers

Shadow a user (pcany like connection)

Can anyone give me a clue as to where to begin on shadowing users. Often, I get there is an error, or a user just can't see on the screen where I am describing a particular function or menu item is. Is there a way I can backdoor in and type for them or at least be able to see their screen?????????? (2 Replies)
Discussion started by: Jim
2 Replies
Login or Register to Ask a Question