- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Login simultaneously
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
09-26-2002 12:35 AM
09-26-2002 12:35 AM
Login simultaneously
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 12:47 AM
09-26-2002 12:47 AM
Re: Login simultaneously
At which condition you call a user as dead ?
If is is idle time then a scripts can be writen to run in cron to kill that user after certain hours.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 01:09 AM
09-26-2002 01:09 AM
Re: Login simultaneously
in which number of logins is limited.
I am sure whether HP has a kind of feature,but I could not see anything with the non-trusted system.
Probably you can check your /etc/profile where there is something which restricts the user to a single login.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 01:27 AM
09-26-2002 01:27 AM
Re: Login simultaneously
1.I carify the dead process is when the tty is ??? ? ???
2.Can't use script cos it is not secure , it might kill some sleep jobs, and the user need to wait for long time.
Hi T G Manikandan ,
I have control the user to login not more than one session, but now I want to let them login again when the previously one is dead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 01:30 AM
09-26-2002 01:30 AM
Re: Login simultaneously
You don't say which version of HP-UX you're using, but here's a couple of possibilities:
* check if anyone has scripted something into /etc/profile that checks for duplicate UIDs
* If you're running 11 or 11i then check the /etc/default/security file for a line containing NUMBER_OF_LOGINS_ALLOWED. This functionality is only documented at 11i in security(4), but is available at 11 if you have the login patch PHCO_16309 (or a later version.)
Please also see knowledge database document KBRC00008090 for further info.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 01:36 AM
09-26-2002 01:36 AM
Re: Login simultaneously
I can't find the file /etc/default/security in HPUX 11 system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 01:49 AM
09-26-2002 01:49 AM
Re: Login simultaneously
if you have 11.0 you can't use it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 01:53 AM
09-26-2002 01:53 AM
Re: Login simultaneously
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 01:58 AM
09-26-2002 01:58 AM
Re: Login simultaneously
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7fd8a848deccd61190050090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 05:29 PM
09-26-2002 05:29 PM
Re: Login simultaneously
I think the link is not related to my question.
I just want to let the user kill the previous dead process. Thanks.